aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google
Commit message (Collapse)AuthorAge
* Fix python cpp.Gravatar Bo Yang2016-10-10
|
* Update version number.Gravatar Feng Xiao2016-10-10
| | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* Fix python bugs for internal integration.Gravatar Bo Yang2016-10-10
|
* Bump version number to 3.1.0-alpha-1.Gravatar Bo Yang2016-10-10
|
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* Merge remote-tracking branch 'origin/3.0.x' into mergeGravatar Jisi Liu2016-09-14
|\
| * Bump version number to 3.0.2Gravatar Jisi Liu2016-09-02
| |
* | Fix to typo/oversight in python testsGravatar Jonathon Love2016-09-02
| | | | | | | | Fix to typo/oversight in python tests, only affecting python 3
* | Typo: beffer -> bufferGravatar Adam Matan2016-08-03
|/
* Bump version number for GAGravatar Jisi Liu2016-07-25
|
* Update version number to 3.0.0-beta-4Gravatar Feng Xiao2016-07-13
|
* Integrate from internal code base.Gravatar Feng Xiao2016-07-13
|
* Fix spelling in strings and commentsGravatar Otto Kekäläinen2016-07-03
|
* Fixed string formatting in text_format.py to be Python2.6-compatibleGravatar Adam Cozzette2016-06-30
| | | | | | In Python 2.6 the positional argument specifiers are apparently required to be explicitly specified: http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* 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
| | | | | OS X's version of Python has a slightly different error message for this error case.
* 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
| | | | | Python 2.x doesn't detect unpaired surrogates so we have to do that manually.
* JSON format for Any message must print @type first, use OrderedDict instead ↵Gravatar Jie Luo2016-05-17
| | | | of {}
* 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
|\
* | 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
| |
| * Update version to 3.0.0b2.post2Gravatar Silviu Calinoiu2016-03-07
|/
* 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
| | | | | | --allow_oversize_protos=true is passed to bazel build. When this macro is set, SetTotalBytesLimit is called to remove the 64MB limit on binary protos when during ParseFromString.
* 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
|
* Fixed compile for Python 3. There are still some crashes though.Gravatar Josh Haberman2015-12-30
|
* Add missing files to EXTRA_DIST.Gravatar Feng Xiao2015-12-28
| | | | Also delete some unused files.
* Fix Python 2.6 test failures.Gravatar Feng Xiao2015-12-21
| | | | Change-Id: Ia9e2795b1ff1abb30410ffb3ef96ba6f46dd99d0
* Update version numbers.Gravatar Feng Xiao2015-12-21
| | | | | Version number for beta languages is updated to v3.0.0-beta-2. Version number for alpha languages is updated to v3.0.0-alpha-5.
* 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
| | | | Fixes #1029
* Updated for c++98 compatibilityGravatar Manjunath Kudlur2015-12-07
|
* Enable fast cpp protos in the python interface.Gravatar Manjunath Kudlur2015-12-07
|
* Fixed compile errors after rebase.Gravatar Josh Haberman2015-10-28
|
* Removed all warnings from the Python/C++ build.Gravatar Josh Haberman2015-10-28
| | | | | | | | | | | Also made the Travis build ensure that no warnings are present. These builds were previously spewing many warnings, which was hiding warnings for important things like accidentally using C++11-only features. Change-Id: I56caeee9db48bc78756a3e8d7c14874630627037
* fix json_format for python2.6:Gravatar Jie Luo2015-10-19
| | | | | 1, objcect_pair_hook is not supported in python2.6, so duplicated key check is removed in 2.6 2, total_seconds is not suppoted in python2.6, changed to compute seconds directly
* remove extra collection importGravatar Jisi Liu2015-10-06
|
* Revert back changes to import unittest2 for py26Gravatar Jisi Liu2015-10-05
|