index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
Python-ast.c
Commit message (
Expand
)
Author
Age
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
*
Commit __version__ change.
Martin v. Löwis
2007-01-06
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
*
Fix set literals not being visited in symtable creation.
Georg Brandl
2006-08-28
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
*
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum
2006-08-26
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
*
Commit regenerated Python-ast.c.
Thomas Wouters
2006-04-21
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
*
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz
2006-02-28
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
*
Regenerate.
Martin v. Löwis
2006-02-28
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
*
Create _ast module.
Martin v. Löwis
2006-02-27
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
*
Avoid reinitializing the types twice.
Martin v. Löwis
2006-02-27
*
Stop generating empty arrays.
Martin v. Löwis
2006-02-26
*
Fix iterating over cmpop_ty lists.
Martin v. Löwis
2006-02-26
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
*
Regenerate.
Martin v. Löwis
2006-01-02
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
*
SF #1373150, diffs in working copy after a build
Neal Norwitz
2005-12-11
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
*
Prevent name pollution by making lots of internal functions static.
Neal Norwitz
2005-11-13
*
Use PyErr_NoMemory() instead of rolling our own.
Neal Norwitz
2005-10-23
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20