1. 92e836c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Miss Islington (bot) · 5 years ago
  2. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  3. d5b4f1b bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) by Pablo Galindo · 6 years ago
  4. 5106ad1 Issue #20186: Converted the symtable module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  5. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  6. 1dfd247 remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore by Benjamin Peterson · 9 years ago
  7. 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
  8. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  9. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  10. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  11. c431128 initialize more global type objects (closes #16369) by Benjamin Peterson · 12 years ago
  12. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  13. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  14. 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 15 years ago
  15. 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  17. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  18. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  19. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  20. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  21. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  22. 200788c Allow more docstrings to be removed during compilation in some modules by Neal Norwitz · 22 years ago
  23. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  24. 2554dd9 Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. by Jeremy Hylton · 23 years ago
  25. 4345476 Export three optimization (fast locals) flags by Jeremy Hylton · 23 years ago
  26. 8bf395f add DEF_BOUND constant by Jeremy Hylton · 23 years ago
  27. cb17ae8 Relax the rules for using 'from ... import *' and exec in the presence by Jeremy Hylton · 23 years ago
  28. 5e7cb24 Add minimal interface to symtable: _symtable module. by Jeremy Hylton · 23 years ago