cpython/Lib/compiler
Nick Coghlan 7af53be66f Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) 2008-03-07 14:13:28 +00:00
..
__init__.py
ast.py Issue 2117. Update compiler module to handle class decorators. 2008-02-25 18:06:00 +00:00
consts.py
future.py
misc.py
pyassem.py Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. 2007-11-27 21:34:01 +00:00
pycodegen.py Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) 2008-03-07 14:13:28 +00:00
symbols.py
syntax.py
transformer.py Issue 2117. Update compiler module to handle class decorators. 2008-02-25 18:06:00 +00:00
visitor.py