cpython/Lib/lib2to3/tests
Martin v. Löwis 3de92bf155 Merged revisions 62263 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

................
  r62263 | martin.v.loewis | 2008-04-10 04:48:01 +0200 (Do, 10 Apr 2008) | 19 lines

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

  ........
    r62092 | collin.winter | 2008-04-01 18:27:10 +0200 (Di, 01 Apr 2008) | 1 line

    Add get_prev_sibling() to complement pytree's get_next_sibling().
  ........
    r62226 | collin.winter | 2008-04-08 21:07:56 +0200 (Di, 08 Apr 2008) | 1 line

    Add min() and max() to the list of special contexts that don't require adding list() calls around dict methods.
  ........
    r62232 | collin.winter | 2008-04-09 00:12:38 +0200 (Mi, 09 Apr 2008) | 4 lines

    Fix for http://bugs.python.org/issue2596

    This extends fix_xrange to know about the (mostly) same special contexts as fix_dict (where a special context is something that is guaranteed to fully consume the iterable), adding list() calls where appropriate. It also special-cases "x in range(y)".
  ........
................
2008-04-10 02:50:50 +00:00
..
data Run 2to3 on this library. 2008-03-19 05:33:36 +00:00
__init__.py Merged revisions 61596-61597 via svnmerge from 2008-03-19 05:04:44 +00:00
benchmark.py Merged revisions 61825 via svnmerge from 2008-03-24 00:50:58 +00:00
pytree_idempotency.py Merged revisions 61825 via svnmerge from 2008-03-24 00:50:58 +00:00
support.py Merged revisions 61596-61597 via svnmerge from 2008-03-19 05:04:44 +00:00
test_all_fixers.py Merged revisions 61988-61990 via svnmerge from 2008-03-28 05:29:57 +00:00
test_fixers.py Merged revisions 62263 via svnmerge from 2008-04-10 02:50:50 +00:00
test_parser.py Run 2to3 on this library. 2008-03-19 05:33:36 +00:00
test_pytree.py Merged revisions 62263 via svnmerge from 2008-04-10 02:50:50 +00:00
test_util.py Merged revisions 61596-61597 via svnmerge from 2008-03-19 05:04:44 +00:00