1. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  2. d3c821e added details of new IMAP4_stream class; emphasised meaning of data part of command results; added proxyauth command description by Piers Lauder · 22 years ago
  3. d899605 Patch #633547: Support plural forms. Do TODOs in test suite. by Martin v. Löwis · 22 years ago
  4. 3350b5b NamedTemporaryFile: clarify behavior based on confusions noted by a by Tim Peters · 22 years ago
  5. 72f8616 Document additional error handling names available through PEP 293. by Walter Dörwald · 22 years ago
  6. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  7. 311f419 Improve comments. Clarify docs. by Raymond Hettinger · 22 years ago
  8. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  9. 6141812 correct typo detected by Lee Hansen by Skip Montanaro · 22 years ago
  10. e55bec2 Better note that str.zfill() was added in 2.2.2 as well. ;-( by Fred Drake · 22 years ago
  11. 9171801 Document that a minor feature was added in 2.2.2. ;-( Closes SF bug #639170. by Fred Drake · 22 years ago
  12. 5654cc2 SF 639138, Ref. calendar module in time docs by John J Lee by Neal Norwitz · 22 years ago
  13. c734b01 Fix critical markup errors. by Fred Drake · 22 years ago
  14. 3a2cda8 Minor revisions to clarify the status of xreadlines(), change the way by Fred Drake · 22 years ago
  15. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  16. 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
  17. 649698f initial rough cut at documentation of logging module. This is basically by Skip Montanaro · 22 years ago
  18. bad4607 Document struct_time and the field names. by Fred Drake · 22 years ago
  19. a5a173e Fix broken markup. Closes SF bug #637807. by Fred Drake · 22 years ago
  20. 2c184e7 Typo: it's --> its Closes SF bug #637810. by Fred Drake · 22 years ago
  21. 3d03968 Clarified meaning of \w and \W with respect to the UNICODE and LOCALE flags. by Fred Drake · 22 years ago
  22. b9099c3 SF patch 637176: list.sort crasher by Tim Peters · 22 years ago
  23. 4b9ed2f Clarified documentation of tempnam(). Closes SF bug #635656. by Fred Drake · 22 years ago
  24. f24eb35 SF patch 629637: Add sample(population, k) method to the random module. by Raymond Hettinger · 22 years ago
  25. 430b156 Add documentation for the PEP 293 functionality: by Walter Dörwald · 22 years ago
  26. b5f41de Minor markup adjustments. by Fred Drake · 22 years ago
  27. 5b470e0 Document the changed fdopen behaviour. (Hope the markup is ok). by Thomas Heller · 22 years ago
  28. e3fb22b [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  29. 110aa50 Fix minor wording and 2 typos by Neal Norwitz · 22 years ago
  30. fad265e Whoops, fix the typo correctly this time by Neal Norwitz · 22 years ago
  31. 75f36b7 Document the new `pp' command. by Barry Warsaw · 22 years ago
  32. c2f7757 Fix minor typos by Neal Norwitz · 22 years ago
  33. a288a23 Document that images go away when they go away. Fixes #632323. by Martin v. Löwis · 22 years ago
  34. 18c7d98 Fix a few minor nits. Still need to actually proofread this. by Fred Drake · 22 years ago
  35. f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
  36. 22610da Document symbolic constants for commands. by Martin v. Löwis · 22 years ago
  37. 1da9c57 Patch #630829: Don't block on IAC, process suboptions. by Martin v. Löwis · 22 years ago
  38. f0a4668 Add getpreferredencoding. Support @euro modifiers. Fixes #554676. by Martin v. Löwis · 22 years ago
  39. cf57e50 Fix SF #632864, Typo string instead of sting in LibDoc. Will backport. by Neal Norwitz · 22 years ago
  40. 034c749 Fix SF #618146, overflow error in calendar module Will backport. by Neal Norwitz · 22 years ago
  41. 1a7a894 Move introductory sentence to where it belongs. by Walter Dörwald · 22 years ago
  42. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  43. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  44. 4e303aa Add notes to the asctime() and ctime() descriptions to make it by Fred Drake · 22 years ago
  45. 74b51ac Patch #613256: Add nescape method to xml.sax.saxutils. by Martin v. Löwis · 22 years ago
  46. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  47. 97d5f05 Update to reflect the refactoring into the RawConfigParser and by Fred Drake · 22 years ago
  48. f596826 - The "-" format flag overrides the "0" flag, not the "-" flag. by Fred Drake · 22 years ago
  49. 50276ab Update an example to use the DOM implementation object. Explain that by Fred Drake · 22 years ago
  50. ff287cf Point to the PyXML package as an extended version of the "xml" package by Fred Drake · 22 years ago
  51. 88f015d Moved description of _urlopener adjacent to the related functions. by Fred Drake · 22 years ago
  52. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  53. 019bd4a terminology by Fredrik Lundh · 22 years ago
  54. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  55. 7d428ec Clarify what versions of Windows are supported, and add Linux specifically. by Fred Drake · 22 years ago
  56. e7c38d4 fixed the mail address in the documentation, too... by Fredrik Lundh · 22 years ago
  57. d8eeeae Fix reference to the Fetchmail FAQ: by Fred Drake · 22 years ago
  58. 5f2c1d2 Typo(!): "normal" -> "number" by Fred Drake · 22 years ago
  59. 98ef20d Document urldefrag(). by Fred Drake · 22 years ago
  60. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  61. 77ac429 Patch #572628: Optional timeouts for put and get. by Martin v. Löwis · 22 years ago
  62. 16ecb21 Fix tildes in URLs. Closes SF bug #614821. by Fred Drake · 22 years ago
  63. 36a4d8c Remove mentionings of DOS. by Martin v. Löwis · 22 years ago
  64. 5430f4e Document when unittest was added to Python. by Fred Drake · 22 years ago
  65. 6f0f961 Update email micro release number. by Barry Warsaw · 22 years ago
  66. df88b9f Document that the Charset constructor coerces its argument to lower case. by Barry Warsaw · 22 years ago
  67. 57ce143 Document that get_content_charset() coerces its return value to lower case. by Barry Warsaw · 22 years ago
  68. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  69. aa02c84 Accept Armin's documentation patch for SF bug #558179. by Fred Drake · 22 years ago
  70. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  71. e9ce0b0 Patch #448038: Add move(). Report errors from copytree as in shutil.Error. by Martin v. Löwis · 22 years ago
  72. a844f2d Document patch #594001. by Martin v. Löwis · 22 years ago
  73. 0ba5541 Add a comment to the top of the file explaining why the file is here. by Fred Drake · 22 years ago
  74. dd868d3 nits by Barry Warsaw · 22 years ago
  75. de6977f Added an introduction. by Barry Warsaw · 22 years ago
  76. c616173 Stub document for the stand-alone email package distribution. by Fred Drake · 22 years ago
  77. 6516e14 Minor style nit for referring to other attributes of the same class by Fred Drake · 22 years ago
  78. fcc31b4 Split the long email package examples into separate files and use by Fred Drake · 22 years ago
  79. ea66abc Cleaned up the examples. by Barry Warsaw · 22 years ago
  80. 5db478f Proofread and spell checked, all except the Examples section (which by Barry Warsaw · 22 years ago
  81. 5b9da89 Vast update to email version 2. This could surely use proofreading. by Barry Warsaw · 22 years ago
  82. 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
  83. 4613876 Add deprecation notices to the documentation to reflect recent additions to by Fred Drake · 22 years ago
  84. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  85. 36c2bd8 Remove spurious period. by Fred Drake · 22 years ago
  86. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
  87. 02669a3 Tweak description of PortableUnixMailbox: "From " lines are actually by Greg Ward · 22 years ago
  88. c687401 Fix typos: despatcher -> dispatcher. by Thomas Heller · 22 years ago
  89. c1ddc50 Minor revision to the "\\" patch, including updating the docs a little to by Fred Drake · 22 years ago
  90. c12909b add note about os.path.join and drive letters on Windows. by Skip Montanaro · 22 years ago
  91. b7c1895 Fix typo reported by Paul Clifford. by Fred Drake · 22 years ago
  92. 73e8ebf Revise text about the level of DOM support, and provide pointers to by Fred Drake · 22 years ago
  93. 504bc4f Remove mentioning of Python 2.0 limitations. Fixes #607783. by Martin v. Löwis · 22 years ago
  94. 691fb55 Clarify who maintains Tkinter and who maintains Tk. by Fred Drake · 22 years ago
  95. a32c994 Always generate floats for stat_result; fix configure test. by Martin v. Löwis · 22 years ago
  96. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  97. 8a64d40 Fix typo. Close SF Bug 606354. by Raymond Hettinger · 22 years ago
  98. 2c0d322 tightened up the definition of \b and \B some more based upon discussion by Skip Montanaro · 22 years ago
  99. 5ccaf8f Apply diff3.txt (plus additional documentation) by Walter Dörwald · 22 years ago
  100. 2c51998 update docs to reflect that \b considers underscore to be part of a word. by Skip Montanaro · 22 years ago