COMMITS
/ Modules/symtablemodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
June 17, 2024
B
gh-119933: Improve ``SyntaxError`` message for invalid type parameters expressions (#119976)
Bénédikt Tran committed
June 12, 2024
B
gh-120029: remove unused macros in ``symtable.c`` (#120222)
Bénédikt Tran committed
June 4, 2024
B
gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)
Bénédikt Tran committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
September 29, 2023
J
gh-110045: Update symtable module for PEP 695 (#110066)
Jelle Zijlstra committed
August 29, 2023
V
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner committed
May 3, 2021
B
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Batuhan Taskaya committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
November 18, 2020
C
bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
Christian Heimes committed
June 13, 2019
V
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner committed
May 28, 2019
D
bpo-37001: Makes symtable.symtable have parity with compile for input (#13483)
Dino Viehland committed
October 20, 2018
P
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
Pablo Galindo committed
February 4, 2017
S
Issue #20186: Converted the symtable module to Argument Clinic.
Serhiy Storchaka committed
September 9, 2016
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
April 28, 2015
B
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
Benjamin Peterson committed
October 26, 2013
B
merge 3.3 (#19393)
Benjamin Peterson committed
B
just return toplevel symbol table rather than all blocks (closes #19393)
Benjamin Peterson committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
October 31, 2012
B
initialize more global type objects (closes #16369)
Benjamin Peterson committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 28, 2009
August 17, 2008
B
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
August 13, 2002
N
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
December 6, 2001
J
Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.
Jeremy Hylton committed
April 16, 2001
J
Export three optimization (fast locals) flags
Jeremy Hylton committed
March 22, 2001
J
add DEF_BOUND constant
Jeremy Hylton committed
February 9, 2001
J
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton committed
February 2, 2001
J
Add minimal interface to symtable: _symtable module.
Jeremy Hylton committed