COMMITS
/ Modules/symtablemodule.c 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