1. d2fdd1f bpo-36124: Add PyInterpreterState.dict. (gh-12132) by Eric Snow · 5 years ago
  2. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  3. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 5 years ago
  4. 9bdd2de bpo-35134: Don't define types twice in header files (GH-10754) by Victor Stinner · 6 years ago
  5. f2a9d5c bpo-35134: Create Include/cpython/pystate.h (GH-10733) by Victor Stinner · 6 years ago
  6. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  7. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  8. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  9. 9204fb8 bpo-35081: Cleanup pystate.c and pystate.h (GH-10240) by Victor Stinner · 6 years ago
  10. fbca908 bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) by Victor Stinner · 6 years ago
  11. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  12. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  13. 9851227 bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594) by Victor Stinner · 6 years ago
  14. b75d7e2 bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) by Victor Stinner · 6 years ago
  15. 56b29b6 bpo-34170, test_embed: write Py_Initialize() tests (GH-8484) by Victor Stinner · 6 years ago
  16. d145775 bpo-34170: Cleanup pymain_read_conf() (GH-8476) by Victor Stinner · 6 years ago
  17. ecf411c bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468) by Victor Stinner · 6 years ago
  18. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 6 years ago
  19. 1dc6e39 bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) by Victor Stinner · 6 years ago
  20. 53b7d4e bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447) by Victor Stinner · 6 years ago
  21. d19d8d5 bpo-34170: Add _PyCoreConfig.isolated (GH-8417) by Victor Stinner · 6 years ago
  22. b1147e4 bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353) by Victor Stinner · 6 years ago
  23. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  24. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 6 years ago
  25. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 6 years ago
  26. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  27. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 6 years ago
  28. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 7 years ago
  29. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 7 years ago
  30. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  31. c4bca95 bpo-32030: Add _PyCoreConfig.argv (#4934) by Victor Stinner · 7 years ago
  32. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  33. 41264f1 bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) by Victor Stinner · 7 years ago
  34. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  35. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  36. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  37. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  38. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 7 years ago
  39. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  40. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  41. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  42. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  43. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  44. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  45. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  46. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  47. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  48. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  49. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  50. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  51. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  52. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  53. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  54. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  55. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  56. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  57. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  58. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  59. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  60. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  61. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  62. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  63. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  64. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  65. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  66. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  67. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  68. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  69. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  70. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  71. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  72. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  73. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  74. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  75. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 8 years ago
  76. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  77. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  78. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  79. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  80. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  81. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  82. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  83. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 9 years ago
  84. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  85. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  86. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  87. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  88. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  89. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
  90. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  91. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  92. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  93. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  94. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  95. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  96. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  97. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  98. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  99. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  100. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago