1. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 16 years ago
  2. 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 16 years ago
  3. 4f2c998 Add plain text make target. by Georg Brandl · 16 years ago
  4. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 16 years ago
  5. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  6. 8bfba67 #3005: add explaining sentence to easydialogs docs. by Georg Brandl · 16 years ago
  7. a7ac20f #3010: clarification about stdin/use_rawinput. by Georg Brandl · 16 years ago
  8. 700a635 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 16 years ago
  9. 31694ae fix grammar by Benjamin Peterson · 16 years ago
  10. c5a235b Better quote with single quotes. by Georg Brandl · 16 years ago
  11. 6bb7bcf getloadavg() is not available on Windows. by Georg Brandl · 16 years ago
  12. 6983ff7 Note that UserList and UserString were moved to 'collections' in 3.0. by Brett Cannon · 16 years ago
  13. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 16 years ago
  14. b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. by Georg Brandl · 16 years ago
  15. 457501b Two fixes in bytearray docs. by Georg Brandl · 16 years ago
  16. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 16 years ago
  17. dee01d8 fix spelling by Benjamin Peterson · 16 years ago
  18. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 16 years ago
  19. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 16 years ago
  20. 06abba3 fix minor grammar typo by Benjamin Peterson · 16 years ago
  21. 9171bed take Brett's advice on a few warnings by Benjamin Peterson · 16 years ago
  22. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 16 years ago
  23. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 16 years ago
  24. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 16 years ago
  25. 438e9ac fix a minor typo by Benjamin Peterson · 16 years ago
  26. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 16 years ago
  27. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  28. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 16 years ago
  29. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 16 years ago
  30. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 16 years ago
  31. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 16 years ago
  32. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 16 years ago
  33. 8a710dc Add renaming notices to thread and dummy_thread. by Georg Brandl · 16 years ago
  34. ecd0ad3 Hint about _winreg renaming in the docs. by Georg Brandl · 16 years ago
  35. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 16 years ago
  36. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 16 years ago
  37. d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated by Gregory P. Smith · 16 years ago
  38. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago
  39. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 16 years ago
  40. 96b4240 Fix typo by Raymond Hettinger · 16 years ago
  41. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 16 years ago
  42. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 16 years ago
  43. cc858cc Docs for Issue 2819. by Raymond Hettinger · 16 years ago
  44. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 16 years ago
  45. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 16 years ago
  46. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 16 years ago
  47. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 16 years ago
  48. 3682dfe Standardize renaming notes. by Georg Brandl · 16 years ago
  49. 5a42ca6 Add notes that tkinter modules will be renamed. by Georg Brandl · 16 years ago
  50. 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
  51. d995e11 revert creation of the html.entities and html.parser modules by Fred Drake · 16 years ago
  52. 36d879b just MacOS (instead of MacOS 9) by Benjamin Peterson · 16 years ago
  53. 09ed01f Re-organize the increasingly long list of deprecated modules by Andrew M. Kuchling · 16 years ago
  54. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 16 years ago
  55. c76ffca Rename html.parser file, and split html.entities from htmllib by Georg Brandl · 16 years ago
  56. 20b5660 document the renames for modules moved to the html package by Fred Drake · 16 years ago
  57. cb51d84 update references and documentation for modules in the new html package by Fred Drake · 16 years ago
  58. 4bfb593 Replace signatures with optional arguments in square brackets with by Lars Gustäbel · 16 years ago
  59. 518c44c mention Py3k in glossary by Benjamin Peterson · 16 years ago
  60. ea0b22a Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6. by Alexandre Vassalotti · 16 years ago
  61. c21cd7e Doc changes for the big Tkinter rename. by Georg Brandl · 16 years ago
  62. cd174da Fix reprlib docs. by Georg Brandl · 16 years ago
  63. ae6b9f3 Document O_ASYNC addition. by Georg Brandl · 16 years ago
  64. 88107da #2845: fix copy2's docs. by Georg Brandl · 16 years ago
  65. 107b812 #2869: remove parameter from signature. by Georg Brandl · 16 years ago
  66. 5074627 Updated reprlib's documentation to mention the renaming. by Alexandre Vassalotti · 16 years ago
  67. 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 16 years ago
  68. fa40bbf Deprecated statvfs for removal in 3.0. by Brett Cannon · 16 years ago
  69. 7b5151c fix typos in whatsnew by Benjamin Peterson · 16 years ago
  70. a19f9f9 add Mac modules to the list of deprecated ones by Benjamin Peterson · 16 years ago
  71. b346513 Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. by Brett Cannon · 16 years ago
  72. 94f2561 Update docs for deprecation of IRIX modules. by Brett Cannon · 16 years ago
  73. 3a1693a Note some removals and a rename by Andrew M. Kuchling · 16 years ago
  74. c92fef9 Added documentation stub for ConfigParser. by Alexandre Vassalotti · 16 years ago
  75. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 16 years ago
  76. 0a11f96 Update configparser docs for lowercasing rename. by Georg Brandl · 16 years ago
  77. c72df33 List all the removes and renamed modules by Andrew M. Kuchling · 16 years ago
  78. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 16 years ago
  79. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  80. ba39ef4 Win 95/98 is no longer supported. by Georg Brandl · 16 years ago
  81. d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 16 years ago
  82. 70dce22 Marshal is at version 2. by Georg Brandl · 16 years ago
  83. 173b739 Fix markup. by Georg Brandl · 16 years ago
  84. feb0921 #1760: try-except-finally is one statement since PEP 341. by Georg Brandl · 16 years ago
  85. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 16 years ago
  86. e321c2f #2836: backport new string formatting docs. by Georg Brandl · 16 years ago
  87. 23da6e6 #1713041: fix pprint's handling of maximum depth. by Georg Brandl · 16 years ago
  88. 103f19d Added 'n' presentation type for integers. by Eric Smith · 16 years ago
  89. 6a0a368 Fix-up docs for the copyreg module renaming. by Georg Brandl · 16 years ago
  90. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 16 years ago
  91. bb141bb Deprecate the timing module for removal in Python 3.0. by Brett Cannon · 16 years ago
  92. ac861b5 Deprecate the sv module as per PEP 4. by Brett Cannon · 16 years ago
  93. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 16 years ago
  94. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 16 years ago
  95. 42bfa90 Depreate imageop for removal in 3.0. by Brett Cannon · 16 years ago
  96. 1fcaa77 Revert commit r63086. by Alexandre Vassalotti · 16 years ago
  97. 5a32772 Add a deprecation notice to mailbox' old classes' doc. by Georg Brandl · 16 years ago
  98. d61c70d Formally deprecate old classes in the cgi module. by Georg Brandl · 16 years ago
  99. 3fc974f Clarify os.strerror()s exception behavior. by Georg Brandl · 16 years ago
  100. 627a666 - #2250: Exceptions raised during evaluation of names in rlcompleter's by Georg Brandl · 16 years ago