1. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  2. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  3. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  4. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  5. b286591 Document that heappop() and heapreplace() raise IndexError if the heap is empty. by Guido van Rossum · 22 years ago
  6. 0ad679f Document new heapreplace() function. by Tim Peters · 22 years ago
  7. 6e0da82 Document new heapify() function. by Tim Peters · 22 years ago
  8. 1acab69 Minor markup changes. by Fred Drake · 22 years ago
  9. 9751216 Add docs for heapq.py. by Guido van Rossum · 22 years ago