cpython/Lib/lib2to3/fixes
Benjamin Peterson 25f221b0cb Merged revisions 68306-68308,68340,68368,68422 via svnmerge from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line

  fix_urllib: add mappings for the url parsing functions
........
  r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line

  remove duplicated function
........
  r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line

  turtle is no longer renamed
........
  r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines

  Fix undefined locals in parse_tokens().
........
  r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line

  fix typo (thanks to Robert Lehmann)
........
  r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line

  run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876
........
2009-01-09 02:13:34 +00:00
..
__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_getcwdu.py
fix_has_key.py
fix_idioms.py
fix_import.py
fix_imports.py Merged revisions 68306-68308,68340,68368,68422 via svnmerge from 2009-01-09 02:13:34 +00:00
fix_imports2.py Merged revisions 68306-68308,68340,68368,68422 via svnmerge from 2009-01-09 02:13:34 +00:00
fix_input.py
fix_intern.py
fix_isinstance.py
fix_itertools.py
fix_itertools_imports.py
fix_long.py
fix_map.py
fix_metaclass.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_reduce.py
fix_renames.py
fix_repr.py
fix_set_literal.py
fix_standarderror.py
fix_sys_exc.py
fix_throw.py
fix_tuple_params.py
fix_types.py
fix_unicode.py
fix_urllib.py Merged revisions 68306-68308,68340,68368,68422 via svnmerge from 2009-01-09 02:13:34 +00:00
fix_ws_comma.py
fix_xrange.py
fix_xreadlines.py
fix_zip.py