1. 6ab78cd SF feature request #992967: array.array objects should support sequences. by Raymond Hettinger · 20 years ago
  2. 592ef61 Correct incorrect "it's" to "its". by Johannes Gijsbers · 20 years ago
  3. f33683f Fine tune a word. by Tim Peters · 20 years ago
  4. cf53355 Thinko repair. by Tim Peters · 20 years ago
  5. a07bcd4 Reorg of exception section. Now that there are fewer details needing by Tim Peters · 20 years ago
  6. f4fd79c Small wording fixups. by Raymond Hettinger · 20 years ago
  7. a89f88d Added REPORT_ONLY_FIRST_FAILURE flag, which supresses output after the by Edward Loper · 20 years ago
  8. 71f55af Renamed UNIFIED_DIFF->REPORT_UDIFF; CONTEXT_DIFF->REPORT_CDIFF; and by Edward Loper · 20 years ago
  9. 0e44807 Restored half of a \versionadded only half of which should have been deleted. by Tim Peters · 20 years ago
  10. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  11. 3203efb Patch #1014930. Expose current parse location to XMLParser. by Dave Cole · 20 years ago
  12. 19b1958 Only recognize the expected output as an exception if it *starts* with by Edward Loper · 20 years ago
  13. be83737 Patch #798244: More urllib2 examples. by Martin v. Löwis · 20 years ago
  14. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  15. 08b07de Ah whoops, we didn't turn string into a package (thanks Neal!) by Barry Warsaw · 20 years ago
  16. 8bee761 PEP 292 classes Template and SafeTemplate are added to the string module. by Barry Warsaw · 20 years ago
  17. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  18. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  19. 656f7e4 Removed redundant versionadded{} for NDIFF_DIFF. Virtually everything by Tim Peters · 20 years ago
  20. 8bd5cb3 Add version info by Neal Norwitz · 20 years ago
  21. c6cbab0 Added NDIFF_DIFF option. by Tim Peters · 20 years ago
  22. 7109b28 Fix grammar, spotted by Hye-Shik Chang by Neal Norwitz · 20 years ago
  23. 8e3bec5 Correct argument specifications of load_compiled and load_source: the file by Johannes Gijsbers · 20 years ago
  24. c890618 Quote # as \# to make lib compile again. by Johannes Gijsbers · 20 years ago
  25. 8623b36 Try to improve grammar and use versionadded by Neal Norwitz · 20 years ago
  26. 525b315 Fix markup. versionchanged automatically adds a period, so remove the extra one. by Neal Norwitz · 20 years ago
  27. 026f8dc Now that they've settled down, document doctest directives. by Tim Peters · 20 years ago
  28. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  29. deacce2 Patch #800236: add HTTPResponse.getheaders(). by Martin v. Löwis · 20 years ago
  30. 01884d5 Deprecate sys.exitfunc in favor of the atexit module. by Raymond Hettinger · 20 years ago
  31. 8de636e SF bug #951482: New module: doc versus action by Raymond Hettinger · 20 years ago
  32. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  33. 7ec7584 Typo fix by Andrew M. Kuchling · 20 years ago
  34. 8df4e6b Fix punctuation typo. by Raymond Hettinger · 20 years ago
  35. 2864b80 Add a notes section to the docs: by Raymond Hettinger · 20 years ago
  36. e506901 Add get_history_item and replace_history_item functions to the readline by Skip Montanaro · 20 years ago
  37. b112d6e bug 990669: os.path.normpath may alter the meaning of a path if it contains by Johannes Gijsbers · 20 years ago
  38. 83e259a Another microburst of snail-like progress. by Tim Peters · 20 years ago
  39. 41a65ea Doctest has new traceback gimmicks in 2.4. While trying to document by Tim Peters · 20 years ago
  40. ee6511b Fix the version number in which changes were made by Neal Norwitz · 20 years ago
  41. 2603960 Markup fiddling. by Tim Peters · 20 years ago
  42. 8a3b69c Excruciatingly slow progress on the docs. Option flags / directive names by Tim Peters · 20 years ago
  43. 5e89795 This is my patch by Michael W. Hudson · 20 years ago
  44. ba100c9 clarify the behavior of the .first() and .last() methods for empty databases by Fred Drake · 20 years ago
  45. d62d507 added missing documentation for UseForeignDTD() (new in 2.3) by Fred Drake · 20 years ago
  46. fb568ca add descriptions for many of the new error codes by Fred Drake · 20 years ago
  47. 9d92d5a minor changes to make this format again by Fred Drake · 20 years ago
  48. c2388a2 Start rewriting doctest's LaTeX docs. Damn, this is slow going! by Tim Peters · 20 years ago
  49. 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 20 years ago
  50. 151df07 - make a module reference a hyperlink - wrap a long line by Fred Drake · 20 years ago
  51. 9dc19c2 Ooops - for some reason I had the wrong versionadded... by Dave Cole · 20 years ago
  52. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  53. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  54. 2ee6a70 [Patch #999280 ] Update kwargs in pickle docs to match implementations by Andrew M. Kuchling · 20 years ago
  55. 17e33e4 [Bug #914375] Crude modulefinder docs, but the module's code is very hard to read and it's not clear which bits are public and which aren't. The module's author should really be doing this (and using docstrings in the code, too) by Andrew M. Kuchling · 20 years ago
  56. 32dbdda Remove various modules that have been documented by Andrew M. Kuchling · 20 years ago
  57. 59a27f1 Various minor edits by Andrew M. Kuchling · 20 years ago
  58. 4cbe95c [Bug #866222] Update docs to match the module by Andrew M. Kuchling · 20 years ago
  59. 1baa248 Fix by Michael W. Hudson · 20 years ago
  60. 0188cdb [Bug #998066] Mention result mismatch by Andrew M. Kuchling · 20 years ago
  61. 8def876 [Bug #873146] Document pickletools module (haven't tested the LaTeX yet) by Andrew M. Kuchling · 20 years ago
  62. 049e7aa Point out that the setdefault defaults the value to None. Inspired by by Michael W. Hudson · 20 years ago
  63. cbbee6f [Bug #984952] Include more material from PEP 307. by Andrew M. Kuchling · 20 years ago
  64. 14d535c [Bug #984952] Include some material from PEP 307 by Andrew M. Kuchling · 20 years ago
  65. 6f937b1 [Bug #998307] Use open() instead of file() in docs by Andrew M. Kuchling · 20 years ago
  66. 34ed2b0 Typo fix; use 'in-place' instead of 'inplace' by Andrew M. Kuchling · 20 years ago
  67. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  68. 1884dda Warn that settrace() is implementation rather than language by Phillip J. Eby · 20 years ago
  69. 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 20 years ago
  70. 1cf56d0 Updated Logger.log() documentation to clarify that lvl parameter should be an integer. by Vinay Sajip · 20 years ago
  71. e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 20 years ago
  72. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  73. 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 20 years ago
  74. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  75. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  76. 63a5d0b re-wrap paragraphs containing long lines by Fred Drake · 20 years ago
  77. 69013d0 - document the termination condition for cmd.Cmd.cmdloop() by Fred Drake · 20 years ago
  78. 479b7a7 Fix typo. by Martin v. Löwis · 20 years ago
  79. 8ddb638 Add closing methoddesc. Add versionadded. Rewrap. by Martin v. Löwis · 20 years ago
  80. f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 20 years ago
  81. f9f0b21 SF #998170, fix typo. Backport candidate by Neal Norwitz · 20 years ago
  82. bee4174 Add versionadded info by Neal Norwitz · 20 years ago
  83. 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 20 years ago
  84. fdccf1a fix information about what flag database files are opened with by default by Fred Drake · 20 years ago
  85. cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 20 years ago
  86. 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  87. abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 20 years ago
  88. 9a729a1 Typo in new docs. by Tim Peters · 20 years ago
  89. d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 20 years ago
  90. 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 20 years ago
  91. 336689b A few trivial edits. by Tim Peters · 20 years ago
  92. cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 20 years ago
  93. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  94. b4bf62f Added an extra example to the basic example section by Vinay Sajip · 20 years ago
  95. bf76075 fix typo, highlight True/False correctly by Skip Montanaro · 20 years ago
  96. 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 20 years ago
  97. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  98. b0c319a Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. by Martin v. Löwis · 20 years ago
  99. 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 20 years ago
  100. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago