1. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
  2. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
  3. 44c5481 Fix a doc typo. by Brett Cannon · 16 years ago
  4. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
  5. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
  6. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
  7. ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
  8. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
  9. 150fb9c Record version added as 3.1. by Raymond Hettinger · 16 years ago
  10. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  11. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  12. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 16 years ago
  13. 28c013d Fix markup. by Raymond Hettinger · 16 years ago
  14. 10745a9 fix versionchanged by Benjamin Peterson · 16 years ago
  15. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 9c751b7 Fix some reST mishaps. by Brett Cannon · 16 years ago
  17. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 16 years ago
  18. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
  19. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
  20. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 16 years ago
  21. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago
  22. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 16 years ago
  23. 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 16 years ago
  24. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
  25. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
  26. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  27. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  28. a88e4da Fix markup. by Raymond Hettinger · 16 years ago
  29. 231b7f1 Fix markup. by Raymond Hettinger · 16 years ago
  30. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
  31. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
  32. b62ad24 Fix versionchanged. by Raymond Hettinger · 16 years ago
  33. d45bf58 fix versionadded by Benjamin Peterson · 16 years ago
  34. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  35. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
  36. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 16 years ago
  37. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 16 years ago
  38. 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 16 years ago
  39. 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 16 years ago
  40. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago
  41. d125845 Fix typo. by Raymond Hettinger · 16 years ago
  42. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 16 years ago
  43. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
  44. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  45. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 16 years ago
  46. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 16 years ago
  47. afd3045 Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. by Raymond Hettinger · 16 years ago
  48. 21315ba Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
  49. 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  50. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  51. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  52. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  53. 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
  54. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  55. 349c595 merge socket module documentation update from trunk r69731. by Gregory P. Smith · 16 years ago
  56. cf984ce Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  57. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
  58. f76b920 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
  59. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  60. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  61. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
  62. 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 16 years ago
  63. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  64. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
  65. 651453a Clean-up named tuple docs. by Raymond Hettinger · 16 years ago
  66. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 17 years ago
  68. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 17 years ago
  69. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 17 years ago
  70. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 17 years ago
  71. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 17 years ago
  72. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 17 years ago
  73. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 17 years ago
  74. d04fa31 Minor doc fixes. by Raymond Hettinger · 17 years ago
  75. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 17 years ago
  76. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 17 years ago
  77. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
  78. fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 17 years ago
  79. e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 17 years ago
  80. 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 17 years ago
  81. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 17 years ago
  82. d23e013 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 17 years ago
  83. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  84. 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 17 years ago
  85. 749761e Put functions back in alphabetical order. by Raymond Hettinger · 17 years ago
  86. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 17 years ago
  87. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 17 years ago
  88. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 17 years ago
  89. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 17 years ago
  90. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 17 years ago
  91. 97d3aa5 use the classmethod directive by Benjamin Peterson · 17 years ago
  92. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
  93. 41faa54 merge r68915 to py3k by Jesse Noller · 17 years ago
  94. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 17 years ago
  95. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 17 years ago
  96. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 17 years ago
  97. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 17 years ago
  98. 7b3c89d merge r68862 to py3k by Jesse Noller · 17 years ago
  99. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 17 years ago
  100. 94adc8e More doc tweaks. by Raymond Hettinger · 17 years ago