1. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  2. 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 16 years ago
  3. 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  5. 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 16 years ago
  6. 6520d82 #4992: next() method -> next() function. by Georg Brandl · 16 years ago
  7. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 16 years ago
  8. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 16 years ago
  9. 2ae8ac2 #5130: replace "unicode" by "bytes" in examples for sequence types. by Georg Brandl · 16 years ago
  10. d04fa31 Minor doc fixes. by Raymond Hettinger · 16 years ago
  11. 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 16 years ago
  12. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 16 years ago
  13. 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 16 years ago
  14. c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 16 years ago
  15. f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 16 years ago
  16. fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 16 years ago
  17. e9deddb comprehrensions now have proper scoping #5106 by Benjamin Peterson · 16 years ago
  18. 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 16 years ago
  19. c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 16 years ago
  20. e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 16 years ago
  21. 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 16 years ago
  22. e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 16 years ago
  23. d23e013 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 16 years ago
  24. 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
  25. 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 16 years ago
  26. 749761e Put functions back in alphabetical order. by Raymond Hettinger · 16 years ago
  27. d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 16 years ago
  28. 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 16 years ago
  29. 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 16 years ago
  30. ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 16 years ago
  31. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 16 years ago
  32. 97d3aa5 use the classmethod directive by Benjamin Peterson · 16 years ago
  33. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 16 years ago
  34. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 16 years ago
  35. 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. by Brett Cannon · 16 years ago
  36. 41faa54 merge r68915 to py3k by Jesse Noller · 16 years ago
  37. bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 16 years ago
  38. f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 16 years ago
  39. 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 16 years ago
  40. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 16 years ago
  41. 7b3c89d merge r68862 to py3k by Jesse Noller · 16 years ago
  42. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 16 years ago
  43. 94adc8e More doc tweaks. by Raymond Hettinger · 16 years ago
  44. 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 16 years ago
  45. e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 16 years ago
  46. b14043c Beautify and cleanup the references section. by Raymond Hettinger · 16 years ago
  47. 0bae662 Fix typos. by Raymond Hettinger · 16 years ago
  48. 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 16 years ago
  49. 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 16 years ago
  50. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago
  51. df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 16 years ago
  52. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  53. b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 16 years ago
  54. 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 16 years ago
  55. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 16 years ago
  56. 64150bc #4984: fix number of types. by Georg Brandl · 16 years ago
  57. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 16 years ago
  58. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  59. 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 16 years ago
  60. 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 16 years ago
  61. 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 · 16 years ago
  62. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 16 years ago
  63. b6eba4f encoding returns bytes objects by Benjamin Peterson · 16 years ago
  64. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  65. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 16 years ago
  66. 81a3d1c ricos isn't supported by Benjamin Peterson · 16 years ago
  67. d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 16 years ago
  68. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 16 years ago
  69. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 16 years ago
  70. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  71. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 16 years ago
  72. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 16 years ago
  74. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  75. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 16 years ago
  76. 2f94736 Merged revisions 68378 via svnmerge from by Mark Dickinson · 16 years ago
  77. e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 16 years ago
  78. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 16 years ago
  79. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 16 years ago
  80. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 16 years ago
  81. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 16 years ago
  82. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  83. d509788 Merged revisions 68222 via svnmerge from by Georg Brandl · 16 years ago
  84. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  85. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  86. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 16 years ago
  87. 45f5337 Merged revisions 68214-68215,68217-68218 via svnmerge from by Georg Brandl · 16 years ago
  88. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  89. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 16 years ago
  90. ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
  91. ad9d96b Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 16 years ago
  92. 770b0be #4808: move old API below new API doc. by Georg Brandl · 16 years ago
  93. aa672eb Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 16 years ago
  94. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 16 years ago
  95. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 16 years ago
  96. c39d762 Merged revisions 67982,67988,67990 via svnmerge from by Benjamin Peterson · 16 years ago
  97. a17775f Minor documentation change relating to NullHandler. by Vinay Sajip · 16 years ago
  98. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 16 years ago
  99. 5acd41e Merged revisions 67979 via svnmerge from by Antoine Pitrou · 16 years ago
  100. 454636f Document bytes.translate(). by Georg Brandl · 16 years ago