1. 0cd53a6 Added new heapreplace(heap, item) function, to pop (and return) the by Tim Peters · 23 years ago
  2. aa7d243 Minor fiddling, including a simple class to implement a heap iterator by Tim Peters · 23 years ago
  3. 28c2552 Hmm! I thought I checked this in before! Oh well. by Tim Peters · 23 years ago
  4. d2cf1ab check_invariant(): Use the same child->parent "formula" used by heapq.py. by Tim Peters · 23 years ago
  5. d9ea39d Don't use true division where int division was intended. For that matter, by Tim Peters · 23 years ago
  6. 0b19178 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 23 years ago