index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
symtablemodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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