1. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  2. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  3. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  4. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  5. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  6. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  7. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  8. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  9. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  10. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  11. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  12. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  13. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  14. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  15. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  16. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  17. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  18. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  19. 0cd53a6 Added new heapreplace(heap, item) function, to pop (and return) the by Tim Peters · 22 years ago
  20. aa7d243 Minor fiddling, including a simple class to implement a heap iterator by Tim Peters · 22 years ago
  21. 28c2552 Hmm! I thought I checked this in before! Oh well. by Tim Peters · 22 years ago
  22. d2cf1ab check_invariant(): Use the same child->parent "formula" used by heapq.py. by Tim Peters · 22 years ago
  23. d9ea39d Don't use true division where int division was intended. For that matter, by Tim Peters · 22 years ago
  24. 0b19178 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago