App Engine Python SDK version 1.9.2
commit8716b8d23b630a7b135cadbab42953991d3ef44e
authorrichmond@google.com <richmond@google.com@80f5ef21-4148-0410-bacc-cfb02402ada8>
Fri, 4 Apr 2014 22:36:48 +0000 (4 22:36 +0000)
committerrichmond@google.com <richmond@google.com@80f5ef21-4148-0410-bacc-cfb02402ada8>
Fri, 4 Apr 2014 22:36:48 +0000 (4 22:36 +0000)
treeacefaee4df122f1ed086fa43be77b3b0f86e8521
parentc2846ddf751e56f09201b5720dc331714f31236c
App Engine Python SDK version 1.9.2

git-svn-id: http://googleappengine.googlecode.com/svn/trunk@423 80f5ef21-4148-0410-bacc-cfb02402ada8
210 files changed:
python/RELEASE_NOTES
python/VERSION
python/google/appengine/api/client_deployinfo.py [new file with mode: 0644]
python/google/appengine/api/memcache/memcache_service_pb.py
python/google/appengine/api/remote_socket/remote_socket_service_pb.py
python/google/appengine/api/urlfetch_stub.py
python/google/appengine/api/user_service_stub.py
python/google/appengine/datastore/datastore_query.py
python/google/appengine/datastore/datastore_v3_pb.py
python/google/appengine/datastore/document_pb.py
python/google/appengine/ext/analytics/static/analytics_js.js
python/google/appengine/ext/appstats/static/appstats_js.js
python/google/appengine/ext/datastore_admin/static/js/compiled.js
python/google/appengine/ext/key_range/__init__.py
python/google/appengine/ext/mapreduce/api/map_job/input_reader.py [new file with mode: 0644]
python/google/appengine/ext/mapreduce/api/map_job/map_job_context.py
python/google/appengine/ext/mapreduce/api/map_job/map_job_control.py
python/google/appengine/ext/mapreduce/api/map_job/mapper.py
python/google/appengine/ext/mapreduce/api/map_job/output_writer.py [new file with mode: 0644]
python/google/appengine/ext/mapreduce/api/map_job/shard_life_cycle.py [new file with mode: 0644]
python/google/appengine/ext/mapreduce/base_handler.py
python/google/appengine/ext/mapreduce/datastore_range_iterators.py
python/google/appengine/ext/mapreduce/handlers.py
python/google/appengine/ext/mapreduce/input_readers.py
python/google/appengine/ext/mapreduce/model.py
python/google/appengine/ext/mapreduce/operation/counters.py
python/google/appengine/ext/mapreduce/output_writers.py
python/google/appengine/ext/mapreduce/parameters.py
python/google/appengine/ext/mapreduce/records.py
python/google/appengine/ext/mapreduce/shuffler.py
python/google/appengine/ext/mapreduce/static/jquery-1.6.1.min.js
python/google/appengine/runtime/apiproxy.py
python/google/appengine/tools/app_engine_web_xml_parser.py
python/google/appengine/tools/appcfg.py
python/google/appengine/tools/dev-channel-js.js
python/google/appengine/tools/devappserver2/api_server.py
python/google/appengine/tools/devappserver2/api_server_test.py
python/google/appengine/tools/devappserver2/application_configuration.py
python/google/appengine/tools/devappserver2/application_configuration_test.py
python/google/appengine/tools/devappserver2/devappserver2.py
python/google/appengine/tools/devappserver2/java_runtime.py
python/google/appengine/tools/devappserver2/module.py
python/google/appengine/tools/devappserver2/vm_runtime_proxy.py
python/google/appengine/tools/docker/__init__.py [new file with mode: 0644]
python/google/appengine/tools/docker/containers.py [new file with mode: 0644]
python/google/appengine/tools/web_xml_parser.py
python/google/net/proto/ProtocolBuffer.py
python/google/net/proto2/python/public/basic_descriptor_pool.py [new file with mode: 0644]
python/google/net/proto2/python/public/symbol_database.py [new file with mode: 0644]
python/lib/cacerts/urlfetch_cacerts.txt
python/lib/docker/ChangeLog.md [new file with mode: 0644]
python/lib/docker/Dockerfile [new file with mode: 0644]
python/lib/docker/LICENSE [new file with mode: 0644]
python/lib/docker/MANIFEST.in [new file with mode: 0644]
python/lib/docker/README.md [new file with mode: 0644]
python/lib/docker/__init__.py [new file with mode: 0644]
python/lib/docker/docker/__init__.py [new file with mode: 0644]
python/lib/docker/docker/auth/__init__.py [new file with mode: 0644]
python/lib/docker/docker/auth/auth.py [new file with mode: 0644]
python/lib/docker/docker/client.py [new file with mode: 0644]
python/lib/docker/docker/unixconn/__init__.py [new file with mode: 0644]
python/lib/docker/docker/unixconn/unixconn.py [new file with mode: 0644]
python/lib/docker/docker/utils/__init__.py [new file with mode: 0644]
python/lib/docker/docker/utils/utils.py [new file with mode: 0644]
python/lib/docker/requirements.txt [new file with mode: 0644]
python/lib/docker/setup.py [new file with mode: 0644]
python/lib/docker/tests/fake_api.py [new file with mode: 0644]
python/lib/docker/tests/integration_test.py [new file with mode: 0644]
python/lib/docker/tests/test.py [new file with mode: 0644]
python/lib/docker/tox.ini [new file with mode: 0644]
python/lib/requests/requests/HISTORY.rst [new file with mode: 0644]
python/lib/requests/requests/LICENSE [new file with mode: 0644]
python/lib/requests/requests/MANIFEST.in [new file with mode: 0644]
python/lib/requests/requests/NOTICE [new file with mode: 0644]
python/lib/requests/requests/PKG-INFO [new file with mode: 0644]
python/lib/requests/requests/README.rst [new file with mode: 0644]
python/lib/requests/requests/__init__.py [new file with mode: 0644]
python/lib/requests/requests/adapters.py [new file with mode: 0644]
python/lib/requests/requests/api.py [new file with mode: 0644]
python/lib/requests/requests/auth.py [new file with mode: 0644]
python/lib/requests/requests/cacert.pem [new file with mode: 0644]
python/lib/requests/requests/certs.py [new file with mode: 0644]
python/lib/requests/requests/compat.py [new file with mode: 0644]
python/lib/requests/requests/cookies.py [new file with mode: 0644]
python/lib/requests/requests/exceptions.py [new file with mode: 0644]
python/lib/requests/requests/hooks.py [new file with mode: 0644]
python/lib/requests/requests/models.py [new file with mode: 0644]
python/lib/requests/requests/packages/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/big5freq.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/big5prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/chardistribution.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/charsetgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/charsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/codingstatemachine.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/compat.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/constants.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/cp949prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/escprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/escsm.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/eucjpprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/euckrfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/euckrprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/euctwfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/euctwprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/gb2312freq.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/gb2312prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/hebrewprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/jisfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/jpcntx.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langbulgarianmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langcyrillicmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langgreekmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langhebrewmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langhungarianmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/langthaimodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/latin1prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/mbcharsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/mbcsgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/mbcssm.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/sbcharsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/sbcsgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/sjisprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/universaldetector.py [new file with mode: 0644]
python/lib/requests/requests/packages/charade/utf8prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/big5freq.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/big5prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/chardetect.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/chardistribution.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/charsetgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/charsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/codingstatemachine.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/compat.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/constants.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/cp949prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/escprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/escsm.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/eucjpprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/euckrfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/euckrprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/euctwfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/euctwprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/gb2312freq.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/gb2312prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/hebrewprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/jisfreq.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/jpcntx.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langbulgarianmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langcyrillicmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langgreekmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langhebrewmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langhungarianmodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/langthaimodel.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/latin1prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/mbcharsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/mbcsgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/mbcssm.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/sbcharsetprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/sbcsgroupprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/sjisprober.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/universaldetector.py [new file with mode: 0644]
python/lib/requests/requests/packages/chardet/utf8prober.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/_collections.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/connection.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/connectionpool.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/contrib/ntlmpool.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/contrib/pyopenssl.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/exceptions.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/fields.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/filepost.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/packages/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/packages/ordered_dict.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/packages/six.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/poolmanager.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/request.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/response.py [new file with mode: 0644]
python/lib/requests/requests/packages/urllib3/util.py [new file with mode: 0644]
python/lib/requests/requests/requirements.txt [new file with mode: 0644]
python/lib/requests/requests/sessions.py [new file with mode: 0644]
python/lib/requests/requests/setup.cfg [new file with mode: 0644]
python/lib/requests/requests/setup.py [new file with mode: 0644]
python/lib/requests/requests/status_codes.py [new file with mode: 0644]
python/lib/requests/requests/structures.py [new file with mode: 0644]
python/lib/requests/requests/test_requests.py [new file with mode: 0644]
python/lib/requests/requests/utils.py [new file with mode: 0644]
python/lib/six/six/LICENSE [new file with mode: 0644]
python/lib/six/six/PKG-INFO [new file with mode: 0644]
python/lib/six/six/README [new file with mode: 0644]
python/lib/six/six/__init__.py [new file with mode: 0644]
python/lib/websocket/websocket/LICENSE [new file with mode: 0644]
python/lib/websocket/websocket/README.rst [new file with mode: 0644]
python/lib/websocket/websocket/__init__.py [new file with mode: 0644]
python/lib/websocket/websocket/bin/wsdump.py [new file with mode: 0644]
python/lib/websocket/websocket/setup.py [new file with mode: 0644]
python/php/sdk/google/appengine/api/mail/AdminMessageTest.php
python/php/sdk/google/appengine/api/mail/BaseMessage.php
python/php/sdk/google/appengine/api/mail/MessageTest.php
python/php/sdk/google/appengine/api/memcache/memcache_service_pb.php
python/php/sdk/google/appengine/datastore/datastore_v3_pb.php
python/php/sdk/third_party/vfsstream/BUILD [deleted file]
python/php/sdk/third_party/vfsstream/LICENSE [deleted file]
python/php/sdk/third_party/vfsstream/OWNERS [deleted file]
python/php/sdk/third_party/vfsstream/README.google [deleted file]
python/php/sdk/third_party/vfsstream/UPDATE [deleted file]
python/php/sdk/third_party/vfsstream/composer.json [deleted file]
python/wrapper_util.py