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
*
remove some unused symtable constants
Benjamin Peterson
2009-06-23
1
-4/+0
*
get the symtable module back in working order
Benjamin Peterson
2008-08-17
1
-0/+3
*
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