| Commit message (Expand) | Author | Age | Files | Lines |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -8/+8 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -4/+4 |
|
|
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -0/+13 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -5/+5 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -0/+4 |
|
|
* | now that exec is a function, we can use the shorter assertRaises to test | Benjamin Peterson | 2008-06-30 | 1 | -37/+7 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -0/+14 |
|
|
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -0/+23 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -6/+6 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -4/+4 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | Patch #1303: Adapt str8 constructor to bytes (now buffer) one. | Georg Brandl | 2007-10-24 | 1 | -1/+1 |
|
|
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -1/+1 |
|
|
* | Make test_compile not fail. | Guido van Rossum | 2007-07-22 | 1 | -3/+3 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -6/+13 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -27/+7 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+15 |
|
|
* | Two more patches by Tony Lownds (SF# 1607548). | Guido van Rossum | 2007-02-26 | 1 | -0/+13 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -2/+2 |
|
|
* | Fix the last two tests. | Guido van Rossum | 2007-02-22 | 1 | -2/+2 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -2/+2 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -7/+5 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -1/+0 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -15/+16 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+35 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+4 |
|
|
* | Fix SF bug #1448804 and ad a test to ensure that all subscript operations con... | Nick Coghlan | 2006-03-13 | 1 | -0/+72 |
|
|
* | Fix problem handling EXTENDED_ARGs from SF bug # 1333982 | Neal Norwitz | 2005-10-24 | 1 | -0/+23 |
|
|
* | SF bug #1048870: call arg of lambda not updating | Raymond Hettinger | 2004-10-24 | 1 | -0/+9 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -0/+41 |
|
|
* | Completed the patch for Bug #215126. | Raymond Hettinger | 2004-08-02 | 1 | -0/+57 |
|
|
* | Upgrade None assignment SyntaxWarning to a SyntaxError. | Raymond Hettinger | 2004-07-17 | 1 | -0/+15 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -8/+11 |
|
|
* | SF patch #736962. Converted test_compile to unittest format. | Raymond Hettinger | 2003-06-23 | 1 | -160/+140 |
|
|
* | Added regression test for SF #757818 | Raymond Hettinger | 2003-06-20 | 1 | -0/+5 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 1 | -2/+7 |
|
|
* | - Finally fixed the bug in compile() and exec where a string ending | Guido van Rossum | 2003-02-13 | 1 | -0/+9 |
|
|
* | SF #660455 : patch by NNorwitz. | Guido van Rossum | 2003-02-12 | 1 | -6/+9 |
|
|
* | Comment out a test that was anticipating SF patch 661536 -- but that | Guido van Rossum | 2003-01-28 | 1 | -6/+6 |
|
|
* | Verify treatment of unary minus on negative numbers SF bug #660455. | Guido van Rossum | 2003-01-28 | 1 | -0/+7 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Fix SF Bug 564931: compile() traceback must include filename. | Thomas Heller | 2002-07-09 | 1 | -0/+9 |
|
|
* | Don't munge __debug__ and leave it that way. | Jeremy Hylton | 2001-11-13 | 1 | -0/+2 |
|
|
* | Fix SF buf #480096: Assign to __debug__ still allowed | Jeremy Hylton | 2001-11-09 | 1 | -1/+13 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -0/+44 |
|
|
* | SF bug [#455775] float parsing discrepancy. | Tim Peters | 2001-08-27 | 1 | -0/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-21 | 1 | -1/+1 |
|
|