| Commit message (Expand) | Author | Age | Files | Lines |
| * | #15923: merge with 3.2. | Ezio Melotti | 2012-09-30 | 1 | -1/+1 |
| |\ |
|
| | * | #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf8... | Ezio Melotti | 2012-09-30 | 1 | -1/+1 |
| * | | add gc support to the AST base type (closes #15293) | Benjamin Peterson | 2012-07-08 | 1 | -4/+17 |
| * | | Issue #15291: Fix a memory leak where AST nodes where not properly deallocated. | Antoine Pitrou | 2012-07-08 | 1 | -0/+1 |
| * | | use Py_ssize_t for ast sequence lengths | Benjamin Peterson | 2012-05-15 | 1 | -2/+2 |
| * | | free AST's dict | Benjamin Peterson | 2012-03-14 | 1 | -1/+7 |
| * | | Try to fix compilation of Python-ast.c on Visual Studio 2008 | Victor Stinner | 2012-03-13 | 1 | -1/+1 |
| * | | give the AST class a __dict__ | Benjamin Peterson | 2012-03-12 | 1 | -3/+15 |
| * | | evidently some buildbots don't have python 3 installed | Benjamin Peterson | 2011-12-29 | 1 | -1/+1 |
| * | | run AST toolchain on python3 | Benjamin Peterson | 2011-12-29 | 1 | -1/+1 |
| * | | Merge branch 3.2 | Amaury Forgeot d'Arc | 2011-11-22 | 1 | -5/+1 |
| |\ \
| |/ |
|
| | * | Issue #13436: Fix a bogus error message when an AST object was passed | Amaury Forgeot d'Arc | 2011-11-22 | 1 | -5/+1 |
| * | | Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py | Meador Inge | 2011-10-22 | 1 | -3/+3 |
| * | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 | 1 | -3/+4 |
| * | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -4/+20 |
| * | | Merge 3.2 | Éric Araujo | 2011-09-02 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | accept bytes for the AST 'string' type | Benjamin Peterson | 2011-08-31 | 1 | -1/+1 |
| * | | revert code which conditionally writes Python-ast.h (closes #12727) | Benjamin Peterson | 2011-08-11 | 1 | -23/+3 |
| * | | 2.x syntax | Benjamin Peterson | 2011-08-09 | 1 | -1/+1 |
| * | | make this work on 2.4 | Benjamin Peterson | 2011-08-09 | 1 | -5/+17 |
| * | | make this work with py2.5 | Benjamin Peterson | 2011-08-09 | 1 | -0/+1 |
| * | | don't rewrite the header file if it hasn't changed; this reduces development ... | Benjamin Peterson | 2011-08-09 | 1 | -3/+10 |
| * | | add a asdl bytes type, so Bytes.s be properly typechecked | Benjamin Peterson | 2011-08-09 | 1 | -0/+10 |
| * | | merge 3.2 | Benjamin Peterson | 2011-07-22 | 1 | -10/+8 |
| |\ \
| |/ |
|
| | * | None is ok for identifiers but not strings | Benjamin Peterson | 2011-07-22 | 1 | -10/+8 |
| | * | hardcode the old svn __version__ | Benjamin Peterson | 2011-07-22 | 1 | -5/+3 |
| * | | merge 3.2 | Benjamin Peterson | 2011-07-22 | 1 | -2/+19 |
| |\ \
| |/ |
|
| | * | type check AST strings and identifiers | Benjamin Peterson | 2011-07-22 | 1 | -2/+19 |
| * | | remove ast.__version__ (closes #12273) | Benjamin Peterson | 2011-07-15 | 1 | -29/+0 |
| * | | use only the hex version, since the revno is unreliable across repos | Benjamin Peterson | 2011-03-13 | 1 | -1/+1 |
| * | | actually get file rev | Benjamin Peterson | 2011-03-12 | 1 | -1/+1 |
| * | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-12 | 1 | -5/+16 |
| |/ |
|
| * | fix refleak | Benjamin Peterson | 2010-11-21 | 1 | -0/+1 |
| * | new plan: functions that want 'tmp' can declare it | Benjamin Peterson | 2010-11-20 | 1 | -3/+1 |
| * | c89 declarations | Benjamin Peterson | 2010-11-20 | 1 | -1/+1 |
| * | use %R format code; fixes invalid dereferencing #10391 | Benjamin Peterson | 2010-11-20 | 1 | -8/+8 |
| * | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -2/+3 |
| * | use the 's' format code instead of 'U' | Benjamin Peterson | 2010-06-07 | 1 | -1/+1 |
| * | Merged revisions 76534,76538,76628,76701,76774 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 |