1. f2c3b68 Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) by Victor Stinner · 4 years, 3 months ago
  2. fa0a66e bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) by Dong-hee Na · 4 years, 3 months ago
  3. a1d9e0a bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) by Eric Snow · 4 years, 3 months ago
  4. fb2c7c4 bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944) by Victor Stinner · 4 years, 3 months ago
  5. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 3 months ago
  6. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 4 months ago
  7. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 4 months ago
  8. 5e8c691 bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) by Eric Snow · 4 years, 4 months ago
  9. 1a1bd2e bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) by Victor Stinner · 4 years, 4 months ago
  10. 3072338 bpo-39947: Use PyThreadState_GetFrame() (GH-19159) by Victor Stinner · 4 years, 5 months ago
  11. be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 4 years, 5 months ago
  12. daa9756 bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) by Victor Stinner · 4 years, 6 months ago
  13. 5cae042 closes bpo-39262: Use specific out-of-memory message in _sharedexception_bind. (GH-17908) by Alex Henrie · 4 years, 7 months ago
  14. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 4 years, 9 months ago
  15. bf16991 bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) by Serhiy Storchaka · 5 years ago
  16. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  17. 1a2252e bpo-36594: Fix incorrect use of %p in format strings (GH-12769) by Zackery Spytz · 5 years ago
  18. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  19. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  20. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  21. 3643322 bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845) by Alexey Izbyshev · 5 years ago
  22. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  23. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  24. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  25. 0e0bc4e Fix misleading mentions of tp_size in comments (GH-9093) by Peter Eisentraut · 6 years ago
  26. c583919 bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863) by Alexey Izbyshev · 6 years ago
  27. caba55b bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) by Victor Stinner · 6 years ago
  28. 4629c0d Hide some symbols from _xxsubinterpreters. (GH-8151) by Benjamin Peterson · 6 years ago
  29. ab4a198 bpo-33615: Re-enable subinterpreter tests. (#7552) by Eric Snow · 6 years ago
  30. 6379913 bpo-33615: Re-enable a subinterpreter test. (gh-7251) by Eric Snow · 6 years ago
  31. 6854e80 bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330) by Eric Snow · 6 years ago
  32. 3ab0136 bpo-32604: Implement force-closing channels. (gh-6937) by Eric Snow · 6 years ago
  33. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 6 years ago
  34. d8dcd57 bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747) by Serhiy Storchaka · 6 years ago
  35. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  36. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 6 years ago
  37. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 6 years ago
  38. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 7 years ago
  39. 83e64c8 bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) by Eric Snow · 7 years ago
  40. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 7 years ago