aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
...
* | | Update version number.Gravatar Feng Xiao2015-08-26
| | | | | | | | | | | | | | | Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
* | | Merge remote-tracking branch 'origin/master' into beta-1Gravatar Feng Xiao2015-08-25
|\| |
* | | Down-integrate from internal code base.Gravatar Feng Xiao2015-08-23
| | |
* | | Down-integrate from google3.Gravatar Feng Xiao2015-08-22
| | |
| | * Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.Gravatar Dan O'Reilly2015-08-22
| | | | | | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| | * Start work on getting text handled properly on PY3Gravatar Dan O'Reilly2015-08-22
| | |
| * | assertEquals is deprecatedGravatar Tamir Duberstein2015-08-22
| | |
| * | Use assertIsInstanceGravatar Tamir Duberstein2015-08-22
| | |
| * | Clean up exception syntaxGravatar Tamir Duberstein2015-08-22
| | |
| * | Remove Python 2.5 cruftGravatar Tamir Duberstein2015-08-22
| |/
| * Set DYLD_LIBRARY_PATH for OSXGravatar Dan O'Reilly2015-08-21
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
* | Down-integrate from internal branch.Gravatar Jisi Liu2015-08-21
| | | | | | | | Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
| * Fix travis buildGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Improve tox.ini, install py26 for travis.Gravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Remove debug codeGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Use tox in travis build. Tweak tox.iniGravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Add some clarifying comments. Remove ez_setup.py.Gravatar Dan O'Reilly2015-08-20
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Make testing cpp implementation optionalGravatar Dan O'Reilly2015-08-16
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix --cpp_implementation test failure. Test both pure Python and cpp ↵Gravatar Dan O'Reilly2015-08-15
| | | | | | | | | | | | implementation in tox. Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Just always uses BytseIO in text_format for nowGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Disable py3* in toxGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Get Python 2.6 working.Gravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix usage of assertItemsEqual on Py3Gravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fix some more Python 3 compat issuesGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fixing some long/int bugsGravatar Dan O'Reilly2015-08-14
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Build protobuf files in as part of tox runs.Gravatar Dan O'Reilly2015-08-13
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Fixing some testsGravatar Dan O'Reilly2015-08-13
| | | | | | | | Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
| * Merge remote-tracking branch 'upstream/master' into py2_py3_straddleGravatar Dan O'Reilly2015-08-12
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: python/google/protobuf/descriptor_pool.py python/google/protobuf/internal/api_implementation_default_test.py python/google/protobuf/internal/cpp_message.py python/google/protobuf/internal/descriptor_database_test.py python/google/protobuf/internal/descriptor_pool_test.py python/google/protobuf/internal/descriptor_python_test.py python/google/protobuf/internal/descriptor_test.py python/google/protobuf/internal/generator_test.py python/google/protobuf/internal/message_factory_python_test.py python/google/protobuf/internal/message_factory_test.py python/google/protobuf/internal/message_test.py python/google/protobuf/internal/proto_builder_test.py python/google/protobuf/internal/python_message.py python/google/protobuf/internal/reflection_test.py python/google/protobuf/internal/service_reflection_test.py python/google/protobuf/internal/symbol_database_test.py python/google/protobuf/internal/text_encoding_test.py python/google/protobuf/internal/text_format_test.py python/google/protobuf/internal/unknown_fields_test.py python/google/protobuf/internal/wire_format_test.py python/google/protobuf/pyext/descriptor_cpp2_test.py python/google/protobuf/pyext/message_factory_cpp2_test.py python/google/protobuf/pyext/reflection_cpp2_generated_test.py python/setup.py ruby/lib/google/protobuf/message_exts.rb
* | Internal local modifications.Gravatar Bo Yang2015-07-09
| |
* | Update version number to 3.0.0-alpha-4Gravatar Bo Yang2015-05-29
| |
* | Replace the check of "../.git"Gravatar Feng Xiao2015-05-26
| | | | | | | | | | | | | | Checking the existence of ".git" is not the right way to check whether we are in develop environment because we distribute source tar-balls where such a ".git" directory does not exist. Replaced it with checking .proto files.
* | Update version number to 3.0.0-alpha-3Gravatar teboring2015-05-23
| |
* | down-integrate internal changesGravatar Bo Yang2015-05-21
| |
* | Only generate protos in developmentGravatar Tamir Duberstein2015-05-15
| | | | | | | | Fixes #333.
* | Use glob to simplifyGravatar Tamir Duberstein2015-05-15
| |
* | Merge pull request #255 from btabibian/masterGravatar Joshua Haberman2015-05-07
|\ \ | | | | | | adding globals() to exec call for python3 compatibility
| * | mendGravatar Behzad Tabibian2015-05-07
| | |
* | | Noramlize 'setup.py' to fit conventions:Gravatar Tamir Duberstein2015-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comply with flake8, except for indentation width, which is 2. - Move human-centric metadata to top of 'setup()' call. - Add Trove classifiers for supported Python versions. - Use 'find_packages()' + MANIFEST.in to avoid errors in listing modules and packages. Closes #131 and #161.
* | | WhitespaceGravatar Tamir Duberstein2015-05-06
| | |
* | | Don't hard-code the python pathGravatar Tamir Duberstein2015-05-06
| | |
| * | adding globals() to exec call for python3 compatibilityGravatar Behzad Tabibian2015-04-28
| | |
* | | [PYTHON] Drop dependency on 'google.apputils'.Gravatar Tamir Duberstein2015-04-10
| | | | | | | | | | | | Use stdlib's 'unittest' instead.
* | | [PYTHON] Remove awkward duplicate testsGravatar Tamir Duberstein2015-04-10
| | | | | | | | | | | | We already run all tests with and without `--cpp_implementation`
* | | [PYTHON] README: explain homebrew shenanigansGravatar Tamir Duberstein2015-04-10
| | |
* | | [PYTHON] Remove unnecessary `include_dir`Gravatar Tamir Duberstein2015-04-10
| | |
* | | [PYTHON] Clarify API version commentGravatar Tamir Duberstein2015-04-10
| | |
* | | Added Python to Travis build and clarified setup instructions.Gravatar Josh Haberman2015-04-09
| | |
* | | Remove useless file that doesn't loadGravatar Tamir Duberstein2015-04-08
| | | | | | | | | | | | This file was broken in ada6556.
* | | Merge pull request #196 from Zex/masterGravatar Joshua Haberman2015-03-31
|\ \ \ | |/ / |/| | Fix raise and except syntax issues for py3
* | | rename python README, and fix markdown in java and python respectivelyGravatar jesse2015-03-16
| | |