| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | update version number | Benjamin Peterson | 2008-12-06 | 1 | -2/+2 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
|
|
* | update Python-ast.c | Benjamin Peterson | 2008-10-24 | 1 | -0/+18 |
|
|
* | Merged revisions 66377 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -110/+164 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -11/+11 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-03-31 | 1 | -12/+32 |
|
|
* | Merged revisions 62047 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -79/+107 |
|
|
* | Merged revisions 62049,62054 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -21/+114 |
|
|
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -4/+11 |
|
|
* | Merged revisions 62013-62014 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -1/+1 |
|
|
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 | 1 | -5/+3111 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -2/+2 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -1/+1 |
|
|
* | Customary 2nd submit of this file after it's been changed. | Guido van Rossum | 2007-08-31 | 1 | -2/+2 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -20/+12 |
|
|
* | Regenerate | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -2/+2 |
|
|
* | Use unicode for AST attributes | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
|
|
* | obcheckin. | Guido van Rossum | 2007-07-11 | 1 | -2/+2 |
|
|
* | Merged revisions 56154-56264 via svnmerge from | Guido van Rossum | 2007-07-11 | 1 | -0/+57 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -0/+2 |
|
|
* | obcheckin. | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -13/+22 |
|
|
* | Obsubmit. | Guido van Rossum | 2007-05-15 | 1 | -2/+2 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -61/+20 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -0/+49 |
|
|
* | Check in the inevitable change to the version number. | Guido van Rossum | 2007-04-16 | 1 | -2/+2 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -0/+45 |
|
|
* | Update the silly version number. | Guido van Rossum | 2007-03-18 | 1 | -2/+2 |
|
|
* | Implement PEP 3115 -- new metaclass syntax and semantics. | Guido van Rossum | 2007-03-18 | 1 | -3/+25 |
|
|
* | Commit version bump. | Brett Cannon | 2007-02-27 | 1 | -2/+2 |
|
|
* | Provisional implementation of PEP 3104. | Jeremy Hylton | 2007-02-27 | 1 | -0/+31 |
|
|
* | Whoops, fix build breakage. There were still a few uses of the bool type. | Neal Norwitz | 2007-02-26 | 1 | -6/+2 |
|
|
* | Merged revisions 53912-53951 via svnmerge from | Thomas Wouters | 2007-02-26 | 1 | -171/+59 |
|
|
* | Prevent regeneration. | Thomas Wouters | 2007-02-23 | 1 | -2/+2 |
|
|
* | Bytes literal. | Thomas Wouters | 2007-02-23 | 1 | -2/+39 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -2/+11 |
|
|
* | Checkin the regenerated Python-ast.c and fix test_optparse. | Georg Brandl | 2007-02-11 | 1 | -1/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -47/+0 |
|
|
* | Merged revisions 53304-53433,53435-53450 via svnmerge from | Thomas Wouters | 2007-01-15 | 1 | -1/+1 |
|
|
* | Some more changes related to the new except syntax and semantics, | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Commit __version__ change. | Martin v. Löwis | 2007-01-06 | 1 | -1/+1 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -8/+131 |
|
|
* | Jiwon Seo's PEP 3102 implementation. | Guido van Rossum | 2006-10-27 | 1 | -4/+18 |
|
|
* | Patch #1550786: ellipsis literal. | Georg Brandl | 2006-09-06 | 1 | -22/+24 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -52/+0 |
|
|