summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Reduce warning count from partparse.py.Fred Drake1997-12-291-1/+1
|
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-292-1/+218
| | | | Moved docs for "re" to before docs for "regex".
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-291-1/+1
| | | | be a dictionary...).
* Added missing "\" to "\var{address}, var{length}" in buffer_info() description.Fred Drake1997-12-291-1/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-291-2/+1
|
* Use tableii environment for the table instead of tabular. This makes itFred Drake1997-12-291-19/+18
| | | | consistent with other 2-column tables in the Python documentation.
* Nit adjustments to remove warnings when processed with partparse.py.Fred Drake1997-12-291-2/+1
|
* Normalized the word "Unix" to "\UNIX{}".Fred Drake1997-12-291-3/+3
| | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.
* Added missing "\" to "var{P}.\var{M}" in load_module() description.Fred Drake1997-12-291-1/+1
|
* Remove unneeded "{}" that confused makeinfo.Fred Drake1997-12-291-1/+1
|
* Changed all \verb\...\ markup to either \code{...} or \samp{...}.Fred Drake1997-12-291-6/+6
|
* Normalized the \seetext markup to match the only other instance: should beFred Drake1997-12-291-2/+2
| | | | "\seetext{...}" instead of "\seetext ...".
* Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ isFred Drake1997-12-291-2/+2
| | | | | rarely needed and should be avoided where possible since it doesn't behave well with some processing tools (like partparse.py).
* Convert a couple of three-column tables with an empty third column toFred Drake1997-12-231-11/+11
| | | | | two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
| | | | longer needed for printed output.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
| | | | longer needed for printed output.
* AMK's latestGuido van Rossum1997-12-221-2/+15
|
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-184-4/+4
| | | | non-breaking space!
* Change {\em ...} to \emph{...}; this seems to be the developing preferenceFred Drake1997-12-181-3/+3
| | | | throughout the manuals, and seems easier to read.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-26/+29
| | | | | | | | Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+2
| | | | Added index entry for RFC 1014.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-5/+6
| | | | | | | | | Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text.
* 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
| | | | | | Added a \label{} for the module. Changed one \code{} to a \samp{}.
* 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
| | | | Minor grammatical nit.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-3/+1
| | | | | Remove the leading comment declaring this to be a template for module documentation.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-2/+2
| | | | for both modules documented here.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-1/+1
| | | | for both built-in and standard modules. They were different.
* 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
| | | | | Add index reference to mailbox module; also remove comment that it's undocumented (it has been).
* The \indexsubitem definition for the actual exceptions did not actuallyFred Drake1997-12-161-2/+2
| | | | change the \indexsubitem value; fixed.
* Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurranceFred Drake1997-12-161-1/+1
| | | | escaped with \var{}.
* Module names should be in \code{}.Fred Drake1997-12-161-2/+3
| | | | Added index reference to site module.
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-161-46/+50
| | | | Lots of little nits: parameter names in text should be \var{}, etc.
* 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
| | | | Changed references to regex/regsub modules to point to re.
* 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
| | | | Made references to files use \file{} instead of \code{}.
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
|
* Fixed index references to modules.Fred Drake1997-12-151-6/+7
| | | | Changed regex reference to re.
* Fixed index references to modules.Fred Drake1997-12-151-8/+9
| | | | Added new index entry for mimetools module.
* Fixed index references to modules.Fred Drake1997-12-151-1/+1
|
* Fixed index references to modules.Fred Drake1997-12-151-7/+8
| | | | Placed references closer to usage.
* Fixed index references to modules.Fred Drake1997-12-157-21/+22
|
* Changed illegal \stmodindex{} to \refstmodindex{}, added index referenceFred Drake1997-12-151-2/+3
| | | | to the stat module.