Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make compiler's py3k warning a full deprecation warning #6837 | Benjamin Peterson | 2010-03-18 | 1 | -3/+5 |
| | |||||
* | Deprecate the compiler package for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+3 |
| | |||||
* | Use absolute imports | Neal Norwitz | 2006-04-03 | 1 | -3/+3 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -2/+1 |
| | |||||
* | Fix comment typo | Andrew M. Kuchling | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | API change: | Jeremy Hylton | 2001-09-17 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | typo | Jeremy Hylton | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | import compile function form pycodegen | Jeremy Hylton | 2000-03-06 | 1 | -0/+4 |
| | |||||
* | add a doc string | Jeremy Hylton | 2000-03-06 | 1 | -0/+20 |
| | | | | import some useful functions from contained modules | ||||
* | make p2c a package | Jeremy Hylton | 2000-02-04 | 1 | -0/+0 |