summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62039-62042 via svnmerge fromNeal Norwitz2008-03-311-0/+14
* Merged revisions 62004 via svnmerge fromMartin v. Löwis2008-03-301-0/+23
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-6/+6
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-1/+1
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-1/+1
* Make test_compile not fail.Guido van Rossum2007-07-221-3/+3
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+13
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-27/+7
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+15
* Two more patches by Tony Lownds (SF# 1607548).Guido van Rossum2007-02-261-0/+13
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2
* Fix the last two tests.Guido van Rossum2007-02-221-2/+2
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-7/+5
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+0
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-15/+16
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+35
* 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