Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMK's latest | Guido van Rossum | 1997-12-17 | 2 | -58/+86 |
| | |||||
* | do_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle the | Fred Drake | 1997-12-16 | 1 | -4/+6 |
| | | | | | | reference form of \bimodindex{} and \stmodindex{}. my_parword_index_helper(): Fixed to include proper anchor in result text. | ||||
* | Index the RFC822 reference (some other RFC references were alreaddy indexed). | Fred Drake | 1997-12-16 | 2 | -4/+8 |
| | | | | | 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 | 2 | -4/+4 |
| | | | | change the \indexsubitem value; fixed. | ||||
* | Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurrance | Fred Drake | 1997-12-16 | 2 | -2/+2 |
| | | | | escaped with \var{}. | ||||
* | Module names should be in \code{}. | Fred Drake | 1997-12-16 | 2 | -4/+6 |
| | | | | Added index reference to site module. | ||||
* | Descriptions for delitem(), __delitem__(): These delete a value, not set it. | Fred Drake | 1997-12-16 | 2 | -92/+100 |
| | | | | Lots of little nits: parameter names in text should be \var{}, etc. | ||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 10 | -10/+14 |
| | |||||
* | Added a named target for referencing. | Fred Drake | 1997-12-16 | 2 | -0/+2 |
| | |||||
* | Used a named target to form the reference to the Built-in Functions section. | Fred Drake | 1997-12-16 | 2 | -4/+4 |
| | |||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 2 | -8/+8 |
| | | | | 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 | 2 | -2/+2 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 4 | -12/+14 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -10/+10 |
| | | | | Made references to files use \file{} instead of \code{}. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -12/+14 |
| | | | | Changed regex reference to re. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -16/+18 |
| | | | | Added new index entry for mimetools module. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | \refmodindex{}: New macro, used to make an index reference to a module which | Fred Drake | 1997-12-15 | 1 | -0/+1 |
| | | | | is neither standard nor built-in. (Used for sitecustomize entry.) | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 2 | -14/+16 |
| | | | | Placed references closer to usage. | ||||
* | Fixed index references to modules. | Fred Drake | 1997-12-15 | 14 | -42/+44 |
| | |||||
* | Changed illegal \stmodindex{} to \refstmodindex{}, added index reference | Fred Drake | 1997-12-15 | 2 | -4/+6 |
| | | | | to the stat module. | ||||
* | Added some module references to the index. | Fred Drake | 1997-12-15 | 2 | -6/+14 |
| | |||||
* | Added definitions of \refbimodindex{} and \refstmodindex{}, which should be | Fred Drake | 1997-12-15 | 1 | -3/+8 |
| | | | | | | | | | | | used to add index references for built-in and standard modules, respectively. Modified \bimodindex{} and \stmodindex{} to make the page number bold, to allow the defining instance of a module to stand out in the index. Check-ins which fix improper use of \bimodindex{} and \stmodindex{} will be made as fixes are applied. Misc. indexing updates will occur as a side effect in some cases. | ||||
* | At the top, made it clear that the \bimodindex{} and \stmodindex{} are only | Fred Drake | 1997-12-15 | 3 | -3/+12 |
| | | | | used for the defining entry for the module, not every index reference. | ||||
* | regex -> re | Guido van Rossum | 1997-12-15 | 2 | -2/+2 |
| | |||||
* | Changed \indexsubitem from ({\tt HTMLParser} method) to just | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | | | (HTMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Changed \indexsubitem from ({\tt SGMLParser} method) to just | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | | | (SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). | Fred Drake | 1997-12-12 | 2 | -2/+2 |
| | | | | | This makes it more consistent with other modules. All three *mllib modules need this change. | ||||
* | add_idx(): Don't add unnecessary markup around the little markers stuck in the | Fred Drake | 1997-12-11 | 1 | -27/+27 |
| | | | | index to cross-references; an image doesn't benefit by being bold! | ||||
* | AMK's latest version. | Guido van Rossum | 1997-12-11 | 2 | -162/+186 |
| | |||||
* | The 'l' flag (locale specific matching) has been renamed to 'L'. | Guido van Rossum | 1997-12-10 | 2 | -4/+6 |
| | |||||
* | Planned release date for 1.5b2. | Guido van Rossum | 1997-12-10 | 2 | -2/+2 |
| | |||||
* | Document binary format and __init__-free unpickling. Added a pointer | Guido van Rossum | 1997-12-09 | 2 | -50/+98 |
| | | | | to cPickle. | ||||
* | Turn the table for flags into a nested itemized environment. | Guido van Rossum | 1997-12-09 | 2 | -42/+48 |
| | |||||
* | Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. | Guido van Rossum | 1997-12-09 | 2 | -2/+2 |
| | |||||
* | Reference to PYTHONPATH should be PYTHONSTARTUP. | Guido van Rossum | 1997-12-09 | 2 | -2/+2 |
| | |||||
* | Added note about the module's obsolescence. | Guido van Rossum | 1997-12-09 | 2 | -2/+22 |
| | |||||
* | Added more warnings about ni's demise. | Guido van Rossum | 1997-12-09 | 2 | -4/+14 |
| | |||||
* | Mark file names with \file{} instead of \code{}. | Fred Drake | 1997-12-09 | 2 | -18/+20 |
| | |||||
* | Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate | Fred Drake | 1997-12-08 | 2 | -16/+42 |
| | | | | | descriptions really make things look a bit better, and should improve the ability to re-purpose the content. | ||||
* | Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even | Fred Drake | 1997-12-08 | 1 | -1/+1 |
| | | | | if you don't have .perl in your mode table. | ||||
* | Added Emacs turd so this file has the correct mode in Emacs / X/Emacs. | Fred Drake | 1997-12-08 | 1 | -1/+12 |
| | | | | | | | clean_key(): Override the standard LaTeX2HTML clean_key() to remove a leading HTML tag, if present. This broke the indexes for the library reference (at least) since many of the strings began with <code> or something similar. | ||||
* | Updated the README to the current status. Added a note about the | Guido van Rossum | 1997-12-08 | 1 | -72/+32 |
| | | | | "times" option. | ||||
* | New version from AMK -- with minor corrections to make it legal latex. | Guido van Rossum | 1997-12-08 | 2 | -106/+240 |
| | |||||
* | Fixed SFT #23842: leave in non-standard style options when checking in an | Fred Drake | 1997-12-08 | 2 | -2/+2 |
| | | | | update. ;-( | ||||
* | Some reorganization (all limit operations & constants together, and all usage | Fred Drake | 1997-12-06 | 2 | -108/+248 |
| | | | | | | | | | | functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-) | ||||
* | Some manipulations with tags to get the TOC and Index to look better | Guido van Rossum | 1997-12-06 | 4 | -0/+0 |
| | |||||
* | New WML file, this time with working Title and Author tags, and | Guido van Rossum | 1997-12-06 | 1 | -23/+33 |
| | | | | | mapping chapter and section headings to more appropriate nodes so that the TOC actually works. Now generates one HTML page per chapter. | ||||
* | Make examples consistently use 4-space indentation. | Fred Drake | 1997-12-04 | 2 | -902/+902 |
| | | | | | | | | | | Use \file{} for file names. Prefer \code{blat} and \emph{blat} to {\tt blat} and {\em blat}; this matches current style in the Library Reference a bit better. Made the example startup banner current. The version number should be bumped before the next release. |