summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Don't munge __debug__ and leave it that way.Jeremy Hylton2001-11-131-0/+2
* Fix SF buf #480096: Assign to __debug__ still allowedJeremy Hylton2001-11-091-1/+13
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-0/+44
* SF bug [#455775] float parsing discrepancy.Tim Peters2001-08-271-0/+15
* Whitespace normalization.Tim Peters2001-02-211-1/+1
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-191-3/+33
* add test for SyntaxError onJeremy Hylton2001-01-191-1/+7
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-251-0/+16