Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ad32deb20eba432fcf6dbd095c25917fa6077ff2
/
Parser
/
asdl_c.py
e845c0f
Fixes for issue 1752184, ensuring type objects are always created
by Guido van Rossum
· 17 years ago
e4dc324
Use unicode for AST attributes
by Neal Norwitz
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
3591bbe
bool is no longer required, it was only used for the print statement
by Neal Norwitz
· 18 years ago
a44f3a3
Merged revisions 53912-53951 via svnmerge from
by Thomas Wouters
· 18 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
b213704
Merged revisions 53451-53537 via svnmerge from
by Thomas Wouters
· 18 years ago
f036551
Switch to using %r in the format string.
by Brett Cannon
· 18 years ago
0e1cff5
Get rid of all two uses of backticks (bad Jeremy!).
by Brett Cannon
· 18 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
53d960c
Don't pollute namespace as bad as before. All the types are static now.
by Neal Norwitz
· 19 years ago
710ab3b
Whitespace normalization.
by Tim Peters
· 19 years ago
b003f04
Generate return statement.
by Martin v. Löwis
· 19 years ago
40d8459
Add generation of the version.
by Martin v. Löwis
· 19 years ago
eae93b7
Add support for version field on Modules
by Martin v. Löwis
· 19 years ago
577b5b9
Create _ast module. Cleanup Python-ast.c generation.
by Martin v. Löwis
· 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
536cf99
Whitespace normalization.
by Tim Peters
· 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
6b1793f
When regenerating files like Python-ast.h, take care that the generated
by Armin Rigo
· 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
a34584b
Use PyErr_NoMemory() instead of rolling our own.
by Neal Norwitz
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 19 years ago