| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-09-01 | 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-16 | 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-13 | 1 | -1/+1 |
|
|
* | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-13 | 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 |
|
|
* | 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 |
|
|