index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
asdl_c.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka
2020-03-22
1
-3/+3
*
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya
2020-03-16
1
-8/+37
*
bpo-36287: Make ast.dump() not output optional fields and attributes with def...
Serhiy Storchaka
2020-03-09
1
-0/+11
*
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
Brandt Bucher
2020-02-06
1
-8/+18
*
bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in ...
Steve Dower
2019-12-17
1
-1/+2
*
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
Max Bernstein
2019-10-31
1
-1/+0
*
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Dong-hee Na
2019-10-10
1
-1/+2
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-1/+7
*
Fix leaks in Python-ast.c (#16127)
Eddie Elizondo
2019-09-14
1
-1/+5
*
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz
2019-09-12
1
-0/+2
*
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland
2019-09-11
1
-113/+187
*
bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824)
Serhiy Storchaka
2019-09-10
1
-10/+15
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
1
-0/+0
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Victor Stinner
2019-06-13
1
-6/+0
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+4
*
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier
2019-05-21
1
-0/+2
*
bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
Emmanuel Arias
2019-03-21
1
-2/+2
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+6
*
bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11...
Guido van Rossum
2019-02-01
1
-3/+2
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-2/+14
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
1
-3/+5
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
1
-1/+1
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
1
-1/+15
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-35/+4
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Serhiy Storchaka
2018-05-31
1
-1/+2
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-55/+26
*
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Serhiy Storchaka
2017-11-11
1
-18/+28
*
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Antoine Pitrou
2017-09-20
1
-42/+38
*
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Serhiy Storchaka
2017-09-15
1
-2/+3
*
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki
2017-08-24
1
-0/+2
*
Fix a shadow-compatible-local warning (#2180)
Yuan Chao Chou
2017-08-04
1
-3/+3
*
bpo-29622: Make AST constructor to accept less than enough number of position...
INADA Naoki
2017-02-23
1
-19/+17
*
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
INADA Naoki
2017-01-25
1
-8/+13
*
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka
2016-10-07
1
-0/+7
|
\
|
*
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka
2016-10-07
1
-0/+7
|
*
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-2/+10
*
|
Issue #26146: remove useless code
Victor Stinner
2016-01-26
1
-7/+0
*
|
Add ast.Constant
Victor Stinner
2016-01-25
1
-0/+21
*
|
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-2/+10
*
|
merge 3.5 (#25502)
Benjamin Peterson
2015-10-29
1
-1/+0
|
\
\
|
|
/
|
*
remove duplicated imports (closes #25502)
Benjamin Peterson
2015-10-29
1
-1/+0
*
|
Merge with 3.5.
Serhiy Storchaka
2015-10-06
1
-0/+0
|
\
\
|
|
/
*
|
Make asdl_c.py to generate Python-ast.c changed in issue #15989.
Serhiy Storchaka
2015-09-06
1
-1/+1
|
/
*
Issue #19655: Replace the ASDL parser carried with CPython
Eli Bendersky
2014-05-10
1
-29/+25
*
merge 3.3 (#20588)
Benjamin Peterson
2014-02-11
1
-2/+6
|
\
|
*
don't put runtime values in array initializer for C89 compliance (closes #20588)
Benjamin Peterson
2014-02-11
1
-2/+6
*
|
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou
2013-10-12
1
-2/+2
*
|
#18803: merge with 3.3.
Ezio Melotti
2013-08-25
1
-1/+1
|
\
\
|
|
/
[next]