- 21 May, 2019 3 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
This reverts commit 6d96493b.
-
Hao Nguyen authored
-
- 23 Apr, 2019 2 commits
-
-
Hao Nguyen authored
-
Hao Nguyen authored
-
- 17 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 10 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 09 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 06 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 05 Apr, 2019 1 commit
-
-
Hao Nguyen authored
-
- 26 Mar, 2019 1 commit
-
-
Paul Yang authored
* Update version number to 3.7.1 * Update version number in port_def.inc
-
- 21 Mar, 2019 1 commit
-
-
Mickaël Schoentgen authored
Signed-off-by:
Mickaël Schoentgen <contact@tiger-222.fr>
-
- 20 Mar, 2019 2 commits
-
-
Hao Nguyen authored
Undelete python/google/protobuf/pyext/proto2_api_test.proto that was accidentally removed from file_list
-
Hao Nguyen authored
-
- 06 Mar, 2019 1 commit
-
-
Hao Nguyen authored
* Down integrate to github
-
- 28 Feb, 2019 3 commits
-
-
Paul Yang authored
* Update version number to 3.7.0 * Add php/releash.sh to Makefile.am * Make cpp_distcheck exit on fail
-
Peter Ebden authored
* Fix construction of messages using the C++ Python implementation when a map field is passed from one message to another. * Add a test on message map field construction * python 3 support * review comments * add test * Collapse code into one
-
Oliver Bristow authored
-
- 26 Feb, 2019 3 commits
-
-
Yilun Chong authored
-
Yilun Chong authored
-
grindhold authored
We need to cast to a constant charpointer here.
-
- 22 Feb, 2019 2 commits
-
-
Bo Yang authored
-
Yilun Chong authored
-
- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 19 Feb, 2019 1 commit
-
-
Paul Yang authored
* Update version to 3.7.0 * Update version number for java bom
-
- 02 Feb, 2019 1 commit
-
-
Paul Yang authored
* Add several fixes for python toolchain * Fix versin regex * Make script exit on error * Fix version regex * Fix version regex * Fix version regex * Fix version regex * Make test run on the current commit * Fix test * Fix test * Use git to retrieve current commit * Fix tests * Fix tests * Also make linux and mac work on the current commit * Fix test
-
- 31 Jan, 2019 2 commits
-
-
Peter Sobot authored
-
Adam Cozzette authored
-
- 24 Jan, 2019 1 commit
-
-
Hao Nguyen authored
-
- 08 Jan, 2019 1 commit
-
-
Yilun Chong authored
* Down-integrate internal changes to github. * fix python conformance test * fix csharp conformance test * add back java map_lite_test.proto's optimize for option * fix php conformance test
-
- 20 Dec, 2018 1 commit
-
-
Bo Yang authored
-
- 19 Dec, 2018 1 commit
-
-
Paul Yang authored
* Rebuild python docker image * Update docker image * Change call to build_and_run_docker.sh * Set up python tests for different versions * Fix comments
-
- 06 Dec, 2018 1 commit
-
-
Adam Cozzette authored
- Avoid using typeid() so that we don't depend on RTTI - Change internal AP MapData() to MutableMapData() and added GetMapData()
-
- 29 Nov, 2018 1 commit
-
-
Paul Yang authored
* Add kokoro build for python source package * Use libc++ for xcode 10 (#5303) The xcode 10 removes the deprecated libstdc++ library. We could set "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead. * Add python 3.7 build * Add build for python 3.7 on linux and windows * Remove unused source build * Add comment * Fix $MACOSX_DEPLOYMENT_TARGET mismatch * Fix MACOSX_DEPLOYMENT_TARGET mismatch * Add missing import for sysconfig * Add missing imports
-
- 26 Nov, 2018 1 commit
-
-
giokara-oqton authored
* fix json_format.ParseDict modifies input * added unit test * fix naming
-
- 09 Nov, 2018 1 commit
-
-
Adam Cozzette authored
-
- 05 Oct, 2018 2 commits
-
-
Leon Barrett authored
* Fix parsing empty Struct Values from Json This fixes a bug. When parsing a struct from JSON like struct = json_format.Parse('{"k": {}}', Struct()) then the struct's "k" value would end up not initialized, and accessing the value would raise an error. In[1]: struct['k'] ValueError: Value not set That seems to be because the Struct field of the Value was not set. In[2]: struct Out[2]: fields { key: "k" value { } } This commit makes sure that the Value's Struct field is initialized even if the Struct has no values itself. This commit also extends a test to cover this case. * Additionally test for empty list
-
Josh Kelley authored
* ParseFromString returns bytes parsed ParseFromString is documented as returning the number of bytes parsed, and the C++ implementation does this, so the Python implementation should too. See #5165. * Fix docstring * Add a test for ParseFromString length behavior
-
- 04 Oct, 2018 1 commit
-
-
Kevin James authored
Many classes within collections were moved to collections.abc in Python 3.3 -- their usage as imported directly from collections is now deprecated as of Python 3.7 and will be removed soon. The fallback import added in this PR can be removed entirely when support for versions of Python prior to 3.3 is dropped.
-
- 10 Sep, 2018 1 commit
-
-
Benjamin Peterson authored
Python protobuf has long been a single-source codebase. 2to3 shouldn't need to run in setup.py.
-