summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2016-07-03Fix spelling in strings and commentsOtto Kekäläinen
2016-06-30Fixed string formatting in text_format.py to be Python2.6-compatibleAdam Cozzette
2016-06-29Integrated internal changes from GoogleAdam Cozzette
2016-06-06Make surrogate regex even more lenient.Josh Haberman
2016-06-06JSON surrogates Python: adjust regex for OSX error message.Josh Haberman
2016-06-03Added test for surrogates (valid and invalid).Josh Haberman
2016-06-03Surrogate checking is unpredictable, so always manually check.Josh Haberman
2016-06-03Fixed Python by updating failure lists and fixed a few broken tests.Josh Haberman
2016-05-18Merge pull request #1559 from google/beta-3Jisi Liu
2016-05-17JSON format for Any message must print @type first, use OrderedDict instead o...Jie Luo
2016-05-17Added download_url to be able to upload to pypi.Jisi Liu
2016-05-10Update version numbers for beta3Jisi Liu
2016-05-05Fix using std::shared_ptrJisi Liu
2016-05-05Fix the std::string error introduced in integration.Jisi Liu
2016-04-28Down integrate from Google internal.Jisi Liu
2016-04-01Merge branch 'master' of github.com:google/protobufJisi Liu
2016-04-01Linking the cpp implementation extension statically with libprotobufManjunath Kudlur
2016-03-31Disable sign-compare warning.Jisi Liu
2016-03-31Fix signed-compare warning.Jisi Liu
2016-03-31revert unexpected change for py26Jisi Liu
2016-03-31Added an API to allow oversize protos when using C++ extension in PythonManjunath Kudlur
2016-03-31Fix json_format.py in py26Jisi Liu
2016-03-30Merge branch 'master' of github.com:google/protobufJisi Liu
2016-03-30Integrate google internal changes.Jisi Liu
2016-03-07Merge pull request #1306 from silviulica/masterJoshua Haberman
2016-03-07Update version to 3.0.0b2.post2Silviu Calinoiu
2016-03-05Add back the namespace_packages arg in setup.py.Craig Citro
2016-02-18Add a modified patch from craigcitro@ to handle namespace sharing.Silviu Calinoiu
2016-02-16Added PROTOBUF_PYTHON_ALLOW_OVERSIZE_PROTOS macro and setting it whenManjunath Kudlur
2016-01-29Manually down-integrate python JSON struct support from internal code base.CH Albach
2016-01-15Fixed Python 3.x C++ build, and updated conformance failure lists.Josh Haberman
2016-01-11Allow conformance test runner to tolerate crashes, and re-enable conformance ...Josh Haberman
2015-12-30Fixed compile for Python 3. There are still some crashes though.Josh Haberman
2015-12-29Require six>=1.9 for Python.Feng Xiao
2015-12-28Add missing files to EXTRA_DIST.Feng Xiao
2015-12-21Disable python conformnace tests as well.Feng Xiao
2015-12-21Fix Python 2.6 test failures.Feng Xiao
2015-12-21Update version numbers.Feng Xiao
2015-12-11Down-integrate from internal code base.Feng Xiao
2015-12-09Bringing in internal::shared_ptr into google:protobuf namespace.Manjunath Kudlur
2015-12-07Updated for c++98 compatibilityManjunath Kudlur
2015-12-07Enable fast cpp protos in the python interface.Manjunath Kudlur
2015-12-03Added Python failure lists, and fixes to make sure failure propagates.Josh Haberman
2015-12-02Conformance test implementation for Python.Josh Haberman
2015-10-28Pass $CC environment variable through tox.Josh Haberman
2015-10-28Special-case Clang-only warning flags to Clang.Josh Haberman
2015-10-28Disable some more warnings to be warnings-free.Josh Haberman
2015-10-28Fixed compile errors after rebase.Josh Haberman
2015-10-28Removed all warnings from the Python/C++ build.Josh Haberman
2015-10-19fix json_format for python2.6:Jie Luo