index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
Python-ast.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
1
-37
/
+0
*
Commit regenerated Python-ast.c.
Thomas Wouters
2006-04-21
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-148
/
+165
*
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
[prev]