Commits
User selector
Commit History
Commits on Jul 23, 2014
Merge branch 'master' into develop
Show description for f486a05committed
Commits on Jun 18, 2014
Fix ensure_new_type's handling of longs.
Show description for 247d175authored andcommitted
Commits on Jun 17, 2014
Fix ensure_new_type's handling of longs.
Show description for d18da78committed
Commits on May 30, 2014
Add safe fixer for division: 3 / 5 -> old_div(3, 5)
Show description for ba2296bcommitted
Commits on May 5, 2014
Improve the bytes_to_native_str() family of functions in future.utils
Show description for 2959d2ccommitted- committed
Commits on Apr 27, 2014
Commits on Apr 22, 2014
Add future.utils.{listvalues,listitems} functions (issue #46)
Show description for 22b588bcommitted
Commits on Apr 6, 2014
Use the native stdlib by default (Py2 stdlib on Py2) for import hooks
Show description for 51d9360committed
Commits on Mar 29, 2014
Commits on Mar 16, 2014
Add execfile() and cmp() functions to past.builtins; make futurize invoke these
Show description for 63fa8f3committed
Commits on Mar 12, 2014
Commits on Jan 29, 2014
Commits on Jan 28, 2014
- committed
Commits on Jan 23, 2014
Merge branch 'autoconvert'
Show description for 15956f4committed
Commits on Jan 22, 2014
Commits on Jan 10, 2014
Commits on Jan 8, 2014
Add raise_with_traceback(); describe this and raise_ in changelog
Show description for c1a7e15committed- committed
Commits on Jan 3, 2014
Fix reraise on Python 2 and Python 3
Show description for 737eaedcommitted
Commits on Nov 15, 2013
Commits on Oct 29, 2013
Add isinstance() to future.builtins
Show description for bea3e62committed