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
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
1
-5/+6
*
Fixed typo in "decclarations" (GH-28578)
Rajendra arora
2021-09-28
1
-1/+1
*
bpo-40528: fix is_simple(sum)s behavior for attributes (GH-26918)
Batuhan Taskaya
2021-06-27
1
-6/+10
*
bpo-40528: move asdl identifier collection to the new metadata system (GH-26858)
Batuhan Taskaya
2021-06-24
1
-49/+51
*
bpo-40528: Implement a metadata system for ASDL Generator (GH-20193)
Batuhan Taskaya
2021-06-22
1
-24/+75
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Batuhan Taskaya
2021-06-03
1
-4/+15
*
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner
2021-04-07
1
-17/+8
*
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner
2021-04-07
1
-36/+31
*
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner
2021-03-24
1
-3/+3
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-28/+43
*
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner
2021-03-18
1
-30/+4
*
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner
2021-03-17
1
-4/+4
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-1/+4
*
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
Victor Stinner
2020-11-04
1
-4/+2
*
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner
2020-11-03
1
-24/+45
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
1
-82/+161
*
bpo-42000: Cleanup the AST related C-code (GH-22641)
Batuhan Taskaya
2020-10-10
1
-42/+0
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-6/+55
*
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner
2020-09-15
1
-41/+20
*
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
Victor Stinner
2020-07-04
1
-4/+5
*
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
Victor Stinner
2020-07-03
1
-46/+73
*
bpo-41194: The _ast module cannot be loaded more than once (GH-21290)
Victor Stinner
2020-07-03
1
-39/+32
*
bpo-41194: Pass module state in Python-ast.c (GH-21284)
Victor Stinner
2020-07-03
1
-80/+102
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre
2020-05-24
1
-3/+24
*
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)
Batuhan Taskaya
2020-05-18
1
-85/+73
*
bpo-40528: Improve and clear several aspects of the ASDL definition code for ...
Batuhan Taskaya
2020-05-06
1
-8/+2
*
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
[next]