1. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 6 years ago
  2. 74f6568 bpo-36301: Add _PyWstrList structure (GH-12343) by Victor Stinner · 6 years ago
  3. b35be4b bpo-36142: Add _PyPreConfig.allocator (GH-12181) by Victor Stinner · 6 years ago
  4. 5a02e0d bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) by Victor Stinner · 6 years ago
  5. cad1f74 bpo-36142: Add _PyPreConfig structure (GH-12172) by Victor Stinner · 6 years ago
  6. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  7. f4b0a1c bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) by pxinwr · 6 years ago
  8. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  9. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 6 years ago
  10. 95e2cbf bpo-36142: Move command line parsing to coreconfig.c (GH-12123) by Victor Stinner · 6 years ago
  11. 62be763 bpo-36142: Remove _PyMain structure (GH-12120) by Victor Stinner · 6 years ago
  12. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 6 years ago
  13. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  14. f1b9abe bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032) by Sergey Fedoseev · 6 years ago
  15. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 6 years ago
  16. 64d6cc8 bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530) by Eric Snow · 6 years ago
  17. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  18. bf4ac2d bpo-35713: Rework Python initialization (GH-11647) by Victor Stinner · 7 years ago
  19. bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 7 years ago
  20. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 7 years ago
  21. f2a9d5c bpo-35134: Create Include/cpython/pystate.h (GH-10733) by Victor Stinner · 7 years ago
  22. ffedd9a bpo-35134: Create Include/cpython/dictobject.h (GH-10732) by Victor Stinner · 7 years ago
  23. dd12aa0 bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731) by Victor Stinner · 7 years ago
  24. 4060283 bpo-35134: Create Include/cpython/abstract.h (GH-10728) by Victor Stinner · 7 years ago
  25. 5a8c240 bpo-35134: Add Include/cpython/pyerrors.h (GH-10727) by Victor Stinner · 7 years ago
  26. 75e4699 bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680) by Victor Stinner · 7 years ago
  27. 6eb9966 bpo-35134: Create Include/cpython/object.h (GH-10679) by Victor Stinner · 7 years ago
  28. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 7 years ago