summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libheapq.tex
Commit message (Collapse)AuthorAgeFilesLines
* Improve the documented advice on how to best use heapq.heapreplace().Raymond Hettinger2004-06-201-1/+5
|
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-151-2/+2
| | | | Reads better when the iterable is a generator expression.
* Install C version of heapq.nsmallest().Raymond Hettinger2004-06-131-5/+0
|
* SF patch #969791: Add nlargest() and nsmallest() to heapq.Raymond Hettinger2004-06-101-0/+24
|
* Document that heappop() and heapreplace() raise IndexError if the heapGuido van Rossum2002-08-071-1/+2
| | | | is empty.
* Document new heapreplace() function.Tim Peters2002-08-031-0/+9
|
* Document new heapify() function.Tim Peters2002-08-031-5/+12
|
* Minor markup changes.Fred Drake2002-08-021-3/+4
|
* Add docs for heapq.py.Guido van Rossum2002-08-021-0/+164