1. ef3ccd7 bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) (GH-15447) by Miss Islington (bot) · 5 years ago
  2. 664fe39 bpo-29984: Improve 'heapq' test coverage (GH-992) by Rob Day · 5 years ago
  3. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  4. 849564f Extend test coverage to include heapifying large heaps by Raymond Hettinger · 9 years ago
  5. 48f68d0 Factor common code into internal functions. by Raymond Hettinger · 10 years ago
  6. 35db439 Issue #13742: Add key and reverse parameters to heapq.merge() by Raymond Hettinger · 10 years ago
  7. 234fb2d Issue 21424: Apply the nlargest() optimizations to nsmallest() as well. by Raymond Hettinger · 10 years ago
  8. 277842e Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons. by Raymond Hettinger · 10 years ago
  9. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  10. 31584e3 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  11. 44d5214 Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 11 years ago
  12. 22ebb2d #16748: test_heapq now works with unittest test discovery. by Ezio Melotti · 12 years ago
  13. 219a5dc Merge with 3.1. by Ezio Melotti · 13 years ago
  14. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  15. 19f7ca2 #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  16. fd69abb Some tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  17. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  18. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  19. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  20. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  21. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  22. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 15 years ago
  23. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  24. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  25. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  26. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  27. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  30. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  31. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  32. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  33. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  34. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  35. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  36. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  37. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  38. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  39. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  40. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  41. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  42. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  43. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  44. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  45. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  46. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  47. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  48. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  49. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  50. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  51. 0cd53a6 Added new heapreplace(heap, item) function, to pop (and return) the by Tim Peters · 22 years ago
  52. aa7d243 Minor fiddling, including a simple class to implement a heap iterator by Tim Peters · 22 years ago
  53. 28c2552 Hmm! I thought I checked this in before! Oh well. by Tim Peters · 22 years ago
  54. d2cf1ab check_invariant(): Use the same child->parent "formula" used by heapq.py. by Tim Peters · 22 years ago
  55. d9ea39d Don't use true division where int division was intended. For that matter, by Tim Peters · 22 years ago
  56. 0b19178 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago