summaryrefslogtreecommitdiffstats
path: root/Modules/symtablemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+1
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Merge ast-branch to headJeremy Hylton2005-10-201-3/+5
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-1/+2
* Allow more docstrings to be removed during compilation in some modulesNeal Norwitz2002-08-131-1/+2
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.Jeremy Hylton2001-12-061-0/+1
* Export three optimization (fast locals) flagsJeremy Hylton2001-04-161-0/+4
* add DEF_BOUND constantJeremy Hylton2001-03-221-0/+1
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-1/+1
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+72