aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/compatibility_tests
Commit message (Collapse)AuthorAge
* Merge pull request #3529 from pherl/merge3.4.xGravatar Jisi Liu2017-08-21
|\ | | | | Merge 3.4.x into master
* | remove the parens from the cmp() lambda definition (#3526)Gravatar cclauss2017-08-21
| | | | | | | | | | | | | | | | | | | | * 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
| * Merge remote-tracking branch 'origin/3.4.x' into mergemasterGravatar Jisi Liu2017-08-18
|/|
* | Define cmp() for Python 3 (#3517)Gravatar cclauss2017-08-18
| | | | | | | | | | | | | | | | | | | | * 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
| * Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|/
* Prefer the term "3-Clause BSD License" over "New BSD License"Gravatar Sebastian Schuberth2017-02-28
| | | | The first is the newer name, which is also more telling.
* Fix python compatibility test when a new generated code imports an old ↵Gravatar Jie Luo2017-02-09
| | | | version(2.6.1 or older) generated code.
* Add python compatibility tests against v2.5.0 amd run on Travis.Gravatar Jie Luo2017-01-26
|
* Add python compatibility tests against v2.5.0: copy tests and proto files ↵Gravatar Jie Luo2017-01-23
from v2.5.0