1. 5da652e Add versionadded tags to new math functions. by Georg Brandl · 17 years ago
  2. f88f739 Typo fix by Mark Dickinson · 17 years ago
  3. 5c15aba Split the HTML index. by Georg Brandl · 17 years ago
  4. 3730453 Typo fixes by Andrew M. Kuchling · 17 years ago
  5. 60c0be3 Clarification. by Georg Brandl · 17 years ago
  6. 26305a0 add py3k warnings to rfc822 by Benjamin Peterson · 17 years ago
  7. a03722f deprecated mimetools by Benjamin Peterson · 17 years ago
  8. 41a9e15 Markup fixes, thanks Georg for the help. by Thomas Heller · 17 years ago
  9. c0a296f Add versionadded marker to ctypes.c_longdouble. by Thomas Heller · 17 years ago
  10. 89f4887 Add future_builtins.ascii(). by Georg Brandl · 17 years ago
  11. 35b9020 Smaller doc fixes. by Thomas Heller · 17 years ago
  12. 2e9675a More doc fixes. by Thomas Heller · 17 years ago
  13. 81567d2 Markup fixes, spelling corrections, and better wordings. Hopefully. by Thomas Heller · 17 years ago
  14. d987545 Clarify what ":errorhandler" refers to. by Georg Brandl · 17 years ago
  15. 9cf1934 Fix typos. by Georg Brandl · 17 years ago
  16. f439560 add aliases to threading module by Benjamin Peterson · 17 years ago
  17. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  18. a809c98 Note PEP 371 section by Andrew M. Kuchling · 17 years ago
  19. 4267be6 Multi-arg form for set.difference() and set.difference_update(). by Raymond Hettinger · 17 years ago
  20. 73baefd Fix markup. Document the new 'offset' parameter for the 'ctypes.byref' function. by Thomas Heller · 17 years ago
  21. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago
  22. 363070a Update numbers doc for the Integral simplification. by Raymond Hettinger · 17 years ago
  23. 482f312 Documented the new AST constructor. by Armin Ronacher · 17 years ago
  24. 3079be5 Fix a formatting error in the ast documentation. by Armin Ronacher · 17 years ago
  25. 60977c7 more markup fix. by Georg Brandl · 17 years ago
  26. 0099e72 fix markup by Benjamin Peterson · 17 years ago
  27. 8509db5 Add the "ast" module, containing helpers to ease use of the "_ast" classes. by Georg Brandl · 17 years ago
  28. 1a72d88 Applying updated patch from Issue 1736190, which addresses partial by Josiah Carlson · 17 years ago
  29. 5c4d3d0 Let set.intersection() and set.intersection_update() take multiple input arguments. by Raymond Hettinger · 17 years ago
  30. ee4bcad Let set.union() and set.update() accept multiple inputs. by Raymond Hettinger · 17 years ago
  31. ecbdd2e Issue #2138: Add math.factorial(). by Raymond Hettinger · 17 years ago
  32. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  33. e98839a Issue3065: Fixed pickling of named tuples. Added tests. by Raymond Hettinger · 17 years ago
  34. 3219df1 Argh, I read it wrong. Reverted 64036 and added a clarifying remark. by Georg Brandl · 17 years ago
  35. ebd662d #3028: tokenize passes the physical line. by Georg Brandl · 17 years ago
  36. 1f1174e capitalization nit by Benjamin Peterson · 17 years ago
  37. 9cea511 Document the "st" API, to avoid confusion with the "new" AST. by Georg Brandl · 17 years ago
  38. 5f27af0 X-ref to numbers module. by Georg Brandl · 17 years ago
  39. afd05da Backport docs for abc module to 2.6. by Georg Brandl · 17 years ago
  40. bf0610a Revert unwanted changes. by Georg Brandl · 17 years ago
  41. 7be19aa Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc() by Georg Brandl · 17 years ago
  42. 3f67c43 Document the new ctypes features. by Thomas Heller · 17 years ago
  43. fb0117e Add a reminder for the maintainer of whatsnew. by Thomas Heller · 17 years ago
  44. d82a9c1 Fix brackets. by Georg Brandl · 17 years ago
  45. d77554f Markup fix. by Georg Brandl · 17 years ago
  46. 5e3e6ba Grammar fix by Andrew M. Kuchling · 17 years ago
  47. b5a40dd Add various items by Andrew M. Kuchling · 17 years ago
  48. 6dd8cca Document 'utc' parameter by Andrew M. Kuchling · 17 years ago
  49. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  50. a2b34b8 Complete revision of new turtle module's docs. by Georg Brandl · 17 years ago
  51. 8718459 Patch #1513695: New turtle module, with demos. by Martin v. Löwis · 17 years ago
  52. ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 17 years ago
  53. 8856dda Adds a Thread.getIdent() method to provide the _get_ident() value for by Gregory P. Smith · 17 years ago
  54. ac19d85 Deprecate htmllib and sgmllib for 3.0. by Georg Brandl · 17 years ago
  55. 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 17 years ago
  56. 4f2c998 Add plain text make target. by Georg Brandl · 17 years ago
  57. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  58. 99815892 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  59. 8bfba67 #3005: add explaining sentence to easydialogs docs. by Georg Brandl · 17 years ago
  60. a7ac20f #3010: clarification about stdin/use_rawinput. by Georg Brandl · 17 years ago
  61. 700a635 Added a note to [] that special forms & special chars lose their meaning by Mark Summerfield · 17 years ago
  62. 31694ae fix grammar by Benjamin Peterson · 17 years ago
  63. c5a235b Better quote with single quotes. by Georg Brandl · 17 years ago
  64. 6bb7bcf getloadavg() is not available on Windows. by Georg Brandl · 17 years ago
  65. 6983ff7 Note that UserList and UserString were moved to 'collections' in 3.0. by Brett Cannon · 17 years ago
  66. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  67. b77e888 #2988: add note about catching CookieError when parsing untrusted cookie data. by Georg Brandl · 17 years ago
  68. 457501b Two fixes in bytearray docs. by Georg Brandl · 17 years ago
  69. abb34fe UserString.MutableString has been removed in Python 3.0. by Brett Cannon · 17 years ago
  70. dee01d8 fix spelling by Benjamin Peterson · 17 years ago
  71. 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
  72. a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 17 years ago
  73. 06abba3 fix minor grammar typo by Benjamin Peterson · 17 years ago
  74. 9171bed take Brett's advice on a few warnings by Benjamin Peterson · 17 years ago
  75. 3aa84a7 warn about some members of the commands module by Benjamin Peterson · 17 years ago
  76. 2b4b5ac add PyByteArray docs by Benjamin Peterson · 17 years ago
  77. 8de9119 Add renaming notices to 3.0 http package members. by Georg Brandl · 17 years ago
  78. 438e9ac fix a minor typo by Benjamin Peterson · 17 years ago
  79. 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 17 years ago
  80. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  81. c3cb683 some updates to string formatting section in whatsnew by Benjamin Peterson · 17 years ago
  82. e2caef7 Add renaming notices to xmlrpc modules. by Georg Brandl · 17 years ago
  83. 68d3eb9 Add renaming notices to 2.6 dbm module docs. by Georg Brandl · 17 years ago
  84. f9ef988 update the tutorial to use str.format by Benjamin Peterson · 17 years ago
  85. c15205e rename the section about new formatting 'new-string-formatting' by Benjamin Peterson · 17 years ago
  86. 8a710dc Add renaming notices to thread and dummy_thread. by Georg Brandl · 17 years ago
  87. ecd0ad3 Hint about _winreg renaming in the docs. by Georg Brandl · 17 years ago
  88. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  89. a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
  90. d1e5715 Correct the url to the external bsddb.db docs (likely to be integrated by Gregory P. Smith · 17 years ago
  91. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  92. 0b66731 Mention that the leaking of variables from list comprehensions is fixed in 3.0. by Martin v. Löwis · 17 years ago
  93. 96b4240 Fix typo by Raymond Hettinger · 17 years ago
  94. f6901e9 Issue 2909: show how to name unpacked fields. by Raymond Hettinger · 17 years ago
  95. 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
  96. cc858cc Docs for Issue 2819. by Raymond Hettinger · 17 years ago
  97. e76e4d7 Add a note about the renaming of test.test_support in 3.0. by Brett Cannon · 17 years ago
  98. 112aa50 Patch #1775025: allow opening zipfile members via ZipInfo instances. by Georg Brandl · 17 years ago
  99. 4dd019f Patch #2488: Add sys.maxsize. by Martin v. Löwis · 17 years ago
  100. dffbf5f Revert copy_reg -> copyreg rename. by Georg Brandl · 17 years ago