aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Expand)AuthorAge
* Make surrogate regex even more lenient.Gravatar Josh Haberman2016-06-06
* JSON surrogates Python: adjust regex for OSX error message.Gravatar Josh Haberman2016-06-06
* Added test for surrogates (valid and invalid).Gravatar Josh Haberman2016-06-03
* Surrogate checking is unpredictable, so always manually check.Gravatar Josh Haberman2016-06-03
* Fixed Python by updating failure lists and fixed a few broken tests.Gravatar Josh Haberman2016-06-03
* Merge pull request #1559 from google/beta-3Gravatar Jisi Liu2016-05-18
|\
* | JSON format for Any message must print @type first, use OrderedDict instead o...Gravatar Jie Luo2016-05-17
| * Added download_url to be able to upload to pypi.Gravatar Jisi Liu2016-05-17
|/
* Update version numbers for beta3Gravatar Jisi Liu2016-05-10
* Fix using std::shared_ptrGravatar Jisi Liu2016-05-05
* Fix the std::string error introduced in integration.Gravatar Jisi Liu2016-05-05
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
* Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2016-04-01
|\
| * Linking the cpp implementation extension statically with libprotobufGravatar Manjunath Kudlur2016-04-01
* | Disable sign-compare warning.Gravatar Jisi Liu2016-03-31
* | Fix signed-compare warning.Gravatar Jisi Liu2016-03-31
* | revert unexpected change for py26Gravatar Jisi Liu2016-03-31
| * Added an API to allow oversize protos when using C++ extension in PythonGravatar Manjunath Kudlur2016-03-31
* | Fix json_format.py in py26Gravatar Jisi Liu2016-03-31
* | Merge branch 'master' of github.com:google/protobufGravatar Jisi Liu2016-03-30
|\|
* | Integrate google internal changes.Gravatar Jisi Liu2016-03-30
| * Merge pull request #1306 from silviulica/masterGravatar Joshua Haberman2016-03-07
| |\
| | * Update version to 3.0.0b2.post2Gravatar Silviu Calinoiu2016-03-07
| |/ |/|
| * Add back the namespace_packages arg in setup.py.Gravatar Craig Citro2016-03-05
|/
* Add a modified patch from craigcitro@ to handle namespace sharing.Gravatar Silviu Calinoiu2016-02-18
* Added PROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS macro and setting it whenGravatar Manjunath Kudlur2016-02-16
* Manually down-integrate python JSON struct support from internal code base.Gravatar CH Albach2016-01-29
* Fixed Python 3.x C++ build, and updated conformance failure lists.Gravatar Josh Haberman2016-01-15
* Allow conformance test runner to tolerate crashes, and re-enable conformance ...Gravatar Josh Haberman2016-01-11
* Fixed compile for Python 3. There are still some crashes though.Gravatar Josh Haberman2015-12-30
* Require six>=1.9 for Python.Gravatar Feng Xiao2015-12-29
* Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
* Disable python conformnace tests as well.Gravatar Feng Xiao2015-12-21
* Fix Python 2.6 test failures.Gravatar Feng Xiao2015-12-21
* Update version numbers.Gravatar Feng Xiao2015-12-21
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
* Bringing in internal::shared_ptr into google:protobuf namespace.Gravatar Manjunath Kudlur2015-12-09
* Updated for c++98 compatibilityGravatar Manjunath Kudlur2015-12-07
* Enable fast cpp protos in the python interface.Gravatar Manjunath Kudlur2015-12-07
* Added Python failure lists, and fixes to make sure failure propagates.Gravatar Josh Haberman2015-12-03
* Conformance test implementation for Python.Gravatar Josh Haberman2015-12-02
* Pass $CC environment variable through tox.Gravatar Josh Haberman2015-10-28
* Special-case Clang-only warning flags to Clang.Gravatar Josh Haberman2015-10-28
* Disable some more warnings to be warnings-free.Gravatar Josh Haberman2015-10-28
* Fixed compile errors after rebase.Gravatar Josh Haberman2015-10-28
* Removed all warnings from the Python/C++ build.Gravatar Josh Haberman2015-10-28
* fix json_format for python2.6:Gravatar Jie Luo2015-10-19
* add complete WKT for python.Gravatar Jisi Liu2015-10-06
* Generate well known types for python.Gravatar Jisi Liu2015-10-06
* remove extra collection importGravatar Jisi Liu2015-10-06