1. b7a285f Issue #18471: Fix typo in heapq documentation (reported by François Pinard). by Ned Deily · 12 years ago
  2. 3e0a3fa Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 14 years ago
  3. 607cc36 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  4. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  5. ea75f4c Fix closes Issue12722 - link heapq source in the text format in the documentation. by Senthil Kumaran · 14 years ago
  6. b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 15 years ago
  7. e0e0822 Add more links to Python sources where the code is short, readable and an informative adjunct to the docs. by Raymond Hettinger · 15 years ago
  8. b1fb458 Merged revisions 85328 via svnmerge from by Benjamin Peterson · 15 years ago
  9. d252d0d Cleanup heapq docs by Raymond Hettinger · 15 years ago
  10. fb4c604 Document implementation notes for priority queues by Raymond Hettinger · 15 years ago
  11. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  12. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  13. 32d1408 Add another heapq example. by Georg Brandl · 17 years ago
  14. 92b70bc Fix duplicate word. by Georg Brandl · 17 years ago
  15. e8f1b00 Enable doctest running for several other documents. by Georg Brandl · 17 years ago
  16. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
  17. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  18. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  19. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago