History log of /external/python/cpython2/Lib/compiler/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52d4aeac86a89789497b18cc7f2f566007c71728 19-Mar-2010 Benjamin Peterson <benjamin@python.org> make compiler's py3k warning a full deprecation warning #6837
/external/python/cpython2/Lib/compiler/__init__.py
6192df10b6c5d157735feefc591e90a61c4000c0 10-May-2008 Brett Cannon <bcannon@gmail.com> Deprecate the compiler package for removal in 3.0.
/external/python/cpython2/Lib/compiler/__init__.py
b902f4e401bbf5ada3494c4fb7eeab605a370e10 03-Apr-2006 Neal Norwitz <nnorwitz@gmail.com> Use absolute imports
/external/python/cpython2/Lib/compiler/__init__.py
e0c446bb4ad67294f42d4cb53b4ff28413bd8dde 18-Oct-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/compiler/__init__.py
264e8186d551647d4583f592e44b2d7a64e61096 27-Sep-2001 Andrew M. Kuchling <amk@amk.ca> Fix comment typo
/external/python/cpython2/Lib/compiler/__init__.py
9dca36432e4526da9c5885e86782e7dfa5432c42 17-Sep-2001 Jeremy Hylton <jeremy@alum.mit.edu> API change:
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.
/external/python/cpython2/Lib/compiler/__init__.py
a384f737cc4f7cd90b5e2df8ac99d458522be156 09-Apr-2001 Jeremy Hylton <jeremy@alum.mit.edu> typo
/external/python/cpython2/Lib/compiler/__init__.py
f728f9a13e01e7d9fdd791f0a6e9a8ab1b6249a5 06-Mar-2000 Jeremy Hylton <jeremy@alum.mit.edu> import compile function form pycodegen
/external/python/cpython2/Lib/compiler/__init__.py
8c78341f456c92f9cea92232c9ea257bdb750b71 06-Mar-2000 Jeremy Hylton <jeremy@alum.mit.edu> add a doc string
import some useful functions from contained modules
/external/python/cpython2/Lib/compiler/__init__.py
106a02da942424b30b572f9bd962c1f5744f0ba2 04-Feb-2000 Jeremy Hylton <jeremy@alum.mit.edu> make p2c a package
/external/python/cpython2/Lib/compiler/__init__.py