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