1. 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 15 years ago
  2. 0468df3 clarify the type of data returned by Skip Montanaro · 15 years ago
  3. 7c43524 fix function name by Benjamin Peterson · 15 years ago
  4. 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 15 years ago
  5. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  6. 6b232cd Add links to related resources. by Raymond Hettinger · 15 years ago
  7. fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 15 years ago
  8. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 15 years ago
  10. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  11. 3036420 more about the file type's death #5513 by Benjamin Peterson · 15 years ago
  12. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  13. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  14. db08306 fix incorrect merge by Benjamin Peterson · 15 years ago
  15. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  16. e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 15 years ago
  17. be075b1 Add MutableSet example. by Raymond Hettinger · 15 years ago
  18. d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 15 years ago
  19. dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 15 years ago
  20. bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 15 years ago
  21. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  22. 7f15786 Merged revisions 70397 via svnmerge from by Georg Brandl · 15 years ago
  23. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  24. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 15 years ago
  25. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  26. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  27. 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 15 years ago
  28. 6c4b4b2 Add reference to solution for a commonly asked question. by Raymond Hettinger · 15 years ago
  29. 150fb9c Record version added as 3.1. by Raymond Hettinger · 15 years ago
  30. 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 15 years ago
  31. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  32. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  33. 28c013d Fix markup. by Raymond Hettinger · 15 years ago
  34. 10745a9 fix versionchanged by Benjamin Peterson · 15 years ago
  35. 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 · 15 years ago
  36. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  37. 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 15 years ago
  38. fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 15 years ago
  39. 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 15 years ago
  40. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 15 years ago
  41. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago
  42. aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 15 years ago
  43. e866206 PyObject_Unicode -> PyObject_Str by Benjamin Peterson · 15 years ago
  44. 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 15 years ago
  45. 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 15 years ago
  46. 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 15 years ago
  47. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 15 years ago
  48. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  49. 62f71b0 don't bother with version in doc builds by Benjamin Peterson · 15 years ago
  50. a88e4da Fix markup. by Raymond Hettinger · 15 years ago
  51. 231b7f1 Fix markup. by Raymond Hettinger · 15 years ago
  52. 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 15 years ago
  53. a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 15 years ago
  54. b62ad24 Fix versionchanged. by Raymond Hettinger · 15 years ago
  55. d45bf58 fix versionadded by Benjamin Peterson · 15 years ago
  56. 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 15 years ago
  57. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 15 years ago
  58. 4d4975c Fixed typo. by Hirokazu Yamamoto · 15 years ago
  59. ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 15 years ago
  60. 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 15 years ago
  61. 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 15 years ago
  62. ec12e82 #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT. by Georg Brandl · 15 years ago
  63. f341acd #5360: remove RO which has been kicked from 3k. by Georg Brandl · 15 years ago
  64. 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 15 years ago
  65. 3177f2f Merged revisions 70007 via svnmerge from by Tarek Ziadé · 15 years ago
  66. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  67. d125845 Fix typo. by Raymond Hettinger · 15 years ago
  68. 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 15 years ago
  69. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  70. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 15 years ago
  71. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 15 years ago
  72. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 15 years ago
  73. afd3045 Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. by Raymond Hettinger · 15 years ago
  74. 21315ba Update itertools recipes to use next(). by Raymond Hettinger · 15 years ago
  75. 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 15 years ago
  76. c1a2657 Merged revisions 69861 via svnmerge from by Tarek Ziadé · 15 years ago
  77. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  78. ba01dd9 Merged revisions 69769,69776 via svnmerge from by Benjamin Peterson · 16 years ago
  79. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  80. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  81. 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
  82. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  83. 349c595 merge socket module documentation update from trunk r69731. by Gregory P. Smith · 16 years ago
  84. cf984ce Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
  85. acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
  86. f76b920 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
  87. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  88. 555f0e9 Merged revisions 69700 via svnmerge from by Tarek Ziadé · 16 years ago
  89. 0d0506e Merged revisions 69692 via svnmerge from by Tarek Ziadé · 16 years ago
  90. b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 16 years ago
  91. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  92. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
  93. 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 16 years ago
  94. 76cb7ed Merged revisions 69566 via svnmerge from by Tarek Ziadé · 16 years ago
  95. bc94c80 Merged revisions 69562 via svnmerge from by Georg Brandl · 16 years ago
  96. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
  97. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
  98. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 16 years ago
  99. 651453a Clean-up named tuple docs. by Raymond Hettinger · 16 years ago
  100. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 16 years ago