summaryrefslogtreecommitdiffstats
path: root/Modules/_heapqmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the documented advice on how to best use heapq.heapreplace().Raymond Hettinger2004-06-201-1/+2
* Reverse argument order for nsmallest() and nlargest().Raymond Hettinger2004-06-151-2/+2
* Fixup error exits in nlargest() and nsmallest().Raymond Hettinger2004-06-131-8/+16
* Install C version of heapq.nsmallest().Raymond Hettinger2004-06-131-5/+162
* Install C version of heapq.nlargest().Raymond Hettinger2004-06-121-0/+76
* Correct the file name of _heapq module.Hye-Shik Chang2004-04-251-0/+364