1. 08c70cf Make the underlying data structure more private. by Raymond Hettinger · 15 years ago
  2. b0d56af Give dict views a helpful __repr__. by Raymond Hettinger · 15 years ago
  3. ce57cdb Blocked revisions 70119 via svnmerge by Hirokazu Yamamoto · 15 years ago
  4. 8404749 Fixed memory leak on failure. This is related to issue5403 but won't crash on py3k. by Hirokazu Yamamoto · 15 years ago
  5. 45ed72d Issue5407 Broken Py3.1 release build in Visual Studio 2005 by Kristján Valur Jónsson · 15 years ago
  6. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  7. ff23e8c Fix bootstrapping problem where setup.py was using configparser by Raymond Hettinger · 15 years ago
  8. dcaf329 instead of hacking __locals__ in during bytecode generation, put it in the symtable by Benjamin Peterson · 15 years ago
  9. 231b7f1 Fix markup. by Raymond Hettinger · 15 years ago
  10. b5be6d4 re-merge r69268 (issue4804) from trunk: by Amaury Forgeot d'Arc · 15 years ago
  11. f5b5224 ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626 by Benjamin Peterson · 15 years ago
  12. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 15 years ago
  13. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  14. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  15. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  16. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  17. ea9f8db Missed my last update to __eq__ to check matching length. by Raymond Hettinger · 15 years ago
  18. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  19. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 15 years ago
  20. 4d4975c Fixed typo. by Hirokazu Yamamoto · 15 years ago
  21. d9ca384 Merged revisions 70094 via svnmerge from by Tarek Ziadé · 15 years ago
  22. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 15 years ago
  23. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 15 years ago
  24. 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 15 years ago
  25. 478a08e Blocked revisions 70078 via svnmerge by Georg Brandl · 15 years ago
  26. bbbfcd3 Blocked revisions 70071 via svnmerge by Jeffrey Yasskin · 15 years ago
  27. 4dd4052 Fix 2 oversights from r69961. by Jeffrey Yasskin · 15 years ago
  28. 56420b4 #4967 fix buggy read() by Benjamin Peterson · 15 years ago
  29. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 15 years ago
  30. 10c9937 Merged revisions 70056 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  31. 39c6dea Merged revisions 70052 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  32. f072122 Merged revisions 70049 via svnmerge from by Tarek Ziadé · 15 years ago
  33. e9a950e Blocked revisions 70011,70016 via svnmerge by Benjamin Peterson · 15 years ago
  34. 26338d1 another instance of #804543: use strdup() when saving the result of setlocale() because it could be overwritten by subsequent setlocale()s. by Georg Brandl · 15 years ago
  35. ec12e82 #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. by Georg Brandl · 15 years ago
  36. f341acd #5360: remove RO which has been kicked from 3k. by Georg Brandl · 15 years ago
  37. 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 15 years ago
  38. 38e3d51 Merged revisions 70017 via svnmerge from by Tarek Ziadé · 15 years ago
  39. 89fc2b7 Give mapping views a usable repr. by Raymond Hettinger · 15 years ago
  40. 3177f2f Merged revisions 70007 via svnmerge from by Tarek Ziadé · 15 years ago
  41. 041fb34 Merged revisions 70003 via svnmerge from by Tarek Ziadé · 15 years ago
  42. 2f060fb Blocked revisions 70000 via svnmerge by Benjamin Peterson · 15 years ago
  43. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  44. e3a2980 Blocked revisions 69994 via svnmerge by Benjamin Peterson · 15 years ago
  45. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 40ce6cc Blocked revisions 69937,69946,69952-69953,69955,69959,69981,69983 via svnmerge by Benjamin Peterson · 15 years ago
  47. d125845 Fix typo. by Raymond Hettinger · 15 years ago
  48. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  49. 0f31e6d Merged revisions 69976 via svnmerge from by Tarek Ziadé · 15 years ago
  50. 134708a Merged revisions 69974 via svnmerge from by Mark Dickinson · 15 years ago
  51. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  52. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 15 years ago
  53. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 15 years ago
  54. 95f285c Revert unintended part of r69948. Pydoc was not supposed to change. by Raymond Hettinger · 15 years ago
  55. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 15 years ago
  56. 886687d Use ABCs to validate documented restriction to Sets or Sequences. by Raymond Hettinger · 15 years ago
  57. 9aa53c2 range() should have been registered as a Sequence. by Raymond Hettinger · 15 years ago
  58. afd3045 Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. by Raymond Hettinger · 15 years ago
  59. 29c0c7c Blocked revisions 69870-69871,69908 via svnmerge by Benjamin Peterson · 15 years ago
  60. 21315ba Update itertools recipes to use next(). by Raymond Hettinger · 15 years ago
  61. 6d327b0 Merged revisions 69902 via svnmerge from by Tarek Ziadé · 15 years ago
  62. 4f69a12 Blocked revisions 69896 via svnmerge by Georg Brandl · 15 years ago
  63. 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 15 years ago
  64. 9249f80 .pythonrc.py is no more by Benjamin Peterson · 15 years ago
  65. 906785c Merged revisions 69889 via svnmerge from by Matthias Klose · 15 years ago
  66. 929a723 Merged revisions 69881 via svnmerge from by Tarek Ziadé · 15 years ago
  67. ea1a7d1 Blocked revisions 69878 via svnmerge by Tarek Ziadé · 15 years ago
  68. 5e25f9f Merged revisions 69874 via svnmerge from by Tarek Ziadé · 15 years ago
  69. 131733a - Modules/Setup.dist: Mention _heapq by Matthias Klose · 15 years ago
  70. c1a2657 Merged revisions 69861 via svnmerge from by Tarek Ziadé · 15 years ago
  71. ba86fa9 In Py3.x, a list comprehension is now faster than list(map(itemgetter(0), iterable)). by Raymond Hettinger · 15 years ago
  72. 912fbca Merged revisions 69855 via svnmerge from by Benjamin Peterson · 15 years ago
  73. 94aaf9e Relocate source_mtime in importlib to PyPycLoader. by Brett Cannon · 15 years ago
  74. aa9d5de Blocked revisions 69837-69838 via svnmerge by Benjamin Peterson · 15 years ago
  75. eb13fdd Port r69837: Fix keyword arguments for itertools.count(). Step arg without a start arg was ignored. by Raymond Hettinger · 15 years ago
  76. bd171bc Port r69838: Speedup and simplify negative counter using count's new step argument. by Raymond Hettinger · 15 years ago
  77. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  78. 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 15 years ago
  79. 0515619 Tweak the source/bytecode loader from importlib to use more of the PEP 302 by Brett Cannon · 15 years ago
  80. 4afab6b Separate out finder for source and source/bytecode. by Brett Cannon · 15 years ago
  81. 2dee597 Do some cleanup in importlib: by Brett Cannon · 15 years ago
  82. a2fcb1d Add some notes about importlib and some API exposure cleanup. by Brett Cannon · 15 years ago
  83. 22db67e Minor NOTES changes for importlib. by Brett Cannon · 15 years ago
  84. f8798f5 More typos in Lib/turtle.py by Mark Dickinson · 16 years ago
  85. 0fc61cc Merged revisions 69816 via svnmerge from by Mark Dickinson · 16 years ago
  86. 5e5c0db Merged revisions 69806 via svnmerge from by Eric Smith · 16 years ago
  87. 247a9b8 Merged revisions 69415,69591,69593 via svnmerge from by Benjamin Peterson · 16 years ago
  88. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  89. 93d83da Blocked revisions 69268,69516,69757,69761,69765,69770,69772,69777,69795 via svnmerge by Benjamin Peterson · 16 years ago
  90. 4b06819 fix None errno #5312 by Benjamin Peterson · 16 years ago
  91. 2fc224f #5306: Fix compilation on Windows by properly merging change 69495. by Amaury Forgeot d'Arc · 16 years ago
  92. b672b6d #5287: Add exception handling around findCaller() call to help out IronPython. by Vinay Sajip · 16 years ago
  93. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 16 years ago
  94. b70bcf5 Regenerate with autoconf 2.61. by Martin v. Löwis · 16 years ago
  95. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  96. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  97. cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  98. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  99. e69a6b2 Blocked revisions 69748,69751 via svnmerge by Benjamin Peterson · 16 years ago
  100. f4bb7f2 Add keyword arg support to itertools.repeat(). by Raymond Hettinger · 16 years ago