summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+4
* Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...Nick Coghlan2006-03-131-0/+72
* Fix problem handling EXTENDED_ARGs from SF bug # 1333982Neal Norwitz2005-10-241-0/+23
* SF bug #1048870: call arg of lambda not updatingRaymond Hettinger2004-10-241-0/+9
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-0/+41
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-021-0/+57
* Upgrade None assignment SyntaxWarning to a SyntaxError.Raymond Hettinger2004-07-171-0/+15
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-8/+11
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-231-160/+140
* Added regression test for SF #757818Raymond Hettinger2003-06-201-0/+5
* 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