cpython/Lib/lib2to3/fixes
Benjamin Peterson 4f7329693a Merged revisions 81479 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r81479 | benjamin.peterson | 2010-05-22 13:52:21 -0500 (Sat, 22 May 2010) | 13 lines

  Merged revisions 80937,81478 via svnmerge from
  svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

  ........
    r80937 | benjamin.peterson | 2010-05-07 14:10:58 -0500 (Fri, 07 May 2010) | 1 line

    remove redundant unicode call
  ........
    r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line

    ensure doctests have some future_features
  ........
................
2010-05-22 18:59:38 +00:00
..
__init__.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_apply.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_basestring.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_buffer.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_callable.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_dict.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_except.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_exec.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_execfile.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_exitfunc.py Merged revisions 79325 via svnmerge from 2010-03-23 03:09:32 +00:00
fix_filter.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_funcattrs.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_future.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_getcwdu.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_has_key.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_idioms.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_import.py Merged revisions 80934 via svnmerge from 2010-05-07 19:06:32 +00:00
fix_imports.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_imports2.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_input.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_intern.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_isinstance.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_itertools.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_itertools_imports.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_long.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_map.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_metaclass.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_methodattrs.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_ne.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_next.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_nonzero.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_numliterals.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_operator.py Merged revisions 80934 via svnmerge from 2010-05-07 19:06:32 +00:00
fix_paren.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_print.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_raise.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_raw_input.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_reduce.py Merged revisions 80934 via svnmerge from 2010-05-07 19:06:32 +00:00
fix_renames.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_repr.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_set_literal.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_standarderror.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_sys_exc.py Merged revisions 81479 via svnmerge from 2010-05-22 18:59:38 +00:00
fix_throw.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_tuple_params.py Merged revisions 80934 via svnmerge from 2010-05-07 19:06:32 +00:00
fix_types.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_unicode.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_urllib.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_ws_comma.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_xrange.py Merged revisions 80934 via svnmerge from 2010-05-07 19:06:32 +00:00
fix_xreadlines.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00
fix_zip.py copy lib2to3 from the trunk 2010-02-06 02:40:03 +00:00