1. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  2. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  3. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  4. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  5. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  6. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  7. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  8. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  9. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  10. 3682dfe Standardize renaming notes. by Georg Brandl · 16 years ago
  11. 5a42ca6 Add notes that tkinter modules will be renamed. by Georg Brandl · 16 years ago
  12. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  13. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  14. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  15. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  16. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 16 years ago
  17. c76ffca Rename html.parser file, and split html.entities from htmllib by Georg Brandl · 16 years ago
  18. 20b5660 document the renames for modules moved to the html package by Fred Drake · 16 years ago
  19. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 16 years ago
  20. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  21. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  22. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  23. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  24. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  25. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  26. 88107da #2845: fix copy2's docs. by Georg Brandl · 16 years ago
  27. 107b812 #2869: remove parameter from signature. by Georg Brandl · 16 years ago
  28. 5074627 Updated reprlib's documentation to mention the renaming. by Alexandre Vassalotti · 16 years ago
  29. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  30. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  31. 7b5151c fix typos in whatsnew by Benjamin Peterson · 16 years ago
  32. a19f9f9 add Mac modules to the list of deprecated ones by Benjamin Peterson · 16 years ago
  33. b346513 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  34. 94f2561 Update docs for deprecation of IRIX modules. by Brett Cannon · 16 years ago
  35. 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
  36. c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
  37. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  38. 0a11f96 Update configparser docs for lowercasing rename. by Georg Brandl · 16 years ago
  39. c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
  40. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
  41. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  42. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
  43. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  44. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  45. 173b739 Fix markup. by Georg Brandl · 16 years ago
  46. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  47. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago
  48. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 16 years ago
  49. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  50. 103f19d Added 'n' presentation type for integers. by Eric Smith · 16 years ago
  51. 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 16 years ago
  52. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  53. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  54. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  55. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 16 years ago
  56. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  57. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  58. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
  59. 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 16 years ago
  60. d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 16 years ago
  61. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
  62. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago
  63. 8940ecd Added stub for the PixMapWrapper module to be renamed in 3.0. by Alexandre Vassalotti · 16 years ago
  64. 73812bf Added test for Queue rename warning. by Alexandre Vassalotti · 16 years ago
  65. 6a57c08 #1326: document and test zipimporter.archive and zipimporter.prefix. by Georg Brandl · 16 years ago
  66. ae98f50 #2709 followup: better description of Tk's pros and cons. by Georg Brandl · 16 years ago
  67. 9020ff8 Add some sentence endings. by Georg Brandl · 16 years ago
  68. 9835394 Add the "until" command to pdb by Benjamin Peterson · 16 years ago
  69. aac5c86 #1858: re-apply patch for this, adding the missing files by Andrew M. Kuchling · 16 years ago
  70. ab756f6 #2452: timeout is used for all blocking operations. by Georg Brandl · 16 years ago
  71. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 16 years ago
  72. e9135ba #2147: PEP 237 changes to overflow behavior. by Georg Brandl · 16 years ago
  73. 6f95ae5 #2659: add ``break_on_hyphens`` to TextWrapper. by Georg Brandl · 16 years ago
  74. 5b54887 #2709: clarification. by Georg Brandl · 16 years ago
  75. a36909e Fix typo. by Georg Brandl · 16 years ago
  76. 53905d8 #1153769: document PEP 237 changes to string formatting. by Georg Brandl · 16 years ago
  77. 25ad76c Added test for copy_reg rename. by Alexandre Vassalotti · 16 years ago
  78. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 16 years ago
  79. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 16 years ago
  80. 605a0c6 reload() takes the module itself. by Georg Brandl · 16 years ago
  81. 2a86913 Deprecated the mhlib module for removal in 3.0. by Brett Cannon · 16 years ago
  82. 79964cf Copied two versions of the example from the interactive session. Delete one. by Skip Montanaro · 16 years ago
  83. a975cd4 Fix up markup in the deprecation notice. by Brett Cannon · 16 years ago
  84. df0a717 The linuxaudidev module has been deprecated for removal in Python 3.0. by Brett Cannon · 16 years ago
  85. 27508d4 Deprecate ihooks for removal in 3.0. by Brett Cannon · 16 years ago
  86. fe59851 Deprecate the fpformat module for removal in 3.0. by Brett Cannon · 16 years ago
  87. 7f874fc Deprecate the dl module for removal in 3.0. by Brett Cannon · 16 years ago
  88. 0aa6e1b Deprecate the dircache module for 3.0. by Brett Cannon · 16 years ago
  89. 10f5db6 Revert r62998 as it broke the build (seems distutils.config is missing). by Brett Cannon · 16 years ago
  90. cd8001c #1858 from Tarek Ziade: by Andrew M. Kuchling · 16 years ago
  91. 4ff7fc4 #1625509: describe behaviour of import lock by Andrew M. Kuchling · 16 years ago
  92. 311c580 Document the 'line' argument by Andrew M. Kuchling · 16 years ago
  93. 45f5859 Note the PyPI-edness of bsddb185 for people who might still need it. by Skip Montanaro · 16 years ago
  94. 6192df1 Deprecate the compiler package for removal in 3.0. by Brett Cannon · 16 years ago
  95. 768d44f Deprecate the bsddb185 module for removal in 3.0. by Brett Cannon · 16 years ago
  96. 4c1f881 Deprecate Bastion and rexec for 3.0. by Brett Cannon · 16 years ago
  97. ccdf908 Fix some errors in the deprecation warnings for new and user. by Brett Cannon · 16 years ago
  98. 54718dd In stdtypes.rst, move methods under class directives where applicable by Benjamin Peterson · 16 years ago
  99. ba290db Update planned release date. Uncomment PEP 370 section. Add some module items by Andrew M. Kuchling · 16 years ago
  100. 68fd63b Add a note about using reload(). by Georg Brandl · 16 years ago