| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 86545 via svnmerge from | Benjamin Peterson | 2010-11-20 | 1 | -3/+1 |
| * | Merged revisions 86540 via svnmerge from | Benjamin Peterson | 2010-11-20 | 1 | -1/+1 |
| * | Merged revisions 86538 via svnmerge from | Benjamin Peterson | 2010-11-20 | 1 | -8/+8 |
| * | Merged revisions 76776 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -3/+19 |
| * | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 | 1 | -10/+10 |
| * | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
| * | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
| * | Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-... | Benjamin Peterson | 2008-10-19 | 1 | -0/+18 |
| * | Merged revisions 66379 via svnmerge from | Benjamin Peterson | 2008-09-10 | 1 | -1/+1 |
| * | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -8/+12 |
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
| * | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-03-31 | 1 | -10/+30 |
| * | Merged revisions 62049,62054 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -8/+102 |
| * | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 | 1 | -6/+13 |
| * | 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 | -2/+253 |
| * | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| * | Fixed a problem found by Bill Janssen on Mac OS X | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
| * | Open output files in text mode, after all they are text files. | Guido van Rossum | 2007-11-23 | 1 | -2/+2 |
| * | Fixes for issue 1752184, ensuring type objects are always created | Guido van Rossum | 2007-11-02 | 1 | -1/+1 |
| * | Use unicode for AST attributes | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
| * | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -12/+13 |
| * | bool is no longer required, it was only used for the print statement | Neal Norwitz | 2007-02-26 | 1 | -7/+2 |
| * | Merged revisions 53912-53951 via svnmerge from | Thomas Wouters | 2007-02-26 | 1 | -4/+2 |
| * | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -2/+19 |
| * | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -1/+6 |
| * | Switch to using %r in the format string. | Brett Cannon | 2006-08-25 | 1 | -1/+1 |
| * | Get rid of all two uses of backticks (bad Jeremy!). | Brett Cannon | 2006-08-24 | 1 | -1/+1 |
| * | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -42/+52 |
| * | Fix memory leak on attributes. | Martin v. Löwis | 2006-03-02 | 1 | -1/+3 |
| * | Don't pollute namespace as bad as before. All the types are static now. | Neal Norwitz | 2006-02-28 | 1 | -7/+7 |
| * | Whitespace normalization. | Tim Peters | 2006-02-28 | 1 | -13/+13 |
| * | Generate return statement. | Martin v. Löwis | 2006-02-28 | 1 | -0/+1 |
| * | Add generation of the version. | Martin v. Löwis | 2006-02-28 | 1 | -1/+2 |
| * | Add support for version field on Modules | Martin v. Löwis | 2006-02-28 | 1 | -0/+1 |
| * | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -191/+86 |
| * | Avoid reinitializing the types twice. | Martin v. Löwis | 2006-02-27 | 1 | -0/+1 |
| * | Stop generating empty arrays. | Martin v. Löwis | 2006-02-26 | 1 | -12/+22 |
| * | Fix iterating over cmpop_ty lists. | Martin v. Löwis | 2006-02-26 | 1 | -5/+13 |
| * | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 1 | -59/+206 |
| * | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -50/+50 |
| * | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -5/+10 |
| * | When regenerating files like Python-ast.h, take care that the generated | Armin Rigo | 2005-12-14 | 1 | -3/+2 |
| * | SF #1373150, diffs in working copy after a build | Neal Norwitz | 2005-12-11 | 1 | -1/+5 |
| * | Whoops, checkin consistent versions of *all* files to stop polluting | Neal Norwitz | 2005-11-13 | 1 | -6/+80 |
| * | Prevent name pollution by making lots of internal functions static. | Neal Norwitz | 2005-11-13 | 1 | -4/+4 |
| * | Use PyErr_NoMemory() instead of rolling our own. | Neal Norwitz | 2005-10-23 | 1 | -7/+5 |
| * | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+621 |