cpython/Tools/bgen/bgen
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
..
bgen.py
bgenBuffer.py One more mod for support of C++ classes. 2006-02-10 22:15:09 +00:00
bgenGenerator.py Whitespace normalization. 2005-12-25 23:18:31 +00:00
bgenGeneratorGroup.py
bgenHeapBuffer.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
bgenModule.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
bgenObjectDefinition.py Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 2006-04-21 10:40:58 +00:00
bgenOutput.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
bgenStackBuffer.py More factorization to help C++ support. 2005-06-28 15:14:35 +00:00
bgenStringBuffer.py More factorization to help C++ support. 2005-06-28 15:14:35 +00:00
bgenType.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
bgenVariable.py For overriding C++ methods we also need to know whether a parameter 2006-02-10 16:17:24 +00:00
macsupport.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
scantools.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00