summaryrefslogtreecommitdiffstats
path: root/Include/ast.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-14/+0
* bpo-43244: Remove the PyAST_Validate() function (GH-24911)Victor Stinner2021-03-181-2/+0
* bpo-43244: Add pycore_ast.h header file (GH-24908)Victor Stinner2021-03-171-8/+0
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-1/+1
* bpo-40939: Remove the old parser (Part 2) (GH-21005)Lysandros Nikolaou2020-06-201-11/+0
* bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)Zackery Spytz2019-09-121-4/+2
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-35177: Add dependencies between header files (GH-10361)Victor Stinner2018-11-111-0/+3
* bpo-33691: Add _PyAST_GetDocString(). (GH-7236)Serhiy Storchaka2018-05-301-0/+5
* bpo-33475: Fix and improve converting annotations to strings. (GH-6774)Serhiy Storchaka2018-05-171-3/+1
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+9
* Close #11619: The parser and the import machinery do not encode UnicodeVictor Stinner2013-08-261-0/+5
* add a AST validator (closes #12575)Benjamin Peterson2011-08-091-0/+1
* Issue #9738: Document encodings of AST, compiler, parser and PyRun functionsVictor Stinner2010-12-271-2/+5
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-1/+1
* use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P...Neal Norwitz2005-10-241-2/+2
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+13