• Benjamin Peterson's avatar
    Merged revisions 66985,67170,67173,67177-67179 via svnmerge from · ba4d4807
    Benjamin Peterson yazdı
    svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
    
    ........
      r66985 | benjamin.peterson | 2008-10-20 16:43:46 -0500 (Mon, 20 Oct 2008) | 1 line
    
      no need to use nested try, except, finally
    ........
      r67170 | benjamin.peterson | 2008-11-08 12:28:31 -0600 (Sat, 08 Nov 2008) | 1 line
    
      fix #4271: fix_imports didn't recognize imports with parenthesis (ie from x import (a, b))
    ........
      r67173 | benjamin.peterson | 2008-11-08 17:42:08 -0600 (Sat, 08 Nov 2008) | 1 line
    
      consolidate test
    ........
      r67177 | benjamin.peterson | 2008-11-09 21:52:52 -0600 (Sun, 09 Nov 2008) | 1 line
    
      let the metclass fixer handle complex assignments in the class body gracefully
    ........
      r67178 | benjamin.peterson | 2008-11-10 15:26:43 -0600 (Mon, 10 Nov 2008) | 1 line
    
      the metaclass fixers shouldn't die when bases are not a simple name
    ........
      r67179 | benjamin.peterson | 2008-11-10 15:29:58 -0600 (Mon, 10 Nov 2008) | 1 line
    
      allow the fix_import pattern to catch from imports with parenthesis
    ........
    ba4d4807
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
fix_apply.py Loading commit data...
fix_basestring.py Loading commit data...
fix_buffer.py Loading commit data...
fix_callable.py Loading commit data...
fix_dict.py Loading commit data...
fix_except.py Loading commit data...
fix_exec.py Loading commit data...
fix_execfile.py Loading commit data...
fix_filter.py Loading commit data...
fix_funcattrs.py Loading commit data...
fix_future.py Loading commit data...
fix_getcwdu.py Loading commit data...
fix_has_key.py Loading commit data...
fix_idioms.py Loading commit data...
fix_import.py Loading commit data...
fix_imports.py Loading commit data...
fix_imports2.py Loading commit data...
fix_input.py Loading commit data...
fix_intern.py Loading commit data...
fix_itertools.py Loading commit data...
fix_itertools_imports.py Loading commit data...
fix_long.py Loading commit data...
fix_map.py Loading commit data...
fix_metaclass.py Loading commit data...
fix_methodattrs.py Loading commit data...
fix_ne.py Loading commit data...
fix_next.py Loading commit data...
fix_nonzero.py Loading commit data...
fix_numliterals.py Loading commit data...
fix_paren.py Loading commit data...
fix_print.py Loading commit data...
fix_raise.py Loading commit data...
fix_raw_input.py Loading commit data...
fix_renames.py Loading commit data...
fix_repr.py Loading commit data...
fix_set_literal.py Loading commit data...
fix_standarderror.py Loading commit data...
fix_sys_exc.py Loading commit data...
fix_throw.py Loading commit data...
fix_tuple_params.py Loading commit data...
fix_types.py Loading commit data...
fix_unicode.py Loading commit data...
fix_urllib.py Loading commit data...
fix_ws_comma.py Loading commit data...
fix_xrange.py Loading commit data...
fix_xreadlines.py Loading commit data...
fix_zip.py Loading commit data...