1. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  2. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  5. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  6. c1786ea Use UTF-8 for a docstring that contains non-ASCII chars. by Neal Norwitz · 17 years ago
  7. 13870b1 Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over by Thomas Wouters · 18 years ago
  8. ed6254a Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t by Thomas Wouters · 18 years ago
  9. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 18 years ago
  10. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  11. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  12. 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 20 years ago
  13. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  14. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  15. de72edd Fixup error exits in nlargest() and nsmallest(). by Raymond Hettinger · 20 years ago
  16. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  17. c929766 Install C version of heapq.nlargest(). by Raymond Hettinger · 20 years ago
  18. ce97fbe Correct the file name of _heapq module. by Hye-Shik Chang · 20 years ago[Renamed from Modules/_heapmodule.c]
  19. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago