1. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 6 years ago
  2. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 7 years ago
  3. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  4. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 7 years ago
  5. 9cfc002 bpo-32030: Complete _PyCoreConfig_Read() (#4946) by Victor Stinner · 7 years ago
  6. ca719ac bpo-32030: Add _PyCoreConfig.warnoptions (#4936) by Victor Stinner · 7 years ago
  7. 776407f bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) by Marcel Plch · 7 years ago
  8. c4bca95 bpo-32030: Add _PyCoreConfig.argv (#4934) by Victor Stinner · 7 years ago
  9. 9454060 bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899) by Victor Stinner · 7 years ago
  10. 41264f1 bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) by Victor Stinner · 7 years ago
  11. 374c6e1 bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855) by Victor Stinner · 7 years ago
  12. b5fd9ad bpo-32030: Rewrite _PyMainInterpreterConfig (#4854) by Victor Stinner · 7 years ago
  13. 91106cd bpo-29240: PEP 540: Add a new UTF-8 Mode (#855) by Victor Stinner · 7 years ago
  14. 6bf992a bpo-32030: Add pymain_get_global_config() (#4735) by Victor Stinner · 7 years ago
  15. 33c377e bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728) by Victor Stinner · 7 years ago
  16. 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
  17. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  18. af5a895 bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673) by Victor Stinner · 7 years ago
  19. f04ebe2 bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548) by Victor Stinner · 7 years ago
  20. 46972b7 bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542) by Victor Stinner · 7 years ago
  21. 1f15111 bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513) by Victor Stinner · 7 years ago
  22. e32e79f bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511) by Victor Stinner · 7 years ago
  23. d434110 bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504) by Victor Stinner · 7 years ago
  24. 25420fe bpo-32030: Add more options to _PyCoreConfig (#4485) by Victor Stinner · 7 years ago
  25. 09f3a8a bpo-32089: Fix warnings filters in dev mode (#4482) by Victor Stinner · 7 years ago
  26. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 7 years ago
  27. bdf4298 Fix trailing whitespaces in C files. (#4130) by Serhiy Storchaka · 7 years ago
  28. 1896793 bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098) by pdox · 7 years ago
  29. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  30. dae0276 bpo-30860: Fix a refleak. (#3567) by Eric Snow · 7 years ago
  31. 93c92f7 bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) by Eric Snow · 7 years ago
  32. 8728018 bpo-30860: Fix a refleak. (#3506) by Eric Snow · 7 years ago
  33. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  34. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  35. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  36. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  37. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  38. 86b7afd bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) by Eric Snow · 7 years ago
  39. f3cffd2 bpo-30604: clean up co_extra support (#2144) by Dino Viehland · 7 years ago
  40. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  41. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  42. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  43. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  44. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  45. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  46. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  47. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  48. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  49. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  50. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  51. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  52. 228ca33 Merge 3.5 (pystate.h) by Victor Stinner · 8 years ago
  53. 4b8b86c pystate.h: fix _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  54. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 8 years ago
  55. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  56. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  57. 6df29ad Issue #25150: Hide the private _Py_atomic_xxx symbols from the public by Victor Stinner · 9 years ago
  58. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  59. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  60. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 9 years ago
  61. 87a5c51 Issue #19255: The builtins module is restored to initial value before by Serhiy Storchaka · 10 years ago
  62. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  63. 8d19767 Close #19199: Remove ``PyThreadState.tick_counter`` field by Victor Stinner · 11 years ago
  64. 7b47699 Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. by Antoine Pitrou · 11 years ago
  65. 40322e6 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  66. 95db2e7 Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deallocating a Tkapp object. by Antoine Pitrou · 11 years ago
  67. 84f31a5 Issue #10241: Clear extension module dict copies at interpreter shutdown. by Antoine Pitrou · 11 years ago
  68. f28dfdd Issue #17912: Use a doubly linked-list for thread states. by Charles-Francois Natali · 11 years ago
  69. 8408cea Issue #17094: Clear stale thread states after fork(). by Antoine Pitrou · 11 years ago
  70. 684cd0e Issue #17522: Add the PyGILState_Check() API. by Kristján Valur Jónsson · 11 years ago
  71. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  72. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  73. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  74. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  75. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  76. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  77. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  78. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  79. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  80. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  81. 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 13 years ago
  82. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  83. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  84. 45b9be5 Merged revisions 78638 via svnmerge from by Victor Stinner · 14 years ago
  85. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  86. 6a27efa Issue 3723: Fixed initialization of subinterpreters by Christian Heimes · 16 years ago
  87. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  88. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  89. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  90. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  91. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  92. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  93. 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 20 years ago
  94. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  95. 4eec95a SF patch #906501: Fix typos in pystate.h comments by Raymond Hettinger · 20 years ago
  96. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  97. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  98. 5ddd4c3 Fixed SF bug #663074. The codec system was using global static by Gustavo Niemeyer · 21 years ago
  99. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  100. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago