Commits
User selector
Commit History
Commits on Jul 23, 2014
Merge branch 'master' into develop
Show description for f486a05committed
Commits on Jul 17, 2014
Commits on Jun 19, 2014
Merge pull request #71 from QuLogic/annotate-failing-2.6-tests
Show description for e4acefdcommitted- committed
- committed
Merge pull request #70 from QuLogic/unexpected-successes
Show description for 0546d70committed- committed
Fix object.__format__ test on Python 3.4.
Show description for e6fea22authored andcommitted- committed
- committed
Fix object.__format__ test on Python 3.4.
Show description for 4c72440committed
Commits on Jun 18, 2014
- committed
- committed
- committed
- committed
Don't run clearly Py2 tests on Py3.
Show description for 26c8e87authored andcommitted- authored andcommitted
- authored andcommitted
- committed
Commits on Jun 16, 2014
Don't run clearly Py2 tests on Py3.
Show description for e6a9060committed- committed
- committed
Commits on May 30, 2014
Add a failing test: whether futurize invokes old_div() when __future__.division is already imported.
Show description for baecd57committedAdd safe fixer for division: 3 / 5 -> old_div(3, 5)
Show description for ba2296bcommitted- committed
Commits on May 25, 2014
Commits on May 19, 2014
Add (failing) tests for the resurrection of % formatting for bytes (PEP 461)
Show description for 5f8d860committed