1. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  2. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  3. b7d14a0 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  4. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 8 years ago
  5. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  6. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  7. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  8. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  9. ee178e6 fix spelling by Benjamin Peterson · 8 years ago
  10. 742da04 Implement compact dict by Victor Stinner · 8 years ago
  11. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  12. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  13. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  14. e187195 odict: Remove useless ";" after function definition by Victor Stinner · 8 years ago
  15. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 8 years ago
  16. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 8 years ago
  17. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 8 years ago
  18. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 8 years ago
  19. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  20. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  21. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  22. 9c96761 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago
  23. 710cd34 Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that by Serhiy Storchaka · 9 years ago
  24. b45b7b2 Issue #25449: Iterating OrderedDict with keys with unstable hash now raises by Serhiy Storchaka · 9 years ago
  25. 14eefe3 Issue #25395: Fixed crash when highly nested OrderedDict structures were by Serhiy Storchaka · 9 years ago
  26. 4575beb Issue #25410: C implementation of OrderedDict now uses type(self) instead of by Serhiy Storchaka · 9 years ago
  27. d17427b Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash by Serhiy Storchaka · 9 years ago
  28. 8003baf Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict. by Serhiy Storchaka · 9 years ago
  29. 992ec46 Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end() by Serhiy Storchaka · 9 years ago
  30. 4a0d1e7 odictobject.c: fix compiler warning by Victor Stinner · 9 years ago
  31. ca30b02 Issue #24992: Fix error handling and a race condition (related to garbage by Victor Stinner · 9 years ago
  32. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  33. 0718de9 repair my irrational excuberance by Benjamin Peterson · 9 years ago
  34. 99e96f2 remove unnecessary braces and indentation by Benjamin Peterson · 9 years ago
  35. 2ad80f5 fix refleak when keys() fails by Benjamin Peterson · 9 years ago
  36. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 9 years ago
  37. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 9 years ago
  38. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 9 years ago
  39. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  40. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago
  41. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 9 years ago
  42. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  43. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  44. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  45. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  46. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago