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