1. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  2. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  3. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  4. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 8 years ago
  5. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  6. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 8 years ago
  7. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  8. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  9. 2025d78 Py_FatalError: disable faulthandler earlier by Victor Stinner · 8 years ago
  10. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  11. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  12. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  13. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  14. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  15. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  16. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  17. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 9 years ago
  18. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  19. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  20. e8e4283 Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. by Christian Heimes · 9 years ago
  21. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 9 years ago
  22. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 9 years ago
  23. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  24. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  25. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 9 years ago
  26. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  27. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 9 years ago
  28. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  29. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  30. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 8 years ago
  31. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago