| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -10/+10 |
|\ |
|
| * | Some more tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -12/+10 |
|
|
* | | #11910: merge with 3.1. | Ezio Melotti | 2011-05-09 | 1 | -15/+29 |
|\ \
| |/ |
|
| * | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 1 | -20/+27 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+1 |
|
|
* | | Some tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -3/+9 |
|
|
* | | Issue 3051: make pure python code pass the same tests as the C version. | Raymond Hettinger | 2011-04-13 | 1 | -11/+5 |
|
|
* | | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -2/+0 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|/ |
|
* | Merged revisions 71799 via svnmerge from | Nick Coghlan | 2009-04-22 | 1 | -1/+1 |
|
|
* | Merged revisions 71465 via svnmerge from | Nick Coghlan | 2009-04-11 | 1 | -16/+14 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -2/+2 |
|
|
* | Remove 2.6 compatibility code: | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -3/+3 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+2 |
|
|
* | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+21 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -0/+28 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -1/+1 |
|
|
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -2/+2 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -49/+79 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -6/+7 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+4 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -5/+5 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -1/+24 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -12/+12 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -1/+2 |
|
|
* | Add key= argument to heapq.nsmallest() and heapq.nlargest(). | Raymond Hettinger | 2004-12-02 | 1 | -1/+7 |
|
|
* | Fix argument order in pure python version of nsmallest() and nlargest(). | Raymond Hettinger | 2004-11-29 | 1 | -2/+5 |
|
|
* | Plug a leak and beef-up test coverage. | Raymond Hettinger | 2004-09-28 | 1 | -0/+149 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+0 |
|
|
* | Exercise some error conditions | Neal Norwitz | 2004-07-08 | 1 | -0/+10 |
|
|
* | Reverse argument order for nsmallest() and nlargest(). | Raymond Hettinger | 2004-06-15 | 1 | -4/+4 |
|
|
* | Install C version of heapq.nsmallest(). | Raymond Hettinger | 2004-06-13 | 1 | -6/+19 |
|
|
* | Improve the memory performance and speed of heapq.nsmallest() by using | Raymond Hettinger | 2004-06-12 | 1 | -0/+1 |
|
|
* | Convert test_heapq.py to unittests. | Raymond Hettinger | 2004-06-10 | 1 | -86/+90 |
|
|
* | SF patch #969791: Add nlargest() and nsmallest() to heapq. | Raymond Hettinger | 2004-06-10 | 1 | -1/+10 |
|
|
* | Add another test which exercises the whole suite with a | Raymond Hettinger | 2002-12-07 | 1 | -0/+14 |
|
|
* | Added new heapreplace(heap, item) function, to pop (and return) the | Tim Peters | 2002-08-03 | 1 | -3/+2 |
|
|
* | Minor fiddling, including a simple class to implement a heap iterator | Tim Peters | 2002-08-03 | 1 | -5/+18 |
|
|
* | Hmm! I thought I checked this in before! Oh well. | Tim Peters | 2002-08-02 | 1 | -1/+19 |
|
|
* | check_invariant(): Use the same child->parent "formula" used by heapq.py. | Tim Peters | 2002-08-02 | 1 | -2/+2 |
|
|
* | Don't use true division where int division was intended. For that matter, | Tim Peters | 2002-08-02 | 1 | -1/+1 |
|
|
* | Adding the heap queue algorithm, per discussion in python-dev last | Guido van Rossum | 2002-08-02 | 1 | -0/+48 |
|
|