3de92bf155
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)". ........ ................ |
||
---|---|---|
.. | ||
__init__.py | ||
basefix.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_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_print.py | ||
fix_raise.py | ||
fix_raw_input.py | ||
fix_renames.py | ||
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 | ||
fix_xreadlines.py | ||
fix_zip.py | ||
util.py |