Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Added Greg Stein's docs for BaseHTTPServer.py. | Guido van Rossum | 1997-12-29 | 2 | -1/+218 |
| | | | | Moved docs for "re" to before docs for "regex". | ||||
* | Make "{" and "}" in code sample visible instead of a group (it's supposed to | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | | | | be a dictionary...). | ||||
* | Added missing "\" to "\var{address}, var{length}" in buffer_info() description. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 1 | -2/+1 |
| | |||||
* | Use tableii environment for the table instead of tabular. This makes it | Fred Drake | 1997-12-29 | 1 | -19/+18 |
| | | | | consistent with other 2-column tables in the Python documentation. | ||||
* | Nit adjustments to remove warnings when processed with partparse.py. | Fred Drake | 1997-12-29 | 1 | -2/+1 |
| | |||||
* | Normalized the word "Unix" to "\UNIX{}". | Fred Drake | 1997-12-29 | 1 | -3/+3 |
| | | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading. | ||||
* | Added missing "\" to "var{P}.\var{M}" in load_module() description. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Remove unneeded "{}" that confused makeinfo. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Changed all \verb\...\ markup to either \code{...} or \samp{...}. | Fred Drake | 1997-12-29 | 1 | -6/+6 |
| | |||||
* | Normalized the \seetext markup to match the only other instance: should be | Fred Drake | 1997-12-29 | 1 | -2/+2 |
| | | | | "\seetext{...}" instead of "\seetext ...". | ||||
* | Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ is | Fred Drake | 1997-12-29 | 1 | -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 to | Fred Drake | 1997-12-23 | 1 | -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 no | Fred Drake | 1997-12-23 | 1 | -2/+0 |
| | | | | longer needed for printed output. | ||||
* | Removed unnecessary \small{} block; latex2html got it wrong and its no | Fred Drake | 1997-12-23 | 1 | -2/+0 |
| | | | | longer needed for printed output. | ||||
* | AMK's latest | Guido van Rossum | 1997-12-22 | 1 | -2/+15 |
| | |||||
* | Replace unprotected tilders by \~ -- an unprotected tilde is a | Guido van Rossum | 1997-12-18 | 4 | -4/+4 |
| | | | | non-breaking space! | ||||
* | Change {\em ...} to \emph{...}; this seems to be the developing preference | Fred Drake | 1997-12-18 | 1 | -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 Drake | 1997-12-17 | 1 | -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 Drake | 1997-12-17 | 1 | -1/+2 |
| | | | | Added index entry for RFC 1014. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -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 Drake | 1997-12-17 | 1 | -1/+1 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -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 Drake | 1997-12-17 | 1 | -1/+1 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -1/+1 |
| | |||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -3/+3 |
| | | | | Minor grammatical nit. | ||||
* | Make the word "Module" in the section header start with an upper-case "M". | Fred Drake | 1997-12-17 | 1 | -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 Drake | 1997-12-17 | 1 | -2/+2 |
| | | | | for both modules documented here. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 1 | -1/+1 |
| | | | | for both built-in and standard modules. They were different. | ||||
* | AMK's latest | Guido van Rossum | 1997-12-17 | 1 | -29/+43 |
| | |||||
* | Index the RFC822 reference (some other RFC references were alreaddy indexed). | Fred Drake | 1997-12-16 | 1 | -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 actually | Fred Drake | 1997-12-16 | 1 | -2/+2 |
| | | | | change the \indexsubitem value; fixed. | ||||
* | Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | | | | escaped with \var{}. | ||||
* | Module names should be in \code{}. | Fred Drake | 1997-12-16 | 1 | -2/+3 |
| | | | | Added index reference to site module. | ||||
* | Descriptions for delitem(), __delitem__(): These delete a value, not set it. | Fred Drake | 1997-12-16 | 1 | -46/+50 |
| | | | | Lots of little nits: parameter names in text should be \var{}, etc. | ||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 5 | -5/+7 |
| | |||||
* | Added a named target for referencing. | Fred Drake | 1997-12-16 | 1 | -0/+1 |
| | |||||
* | Used a named target to form the reference to the Built-in Functions section. | Fred Drake | 1997-12-16 | 1 | -2/+2 |
| | |||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 1 | -4/+4 |
| | | | | Changed references to regex/regsub modules to point to re. | ||||
* | Fixed index references to modules. (This is *not* the spam module!) | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -6/+7 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -5/+5 |
| | | | | Made references to files use \file{} instead of \code{}. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -6/+7 |
| | | | | Changed regex reference to re. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -8/+9 |
| | | | | Added new index entry for mimetools module. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 1 | -7/+8 |
| | | | | Placed references closer to usage. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 7 | -21/+22 |
| | |||||
* | Changed illegal \stmodindex{} to \refstmodindex{}, added index reference | Fred Drake | 1997-12-15 | 1 | -2/+3 |
| | | | | to the stat module. |