| Commit message (Expand) | Author | Age |
* | make YieldFrom its own distinct from Yield (closes #13780) | Benjamin Peterson | 2012-01-14 |
* | Issue #13645: pyc files now contain the size of the corresponding source | Antoine Pitrou | 2012-01-13 |
* | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 |
* | Merge branch 3.2 | Amaury Forgeot d'Arc | 2011-11-22 |
|\ |
|
| * | Issue #13436: commit regenerated Python-ast.c | Amaury Forgeot d'Arc | 2011-11-22 |
* | | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. | Martin v. Löwis | 2011-10-14 |
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 |
* | | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 |
* | | Merge 3.2 | Éric Araujo | 2011-09-02 |
|\| |
|
| * | accept bytes for the AST 'string' type | Benjamin Peterson | 2011-08-31 |
* | | add a asdl bytes type, so Bytes.s be properly typechecked | Benjamin Peterson | 2011-08-09 |
* | | merge 3.2 | Benjamin Peterson | 2011-07-22 |
|\| |
|
| * | None is ok for identifiers but not strings | Benjamin Peterson | 2011-07-22 |
| * | hardcode the old svn __version__ | Benjamin Peterson | 2011-07-22 |
* | | merge 3.2 | Benjamin Peterson | 2011-07-22 |
|\| |
|
| * | type check AST strings and identifiers | Benjamin Peterson | 2011-07-22 |
* | | remove ast.__version__ (closes #12273) | Benjamin Peterson | 2011-07-15 |
* | | bump ast version | Benjamin Peterson | 2011-05-29 |
* | | unify TryExcept and TryFinally (closes #12199) | Benjamin Peterson | 2011-05-29 |
* | | bump ast version | Benjamin Peterson | 2011-05-27 |
* | | reflect with statements with multiple items in the AST (closes #12106) | Benjamin Peterson | 2011-05-27 |
* | | use only the hex version, since the revno is unreliable across repos | Benjamin Peterson | 2011-03-13 |
* | | bump ast version | Benjamin Peterson | 2011-03-12 |
* | | convert ast versioning to mercurial | Benjamin Peterson | 2011-03-12 |
|/ |
|
* | fix refleak | Benjamin Peterson | 2010-11-21 |
* | new plan: functions that want 'tmp' can declare it | Benjamin Peterson | 2010-11-20 |
* | c89 declarations | Benjamin Peterson | 2010-11-20 |
* | use %R format code; fixes invalid dereferencing #10391 | Benjamin Peterson | 2010-11-20 |
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 |
* | Issue #9051: Instances of timezone class can now be pickled. | Alexander Belopolsky | 2010-06-23 |
* | Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# | Victor Stinner | 2010-06-07 |
* | regenerate Python-ast.c | Benjamin Peterson | 2009-12-13 |
* | update ast version | Benjamin Peterson | 2009-07-17 |
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 |
* | update version number | Benjamin Peterson | 2008-12-06 |
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 |
* | update Python-ast.c | Benjamin Peterson | 2008-10-24 |
* | Merged revisions 66377 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-10 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 |
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-03-31 |
* | Merged revisions 62047 via svnmerge from | Neal Norwitz | 2008-03-31 |
* | Merged revisions 62049,62054 via svnmerge from | Neal Norwitz | 2008-03-31 |
* | Merged revisions 62039-62042 via svnmerge from | Neal Norwitz | 2008-03-31 |
* | Merged revisions 62013-62014 via svnmerge from | Martin v. Löwis | 2008-03-30 |
* | Merged revisions 62004 via svnmerge from | Martin v. Löwis | 2008-03-30 |
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 |