| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22221: Add tests for compile() with source encoding cookie. | Serhiy Storchaka | 2014-09-05 | 1 | -3/+20 |
|
|
* | Issue #21523: Fix over-pessimistic computation of the stack effect of some op... | Antoine Pitrou | 2014-05-23 | 1 | -3/+39 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | Issue #5765: Apply a hard recursion limit in the compiler | Nick Coghlan | 2012-11-04 | 1 | -0/+27 |
|
|
* | add another test case | Benjamin Peterson | 2012-01-20 | 1 | -0/+1 |
|
|
* | check after comments, too (#13832) | Benjamin Peterson | 2012-01-19 | 1 | -0/+2 |
|
|
* | Issue #12705: Raise SyntaxError when compiling multiple statements as single ... | Meador Inge | 2012-01-19 | 1 | -0/+28 |
|
|
* | try to use the same str object for all code filenames when compiling or unmar... | Benjamin Peterson | 2011-05-27 | 1 | -0/+9 |
|
|
* | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -5/+5 |
|
|
* | | bring back commented out test | Benjamin Peterson | 2010-03-17 | 1 | -0/+4 |
|
|
* | | Merged revisions 79034 via svnmerge from | Benjamin Peterson | 2010-03-17 | 1 | -3/+3 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -3/+3 |
|
|
* | | 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 |
|
|