1. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  2. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  3. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  4. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  5. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  6. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  7. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  8. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  9. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  10. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  11. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  12. 4575beb Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  13. d17427b Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  14. 8003baf Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  15. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  16. 4a0d1e7 odictobject.c: fix compiler warning by Victor Stinner · 9 years ago
  17. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 9 years ago
  18. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  19. 0718de9 repair my irrational excuberance by Benjamin Peterson · 9 years ago
  20. 99e96f2 remove unnecessary braces and indentation by Benjamin Peterson · 9 years ago
  21. 2ad80f5 fix refleak when keys() fails by Benjamin Peterson · 9 years ago
  22. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 9 years ago
  23. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 9 years ago
  24. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 9 years ago
  25. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  26. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago
  27. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 9 years ago
  28. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  29. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  30. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  31. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  32. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago