13 Commits (a6bdfd1fa93ef07f4217fe4048c7a03d405f577e)

Author SHA1 Message Date
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Benjamin Peterson 94819cf47c remove some unused symtable constants 17 years ago
Benjamin Peterson 7dd854725b get the symtable module back in working order 18 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Jeremy Hylton 3e0055f8c6 Merge ast-branch to head 21 years ago
Raymond Hettinger 8ae4689657 Simplify and speedup uses of Py_BuildValue(): 23 years ago
Neal Norwitz 200788ce45 Allow more docstrings to be removed during compilation in some modules 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Jeremy Hylton 2554dd993a Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. 25 years ago
Jeremy Hylton 43454765c2 Export three optimization (fast locals) flags 25 years ago
Jeremy Hylton 8bf395f1aa add DEF_BOUND constant 25 years ago
Jeremy Hylton cb17ae8b19 Relax the rules for using 'from ... import *' and exec in the presence 25 years ago
Jeremy Hylton 5e7cb240af Add minimal interface to symtable: _symtable module. 25 years ago