1. 10 Şub, 2000 3 kayıt (commit)
    • Greg Ward's avatar
      Patch from Thomas heller: · 4ba9b2e3
      Greg Ward yazdı
        * don't need to mention python<ver>.lib -- it's done by a pragma
        * add debug flags for compile and link, and use them
        * fix 'link_shared_library()' to pass everything to 'link_shared_object()'
        * change filename when shared object with debug info (ugh)
      4ba9b2e3
    • 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
    • Jeremy Hylton's avatar
      add remove method to set · 69926eae
      Jeremy Hylton yazdı
      69926eae
  2. 09 Şub, 2000 5 kayıt (commit)
  3. 08 Şub, 2000 9 kayıt (commit)
  4. 07 Şub, 2000 3 kayıt (commit)
  5. 05 Şub, 2000 4 kayıt (commit)
  6. 04 Şub, 2000 9 kayıt (commit)
  7. 03 Şub, 2000 7 kayıt (commit)