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