1. cdd8d4d bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) by Miss Islington (bot) · 6 years ago
  2. 62674f3 bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) by Miss Islington (bot) · 7 years ago
  3. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 7 years ago
  4. a519411 Revert "bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)" (GH-10660) by Victor Stinner · 7 years ago
  5. d2be9a5 bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532) by Miss Islington (bot) · 7 years ago
  6. 192c547 bpo-26558: Fix Py_FatalError() with GIL released (GH-10267) by Miss Islington (bot) · 7 years ago
  7. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 7 years ago
  8. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  9. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  10. 84b0129 _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044) (GH-9046) by Victor Stinner · 7 years ago
  11. 0b9ea4b [3.7] bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986) (GH-8987) by Victor Stinner · 7 years ago
  12. 98c49c6 bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981) by Victor Stinner · 7 years ago
  13. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  14. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 7 years ago
  15. 3747dd1 bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by Miss Islington (bot) · 7 years ago
  16. 52a5a17 bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6273) by Miss Islington (bot) · 7 years ago
  17. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 8 years ago
  18. 2914bb3 bpo-20891: Py_Initialize() now creates the GIL (#4700) by Victor Stinner · 8 years ago
  19. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  20. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 8 years ago
  21. 31e9908 bpo-32030: Fix usage of memory allocators (#4953) by Victor Stinner · 8 years ago
  22. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 8 years ago
  23. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 8 years ago
  24. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 8 years ago
  25. 1976086 bpo-32030: Cleanup pymain_main() (#4935) by Victor Stinner · 8 years ago
  26. 5d86246 bpo-32030: Fix compiler warnings (#4921) by Victor Stinner · 8 years ago
  27. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 8 years ago
  28. 41264f1 bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) by Victor Stinner · 8 years ago
  29. da27341 bpo-32030: Add _PyCoreConfig_Copy() (#4874) by Victor Stinner · 8 years ago
  30. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 8 years ago
  31. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 8 years ago
  32. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 8 years ago
  33. fc5db95 Test atexit shutdown mechanism in a subprocess (#4828) by Antoine Pitrou · 8 years ago
  34. 4ae06c5 bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) by Serhiy Storchaka · 8 years ago
  35. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 8 years ago
  36. 672b6ba bpo-32030: pass interp to _PyImport_Init() (#4736) by Victor Stinner · 8 years ago
  37. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 8 years ago
  38. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 8 years ago
  39. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 8 years ago
  40. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 8 years ago
  41. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 8 years ago
  42. ebac19d bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667) by Victor Stinner · 8 years ago
  43. bc8ac6b bpo-32030: Fix _Py_InitializeEx_Private() (#4649) by Victor Stinner · 8 years ago
  44. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 8 years ago
  45. cef88b9 mark fatal_error as noreturn (#4563) by Benjamin Peterson · 8 years ago
  46. 9316ee4 bpo-32030: Add _PyPathConfig_Init() (#4551) by Victor Stinner · 8 years ago
  47. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 8 years ago
  48. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 8 years ago
  49. da9c8c3 bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544) by Victor Stinner · 8 years ago
  50. 0327bde bpo-32030: Rewrite calculate_path() (#4521) by Victor Stinner · 8 years ago
  51. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 8 years ago
  52. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 8 years ago
  53. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 8 years ago
  54. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 8 years ago
  55. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 8 years ago
  56. f7e5b56 bpo-32030: Split Py_Main() into subfunctions (#4399) by Victor Stinner · 8 years ago
  57. 1588be6 bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334) by xdegaye · 8 years ago
  58. d7ac061 bpo-31845: Fix reading flags from environment (GH-4105) by Nick Coghlan · 8 years ago
  59. 77732be bpo-30404: The -u option now makes the stdout and stderr streams totally unbuffered. (#1667) by Serhiy Storchaka · 8 years ago
  60. 8d5a3aa bpo-31683: Py_FatalError() now supports long error messages (#3878) by Victor Stinner · 8 years ago
  61. 3f9eee6 bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) by Eric Snow · 8 years ago
  62. d393c1b bpo-28411: Isolate PyInterpreterState.modules (#3575) by Eric Snow · 8 years ago
  63. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 8 years ago
  64. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 8 years ago
  65. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 8 years ago
  66. db610e9 delete dead locale initialization code for windows (#3461) by Benjamin Peterson · 8 years ago
  67. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 8 years ago
  68. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  69. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 8 years ago
  70. b0a9a5a correct initialization code (#3376) by Benjamin Peterson · 8 years ago
  71. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 8 years ago
  72. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 8 years ago
  73. ccfdb60 Fix a small typo in a comment (#2863) by Stéphane Wirtel · 8 years ago
  74. 18974c3 bpo-30647: Check nl_langinfo(CODESET) in locale coercion (GH-2374) by Nick Coghlan · 8 years ago
  75. eb81795 bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) by Nick Coghlan · 8 years ago
  76. 6ea4186 bpo-28180: Implementation for PEP 538 (#659) by Nick Coghlan · 8 years ago
  77. ab1cb80 bpo-30547: Fix multiple reference leaks (#1995) by Stéphane Wirtel · 8 years ago
  78. 18c1356 Drop a duplicate line. (#1809) by Eric Snow · 8 years ago
  79. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 8 years ago
  80. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 8 years ago
  81. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 8 years ago
  82. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 8 years ago
  83. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 8 years ago
  84. 1c4670e bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) by Victor Stinner · 8 years ago
  85. 0710d75 bpo-29770: remove outdated PYO related info (GH-590) by Xiang Zhang · 9 years ago
  86. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 9 years ago
  87. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  88. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 9 years ago
  89. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 9 years ago
  90. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 9 years ago
  91. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 9 years ago
  92. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
  93. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 9 years ago
  94. cc16be8 Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) by Steve Dower · 9 years ago
  95. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 9 years ago
  96. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  97. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 9 years ago
  98. 7e160ce Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, by Serhiy Storchaka · 9 years ago
  99. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 9 years ago
  100. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 9 years ago