aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* Update version number to 3.5.0Jisi Liu2017-11-021-1/+1
|
* Merge pull request #3770 from pherl/3.5-integrateJisi Liu2017-10-1914-38/+195
|\ | | | | Integrate google internal changes for the up coming 3.5 release.
| * Merge from google internalJisi Liu2017-10-1814-38/+195
| |
* | Merge pull request #3736 from jleni/fix_rbpiJisi Liu2017-10-182-2/+2
|\ \ | |/ |/| Fix: Truncated Message due to "TypeError: unhashable type: 'bytearray'"
| * Converting to immutable hashable typesJuan Leni2017-10-112-2/+2
| |
* | Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-1/+1
|\ \ | |/ |/|
| * Bump version for minor releaseJisi Liu2017-09-141-1/+1
| |
* | Integrated internal changes from GoogleAdam Cozzette2017-09-1424-409/+1316
| |
* | Merge pull request #2576 from cristicbz/py-strutilFeng Xiao2017-09-081-1/+11
|\ \ | | | | | | python: do not include internal 'strutil.h' header
| * | python: do not include internal 'strutil.h' headerCristi Cobzarenco2017-01-281-1/+11
| | |
* | | Drop python2.6Jie Luo2017-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | 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/
* | | Add Python 3.5 3.6Jie Luo2017-08-221-1/+1
| | |
* | | Merge pull request #3529 from pherl/merge3.4.xJisi Liu2017-08-2130-206/+867
|\ \ \ | | | | | | | | Merge 3.4.x into master
| * \ \ Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-1830-206/+867
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #3504 from pherl/3.4.xJisi Liu2017-08-181-0/+3
| | |\ \ | | | | | | | | | | Prefer system distributed binaries/libraries.
| | | * | Prefer system distributed binaries/libraries.Jisi Liu2017-08-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like the image has a /usr/local/bin/autoconf installed, which doesn't recognize/work with the yum installed libtools. Putting distributed binaries/libraries first solves the problem
| | * | | clean upJisi Liu2017-08-161-3/+0
| | | | |
| | * | | Update testpypi addresses.Jisi Liu2017-08-161-6/+9
| | |/ / | | | | | | | | | | | | The old one is deprecated and no longer working.
| | * | Merge from masterJisi Liu2017-07-254-5/+12
| | | |
| | * | Merge remote-tracking branch 'origin/3.4.x' into vbJisi Liu2017-07-242-1/+4
| | |\ \
| | | * | Add __bool__ as well as __nonzero__ for python3Jie Luo2017-07-241-0/+3
| | | | |
| | | * | Use keys() instead of iterkeys() to be python3 compatbile.Jie Luo2017-07-241-1/+1
| | | | |
| | * | | Update version number for 3.4.0Jisi Liu2017-07-241-1/+1
| | |/ /
| | * | Fix code to use values() insteadJisi Liu2017-07-191-1/+1
| | | |
| | * | Use itmes() instead of itervalues() to be python3 compatbile.Jisi Liu2017-07-191-1/+1
| | | |
| | * | Merge master into 3.4.xJisi Liu2017-07-186-38/+162
| | |\ \
| | * | | Merge from Google internal for 3.4 releaseJisi Liu2017-07-1828-208/+863
| | | | |
* | | | | remove the parens from the cmp() lambda definition (#3526)cclauss2017-08-212-4/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298 * remove the parens from the cmp() lambda definition https://github.com/PythonCharmers/python-future/pull/298
* | | | Revert "Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)" (#3524)Jie Luo2017-08-181-1/+1
| | | | | | | | | | | | This reverts commit 703f414ca6102e669ece2dcd5f7d9c2b05ca222e.
* | | | Drop Python 3.3 from testing & add Python 3.5, 3.6 (#3512)cclauss2017-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop Python 3.3 from testing & add Python 3.5, 3.6 Python 3.3 goes [EOL](https://docs.python.org/devguide/index.html#branchstatus) next month. * Sync test.sh with the Python versions in tox.ini
* | | | Define cmp() for Python 3 (#3517)cclauss2017-08-182-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp * Define cmp() for Python 3 http://python-future.org/compatible_idioms.html?highlight=cmp#cmp
* | | | define long() for Python 3cclauss2017-08-181-5/+9
| | | |
* | | | Old style exception --> new style exceptioncclauss2017-08-171-1/+1
| | | |
* | | | PY26 tests compatibilityJie Luo2017-08-042-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1, Some tests in reflection_test PY26 raise TypeError but other versions raise ValueError for convert negative long to unsigned 2, Change compare exception type to compare exception str for testDuplicateExtensionNumber. Original code raise 'Double registration of Extensions' is not an instance of (<type 'exceptions.AssertionError'>, <type 'exceptions.ValueError'>) for PY26 cpp implementation t
* | | | Skip setUpClass which is newly added in python2.7 for python2.6Jie Luo2017-08-041-2/+3
| | | |
* | | | Merge pull request #3281 from BSBandme/ConformanceTestYilunChongYilun Chong2017-07-241-0/+1
|\ \ \ \ | | | | | | | | | | Proto2 test message support to conformance test
| * \ \ \ Merge branch 'master' into ConformanceTestYilunChongYilun Chong2017-06-304-0/+116
| |\ \ \ \
| * | | | | add proto2 supported for cpp,python,nodejs,ruby,phpYilun Chong2017-06-271-0/+1
| | | | | |
* | | | | | Merge pull request #3179 from bjwatson/fix-duration-typoFeng Xiao2017-07-201-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typos in comment
| * | | | | | Fix typos in commentBrian J. Watson2017-06-211-2/+2
| |/ / / / /
* | | | | | Merge pull request #3262 from snnn/masterJie Luo2017-07-193-5/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make it compatible with python 3.6.1
| * | | | | | Fix a bazel build error on WindowsChangming Sun2017-06-223-5/+11
| |/ / / / /
* | | | | | Merge pull request #3375 from TeBoring/3.3.xPaul Yang2017-07-191-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Merge 3.3.x into master
| * | | | | Merge 3.3.x into masterBo Yang2017-07-181-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Update version number to 3.3.2Bo Yang2017-06-211-1/+1
| | | | | |
| | * | | | Update version number to 3.3.1Feng Xiao2017-05-081-1/+1
| | | |/ / | | |/| |
* | / | | Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION for pure python comformance testJie Luo2017-07-171-0/+1
|/ / / /
* | / / Add scripts to build python wheel for linux. (#2693)Paul Yang2017-06-284-0/+116
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | * Add scripts to build python wheel for linux. Followed PEP513. * Fix dist check for new added files. * Update README for usage example.
* | | Fix Markdown formatting in README.Misha Brukman2017-05-231-38/+45
|/ / | | | | | | | | | | | | | | | | | | Fix indentation to enable code formatting for sample command lines to set them visually apart from the surrounding text, and make it easy to copy-paste. Add code formatting for env vars, paths, binary and library names for readability. Hide URLs behind text for readability and conciseness.
* | Fix python3 issue.Feng Xiao2017-04-201-1/+1
| |