aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Prefer system distributed binaries/libraries.Jisi Liu2017-08-161-0/+3
| | * | | clean upJisi Liu2017-08-161-3/+0
| | * | | Update testpypi addresses.Jisi Liu2017-08-161-6/+9
| | |/ /
| | * | Merge from masterJisi Liu2017-07-254-5/+12
| | * | Merge remote-tracking branch 'origin/3.4.x' into vbJisi Liu2017-07-242-1/+4
| | |\ \
| | | * | Add __bool__ as well as __nonzero__ for python3Jie Luo2017-07-241-0/+3
| | | * | Use keys() instead of iterkeys() to be python3 compatbile.Jie Luo2017-07-241-1/+1
| | * | | Update version number for 3.4.0Jisi Liu2017-07-241-1/+1
| | |/ /
| | * | Fix code to use values() insteadJisi Liu2017-07-191-1/+1
| | * | Use itmes() instead of itervalues() to be python3 compatbile.Jisi Liu2017-07-191-1/+1
| | * | Merge master into 3.4.xJisi Liu2017-07-186-38/+162
| | |\ \
| | * | | Merge from Google internal for 3.4 releaseJisi Liu2017-07-1828-208/+863
* | | | | remove the parens from the cmp() lambda definition (#3526)cclauss2017-08-212-4/+4
|/ / / /
* | | | Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Jie Luo2017-08-181-1/+1
* | | | Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)cclauss2017-08-181-1/+1
* | | | Define cmp() for Python 3 (#3517)cclauss2017-08-182-1/+10
* | | | define long() for Python 3cclauss2017-08-181-5/+9
* | | | Old style exception --> new style exceptioncclauss2017-08-171-1/+1
* | | | PY26 tests compatibilityJie Luo2017-08-042-4/+12
* | | | Skip setUpClass which is newly added in python2.7 for python2.6Jie Luo2017-08-041-2/+3
* | | | Merge pull request #3281 from BSBandme/ConformanceTestYilunChongYilun Chong2017-07-241-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into ConformanceTestYilunChongYilun Chong2017-06-304-0/+116
| |\ \ \ \
| * | | | | add proto2 supported for cpp,python,nodejs,ruby,phpYilun Chong2017-06-271-0/+1
* | | | | | Merge pull request #3179 from bjwatson/fix-duration-typoFeng Xiao2017-07-201-2/+2
|\ \ \ \ \ \
| * | | | | | Fix typos in commentBrian J. Watson2017-06-211-2/+2
| |/ / / / /
* | | | | | Merge pull request #3262 from snnn/masterJie Luo2017-07-193-5/+11
|\ \ \ \ \ \
| * | | | | | Fix a bazel build error on WindowsChangming Sun2017-06-223-5/+11
| |/ / / / /
* | | | | | Merge pull request #3375 from TeBoring/3.3.xPaul Yang2017-07-191-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge 3.3.x into masterBo Yang2017-07-181-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update version number to 3.3.2Bo Yang2017-06-211-1/+1
| | * | | | Update version number to 3.3.1Feng Xiao2017-05-081-1/+1
| | | |/ / | | |/| |
* | / | | Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance testJie Luo2017-07-171-0/+1
|/ / / /
* | / / Add scripts to build python wheel for linux. (#2693)Paul Yang2017-06-284-0/+116
| |/ / |/| |
* | | Fix Markdown formatting in README.Misha Brukman2017-05-231-38/+45
|/ /
* | Fix python3 issue.Feng Xiao2017-04-201-1/+1
* | cherrypick descriptor_pool.FindFileContainingSymbol by extensions (#2962)Jie Luo2017-04-103-6/+41
* | Update version number and changelog for 3.3.0Feng Xiao2017-04-051-1/+1
* | Down-integrate from google3.Feng Xiao2017-03-2921-61/+440
* | Merge pull request #2613 from aausch/fix_memory_leakJisi Liu2017-03-061-1/+8
|\ \
| * | cache generated classes, optimization and quick workaround to memory leakAlex Ausch2017-01-301-1/+8
* | | Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-282-2/+2
* | | Merge pull request #2647 from anandolee/masterJie Luo2017-02-091-10/+4
|\ \ \
| * | | Fix python compatibility test when a new generated code imports an old versio...Jie Luo2017-02-091-10/+4
| | |/ | |/|
* / | Merge 3.2.x branch into master (#2648)Paul Yang2017-01-315-14/+20
|/ /
* | Add python compatibility tests against v2.5.0 amd run on Travis.Jie Luo2017-01-264-3/+203
* | Add python compatibility tests against v2.5.0: copy tests and proto files fro...Jie Luo2017-01-2328-0/+5634
|/
* A few more cases for binary conformance tests. (#2500)Joshua Haberman2017-01-061-8/+8
* Factored Conformance and Benchmark test messages into shared test schema. (#1...Joshua Haberman2016-12-031-0/+1
* Updated descriptor_pool.py to be compatible with Python 3Adam Cozzette2016-11-221-1/+1
* Fixed descriptor_pool_test.py for Python 2.6Adam Cozzette2016-11-221-1/+1