aboutsummaryrefslogtreecommitdiffhomepage
path: root/python
Commit message (Collapse)AuthorAge
* Fix capsule name. (#4836)Gravatar Thomas Colthurst2018-06-29
| | | Internal convert file was broken. Change the capsule to the correct name
* Merge pull request #4827 from acozzette/merge-3-6-xGravatar Adam Cozzette2018-06-25
|\ | | | | Merge 3.6.x branch into master
* | Update minimal Python version to 2.7 (#4207)Gravatar Yuchen Xie2018-06-25
| |
| * Merge branch '3.6.x' into merge-3-6-xGravatar Adam Cozzette2018-06-25
|/|
* | global __version__ In setup.py (#4753)Gravatar cclauss2018-06-25
| | | | | | This change helps both humans and linters to understand the unusual method of instantiating this global variable.
* | import inspect (#3507)Gravatar cclauss2018-06-11
| | | | | | Inspect is used five times on line 65-74 without being imported.
* | Introduce Proto C API; based on cl/198113115 by amauryfaGravatar Thomas Colthurst2018-05-30
| |
| * Always add -std=c++11 for mac (#4684)Gravatar Paul Yang2018-05-25
| |
| * Update version number to 3.6.0Gravatar Jisi Liu2018-05-14
|/
* Fix python ext build on kokoro (#4527)Gravatar Yilun Chong2018-05-03
|
* Add __init__.py files to compiler and util subpackages (#4117)Gravatar Thomas Hisch2018-04-09
| | | | | | The compiler and util subpackages are created by the build_py class in setup.py. This has caused an issue in the protobuf package in conda-forge (https://github.com/conda-forge/protobuf-feedstock/issues/40), which is fixed by this commit.
* For windows, all python version should use /MT (#4468)Gravatar Paul Yang2018-04-06
|
* Merge branch (#4466)Gravatar Paul Yang2018-04-02
| | | | | | | | * Fix setup.py for windows build. * Bump version number to 3.5.2 * Cat the test-suite.log on errors for presubits
* Removed unused variables in repeated_scalar_container.ccGravatar Adam Cozzette2018-03-20
|
* Removed unused code pertaining to shared_ptrGravatar Adam Cozzette2018-03-20
|
* Added pyext/thread_unsafe_shared_ptr.hGravatar Adam Cozzette2018-03-20
|
* Removed unrecognized option from no_package.protoGravatar Adam Cozzette2018-03-20
|
* Include no_package.proto in Python testGravatar Adam Cozzette2018-03-14
|
* Merge branch 'master' into down-integrateGravatar Adam Cozzette2018-03-13
|\
* | Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
| |
| * Only check filenames when end with .py in _CalledFromGeneratedFile() (#4262)Gravatar Jie Luo2018-02-09
|/ | | | * Cython's stack does not have .py file name. Only check filenames when end with .py for _CalledFromGeneratedFile()
* Merge remote-tracking branch 'origin/3.5.x' into masterGravatar Jisi Liu2018-01-03
|\
* \ Merge remote-tracking branch 'origin/3.5.x' into masterGravatar Jisi Liu2018-01-03
|\ \
| | * Fix uploading binary wheel.Gravatar Jisi Liu2017-12-22
| |/ | | | | | | | | The script now takes two prompt for user name and password. One single input redirection no longer works.
| * Disable pip cache when testing uploaded packagesGravatar Jisi Liu2017-12-22
| | | | | | | | | | | | | | Otherwise, pip complains "cannot find a version satisfies the requirement." I suspect it was due to caching issues. I usued to manually add a `sleep 30` between the upload and the installation test which is quite unstable.
* | Merge pull request #4030 from cyyber/masterGravatar Feng Xiao2017-12-20
|\ \ | | | | | | Calling Keychecker before checking key in MessageMap
| | * Update version number to 3.5.1Gravatar Jisi Liu2017-12-19
| | |
| | * Fix file permission for python package.Gravatar Feng Xiao2017-12-15
| | | | | | | | | | | | `umask 0022` makes sure the created package will be accessible by all users.
* | | Merge pull request #4053 from xfxyjwf/fixumaskGravatar Feng Xiao2017-12-15
|\ \ \ | | | | | | | | Fix file permission for python package.
| * | | Fix file permission for python package.Gravatar Feng Xiao2017-12-14
| | | | | | | | | | | | | | | | `umask 0022` makes sure the created package will be accessible by all users.
| | * | Calling Keychecker before checking key in MessageMapGravatar cyyber2017-12-15
| |/ /
| | * Remove py2.6 support.Gravatar Jisi Liu2017-12-14
| | |
* | | Fix python descriptor test.Gravatar Jisi Liu2017-12-14
|/ /
* | Merge branch 'master' into down-integrateGravatar Adam Cozzette2017-12-01
|\ \
* | | Integrated internal changes from GoogleGravatar Adam Cozzette2017-12-01
| | |
| * | Merge branch '3.5.x' into 3.5.x-mergeGravatar Adam Cozzette2017-11-30
| |\|
| | * Update version for 3.5.0.post1Gravatar Jisi Liu2017-11-22
| | |
| | * Add _file_desc_by_toplevel_extension backGravatar Jie Luo2017-11-22
| | | | | | | | | | | | | | | | | | Add _file_desc_by_toplevel_extension back for compatibility issue with 3.4.1. _file_desc_by_toplevel_extension is a temporary solution for FieldDescriptor.file. FieldDescriptor.file was added in code gen. However, we need to keep it for some time for compatibility reason (with 3.4.1 only). May try to remove it after 2 years.
| * | Include .cc and .h files in source distributionGravatar Paul Kilgo2017-11-17
| | |
| | * Update version number to 3.5.0Gravatar Jisi Liu2017-11-02
| |/ |/|
| * Fix a typo in WKT's test suiteGravatar Roman Nekhoroshev2017-11-02
|/ | | | | | | Hi! Sorry for bothering with such a minor thing, but I just noticed and fixed one annoying typo in WKT's test suite: `"accpets" -> "accepts"` Thanks!
* Merge pull request #3770 from pherl/3.5-integrateGravatar Jisi Liu2017-10-19
|\ | | | | Integrate google internal changes for the up coming 3.5 release.
* \ Merge pull request #3736 from jleni/fix_rbpiGravatar Jisi Liu2017-10-18
|\ \ | | | | | | Fix: Truncated Message due to "TypeError: unhashable type: 'bytearray'"
| | * Merge from google internalGravatar Jisi Liu2017-10-18
| |/ |/|
* | Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\ \
| | * Converting to immutable hashable typesGravatar Juan Leni2017-10-11
| |/ |/|
| * Bump version for minor releaseGravatar Jisi Liu2017-09-14
| |
* | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
| |
* | Merge pull request #2576 from cristicbz/py-strutilGravatar Feng Xiao2017-09-08
|\ \ | | | | | | python: do not include internal 'strutil.h' header
* | | Drop python2.6Gravatar Jie Luo2017-08-22
| | | | | | | | | | | | | | | | | | | | | Jenkins complains for python 2.6 DEPRECATION: Python 2.6 is no longer supported by the Python core team ERROR: InvocationError: '/tmp/protobuf/protobuf/python/.tox/py26-cpp/bin/python setup.py -q build_py' https://grpc-testing.appspot.com/job/protobuf_pull_request/1502/testReport/junit/(root)/python_cpp/python_cpp/