summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #688424, 64-bit test problemsNeal Norwitz2003-02-181-2/+7
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-0/+9
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-121-6/+9
* Comment out a test that was anticipating SF patch 661536 -- but thatGuido van Rossum2003-01-281-6/+6
* Verify treatment of unary minus on negative numbers SF bug #660455.Guido van Rossum2003-01-281-0/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix SF Bug 564931: compile() traceback must include filename.Thomas Heller2002-07-091-0/+9
* 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