aboutsummaryrefslogtreecommitdiff
path: root/python/compatibility_tests/v2.5.0/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add python compatibility tests against v2.5.0 amd run on Travis.Jie Luo2017-01-262-3/+6
|
* Add python compatibility tests against v2.5.0: copy tests and proto files ↵Jie Luo2017-01-2315-0/+3338
from v2.5.0