mirror of https://github.com/python/cpython
d481e3d791
svn+ssh://pythondev@svn.python.org/python/trunk ................ r72494 | benjamin.peterson | 2009-05-08 20:01:14 -0500 (Fri, 08 May 2009) | 21 lines Merged revisions 72491-72493 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r72491 | benjamin.peterson | 2009-05-08 19:33:27 -0500 (Fri, 08 May 2009) | 7 lines make 2to3 use unicode internally on 2.x This started out as a fix for #2660, but became this large refactoring when I realized the dire state this was in. 2to3 now uses tokenize.detect_encoding to decode the files correctly into unicode. ........ r72492 | benjamin.peterson | 2009-05-08 19:35:38 -0500 (Fri, 08 May 2009) | 1 line remove compat code ........ r72493 | benjamin.peterson | 2009-05-08 19:54:15 -0500 (Fri, 08 May 2009) | 1 line add a test for \r\n newlines ........ ................ |
||
---|---|---|
.. | ||
__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 | ||
fix_imports2.py | ||
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 | ||
fix_ws_comma.py | ||
fix_xrange.py | ||
fix_xreadlines.py | ||
fix_zip.py |