| Commit message (Expand) | Author | Age | Files | Lines |
* | map cells to arg slots at code creation time (closes #12399) | Benjamin Peterson | 2011-06-26 | 1 | -0/+6 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+4 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -8/+1 |
|
|
* | Issue #9630: Redecode filenames when setting the filesystem encoding | Victor Stinner | 2010-09-29 | 1 | -0/+7 |
|
|
* | Merged revisions 79060 via svnmerge from | Collin Winter | 2010-03-18 | 1 | -0/+1 |
|
|
* | Merged revisions 72487-72488,72879 via svnmerge from | Alexandre Vassalotti | 2009-07-21 | 1 | -9/+14 |
|
|
* | a little more fiddling to make flags like 2.x | Benjamin Peterson | 2009-07-02 | 1 | -0/+2 |
|
|
* | the old CO_FUTURE flags can't be commented out | Benjamin Peterson | 2009-07-02 | 1 | -2/+0 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -1/+3 |
|
|
* | Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations | Mark Dickinson | 2009-02-01 | 1 | -1/+1 |
|
|
* | Remove old macro that isn't used anywhere anymore. | Georg Brandl | 2008-05-11 | 1 | -4/+0 |
|
|
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+1 |
|
|
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 1 | -0/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -2/+2 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -2/+2 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -2/+2 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -2/+4 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+3 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -0/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+16 |
|
|
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -3/+3 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -0/+6 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -0/+1 |
|
|
* | Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo... | Neal Norwitz | 2006-02-25 | 1 | -1/+4 |
|
|
* | Generators have been permanent for a while. This comment is no longer applic... | Neal Norwitz | 2006-02-19 | 1 | -6/+1 |
|
|
* | Use the newer names for APIs after the AST merge | Neal Norwitz | 2005-10-21 | 1 | -3/+3 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+73 |
|
|