1. 8462a49 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Victor Stinner · 4 years, 10 months ago
  2. 3c30a76 bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) by Victor Stinner · 4 years, 10 months ago
  3. 441b10c bpo-38304: Add PyConfig.struct_size (GH-16451) by Victor Stinner · 4 years, 10 months ago
  4. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 5 years ago
  5. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  6. 022be02 bpo-36763: Add _PyPreConfig._config_init (GH-13481) by Victor Stinner · 5 years ago
  7. bab0db6 bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) by Victor Stinner · 5 years ago
  8. 871ff77 bpo-36763: Add _PyInitError functions (GH-13395) by Victor Stinner · 5 years ago
  9. cab5d07 bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) by Victor Stinner · 5 years ago
  10. 9ef5dca bpo-36763: Add _Py_InitializeMain() (GH-13362) by Victor Stinner · 5 years ago
  11. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  12. 4631da1 bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) by Victor Stinner · 5 years ago
  13. 5ac27a5 bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) by Victor Stinner · 5 years ago
  14. 484f20d bpo-36444: Add _PyCoreConfig._init_main (GH-12572) by Victor Stinner · 5 years ago
  15. 2000495 bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) by Victor Stinner · 5 years ago
  16. cad1f74 bpo-36142: Add _PyPreConfig structure (GH-12172) by Victor Stinner · 5 years ago
  17. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 5 years ago
  18. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  19. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  20. b2457ef bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963) by Victor Stinner · 6 years ago
  21. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  22. d145775 bpo-34170: Cleanup pymain_read_conf() (GH-8476) by Victor Stinner · 6 years ago
  23. 1dc6e39 bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) by Victor Stinner · 6 years ago
  24. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  25. a439191 Fix some warnings from MSVC by Steve Dower · 8 years ago
  26. 17cfc86 Issue #27713: Surpress spurious build warnings when updating importlib's by Ned Deily · 8 years ago
  27. 3350700 Remove an unnecessary flag. by Eric Snow · 9 years ago
  28. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  29. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  30. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 9 years ago
  31. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  32. da8cef4 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. by Berker Peksag · 10 years ago
  33. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago[Renamed from Modules/_freeze_importlib.c]
  34. e5378e2 Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
  35. 43d82df Now all error paths of _freeze_importlib use 'goto error' and the error label cleans up all used resources. by Christian Heimes · 11 years ago
  36. 992fe2a Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  37. 96f628f Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  38. 7701e6e make some freezing related stuff const by Benjamin Peterson · 11 years ago
  39. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  40. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  41. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 12 years ago
  42. e67f48c Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. by Antoine Pitrou · 12 years ago