1. 219a5dc Merge with 3.1. by Ezio Melotti · 13 years ago
  2. f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  3. 19f7ca2 #11910: merge with 3.1. by Ezio Melotti · 13 years ago
  4. fd69abb Some tests were incorrectly marked as C specific. by Ezio Melotti · 13 years ago
  5. 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 13 years ago
  6. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  7. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  8. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  9. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  10. 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 15 years ago
  11. fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 15 years ago
  12. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  13. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  14. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  15. 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
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. 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
  18. 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 16 years ago
  19. a6c6037 Issues 2186 and 2187. Move map() from itertools to builtins. by Raymond Hettinger · 16 years ago
  20. d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 16 years ago
  21. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  22. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  23. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  24. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  25. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  26. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  27. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  28. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 20 years ago
  29. e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  30. 855d9a9 Plug a leak and beef-up test coverage. by Raymond Hettinger · 20 years ago
  31. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  32. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  33. aefde43 Reverse argument order for nsmallest() and nlargest(). by Raymond Hettinger · 20 years ago
  34. 2e3dfaf Install C version of heapq.nsmallest(). by Raymond Hettinger · 20 years ago
  35. b25aa36 Improve the memory performance and speed of heapq.nsmallest() by using by Raymond Hettinger · 20 years ago
  36. bce036b Convert test_heapq.py to unittests. by Raymond Hettinger · 20 years ago
  37. 33ecffb SF patch #969791: Add nlargest() and nsmallest() to heapq. by Raymond Hettinger · 20 years ago
  38. 065c06a Add another test which exercises the whole suite with a by Raymond Hettinger · 22 years ago
  39. 0cd53a6 Added new heapreplace(heap, item) function, to pop (and return) the by Tim Peters · 22 years ago
  40. aa7d243 Minor fiddling, including a simple class to implement a heap iterator by Tim Peters · 22 years ago
  41. 28c2552 Hmm! I thought I checked this in before! Oh well. by Tim Peters · 22 years ago
  42. d2cf1ab check_invariant(): Use the same child->parent "formula" used by heapq.py. by Tim Peters · 22 years ago
  43. d9ea39d Don't use true division where int division was intended. For that matter, by Tim Peters · 22 years ago
  44. 0b19178 Adding the heap queue algorithm, per discussion in python-dev last week. by Guido van Rossum · 22 years ago