1. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 7 years ago
  2. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 7 years ago
  3. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  4. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  5. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  6. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  7. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  8. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 7 years ago
  9. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 7 years ago
  10. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 7 years ago
  11. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 7 years ago
  12. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 7 years ago
  13. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 7 years ago
  14. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 7 years ago
  15. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  16. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  17. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  18. db610e9 delete dead locale initialization code for windows (#3461) by Benjamin Peterson · 7 years ago
  19. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  20. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  21. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  22. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 7 years ago
  23. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  24. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  25. ccfdb60 Fix a small typo in a comment (#2863) by Stéphane Wirtel · 7 years ago
  26. 18974c3 bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) by Nick Coghlan · 7 years ago
  27. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 7 years ago
  28. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 7 years ago
  29. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 7 years ago
  30. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 7 years ago
  31. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  32. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  33. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  34. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  35. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  36. 1c4670e bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) by Victor Stinner · 8 years ago
  37. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 8 years ago
  38. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  39. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  40. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 8 years ago
  41. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  42. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  43. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  44. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  45. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 8 years ago
  46. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 8 years ago
  47. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  48. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 8 years ago
  49. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  50. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 8 years ago
  51. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 8 years ago
  52. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  53. 144da4e Issue #22747: Workaround for systems without langinfo.h. by Stefan Krah · 9 years ago
  54. 4030027 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 9 years ago
  55. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 9 years ago
  56. 2025d78 Py_FatalError: disable faulthandler earlier by Victor Stinner · 9 years ago
  57. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 9 years ago
  58. 8a1be61 Add more checks on the GIL by Victor Stinner · 9 years ago
  59. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 9 years ago
  60. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  61. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  62. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  63. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  64. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 9 years ago
  65. cd6e694 Issue #25160: Fix import_init() comments and messages by Victor Stinner · 9 years ago
  66. 874dbe8 Merge 3.4 (create_stdio) by Victor Stinner · 9 years ago
  67. 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
  68. 8fc8980 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. by Steve Dower · 10 years ago
  69. 55c1435 fix building without threads (closes #23877) by Benjamin Peterson · 10 years ago
  70. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 10 years ago
  71. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  72. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 10 years ago
  73. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 10 years ago
  74. 53fa8b2 Fixed few compiler warnings. by Serhiy Storchaka · 10 years ago
  75. c4821d6 Closes #22869: Move PyOS_CheckStack back to pythonrun.c by Zachary Ware · 10 years ago
  76. d600951 Issue #22869: Split pythonrun into two modules by Nick Coghlan · 10 years ago
  77. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 9 years ago
  78. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 9 years ago