cpython/Lib/lib2to3/fixes
Martin v. Löwis 2eab97c9a6 Merged revisions 63634 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r63634 | martin.v.loewis | 2008-05-25 16:58:01 +0200 (So, 25 Mai 2008) | 81 lines

  Merged revisions 62647-63633 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r63047 | alexandre.vassalotti | 2008-05-11 11:03:24 +0200 (So, 11 Mai 2008) | 2 lines

    Added import fixer for copy_reg rename.
  ........
    r63081 | alexandre.vassalotti | 2008-05-11 22:06:36 +0200 (So, 11 Mai 2008) | 2 lines

    Added import fixer for Queue rename.
  ........
    r63090 | alexandre.vassalotti | 2008-05-11 22:38:16 +0200 (So, 11 Mai 2008) | 2 lines

    Added import fixer for PixMapWrapper rename.
  ........
    r63141 | alexandre.vassalotti | 2008-05-12 04:42:03 +0200 (Mo, 12 Mai 2008) | 5 lines

    Added fixer for SocketServer renaming.
    Removed PixMapWrapper fixer, since the module is actually pending
    removal.
  ........
    r63252 | alexandre.vassalotti | 2008-05-15 01:10:20 +0200 (Do, 15 Mai 2008) | 2 lines

    Added fixer for ConfigParser rename.
  ........
    r63321 | collin.winter | 2008-05-15 19:42:58 +0200 (Do, 15 Mai 2008) | 1 line

    Add a missing comma. Fixes issue 2866.
  ........
    r63356 | alexandre.vassalotti | 2008-05-16 08:55:44 +0200 (Fr, 16 Mai 2008) | 4 lines

    Added new tests for fix_imports.
    Added refactoring support of from-import statements of the style:
      from foo import bar, baz
  ........
    r63362 | alexandre.vassalotti | 2008-05-16 09:17:53 +0200 (Fr, 16 Mai 2008) | 2 lines

    Added the repr module import fixer.
  ........
    r63456 | georg.brandl | 2008-05-18 21:51:18 +0200 (So, 18 Mai 2008) | 2 lines

    #2908: fixers for Tkinter rename.
  ........
    r63461 | georg.brandl | 2008-05-18 23:00:20 +0200 (So, 18 Mai 2008) | 2 lines

    Fix for last patch.
  ........
    r63525 | alexandre.vassalotti | 2008-05-21 23:43:29 +0200 (Mi, 21 Mai 2008) | 4 lines

    Add missing comma in fix_imports.

    Bug caught by Quentin Gallet-Gilles.
  ........
    r63532 | brett.cannon | 2008-05-22 05:02:43 +0200 (Do, 22 Mai 2008) | 4 lines

    When testing fix_imports, no need to only test a subset of input; test it all!

    Do all revisions to the sandbox need to be manually applied to the trunk?
  ........
    r63533 | brett.cannon | 2008-05-22 05:16:45 +0200 (Do, 22 Mai 2008) | 1 line

    Add _markupbase to the import fixer.
  ........
    r63612 | georg.brandl | 2008-05-25 09:56:59 +0200 (So, 25 Mai 2008) | 2 lines

    Add fixer for _winreg rename.
  ........
    r63627 | georg.brandl | 2008-05-25 14:30:10 +0200 (So, 25 Mai 2008) | 2 lines

    Add fixer entry for the thread module.
  ........
    r63629 | georg.brandl | 2008-05-25 14:34:13 +0200 (So, 25 Mai 2008) | 2 lines

    Fixer entry for dummy_thread.
  ........
    r63633 | martin.v.loewis | 2008-05-25 16:52:41 +0200 (So, 25 Mai 2008) | 2 lines

    Temporarily disable Test_imports.
  ........
................
2008-05-25 15:24:57 +00:00
..
__init__.py
basefix.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_apply.py
fix_basestring.py
fix_buffer.py
fix_callable.py
fix_dict.py Merged revisions 62263 via svnmerge from 2008-04-10 02:50:50 +00:00
fix_except.py Merged revisions 61988-61990 via svnmerge from 2008-03-28 05:29:57 +00:00
fix_exec.py
fix_execfile.py
fix_filter.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_funcattrs.py
fix_future.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_has_key.py
fix_idioms.py
fix_import.py Merged revisions 61825 via svnmerge from 2008-03-24 00:50:58 +00:00
fix_imports.py Merged revisions 63634 via svnmerge from 2008-05-25 15:24:57 +00:00
fix_input.py
fix_intern.py
fix_itertools.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_itertools_imports.py Merged revisions 61825 via svnmerge from 2008-03-24 00:50:58 +00:00
fix_long.py
fix_map.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_methodattrs.py
fix_ne.py
fix_next.py
fix_nonzero.py
fix_numliterals.py
fix_print.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
fix_raise.py
fix_raw_input.py
fix_renames.py Run 2to3 on this library. 2008-03-19 05:33:36 +00:00
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 Merged revisions 62263 via svnmerge from 2008-04-10 02:50:50 +00:00
fix_xreadlines.py
fix_zip.py Merged revisions 61724-61725 via svnmerge from 2008-03-22 00:07:09 +00:00
util.py Merged revisions 62263 via svnmerge from 2008-04-10 02:50:50 +00:00