summaryrefslogtreecommitdiffstats
path: root/Include/cpython/compile.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#1...Irit Katriel2024-04-021-20/+0
* gh-107149: make new opcode util functions private rather than public and unst...Irit Katriel2023-11-141-12/+0
* gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)Victor Stinner2023-08-281-2/+2
* gh-108113: Make it possible to create an optimized AST (#108154)Irit Katriel2023-08-211-1/+2
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-0/+2
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-0/+4
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-141-0/+6
* gh-98811: use full source location to simplify __future__ imports error check...Irit Katriel2022-10-311-2/+17
* bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)Pablo Galindo Salgado2022-02-081-1/+3
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-231-34/+0
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-1/+2
* bpo-35134: Add include/cpython/compile.h (GH-24922)Hai Shi2021-03-221-0/+85