1. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  2. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  3. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  4. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  5. 06abba3 fix minor grammar typo by Benjamin Peterson · 16 years ago
  6. 9171bed take Brett's advice on a few warnings by Benjamin Peterson · 16 years ago
  7. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 16 years ago
  8. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 16 years ago
  9. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 16 years ago
  10. 438e9ac fix a minor typo by Benjamin Peterson · 16 years ago
  11. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 16 years ago
  12. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  13. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 16 years ago
  14. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 16 years ago
  15. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 16 years ago
  16. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  17. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 16 years ago
  18. 8a710dc Add renaming notices to thread and dummy_thread. by Georg Brandl · 16 years ago
  19. ecd0ad3 Hint about _winreg renaming in the docs. by Georg Brandl · 16 years ago
  20. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  21. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  22. d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated by Gregory P. Smith · 16 years ago
  23. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  24. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  25. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  26. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  27. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  28. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  29. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  30. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  31. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  32. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  33. 3682dfe Standardize renaming notes. by Georg Brandl · 16 years ago
  34. 5a42ca6 Add notes that tkinter modules will be renamed. by Georg Brandl · 16 years ago
  35. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  36. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  37. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  38. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  39. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 16 years ago
  40. c76ffca Rename html.parser file, and split html.entities from htmllib by Georg Brandl · 16 years ago
  41. 20b5660 document the renames for modules moved to the html package by Fred Drake · 16 years ago
  42. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 16 years ago
  43. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  44. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  45. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  46. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  47. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  48. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  49. 88107da #2845: fix copy2's docs. by Georg Brandl · 16 years ago
  50. 107b812 #2869: remove parameter from signature. by Georg Brandl · 16 years ago
  51. 5074627 Updated reprlib's documentation to mention the renaming. by Alexandre Vassalotti · 16 years ago
  52. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  53. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  54. 7b5151c fix typos in whatsnew by Benjamin Peterson · 16 years ago
  55. a19f9f9 add Mac modules to the list of deprecated ones by Benjamin Peterson · 16 years ago
  56. b346513 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  57. 94f2561 Update docs for deprecation of IRIX modules. by Brett Cannon · 16 years ago
  58. 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
  59. c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
  60. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  61. 0a11f96 Update configparser docs for lowercasing rename. by Georg Brandl · 16 years ago
  62. c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
  63. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
  64. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  65. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
  66. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  67. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  68. 173b739 Fix markup. by Georg Brandl · 16 years ago
  69. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  70. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago
  71. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 16 years ago
  72. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  73. 103f19d Added 'n' presentation type for integers. by Eric Smith · 16 years ago
  74. 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 16 years ago
  75. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  76. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  77. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  78. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 16 years ago
  79. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  80. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  81. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
  82. 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 16 years ago
  83. d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 16 years ago
  84. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
  85. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
  86. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  87. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 16 years ago
  88. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  89. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
  90. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  91. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  92. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  93. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
  94. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
  95. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  96. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  97. 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
  98. a36909e Fix typo. by Georg Brandl · 16 years ago
  99. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
  100. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago