summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* new unicodedata functions (name, lookup)Fredrik Lundh2001-01-241-0/+13
* documented (new) optional doseq parameter to urlencode.Skip Montanaro2001-01-241-2/+4
* Expose the autoraise capability. Improve the documentation.Eric S. Raymond2001-01-231-17/+22
* Oops...finish a mangled sentence.Eric S. Raymond2001-01-231-1/+1
* Rewrite webbrowser.py to fix various bugs following Ka-Ping Yee'sEric S. Raymond2001-01-231-4/+25
* Added link to the "Python Codecs" project at SourceForge.Fred Drake2001-01-221-8/+18
* Change some wording to make this work with PDF generation -- using a PDFFred Drake2001-01-221-2/+3
* Clean up the docs for the "random" module according to comments from TimFred Drake2001-01-221-90/+71
* Minor markup adjustment.Fred Drake2001-01-221-2/+1
* Make the 'time' argument to the timemodule functions strftime, asctime,Thomas Wouters2001-01-191-12/+17
* Backed out the unistr() builtin.Marc-André Lemburg2001-01-191-7/+0
* Minor markup cleaning, and one required fix in the unistr() description.Fred Drake2001-01-181-7/+7
* correct typo - closes bug #129205Skip Montanaro2001-01-181-1/+1
* Fix the example (it didn't seem to reflect reality).Ka-Ping Yee2001-01-181-12/+14
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-0/+6
* Add a missing newline in an example; caught by Chris RylandFred Drake2001-01-171-1/+2
* Document xreadlines() method. (Forgot to check this in before!)Guido van Rossum2001-01-171-0/+4
* Fix a few small markup/consistency nits.Fred Drake2001-01-161-6/+8
* push_source() and pop_source() entry points for shlex instances.Eric S. Raymond2001-01-161-3/+22
* effbot caught a typo!Barry Warsaw2001-01-151-3/+3
* Document function attributes for both the function type and the methodBarry Warsaw2001-01-151-0/+38
* Fixing author's email address.Barry Warsaw2001-01-151-2/+2
* Document changed default to passive mode.Guido van Rossum2001-01-151-1/+2
* Document filterwarnings(..., append=<bool>).Guido van Rossum2001-01-141-2/+4
* Added note that this module was added in Python 2.1.Fred Drake2001-01-121-0/+3
* Updated descriptions to incorporate additional information from Tim Peters.Fred Drake2001-01-111-11/+13
* Document \code{import} in pth files.Martin v. Löwis2001-01-111-1/+1
* Fixed minor markup nits for consistency with the rest of the libraryFred Drake2001-01-111-5/+5
* Added pointer on POP3 variations.Eric S. Raymond2001-01-111-0/+4
* Implementation of PEP-0217.Moshe Zadka2001-01-111-0/+9
* Corrections and additions to the documentation for POP3 and IMAP libraryEric S. Raymond2001-01-112-9/+31
* SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes andEric S. Raymond2001-01-104-9/+22
* Added documentation for the xreadlines module & related changes. TheFred Drake2001-01-093-6/+65
* Added missing word; fixed minor nits.Fred Drake2001-01-091-4/+4
* Added entry for fpectl module documentation.Fred Drake2001-01-091-1/+2
* Documentation for the fpectl module, from Lee Busby. (Thanks!)Fred Drake2001-01-091-0/+122
* Explain that long options are matched based on a unique prefix rather thanFred Drake2001-01-081-1/+8
* Update explanation of the set_location() method to indicate that inFred Drake2001-01-051-1/+7
* Based on comments from Guido, do not describe bisect() and insert() asFred Drake2001-01-041-5/+5
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-15/+17
* Fix typo spotted by Detlef Lannert <lannert@users.sourceforge.net>.Fred Drake2001-01-041-1/+1
* Added information about the interaction of opening a file in append modeFred Drake2001-01-041-1/+6
* Markup nit: OK and ERR should be marked \constant in running text.Fred Drake2001-01-041-3/+2
* Update documentation to include the new functions, and use the moreFred Drake2001-01-041-13/+40
* Description of long(): A string parameter is no longer required to beFred Drake2001-01-041-1/+1
* Fix doubled wordAndrew M. Kuchling2000-12-261-1/+1
* Remove redundant reference to tab (since it = 'horizontal tab')Andrew M. Kuchling2000-12-261-1/+1
* Document ERR and OKAndrew M. Kuchling2000-12-261-0/+11
* Make sure subsections are formatted into HTML pages with reasonable names.Fred Drake2000-12-251-4/+5
* Added information on the ExternalEntityParserCreate() method.Fred Drake2000-12-231-2/+12