aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/Python-ast.c
Commit message (Expand)AuthorAge
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-06
* Issue #16546: make ast.YieldFrom argument mandatory.Mark Dickinson2012-11-25
* add gc support to the AST base type (closes #15293)Benjamin Peterson2012-07-08
* Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.Antoine Pitrou2012-07-08
* use Py_ssize_t for ast sequence lengthsBenjamin Peterson2012-05-15
* Document f4d7ad6c9d6e.Martin v. Löwis2012-05-15
* Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis2012-05-15
* free AST's dictBenjamin Peterson2012-03-14
* Try to fix compilation of Python-ast.c on Visual Studio 2008Victor Stinner2012-03-13
* give the AST class a __dict__Benjamin Peterson2012-03-12
* make YieldFrom its own distinct from Yield (closes #13780)Benjamin Peterson2012-01-14
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-13
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-13
* Merge branch 3.2Amaury Forgeot d'Arc2011-11-22
|\
| * Issue #13436: commit regenerated Python-ast.cAmaury Forgeot d'Arc2011-11-22
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-14
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-14
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-10
* | Merge 3.2Éric Araujo2011-09-02
|\|
| * accept bytes for the AST 'string' typeBenjamin Peterson2011-08-31
* | add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-09
* | merge 3.2Benjamin Peterson2011-07-22
|\|
| * None is ok for identifiers but not stringsBenjamin Peterson2011-07-22
| * hardcode the old svn __version__Benjamin Peterson2011-07-22
* | merge 3.2Benjamin Peterson2011-07-22
|\|
| * type check AST strings and identifiersBenjamin Peterson2011-07-22
* | remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-15
* | bump ast versionBenjamin Peterson2011-05-29
* | unify TryExcept and TryFinally (closes #12199)Benjamin Peterson2011-05-29
* | bump ast versionBenjamin Peterson2011-05-27
* | reflect with statements with multiple items in the AST (closes #12106)Benjamin Peterson2011-05-27
* | use only the hex version, since the revno is unreliable across reposBenjamin Peterson2011-03-13
* | bump ast versionBenjamin Peterson2011-03-12
* | convert ast versioning to mercurialBenjamin Peterson2011-03-12
|/
* fix refleakBenjamin Peterson2010-11-21
* new plan: functions that want 'tmp' can declare itBenjamin Peterson2010-11-20
* c89 declarationsBenjamin Peterson2010-11-20
* use %R format code; fixes invalid dereferencing #10391Benjamin Peterson2010-11-20
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-27
* Issue #9051: Instances of timezone class can now be pickled.Alexander Belopolsky2010-06-23
* Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s#Victor Stinner2010-06-07
* regenerate Python-ast.cBenjamin Peterson2009-12-13
* update ast versionBenjamin Peterson2009-07-17
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-28
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-02
* update version numberBenjamin Peterson2008-12-06
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-25
* update Python-ast.cBenjamin Peterson2008-10-24
* Merged revisions 66377 via svnmerge fromAmaury Forgeot d'Arc2008-09-10
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-11