Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
08c47ba0df4ba87cdce34c126e5bdb28f8c6034c
/
Python
/
Python-ast.c
fc7bb8c
Merged revisions 53304-53433,53435-53450 via svnmerge from
by Thomas Wouters
· 18 years ago
16be03e
Some more changes related to the new except syntax and semantics,
by Guido van Rossum
· 18 years ago
37ffcf7
Commit __version__ change.
by Martin v. Löwis
· 18 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 18 years ago
4f72a78
Jiwon Seo's PEP 3102 implementation.
by Guido van Rossum
· 19 years ago
52318d6
Patch #1550786: ellipsis literal.
by Georg Brandl
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
17ab9a0
Fix set literals not being visited in symtable creation.
by Georg Brandl
· 19 years ago
86e58e2
SF patch 1547796 by Georg Brandl -- set literals.
by Guido van Rossum
· 19 years ago
0919a1a
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
by Guido van Rossum
· 19 years ago
e2e23ef
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
by Brett Cannon
· 19 years ago
c350d1a
Commit regenerated Python-ast.c.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
03e5bc0
Fix memory leak on attributes.
by Martin v. Löwis
· 19 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
53d960c
Don't pollute namespace as bad as before. All the types are static now.
by Neal Norwitz
· 19 years ago
34aa7ba
from __future__ import with_statement addon for 'with', mostly written by Neal.
by Thomas Wouters
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
ace990c
Regenerate.
by Martin v. Löwis
· 19 years ago
c2e2074
PEP 343 -- the with-statement.
by Guido van Rossum
· 19 years ago
577b5b9
Create _ast module. Cleanup Python-ast.c generation.
by Martin v. Löwis
· 19 years ago
dca3b9c
PEP 308 implementation, including minor refdocs and some testcases. It
by Thomas Wouters
· 19 years ago
d3a5f53
Avoid reinitializing the types twice.
by Martin v. Löwis
· 19 years ago
8d0701d
Stop generating empty arrays.
by Martin v. Löwis
· 19 years ago
ce1d5d2
Fix iterating over cmpop_ty lists.
by Martin v. Löwis
· 19 years ago
bd260da
Generate code to recursively copy an AST into
by Martin v. Löwis
· 19 years ago
5b43126
Regenerate.
by Martin v. Löwis
· 19 years ago
adb69fc
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
by Neal Norwitz
· 19 years ago
897ff81
SF #1373150, diffs in working copy after a build
by Neal Norwitz
· 19 years ago
7b5a604
Whoops, checkin consistent versions of *all* files to stop polluting
by Neal Norwitz
· 19 years ago
6576bd8
Prevent name pollution by making lots of internal functions static.
by Neal Norwitz
· 19 years ago
12ebfd7
Use PyErr_NoMemory() instead of rolling our own.
by Neal Norwitz
· 20 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 20 years ago