Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
513aab529a5f33d5723de3d8b9a1ae16e551fe4e
/
Modules
/
symtablemodule.c
55e00f2
Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from
by Benjamin Peterson
· 16 years ago
1a21451
Implement PEP 3121: new module initialization and finalization API.
by Martin v. Löwis
· 16 years ago
650f0d0
Hide list comp variables and support set comprehensions
by Nick Coghlan
· 18 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 18 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 19 years ago
8ae4689
Simplify and speedup uses of Py_BuildValue():
by Raymond Hettinger
· 21 years ago
200788c
Allow more docstrings to be removed during compilation in some modules
by Neal Norwitz
· 22 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
2554dd9
Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot.
by Jeremy Hylton
· 23 years ago
4345476
Export three optimization (fast locals) flags
by Jeremy Hylton
· 24 years ago
8bf395f
add DEF_BOUND constant
by Jeremy Hylton
· 24 years ago
cb17ae8
Relax the rules for using 'from ... import *' and exec in the presence
by Jeremy Hylton
· 24 years ago
5e7cb24
Add minimal interface to symtable: _symtable module.
by Jeremy Hylton
· 24 years ago