1. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  2. 555f0e9 Merged revisions 69700 via svnmerge from by Tarek Ziadé · 16 years ago
  3. 0d0506e Merged revisions 69692 via svnmerge from by Tarek Ziadé · 16 years ago
  4. b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 16 years ago
  5. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  6. 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 17 years ago
  7. 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 17 years ago
  8. 76cb7ed Merged revisions 69566 via svnmerge from by Tarek Ziadé · 17 years ago
  9. bc94c80 Merged revisions 69562 via svnmerge from by Georg Brandl · 17 years ago
  10. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
  11. 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
  12. a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 17 years ago
  13. 651453a Clean-up named tuple docs. by Raymond Hettinger · 17 years ago
  14. 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 17 years ago
  15. a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 17 years ago
  16. 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 17 years ago
  17. 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 17 years ago
  18. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 17 years ago
  19. 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 17 years ago
  20. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 17 years ago
  21. 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
  22. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 17 years ago
  23. 6520d82 #4992: next() method -> next() function. by Georg Brandl · 17 years ago
  24. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 17 years ago
  25. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 17 years ago
  26. 2ae8ac2 #5130: replace "unicode" by "bytes" in examples for sequence types. by Georg Brandl · 17 years ago
  27. d04fa31 Minor doc fixes. by Raymond Hettinger · 17 years ago
  28. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 17 years ago
  29. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 17 years ago
  30. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 17 years ago
  31. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
  32. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 17 years ago
  33. fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 17 years ago
  34. e9deddb comprehrensions now have proper scoping #5106 by Benjamin Peterson · 17 years ago
  35. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 17 years ago
  36. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 17 years ago
  37. e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 17 years ago
  38. 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 17 years ago
  39. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 17 years ago
  40. 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
  41. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
  42. 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 17 years ago
  43. 749761e Put functions back in alphabetical order. by Raymond Hettinger · 17 years ago
  44. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 17 years ago
  45. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 17 years ago
  46. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 17 years ago
  47. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 17 years ago
  48. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 17 years ago
  49. 97d3aa5 use the classmethod directive by Benjamin Peterson · 17 years ago
  50. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 17 years ago
  51. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
  52. 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. by Brett Cannon · 17 years ago
  53. 41faa54 merge r68915 to py3k by Jesse Noller · 17 years ago
  54. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 17 years ago
  55. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 17 years ago
  56. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 17 years ago
  57. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 17 years ago
  58. 7b3c89d merge r68862 to py3k by Jesse Noller · 17 years ago
  59. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 17 years ago
  60. 94adc8e More doc tweaks. by Raymond Hettinger · 17 years ago
  61. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 17 years ago
  62. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 17 years ago
  63. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 17 years ago
  64. 0bae662 Fix typos. by Raymond Hettinger · 17 years ago
  65. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 17 years ago
  66. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 17 years ago
  67. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 17 years ago
  68. df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 17 years ago
  69. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 17 years ago
  70. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 17 years ago
  71. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 17 years ago
  72. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 17 years ago
  73. 64150bc #4984: fix number of types. by Georg Brandl · 17 years ago
  74. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 17 years ago
  75. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
  76. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 17 years ago
  77. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 17 years ago
  78. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 17 years ago
  79. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 17 years ago
  80. b6eba4f encoding returns bytes objects by Benjamin Peterson · 17 years ago
  81. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 17 years ago
  82. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 17 years ago
  83. 81a3d1c ricos isn't supported by Benjamin Peterson · 17 years ago
  84. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 17 years ago
  85. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 17 years ago
  86. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 17 years ago
  87. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  88. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 17 years ago
  89. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 17 years ago
  90. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 17 years ago
  91. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 17 years ago
  92. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 17 years ago
  93. 2f94736 Merged revisions 68378 via svnmerge from by Mark Dickinson · 17 years ago
  94. e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 17 years ago
  95. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 17 years ago
  96. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 17 years ago
  97. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 17 years ago
  98. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 17 years ago
  99. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 17 years ago
  100. d509788 Merged revisions 68222 via svnmerge from by Georg Brandl · 17 years ago