1. 351c674 bpo-35983: skip trashcan for subclasses (GH-11841) by Jeroen Demeyer · 5 years ago
  2. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 5 years ago
  3. a42de74 bpo-35059: Cast void* to PyObject* (GH-10650) by Victor Stinner · 6 years ago
  4. bcda8f1 bpo-35081: Add Include/internal/pycore_object.h (GH-10640) by Victor Stinner · 6 years ago
  5. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  6. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  7. d8c3e82 Fix GCC warning in Python/hamt.c (GH-7618) by Zackery Spytz · 6 years ago
  8. 378c53c bpo-33803: Fix a crash in hamt.c (#7504) by Yury Selivanov · 6 years ago
  9. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  10. 3c7ac7e Add two missing error checks in hamt.c (GH-5851) by Xiang Zhang · 6 years ago
  11. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  12. 55e0839 bpo-32436: Fix compiler warning (#5483) by Yury Selivanov · 6 years ago
  13. 01a0cb8 Fix typo in hamt.c comments (#5478) by Dmitry Alimov · 6 years ago
  14. b647d70 bpo-32707: Fix warnings in hamt.c (#5430) by Yury Selivanov · 6 years ago
  15. 6ab6292 bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) by Yury Selivanov · 6 years ago
  16. 93a6119 Fix 3rd level node's binary representation in HAMT algorithm description (#5319) by Dmitry Alimov · 6 years ago
  17. b7a80d5 bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292) by Yury Selivanov · 6 years ago
  18. 0bad4d6 bpo-32436: Fix potential NULL dereference (#5286) by Yury Selivanov · 6 years ago
  19. 83c8675 bpo-32436: Remove a redundant assert (#5275) by Yury Selivanov · 6 years ago
  20. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago