Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add obsolescence note. | Guido van Rossum | 1997-12-30 | 1 | -0/+11 |
| | |||||
* | Add URL of Andrew Kuchling's nifty re conversion page... | Guido van Rossum | 1997-12-30 | 1 | -2/+3 |
| | |||||
* | Add a note that up to 1.4, translate() produced Emacs style syntax; in | Guido van Rossum | 1997-12-30 | 1 | -2/+5 |
| | | | | | 1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro. | ||||
* | Added ConfigParser.py to list of undocumented miscellaneous useful utilities. | Guido van Rossum | 1997-12-30 | 1 | -0/+2 |
| | |||||
* | Remove more commented-out text that is no longer needed. | Guido van Rossum | 1997-12-29 | 1 | -21/+0 |
| | |||||
* | Remove the commented-out warning at the top. It shouldn't be there | Guido van Rossum | 1997-12-29 | 1 | -6/+0 |
| | | | | for the 1.5 release version of the file. | ||||
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 1 | -25/+27 |
| | | | | | | | | | the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well. | ||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 1 | -4/+1 |
| | | | | Removed BaseHTTPServer.py from list of undocumented modules. | ||||
* | Reduce warning count from partparse.py. | Fred Drake | 1997-12-29 | 1 | -2/+1 |
| | |||||
* | 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 |
| |