1. cde283d bpo-40521: Fix _PyContext_Fini() (GH-21103) by Victor Stinner · 4 years, 1 month ago
  2. 522691c bpo-40521: Cleanup code of free lists (GH-21082) by Victor Stinner · 4 years, 1 month ago
  3. bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 4 years, 2 months ago
  4. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 2 months ago
  5. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 3 months ago
  6. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  7. d01628e bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425) by Ethan Smith · 4 years, 4 months ago
  8. e5014be bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) by Victor Stinner · 4 years, 4 months ago
  9. 28c9163 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by AMIR · 4 years, 8 months ago
  10. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 4 years, 9 months ago
  11. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  12. 463572c bpo-36101: remove non-ascii characters in docstring (GH-12018) by animalize · 5 years ago
  13. d4f9cf5 bpo-33029: Fix signatures of getter and setter functions. (GH-10746) by Serhiy Storchaka · 6 years ago
  14. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  15. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  16. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  17. 50b4857 bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) by Victor Stinner · 6 years ago
  18. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  19. 2ec872b bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Yury Selivanov · 6 years ago
  20. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 6 years ago
  21. 41cb0ba bpo-33985: Implement ContextVar.name attribute. (GH-7980) by Yury Selivanov · 6 years ago
  22. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  23. bc4123b bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) by Yury Selivanov · 7 years ago
  24. 226e500 bpo-32436: Make PyContextVar_Get a little bit faster (#5350) by Yury Selivanov · 7 years ago
  25. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 7 years ago
  26. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 7 years ago
  27. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago