| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -0/+18 |
|
|
* | #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -1/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -14/+14 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -14/+14 |
|
|
* | Make AST nodes pickleable. | Georg Brandl | 2008-03-30 | 1 | -2/+27 |
|
|
* | Fix error message -- "expects either 0 or 0 arguments" | Georg Brandl | 2008-03-30 | 1 | -2/+4 |
|
|
* | Make _fields attr for no fields consistent with _attributes attr. | Georg Brandl | 2008-03-30 | 1 | -8/+3 |
|
|
* | #2505: allow easier creation of AST nodes. | Georg Brandl | 2008-03-30 | 1 | -22/+113 |
|
|
* | Patch #2511: Give the "excepthandler" AST item proper attributes by making it... | Georg Brandl | 2008-03-30 | 1 | -79/+107 |
|
|
* | Properly check for consistency with the third argument of | Georg Brandl | 2008-03-29 | 1 | -4/+11 |
|
|
* | Silence a compilation warning | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -1/+1 |
|
|
* | Patch #1810 by Thomas Lee, reviewed by myself: | Georg Brandl | 2008-03-28 | 1 | -5/+2861 |
|
|
* | Issue #2051 and patch from Alexander Belopolsky: | Christian Heimes | 2008-02-23 | 1 | -2/+2 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -8/+19 |
|
|
* | Fix a couple of problems in generating the AST code: | Neal Norwitz | 2007-02-26 | 1 | -166/+56 |
|
|
* | Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c | Brett Cannon | 2007-02-12 | 1 | -1/+10 |
|
|
* | Check in changed Python-ast.c from a cosmetic change to Python.asdl (in | Brett Cannon | 2007-02-11 | 1 | -1/+1 |
|
|
* | Introduce asdl_int_seq, to hold cmpop_ty. | Martin v. Löwis | 2006-04-13 | 1 | -3/+3 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-04-11 | 1 | -2/+0 |
|
|
* | Make _kind types global for C++ compilation. | Martin v. Löwis | 2006-04-11 | 1 | -1/+1 |
|
|
* | low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations | Anthony Baxter | 2006-04-11 | 1 | -0/+2 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-04-07 | 1 | -1/+1 |
|
|
* | Add lineno, col_offset to excephandler to enable future fix for | Jeremy Hylton | 2006-04-04 | 1 | -3/+18 |
|
|
* | * Fix a refleak of *_attributes. | Neal Norwitz | 2006-04-03 | 1 | -144/+146 |
|
|
* | Fix memory leak on attributes. | Martin v. Löwis | 2006-03-02 | 1 | -5/+13 |
|
|
* | Patch #1440601: Add col_offset attribute to AST nodes. | Martin v. Löwis | 2006-03-01 | 1 | -51/+118 |
|
|
* | Don't pollute namespace as bad as before. All the types are static now. | Neal Norwitz | 2006-02-28 | 1 | -152/+152 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -2/+2 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -2/+10 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-02-28 | 1 | -0/+2 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -0/+52 |
|
|
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -29/+345 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 1 | -0/+58 |
|
|
* | 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 | -117/+38 |
|
|
* | Fix iterating over cmpop_ty lists. | Martin v. Löwis | 2006-02-26 | 1 | -2/+7 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 1 | -724/+1550 |
|
|
* | Regenerate. | Martin v. Löwis | 2006-01-02 | 1 | -45/+45 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -554/+113 |
|
|
* | SF #1373150, diffs in working copy after a build | Neal Norwitz | 2005-12-11 | 1 | -1/+1 |
|
|
* | Whoops, checkin consistent versions of *all* files to stop polluting | Neal Norwitz | 2005-11-13 | 1 | -0/+74 |
|
|
* | Prevent name pollution by making lots of internal functions static. | Neal Norwitz | 2005-11-13 | 1 | -14/+28 |
|
|
* | Use PyErr_NoMemory() instead of rolling our own. | Neal Norwitz | 2005-10-23 | 1 | -61/+54 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+2281 |
|
|