summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libheapq.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-225/+0
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+13
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-4/+4
* Add key= argument to heapq.nsmallest() and heapq.nlargest().Raymond Hettinger2004-12-021-6/+14
* Fix erroneous docstring comment.Raymond Hettinger2004-09-061-2/+3
* 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
* 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
* 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