1. e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 17 years ago
  2. 64150bc #4984: fix number of types. by Georg Brandl · 17 years ago
  3. b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 17 years ago
  4. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
  5. 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
  6. b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 17 years ago
  7. 81a3d1c ricos isn't supported by Benjamin Peterson · 17 years ago
  8. 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 17 years ago
  9. dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 17 years ago
  10. 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  11. 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 17 years ago
  12. 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 17 years ago
  13. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 17 years ago
  14. 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 17 years ago
  15. 2f94736 Merged revisions 68378 via svnmerge from by Mark Dickinson · 17 years ago
  16. 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 17 years ago
  17. 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 17 years ago
  18. 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 17 years ago
  19. b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 17 years ago
  20. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 17 years ago
  21. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 17 years ago
  22. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  23. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 17 years ago
  24. 45f5337 Merged revisions 68214-68215,68217-68218 via svnmerge from by Georg Brandl · 17 years ago
  25. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 17 years ago
  26. 38a66ad Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x, by Antoine Pitrou · 17 years ago
  27. ad9d96b Issue #4615. Document how to use itertools for de-duping. by Raymond Hettinger · 17 years ago
  28. 770b0be #4808: move old API below new API doc. by Georg Brandl · 17 years ago
  29. aa672eb Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
  30. 75edad0 Merged revisions 68116-68119,68121,68123-68127 via svnmerge from by Benjamin Peterson · 17 years ago
  31. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 17 years ago
  32. a17775f Minor documentation change relating to NullHandler. by Vinay Sajip · 17 years ago
  33. 0fa3f3d hexdigest() doesn't return bytes #4771 by Benjamin Peterson · 17 years ago
  34. 5acd41e Merged revisions 67979 via svnmerge from by Antoine Pitrou · 17 years ago
  35. 454636f Document bytes.translate(). by Georg Brandl · 17 years ago
  36. 7d41890 #4697: clarify that the functions are Unix-only. by Georg Brandl · 17 years ago
  37. db5fe66 Merged revisions 67946 via svnmerge from by Antoine Pitrou · 17 years ago
  38. 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 · 17 years ago
  39. c9928cc fix syntax by Benjamin Peterson · 17 years ago
  40. a9da6d1 Merged revisions 67857 via svnmerge from by Mark Dickinson · 17 years ago
  41. d3e18b7 Fix-up and clean-up docs for int.bit_length(). by Raymond Hettinger · 17 years ago
  42. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 17 years ago
  43. 54bc1ec Forward merge of r67822 to py3k: add bit_length method to int. by Mark Dickinson · 17 years ago
  44. d9c03e0 string.maketrans -> str.maketrans by Benjamin Peterson · 17 years ago
  45. f973407 Merged revisions 67511,67536-67537,67543 via svnmerge from by Georg Brandl · 17 years ago
  46. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 17 years ago
  47. 6485f24 remove extraneous 'text' by Benjamin Peterson · 17 years ago
  48. af265f4 Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,67579-67580,67591,67597,67608,67631 via svnmerge from by Georg Brandl · 17 years ago
  49. eb9fc52 document how to deal with binary standard streams by Benjamin Peterson · 17 years ago
  50. 17fe364 #4562: fix zip() examples. by Georg Brandl · 17 years ago
  51. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 17 years ago
  52. d2aa7e6 #4557: remove 'c' typecode from array docs and add a note in whatsnew. by Georg Brandl · 17 years ago
  53. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 17 years ago
  54. 7fe2c4a #4355: refer to urlencode in the correct module. by Georg Brandl · 17 years ago
  55. b159008 #4527: fix "unicode or string". by Georg Brandl · 17 years ago
  56. 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 17 years ago
  57. 4523968 Merge r67419 to py3k, mp doc fixes by Jesse Noller · 17 years ago
  58. 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 17 years ago
  59. 310d139 remove warning about not accepting unicode by Benjamin Peterson · 17 years ago
  60. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  61. e3d70ae Fix two mp doc issues from #4012. by Georg Brandl · 17 years ago
  62. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 17 years ago
  63. 5076740 #4361: fix string.py docstring, clarify that only ASCII characters are in its constants. by Georg Brandl · 17 years ago
  64. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 17 years ago
  65. ce0506c rephrase dict view docs by Benjamin Peterson · 17 years ago
  66. f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 17 years ago
  67. 3e8e9cc getfullargspec() has other virtues, too by Benjamin Peterson · 17 years ago
  68. d3013ff exec won't take file objects anymore by Benjamin Peterson · 17 years ago
  69. 065ba70 update string formatting grammar by Benjamin Peterson · 17 years ago
  70. 06fd5f8 fix the socketserver demo code for py3k by Benjamin Peterson · 17 years ago
  71. ec9199b Merged revisions 67162 via svnmerge from by Benjamin Peterson · 17 years ago
  72. beef207 compile can also produce AST by Benjamin Peterson · 17 years ago
  73. a971c65 Merged revisions 67117-67119,67123-67124,67143 via svnmerge from by Georg Brandl · 17 years ago
  74. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 17 years ago
  75. fb5faf0 Issue #1210: Fixed imaplib Patch by Victor Stinner, reviewed by Barry Warsaw. by Christian Heimes · 17 years ago
  76. ecc42a2 Fixed issue #4233. by Christian Heimes · 17 years ago
  77. 73b90a8 Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
  78. 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
  79. 37d2fe0 fix some py3k doc nits by Benjamin Peterson · 17 years ago
  80. d039286 More improvements to pickle's documentation. by Alexandre Vassalotti · 17 years ago
  81. 62073e0 Merged revisions 67005 via svnmerge from by Walter Dörwald · 17 years ago
  82. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 17 years ago
  83. 5f3b63a Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
  84. 758bca6 Improve pickle's documentation. by Alexandre Vassalotti · 17 years ago
  85. fcf5d63 forward port r66386 by Benjamin Peterson · 17 years ago
  86. aaebe1c use bytes throughout telnetlib docs by Benjamin Peterson · 17 years ago
  87. 3de7fb8 Victor Stinner's patch to make telnetlib use bytes 3725 by Benjamin Peterson · 17 years ago
  88. aa30669 correct changed import by Benjamin Peterson · 17 years ago
  89. f10a79a merge from trunk by Benjamin Peterson · 17 years ago
  90. bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 17 years ago
  91. 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 17 years ago
  92. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 17 years ago
  93. a731b99 Patch #3187 (file 11721): Document byte vs. string parameters and results. by Martin v. Löwis · 17 years ago
  94. e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 17 years ago
  95. b76a2b1 #4029: fix typo. by Georg Brandl · 17 years ago
  96. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 17 years ago
  97. 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 17 years ago
  98. 601149b Merged revisions 66686 via svnmerge from by Martin v. Löwis · 17 years ago
  99. 4970215 #3993: fix old-style print statements. by Georg Brandl · 17 years ago
  100. e9bbc8b Devil merge! by Benjamin Peterson · 17 years ago