aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
* Merge branch 'master' into down-integrate-with-msvc-fixAdam Cozzette2016-11-172-1/+5
|\
| * typoIan Hunter2016-11-161-1/+1
| * Use -DPROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOSRichard Shin2016-10-191-0/+4
* | Integrated internal changes from GoogleAdam Cozzette2016-11-1719-320/+982
|/
* Fix python_cpp test on Mac. Link staticly when building extension, so that th...Paul Yang2016-10-101-1/+1
* Fix python cpp.Bo Yang2016-10-104-13/+13
* Update version number.Feng Xiao2016-10-101-1/+1
* Fix python bugs for internal integration.Bo Yang2016-10-101-1/+1
* Bump version number to 3.1.0-alpha-1.Bo Yang2016-10-101-1/+1
* Integrate internal changesBo Yang2016-10-1033-619/+1303
* Merge remote-tracking branch 'origin/3.0.x' into mergeJisi Liu2016-09-141-1/+1
|\
| * Bump version number to 3.0.2Jisi Liu2016-09-021-1/+1
* | Fix to typo/oversight in python testsJonathon Love2016-09-021-1/+1
* | Typo: beffer -> bufferAdam Matan2016-08-031-1/+1
|/
* add setup.cfg for building wheelsJisi Liu2016-07-291-0/+2
* Bump version number for GAJisi Liu2016-07-251-1/+1
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-1/+1
* Integrate from internal code base.Feng Xiao2016-07-1311-100/+82
* Fix spelling in strings and commentsOtto Kekäläinen2016-07-032-4/+4
* Fixed string formatting in text_format.py to be Python2.6-compatibleAdam Cozzette2016-06-301-2/+2
* Integrated internal changes from GoogleAdam Cozzette2016-06-2921-872/+2009
* Make surrogate regex even more lenient.Josh Haberman2016-06-061-2/+2
* JSON surrogates Python: adjust regex for OSX error message.Josh Haberman2016-06-061-2/+2
* Added test for surrogates (valid and invalid).Josh Haberman2016-06-031-0/+21
* Surrogate checking is unpredictable, so always manually check.Josh Haberman2016-06-031-8/+6
* Fixed Python by updating failure lists and fixed a few broken tests.Josh Haberman2016-06-031-0/+10