• Benjamin Peterson's avatar
    Merged revisions 77102 via svnmerge from · ffa94b0f
    Benjamin Peterson yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ................
      r77102 | benjamin.peterson | 2009-12-28 17:50:41 -0600 (Mon, 28 Dec 2009) | 50 lines
    
      Merged revisions 76871-76872,77093-77095,77097-77101 via svnmerge from
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
    
      ........
        r76871 | benjamin.peterson | 2009-12-17 20:49:21 -0600 (Thu, 17 Dec 2009) | 1 line
    
        handle unencodable diffs gracefully #5093
      ........
        r76872 | benjamin.peterson | 2009-12-17 20:51:37 -0600 (Thu, 17 Dec 2009) | 1 line
    
        fix emacs header
      ........
        r77093 | benjamin.peterson | 2009-12-28 14:43:32 -0600 (Mon, 28 Dec 2009) | 7 lines
    
        replace callable(x) with isinstance(x, collections.Callable) #7006
    
        This is a more accurate translation than hasattr(x, '__call__') which failed in
        the case that somebody had put __call__ in the instance dictionary.
    
        Patch mostly by Joe Amenta.
      ........
        r77094 | benjamin.peterson | 2009-12-28 14:45:13 -0600 (Mon, 28 Dec 2009) | 2 lines
    
        deuglify imports
      ........
        r77095 | benjamin.peterson | 2009-12-28 14:49:23 -0600 (Mon, 28 Dec 2009) | 1 line
    
        remove unused flag
      ........
        r77097 | benjamin.peterson | 2009-12-28 16:12:13 -0600 (Mon, 28 Dec 2009) | 2 lines
    
        clean up imports and whitespace
      ........
        r77098 | benjamin.peterson | 2009-12-28 16:43:35 -0600 (Mon, 28 Dec 2009) | 1 line
    
        *** empty log message ***
      ........
        r77099 | benjamin.peterson | 2009-12-28 16:45:10 -0600 (Mon, 28 Dec 2009) | 1 line
    
        revert unintended change
      ........
        r77100 | benjamin.peterson | 2009-12-28 16:53:21 -0600 (Mon, 28 Dec 2009) | 1 line
    
        revert unintended changes
      ........
        r77101 | benjamin.peterson | 2009-12-28 17:46:02 -0600 (Mon, 28 Dec 2009) | 1 line
    
        normalize whitespace
      ........
    ................
    ffa94b0f
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_isinstance.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_operator.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_reduce.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...