cpython/Lib/compiler
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter:
(a) "except E, V" -> "except E as V"
(b) V is now limited to a simple name (local variable)
(c) V is now deleted at the end of the except block
2007-01-10 16:19:56 +00:00
..
__init__.py Ok, compiler.transformer can really be imported now 2006-03-24 07:07:34 +00:00
ast.py PEP 3107 - Function Annotations thanks to Tony Lownds 2006-12-28 06:47:50 +00:00
consts.py Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can 2006-03-03 19:12:58 +00:00
future.py Merged revisions 46753-51188 via svnmerge from 2006-08-11 14:57:12 +00:00
misc.py Stomp out more hsa_key() calls. 2006-08-19 15:28:37 +00:00
pyassem.py PEP 3107 - Function Annotations thanks to Tony Lownds 2006-12-28 06:47:50 +00:00
pycodegen.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
symbols.py PEP 3107 - Function Annotations thanks to Tony Lownds 2006-12-28 06:47:50 +00:00
syntax.py Stop looping to do nothing, just pass. 2005-11-25 03:18:58 +00:00
transformer.py PEP 3107 - Function Annotations thanks to Tony Lownds 2006-12-28 06:47:50 +00:00
visitor.py Stomp out more hsa_key() calls. 2006-08-19 15:28:37 +00:00