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
/
Modules
/
symtablemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis
2008-06-11
1
-3/+20
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-1/+1
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-2/+1
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-3/+5
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
1
-1/+2
*
Allow more docstrings to be removed during compilation in some modules
Neal Norwitz
2002-08-13
1
-1/+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.
Jeremy Hylton
2001-12-06
1
-0/+1
*
Export three optimization (fast locals) flags
Jeremy Hylton
2001-04-16
1
-0/+4
*
add DEF_BOUND constant
Jeremy Hylton
2001-03-22
1
-0/+1
*
Relax the rules for using 'from ... import *' and exec in the presence
Jeremy Hylton
2001-02-09
1
-1/+1
*
Add minimal interface to symtable: _symtable module.
Jeremy Hylton
2001-02-02
1
-0/+72