1. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 10 years ago
  2. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 10 years ago
  3. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 10 years ago
  4. 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 · 10 years ago
  5. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 10 years ago
  6. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 10 years ago
  7. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 10 years ago
  8. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  9. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 10 years ago
  10. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 10 years ago
  11. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 10 years ago
  12. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 11 years ago
  13. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 11 years ago