Neal Norwitz
|
1ac754fa10
|
Check return result from Py_InitModule*(). This API can fail.
Probably should be backported.
|
2006-01-19 06:09:39 +00:00 |
Raymond Hettinger
|
855d9a985b
|
Plug a leak and beef-up test coverage.
|
2004-09-28 00:03:54 +00:00 |
Raymond Hettinger
|
8158e84930
|
Fix erroneous docstring comment.
|
2004-09-06 07:04:09 +00:00 |
Raymond Hettinger
|
28224f897a
|
Improve the documented advice on how to best use heapq.heapreplace().
|
2004-06-20 09:07:53 +00:00 |
Raymond Hettinger
|
aefde435ef
|
Reverse argument order for nsmallest() and nlargest().
Reads better when the iterable is a generator expression.
|
2004-06-15 23:53:35 +00:00 |
Raymond Hettinger
|
de72eddf69
|
Fixup error exits in nlargest() and nsmallest().
|
2004-06-13 15:36:56 +00:00 |
Raymond Hettinger
|
2e3dfaf707
|
Install C version of heapq.nsmallest().
|
2004-06-13 05:26:33 +00:00 |
Raymond Hettinger
|
c929766361
|
Install C version of heapq.nlargest().
Maxheap version of heapq.smallest() is forthcoming.
|
2004-06-12 22:48:46 +00:00 |
Hye-Shik Chang
|
ce97fbe772
|
Correct the file name of _heapq module.
|
2004-04-25 17:51:47 +00:00 |