Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix erroneous docstring comment. | Raymond Hettinger | 2004-09-06 | 1 | -2/+3 |
* | Improve the documented advice on how to best use heapq.heapreplace(). | Raymond Hettinger | 2004-06-20 | 1 | -1/+5 |
* | Reverse argument order for nsmallest() and nlargest(). | Raymond Hettinger | 2004-06-15 | 1 | -2/+2 |
* | Install C version of heapq.nsmallest(). | Raymond Hettinger | 2004-06-13 | 1 | -5/+0 |
* | SF patch #969791: Add nlargest() and nsmallest() to heapq. | Raymond Hettinger | 2004-06-10 | 1 | -0/+24 |
* | Document that heappop() and heapreplace() raise IndexError if the heap | Guido van Rossum | 2002-08-07 | 1 | -1/+2 |
* | Document new heapreplace() function. | Tim Peters | 2002-08-03 | 1 | -0/+9 |
* | Document new heapify() function. | Tim Peters | 2002-08-03 | 1 | -5/+12 |
* | Minor markup changes. | Fred Drake | 2002-08-02 | 1 | -3/+4 |
* | Add docs for heapq.py. | Guido van Rossum | 2002-08-02 | 1 | -0/+164 |