summaryrefslogtreecommitdiff
path: root/Lib/test/test_compile.py
Commit message (Expand)AuthorAgeFilesLines
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-5/+5
* | bring back commented out testBenjamin Peterson2010-03-171-0/+4
* | Merged revisions 79034 via svnmerge fromBenjamin Peterson2010-03-171-3/+3
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-8/+8
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* | Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-0/+13
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-0/+4
|/
* now that exec is a function, we can use the shorter assertRaises to testBenjamin Peterson2008-06-301-37/+7
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* 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