summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_compile
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-231-7/+0
|
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+0
| | | | | | Easy enough to catch assignment in the compiler. The perverse user can still change the value of __debug__, but that may be the least he can do.
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-191-0/+7
|
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-251-0/+1