mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r61730 | martin.v.loewis | 2008-03-22 02:20:58 +0100 (Sa, 22 Mär 2008) | 2 lines More explicit relative imports. ........ r61755 | david.wolever | 2008-03-22 21:33:52 +0100 (Sa, 22 Mär 2008) | 1 line Fixing #2446 -- 2to3 now translates 'import foo' to 'from . import foo' ........ r61824 | david.wolever | 2008-03-24 01:30:24 +0100 (Mo, 24 Mär 2008) | 3 lines Fixed a bug where 'from itertools import izip' would return 'from itertools import' ........ |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| basefix.py | ||
| fix_apply.py | ||
| fix_basestring.py | ||
| fix_buffer.py | ||
| fix_callable.py | ||
| fix_dict.py | ||
| fix_except.py | ||
| fix_exec.py | ||
| fix_execfile.py | ||
| fix_filter.py | ||
| fix_funcattrs.py | ||
| fix_future.py | ||
| fix_has_key.py | ||
| fix_idioms.py | ||
| fix_import.py | ||
| fix_imports.py | ||
| fix_input.py | ||
| fix_intern.py | ||
| fix_itertools.py | ||
| fix_itertools_imports.py | ||
| fix_long.py | ||
| fix_map.py | ||
| fix_methodattrs.py | ||
| fix_ne.py | ||
| fix_next.py | ||
| fix_nonzero.py | ||
| fix_numliterals.py | ||
| fix_print.py | ||
| fix_raise.py | ||
| fix_raw_input.py | ||
| fix_renames.py | ||
| fix_repr.py | ||
| fix_standarderror.py | ||
| fix_throw.py | ||
| fix_tuple_params.py | ||
| fix_types.py | ||
| fix_unicode.py | ||
| fix_ws_comma.py | ||
| fix_xrange.py | ||
| fix_xreadlines.py | ||
| fix_zip.py | ||
| util.py | ||