aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
* Merge pull request #728 from dano/py3_str_compatGravatar Joshua Haberman2015-08-26
|\ | | | | Get all tests passing on Python3 (except Python3.4 cpp implementation)
| * 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>
* 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
| | |
| * | Fix python versions to comply with pep-0440.Gravatar Jisi Liu2015-03-04
| | | | | | | | | | | | Change-Id: Ifb4958e4f371b36f249faa466473f851697edb5c
| * | Merge remote-tracking branch 'github/alpha-2-fix'Gravatar Jisi Liu2015-03-04
| |\ \ | | | | | | | | | | | | Change-Id: I4c5186b8451713fda38e60dc3f828da6196c7a5e
| | * | Fix python package version to alpha-2.Gravatar Jisi Liu2015-03-04
| | | | | | | | | | | | | | | | Change-Id: Iae16dcae833959681a5c8e98764e5d1071e6fdcf
| * | | Merge pull request #225 from google/post-alpha2-integrateGravatar Jisi Liu2015-03-03
| |\ \ \ | | | | | | | | | | Post alpha2 integrate from google internal for C++ and Java