- 18 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 27 Eyl, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 17 Eyl, 2001 1 kayıt (commit)
-
-
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.
-
- 09 Nis, 2001 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 06 Mar, 2000 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
import some useful functions from contained modules
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-