COMMITS
/ Parser/asdl.py May 4, 2025
J
gh-131421: Fix ASDL tests (#133408)
Jelle Zijlstra committed
April 2, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142)
Inada Naoki committed
May 6, 2020
B
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Batuhan Taskaya committed
March 16, 2020
B
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
November 9, 2014
R
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger committed
July 8, 2014
G
Fix bootstrapping asdl -- it didn't work with Python 2.7.
Guido van Rossum committed
May 10, 2014
E
Issue #19655: Replace the ASDL parser carried with CPython
Eli Bendersky committed
September 26, 2013
E
Move open outside try/finally
Eli Bendersky committed
E
Don't use fancy new Python features like 'with' - some bots don't have them
Eli Bendersky committed
E
Normalize whitespace
Eli Bendersky committed
E
Small fixes in Parser/asdl.py - no change in functionality.
Eli Bendersky committed
March 18, 2013
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
August 1, 2012
B
construct fields in the right order (closes #15517)
Benjamin Peterson committed
August 9, 2011
B
the bool asdl type died a while ago
Benjamin Peterson committed
B
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson committed
March 13, 2011
B
convert ast versioning to mercurial
Benjamin Peterson committed
May 18, 2010
S
Merged revisions 81286 via svnmerge from
Senthil Kumaran committed
July 17, 2009
A
The output() function takes only one string argument.
Alexandre Vassalotti committed
June 11, 2009
April 12, 2009
G
#2725: Fix missing local, and handle errors without tracebacks.
Georg Brandl committed
January 3, 2009
G
Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from
Georg Brandl committed
May 27, 2008
G
Remove __metaclass__ remains.
Georg Brandl committed
March 17, 2008
N
Add missing parameter spotted by Jared Flatow
Neal Norwitz committed
August 30, 2007
C
More raise statement normalization.
Collin Winter committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
December 29, 2006
F
avoid dict.has_key, since this might get used by a Py3K built in the
Fred Drake committed
August 25, 2006
B
Switch to using %r in the format string.
Brett Cannon committed
August 24, 2006
B
Get rid of all two uses of backticks (bad Jeremy!).
Brett Cannon committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed
February 28, 2006
T
Whitespace normalization.
Tim Peters committed
M
Add support for version field on Modules
Martin v. Löwis committed
December 25, 2005
T
Whitespace normalization.
Tim Peters committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed