summaryrefslogtreecommitdiffstats
path: root/Modules/symtablemodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-57/+57
* remove some unused symtable constantsBenjamin Peterson2009-06-231-4/+0
* get the symtable module back in working orderBenjamin Peterson2008-08-171-0/+3
* 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