1. 3350700 Remove an unnecessary flag. by Eric Snow · 9 years ago
  2. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  3. e134a7f Issue #23752: _Py_fstat() is now responsible to raise the Python exception by Victor Stinner · 9 years ago
  4. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 9 years ago
  5. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  6. da8cef4 Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. by Berker Peksag · 10 years ago
  7. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago[Renamed from Modules/_freeze_importlib.c]
  8. 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
  9. 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
  10. 992fe2a Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  11. 96f628f Fix reference and memory leaks in _freeze_importlib by Christian Heimes · 11 years ago
  12. 7701e6e make some freezing related stuff const by Benjamin Peterson · 11 years ago
  13. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  14. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  15. 0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. by Antoine Pitrou · 12 years ago
  16. 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