1. 13870b1 Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over by Thomas Wouters · 19 years ago
  2. ed6254a Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t by Thomas Wouters · 19 years ago
  3. ad0a462 Use Py_ssize_t for counts and sizes. by Martin v. Löwis · 19 years ago
  4. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  5. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  6. 8158e84 Fix erroneous docstring comment. by Raymond Hettinger · 20 years ago
  7. 28224f8 Improve the documented advice on how to best use heapq.heapreplace(). by Raymond Hettinger · 20 years ago
  8. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  9. de72edd Fixup error exits in nlargest() and nsmallest(). by Raymond Hettinger · 20 years ago
  10. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  11. c929766 Install C version of heapq.nlargest(). by Raymond Hettinger · 20 years ago
  12. ce97fbe Correct the file name of _heapq module. by Hye-Shik Chang · 20 years ago[Renamed from Modules/_heapmodule.c]
  13. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago