• Jeremy Hylton's avatar
    Many changes. · 7cff7fe2
    Jeremy Hylton yazdı
    Reformatting -- long lines, "[ ]" -> "[]", a few indentation nits.
    
    Replace calls to Node function (which constructed ast nodes) with
    calls to actual constructors imported from ast module.
    
    Optimize com_node (most frequently used method) for the common case --
    the appropriate method is found in _dispatch.
    
    Fix com_augassign to use class object's rather than node names
    (rendered invalid by recent changes to ast)
    
    Remove expensive tests for sequence-ness in com_stmt and
    com_append_stmt. These tests should never fail; if they do, something
    is really broken and exception will be raised elsewhere.
    
    Fix com_stmt and com_append_stmt to use isinstance rather than
    testing's type slot of ast node (this slot disappeared with recent
    changes to ast).
    7cff7fe2
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...