312 Commits (06aa8dc9e730cc39c67d0ff9c0c95e645ccf03c9)

Author SHA1 Message Date
Jie Luo 610e433888 Drop python2.6 7 years ago
Jie Luo 028d6f13ee Add Python 3.5 3.6 7 years ago
cclauss 472f700884 remove the parens from the cmp() lambda definition (#3526) 7 years ago
Jie Luo c2aa26e507 Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524) 7 years ago
cclauss 703f414ca6 Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512) 7 years ago
cclauss a04eb8c191 Define cmp() for Python 3 (#3517) 7 years ago
cclauss dded80f924 define long() for Python 3 7 years ago
cclauss 958412e2e6 Old style exception --> new style exception 7 years ago
Jisi Liu 98c6d04df4 Prefer system distributed binaries/libraries. 7 years ago
Jisi Liu 5d5df84913 clean up 7 years ago
Jisi Liu 19a7e2099b Update testpypi addresses. 7 years ago
Jie Luo f5817b3056 PY26 tests compatibility 7 years ago
Jie Luo 9150cd8603 Skip setUpClass which is newly added in python2.7 for python2.6 7 years ago
Jisi Liu 759245a49a Merge from master 7 years ago
Jie Luo 9c012ed07d Add __bool__ as well as __nonzero__ for python3 7 years ago
Jisi Liu 7bb39bef1a Update version number for 3.4.0 7 years ago
Jie Luo a484794820 Use keys() instead of iterkeys() to be python3 compatbile. 7 years ago
Jisi Liu dd091aad48 Fix code to use values() instead 7 years ago
Jisi Liu b07cdb6e8e Use itmes() instead of itervalues() to be python3 compatbile. 7 years ago
Jisi Liu 09354db143 Merge from Google internal for 3.4 release 7 years ago
Jie Luo b764e67812 Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance test 7 years ago
Paul Yang 176bac6dac Add scripts to build python wheel for linux. (#2693) 8 years ago
Yilun Chong 18a0c2c4d2 add proto2 supported for cpp,python,nodejs,ruby,php 8 years ago
Changming Sun 4987ddac75 Fix a bazel build error on Windows 8 years ago
Brian J. Watson 5555d3b078 Fix typos in comment 8 years ago
Bo Yang e7bcfc4241 Update version number to 3.3.2 8 years ago
Misha Brukman 677557009c Fix Markdown formatting in README. 8 years ago
Feng Xiao 58538ea919 Update version number to 3.3.1 8 years ago
Feng Xiao 478119fe77 Fix python3 issue. 8 years ago
Jie Luo 899460c9cb cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962) 8 years ago
Feng Xiao 80f0c0ac40 Update version number and changelog for 3.3.0 8 years ago
Jie Luo c348d46a9b Use PyUnicode_AsEncodedString() instead of PyUnicode_AsEncodedObject() 8 years ago
Feng Xiao d36c0c538a Down-integrate from google3. 8 years ago
Sebastian Schuberth 902af0816e Prefer the term "3-Clause BSD License" over "New BSD License" 8 years ago
Jie Luo 42e1e2abef Fix python compatibility test when a new generated code imports an old version(2.6.1 or older) generated code. 8 years ago
Paul Yang 7f3e237071 Merge 3.2.x branch into master (#2648) 8 years ago
Alex Ausch 2c36cc30dd cache generated classes, optimization and quick workaround to memory leak 8 years ago
Cristi Cobzarenco 1ee09c81bb python: do not include internal 'strutil.h' header 8 years ago
Jie Luo ea51149100 Add python compatibility tests against v2.5.0 amd run on Travis. 8 years ago
Jie Luo 140e28d12e Add python compatibility tests against v2.5.0: copy tests and proto files from v2.5.0 8 years ago
Joshua Haberman ffa71f8007 A few more cases for binary conformance tests. (#2500) 8 years ago
Joshua Haberman f1ce60e7b4 Factored Conformance and Benchmark test messages into shared test schema. (#1971) 8 years ago
Adam Cozzette 259dd7e842 Updated descriptor_pool.py to be compatible with Python 3 8 years ago
Adam Cozzette a7f300d6ff Fixed descriptor_pool_test.py for Python 2.6 8 years ago
Adam Cozzette 5a76e633ea Integrated internal changes from Google 8 years ago
Ian Hunter 130bb0739a typo 8 years ago
Richard Shin 7c913d821e Use -DPROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS 8 years ago
Paul Yang daba6653f1 Fix python_cpp test on Mac. Link staticly when building extension, so that the extension doesn't require installing protobuf library. (#2232) 8 years ago
Bo Yang 1c4cf0eeb5 Fix python cpp. 8 years ago
Feng Xiao f933d10fbe Update version number. 8 years ago