1. 18 Eki, 2001 1 kayıt (commit)
  2. 27 Eyl, 2001 1 kayıt (commit)
  3. 17 Eyl, 2001 1 kayıt (commit)
    • Jeremy Hylton's avatar
      API change: · 9dca3643
      Jeremy Hylton yazdı
      compile() becomes replacement for builtin compile()
      compileFile() generates a .pyc from a .py
      both are exported in __init__
      
      compiler.parse() gets optional second argument to specify compilation
      mode, e.g. single, eval, exec
      
      Add AbstractCompileMode as parent class and Module, Expression, and
      Interactive as concrete subclasses.  Each corresponds to a compilation
      mode.
      
      THe AbstractCompileMode instances in turn delegate to CodeGeneration
      subclasses specialized for their particular functions --
      ModuleCodeGenerator, ExpressionCodeGeneration,
      InteractiveCodeGenerator.
      9dca3643
  4. 09 Nis, 2001 1 kayıt (commit)
  5. 06 Mar, 2000 2 kayıt (commit)
  6. 04 Şub, 2000 1 kayıt (commit)