summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert a couple of three-column tables with an empty third column toFred Drake1997-12-231-11/+11
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
* AMK's latestGuido van Rossum1997-12-221-2/+15
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-184-4/+4
* Change {\em ...} to \emph{...}; this seems to be the developing preferenceFred Drake1997-12-181-3/+3
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-26/+29
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+2
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-5/+6
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-2/+3
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-3/+3
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-3/+1
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-2/+2
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-1/+1
* AMK's latestGuido van Rossum1997-12-171-29/+43
* Index the RFC822 reference (some other RFC references were alreaddy indexed).Fred Drake1997-12-161-2/+4
* The \indexsubitem definition for the actual exceptions did not actuallyFred Drake1997-12-161-2/+2
* Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurranceFred Drake1997-12-161-1/+1
* Module names should be in \code{}.Fred Drake1997-12-161-2/+3
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-161-46/+50
* Fixed index module reference.Fred Drake1997-12-165-5/+7
* Added a named target for referencing.Fred Drake1997-12-161-0/+1
* Used a named target to form the reference to the Built-in Functions section.Fred Drake1997-12-161-2/+2
* Fixed index module reference.Fred Drake1997-12-161-4/+4
* Fixed index references to modules. (This is *not* the spam module!)Fred Drake1997-12-161-1/+1
* Fixed index references to modules.Fred Drake1997-12-152-6/+7
* Fixed index references to modules.Fred Drake1997-12-151-5/+5
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
* Fixed index references to modules.Fred Drake1997-12-151-6/+7
* Fixed index references to modules.Fred Drake1997-12-151-8/+9
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
* Fixed index references to modules.Fred Drake1997-12-151-7/+8
* Fixed index references to modules.Fred Drake1997-12-157-21/+22
* Changed illegal \stmodindex{} to \refstmodindex{}, added index referenceFred Drake1997-12-151-2/+3
* At the top, made it clear that the \bimodindex{} and \stmodindex{} are onlyFred Drake1997-12-151-1/+4
* regex -> reGuido van Rossum1997-12-151-1/+1
* Changed \indexsubitem from ({\tt HTMLParser} method) to justFred Drake1997-12-121-1/+1
* Changed \indexsubitem from ({\tt SGMLParser} method) to justFred Drake1997-12-121-1/+1
* Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method).Fred Drake1997-12-121-1/+1
* AMK's latest version.Guido van Rossum1997-12-111-81/+93
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-101-2/+3
* Document binary format and __init__-free unpickling. Added a pointerGuido van Rossum1997-12-091-25/+49
* Turn the table for flags into a nested itemized environment.Guido van Rossum1997-12-091-21/+24
* Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.Guido van Rossum1997-12-091-1/+1
* Reference to PYTHONPATH should be PYTHONSTARTUP.Guido van Rossum1997-12-091-1/+1
* Added note about the module's obsolescence.Guido van Rossum1997-12-091-1/+11
* Added more warnings about ni's demise.Guido van Rossum1997-12-091-2/+7