1. 15af7b4 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  2. f5f1fe0 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  3. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  4. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  5. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  6. dfc80e3 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. by Brian Curtin · 13 years ago
  7. a154b5c Simplify _count_elements() in _collections by Victor Stinner · 13 years ago
  8. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  9. 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 13 years ago
  10. 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 14 years ago
  11. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  12. f038b32 Remove more unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  13. 554f334 Fix <deque iterator>.__length_hint__() under 64-bit Windows. by Antoine Pitrou · 14 years ago
  14. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  15. 44459de Add count() method to collections.deque(). by Raymond Hettinger · 14 years ago
  16. 3f9afd8 Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 15 years ago
  17. e5fdedb Add a reverse() method to collections.deque(). by Raymond Hettinger · 15 years ago
  18. 54628fa Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 15 years ago
  19. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  20. 060c7f6 Small optimization for corner case where maxlen==0. by Raymond Hettinger · 15 years ago
  21. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  22. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  23. 7ddda78 Merged revisions 68128 via svnmerge from by Antoine Pitrou · 16 years ago
  24. f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
  25. 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  26. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  27. d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 16 years ago
  28. d1abd25 Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited by Nick Coghlan · 16 years ago
  29. 59683e8 Merged revisions 64226 via svnmerge from by Martin v. Löwis · 16 years ago
  30. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  31. 0bd4e11 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60735-60751 via svnmerge from by Christian Heimes · 16 years ago
  32. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 16 years ago
  33. 3ecfea71 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678-60695 via svnmerge from by Christian Heimes · 16 years ago
  34. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  35. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  36. 3805321 Merged revisions 59465-59487 via svnmerge from by Christian Heimes · 17 years ago
  37. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  38. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  39. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  40. 346f1a8 Kill remaining tp_print definitions. by Guido van Rossum · 17 years ago
  41. 2f2fffb Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). by Guido van Rossum · 17 years ago
  42. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  43. 7569dfe Add a format specifier %R to PyUnicode_FromFormat(), which embeds by Walter Dörwald · 17 years ago
  44. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  45. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago[Renamed (98%) from Modules/collectionsmodule.c]
  46. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  47. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  48. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  49. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  50. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  51. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  52. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  53. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  54. 1968ad3 - Patch 1433928: by Guido van Rossum · 18 years ago
  55. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  56. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  57. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 18 years ago
  58. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  59. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  60. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  61. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 19 years ago
  62. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 19 years ago
  63. 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 20 years ago
  64. 7d112df Bump-up block size. by Raymond Hettinger · 20 years ago
  65. dcb9d94 Simplify delitem() code by calling rotate() directly instead of using by Raymond Hettinger · 20 years ago
  66. c5fa992 Armin's patch to prevent overflows. by Raymond Hettinger · 20 years ago
  67. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 20 years ago
  68. d1b3d88 * Bulletproof the method for detecting mutations during iteration. by Raymond Hettinger · 20 years ago
  69. 77e8bf1 Restore the block length and add a comment. by Raymond Hettinger · 20 years ago
  70. 4ca4c7c Clarify the relationship between indices. by Raymond Hettinger · 20 years ago
  71. 61f05fb * Elaborate on the invariant comments and make them more precise. by Raymond Hettinger · 20 years ago
  72. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 20 years ago
  73. d6e0032 Typos in new comments. by Tim Peters · 20 years ago
  74. d8768d3 Document some reverse-engineered invariants and pragmatic hints. by Tim Peters · 20 years ago
  75. 6f85356 Definition consistency. by Tim Peters · 20 years ago
  76. 1065f75 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  77. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago
  78. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  79. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  80. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  81. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  82. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  83. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  84. 285cfcc Make type check work with subclasses by Raymond Hettinger · 20 years ago
  85. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  86. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  87. 1e5809f Improve deque iteration. by Raymond Hettinger · 20 years ago
  88. 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 20 years ago
  89. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  90. 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 20 years ago
  91. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  92. a9208f1 Get rid of unused variable by Neal Norwitz · 20 years ago
  93. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 20 years ago
  94. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 20 years ago
  95. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 20 years ago
  96. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 20 years ago
  97. d0814eb Fix spelling. by Raymond Hettinger · 20 years ago
  98. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago