• Jeremy Hylton's avatar
    add ExampleASTVisitor: · 5e0ce53e
    Jeremy Hylton yazdı
    * prints out examples of nodes that are handled by visitor.  simply a
      development convenience
    
    remove NestedCodeGenerator -- it was bogus after all
    replace with generateFunctionCode, a method to call to generate code
      for a function instead of a top-level module
    
    fix impl of visitDiscard (most pop stack)
    emit lineno for pass
    
    handle the following new node types: Import, From, Getattr, Subscript,
    Slice, AssAttr, AssTuple, Mod, Not, And, Or, List
    
    LocalNameFinder: remove names declared as globals for locals
    
    PythonVMCode: pass arg names to constructor, force varnames to contain
    them all (even if they aren't referenced)
    
    add -q option on command line to disable stdout
    5e0ce53e
Adı
Son kayıt (commit)
Son güncelleme
..
audiopy Loading commit data...
bgen Loading commit data...
compiler/compiler Loading commit data...
faqwiz Loading commit data...
freeze Loading commit data...
i18n Loading commit data...
idle Loading commit data...
modulator Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
versioncheck Loading commit data...
webchecker Loading commit data...
world Loading commit data...
README Loading commit data...