mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
svn+ssh://pythondev@svn.python.org/python/trunk
................
r66117 | benjamin.peterson | 2008-09-01 12:17:22 -0500 (Mon, 01 Sep 2008) | 25 lines
Merged revisions 65887,65889,65967-65968,65981 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line
allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split())
........
r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line
no need for 2.4 compatibility now
........
r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line
allow a Call to have no arguments
........
r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line
add a fixer for sys.exc_info etc by Jeff Balogh #2357
........
r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line
add a fixer to add parenthese for list and gen comps #2367
........
................
|
||
|---|---|---|
| .. | ||
| __init__.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_imports2.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_paren.py | ||
| fix_print.py | ||
| fix_raise.py | ||
| fix_raw_input.py | ||
| fix_renames.py | ||
| fix_repr.py | ||
| fix_standarderror.py | ||
| fix_sys_exc.py | ||
| fix_throw.py | ||
| fix_tuple_params.py | ||
| fix_types.py | ||
| fix_unicode.py | ||
| fix_urllib.py | ||
| fix_ws_comma.py | ||
| fix_xrange.py | ||
| fix_xreadlines.py | ||
| fix_zip.py | ||