| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19018: The heapq.merge() function no longer suppresses IndexError | Raymond Hettinger | 2013-09-15 | 1 | -0/+9 |
|
|
* | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li... | Antoine Pitrou | 2013-03-04 | 1 | -0/+26 |
|
|
* | Some more tests were incorrectly marked as C specific. | Ezio Melotti | 2011-05-09 | 1 | -13/+14 |
|
|
* | #11910: Fix test_heapq to skip the C tests when _heapq is missing. | Ezio Melotti | 2011-05-09 | 1 | -15/+29 |
|
|
* | Fix cut and paste error. | Raymond Hettinger | 2011-05-07 | 1 | -1/+1 |
|
|
* | Some tests were incorrectly marked as C specific. | Raymond Hettinger | 2011-05-07 | 1 | -3/+8 |
|
|
* | Issue 3051: make pure python code pass the same tests as the C version. | Raymond Hettinger | 2011-04-13 | 1 | -11/+5 |
|
|
* | Issue 7871: Delete unused test. | Raymond Hettinger | 2010-08-22 | 1 | -8/+0 |
|
|
* | #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k... | Florent Xicluna | 2010-03-21 | 1 | -1/+4 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -2/+0 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -2/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | Issue 5354: Change API for import_fresh_module() to better support test_warni... | Nick Coghlan | 2009-04-22 | 1 | -1/+1 |
|
|
* | Issue 5354: Provide a standardised testing mechanism for doing fresh imports ... | Nick Coghlan | 2009-04-11 | 1 | -16/+14 |
|
|
* | Fix typo in method name. The LT class implemented less than. The LE class | Neal Norwitz | 2008-06-13 | 1 | -1/+1 |
|
|
* | Add test for heapq using both __lt__ and __le__. | Raymond Hettinger | 2008-06-11 | 1 | -0/+21 |
|
|
* | Issue 2274: Add heapq.heappushpop(). | Raymond Hettinger | 2008-03-13 | 1 | -0/+28 |
|
|
* | In test_heapq and test_bisect, test both the Python and the C implementation. | Georg Brandl | 2008-02-23 | 1 | -49/+79 |
|
|
* | Add test for merge stability | Raymond Hettinger | 2007-02-19 | 1 | -0/+15 |
|
|
* | Add merge() function to heapq. | Raymond Hettinger | 2007-02-19 | 1 | -1/+9 |
|
|
* | Fix stability of heapq's nlargest() and nsmallest(). | Raymond Hettinger | 2007-01-04 | 1 | -12/+12 |
|
|
* | 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 |
|
|