summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_heapq.py
Commit message (Expand)AuthorAgeFilesLines
* Add another test which exercises the whole suite with aRaymond Hettinger2002-12-071-0/+14
* Added new heapreplace(heap, item) function, to pop (and return) theTim Peters2002-08-031-3/+2
* Minor fiddling, including a simple class to implement a heap iteratorTim Peters2002-08-031-5/+18
* Hmm! I thought I checked this in before! Oh well.Tim Peters2002-08-021-1/+19
* check_invariant(): Use the same child->parent "formula" used by heapq.py.Tim Peters2002-08-021-2/+2
* Don't use true division where int division was intended. For that matter,Tim Peters2002-08-021-1/+1
* Adding the heap queue algorithm, per discussion in python-dev lastGuido van Rossum2002-08-021-0/+48