aboutsummaryrefslogtreecommitdiff
path: root/python/compatibility_tests
Commit message (Collapse)AuthorAgeFilesLines
* Replace repo links.Feng Xiao2018-08-221-1/+1
|
* Down-integrate from google3.Feng Xiao2018-08-081-3/+6
|
* Merge pull request #3529 from pherl/merge3.4.xJisi Liu2017-08-211-2/+1
|\ | | | | Merge 3.4.x into master
| * Merge remote-tracking branch 'origin/3.4.x' into mergemasterJisi Liu2017-08-181-2/+1
| |\
| | * Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-2/+1
| | |
* | | remove the parens from the cmp() lambda definition (#3526)cclauss2017-08-211-2/+2
|/ / | | | | | | | | | | | | | | | | | | * 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
* / Define cmp() for Python 3 (#3517)cclauss2017-08-181-0/+5
|/ | | | | | | | | | * 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
* Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-281-1/+1
| | | | The first is the newer name, which is also more telling.
* Fix python compatibility test when a new generated code imports an old ↵Jie Luo2017-02-091-10/+4
| | | | version(2.6.1 or older) generated code.
* Add python compatibility tests against v2.5.0 amd run on Travis.Jie Luo2017-01-264-3/+203
|
* Add python compatibility tests against v2.5.0: copy tests and proto files ↵Jie Luo2017-01-2328-0/+5634
from v2.5.0