index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
heapq.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed misspelling in comment.
Tim Peters
2002-08-11
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-08-08
1
-1/+1
*
Simplify heapreplace() -- there's no need for an explicit test for
Guido van Rossum
2002-08-07
1
-7/+4
*
_siftup(): __le__ is now the only comparison operator used on array
Tim Peters
2002-08-03
1
-1/+1
*
Added new heapreplace(heap, item) function, to pop (and return) the
Tim Peters
2002-08-03
1
-0/+18
*
Large code rearrangement to use better algorithms, in the sense of needing
Tim Peters
2002-08-03
1
-39/+79
*
Minor fiddling, including a simple class to implement a heap iterator
Tim Peters
2002-08-03
1
-5/+5
*
Augment credits.
Guido van Rossum
2002-08-02
1
-1/+1
*
Hmm! I thought I checked this in before! Oh well.
Tim Peters
2002-08-02
1
-9/+29
*
Add a PEP-263-style encoding turd^H^H^H^Hdeclaration, because there's
Guido van Rossum
2002-08-02
1
-0/+2
*
heappop(): Added comments; simplified and sped the code.
Tim Peters
2002-08-02
1
-21/+19
*
heappop(): Use "while True" instead of "while 1".
Tim Peters
2002-08-02
1
-1/+1
*
Don't use true division where int division was intended. For that matter,
Tim Peters
2002-08-02
1
-1/+1
*
Add Kevin O'Connor, author of the heapq code.
Guido van Rossum
2002-08-02
1
-0/+2
*
Adding the heap queue algorithm, per discussion in python-dev last
Guido van Rossum
2002-08-02
1
-0/+176