Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
daf595f8a91c1a9f9a8ba5e06be4fa77c66cccf0
/
Doc
/
lib
/
libheapq.tex
4901a1f
Add key= argument to heapq.nsmallest() and heapq.nlargest().
by Raymond Hettinger
· 21 years ago
8158e84
Fix erroneous docstring comment.
by Raymond Hettinger
· 21 years ago
28224f8
Improve the documented advice on how to best use heapq.heapreplace().
by Raymond Hettinger
· 21 years ago
aefde43
Reverse argument order for nsmallest() and nlargest().
by Raymond Hettinger
· 21 years ago
2e3dfaf
Install C version of heapq.nsmallest().
by Raymond Hettinger
· 21 years ago
33ecffb
SF patch #969791: Add nlargest() and nsmallest() to heapq.
by Raymond Hettinger
· 21 years ago
b286591
Document that heappop() and heapreplace() raise IndexError if the heap is empty.
by Guido van Rossum
· 23 years ago
0ad679f
Document new heapreplace() function.
by Tim Peters
· 23 years ago
6e0da82
Document new heapify() function.
by Tim Peters
· 23 years ago
1acab69
Minor markup changes.
by Fred Drake
· 23 years ago
9751216
Add docs for heapq.py.
by Guido van Rossum
· 23 years ago