summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* AMK's latestGuido van Rossum1997-12-172-58/+86
|
* do_cmd_refbimodindex(), do_cmd_refstmodindex(): New functions, handle theFred Drake1997-12-161-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 Drake1997-12-162-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 actuallyFred Drake1997-12-162-4/+4
| | | | change the \indexsubitem value; fixed.
* Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurranceFred Drake1997-12-162-2/+2
| | | | escaped with \var{}.
* Module names should be in \code{}.Fred Drake1997-12-162-4/+6
| | | | Added index reference to site module.
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-162-92/+100
| | | | Lots of little nits: parameter names in text should be \var{}, etc.
* Fixed index module reference.Fred Drake1997-12-1610-10/+14
|
* Added a named target for referencing.Fred Drake1997-12-162-0/+2
|
* Used a named target to form the reference to the Built-in Functions section.Fred Drake1997-12-162-4/+4
|
* Fixed index module reference.Fred Drake1997-12-162-8/+8
| | | | Changed references to regex/regsub modules to point to re.
* Fixed index references to modules. (This is *not* the spam module!)Fred Drake1997-12-162-2/+2
|
* Fixed index references to modules.Fred Drake1997-12-154-12/+14
|
* Fixed index references to modules.Fred Drake1997-12-152-10/+10
| | | | Made references to files use \file{} instead of \code{}.
* Fixed index references to modules.Fred Drake1997-12-152-2/+2
|
* Fixed index references to modules.Fred Drake1997-12-152-12/+14
| | | | Changed regex reference to re.
* Fixed index references to modules.Fred Drake1997-12-152-16/+18
| | | | Added new index entry for mimetools module.
* Fixed index references to modules.Fred Drake1997-12-152-2/+2
|
* \refmodindex{}: New macro, used to make an index reference to a module whichFred Drake1997-12-151-0/+1
| | | | is neither standard nor built-in. (Used for sitecustomize entry.)
* Fixed index references to modules.Fred Drake1997-12-152-14/+16
| | | | Placed references closer to usage.
* Fixed index references to modules.Fred Drake1997-12-1514-42/+44
|
* Changed illegal \stmodindex{} to \refstmodindex{}, added index referenceFred Drake1997-12-152-4/+6
| | | | to the stat module.
* Added some module references to the index.Fred Drake1997-12-152-6/+14
|
* Added definitions of \refbimodindex{} and \refstmodindex{}, which should beFred Drake1997-12-151-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 onlyFred Drake1997-12-153-3/+12
| | | | used for the defining entry for the module, not every index reference.
* regex -> reGuido van Rossum1997-12-152-2/+2
|
* Changed \indexsubitem from ({\tt HTMLParser} method) to justFred Drake1997-12-122-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 justFred Drake1997-12-122-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 Drake1997-12-122-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 theFred Drake1997-12-111-27/+27
| | | | index to cross-references; an image doesn't benefit by being bold!
* AMK's latest version.Guido van Rossum1997-12-112-162/+186
|
* The 'l' flag (locale specific matching) has been renamed to 'L'.Guido van Rossum1997-12-102-4/+6
|
* Planned release date for 1.5b2.Guido van Rossum1997-12-102-2/+2
|
* Document binary format and __init__-free unpickling. Added a pointerGuido van Rossum1997-12-092-50/+98
| | | | to cPickle.
* Turn the table for flags into a nested itemized environment.Guido van Rossum1997-12-092-42/+48
|
* Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.Guido van Rossum1997-12-092-2/+2
|
* Reference to PYTHONPATH should be PYTHONSTARTUP.Guido van Rossum1997-12-092-2/+2
|
* Added note about the module's obsolescence.Guido van Rossum1997-12-092-2/+22
|
* Added more warnings about ni's demise.Guido van Rossum1997-12-092-4/+14
|
* Mark file names with \file{} instead of \code{}.Fred Drake1997-12-092-18/+20
|
* Separated the definitions of ntohs(), ntohl(), htons(), htonl(). SeparateFred Drake1997-12-082-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, evenFred Drake1997-12-081-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 Drake1997-12-081-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 theGuido van Rossum1997-12-081-72/+32
| | | | "times" option.
* New version from AMK -- with minor corrections to make it legal latex.Guido van Rossum1997-12-082-106/+240
|
* Fixed SFT #23842: leave in non-standard style options when checking in anFred Drake1997-12-082-2/+2
| | | | update. ;-(
* Some reorganization (all limit operations & constants together, and all usageFred Drake1997-12-062-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 betterGuido van Rossum1997-12-064-0/+0
|
* New WML file, this time with working Title and Author tags, andGuido van Rossum1997-12-061-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 Drake1997-12-042-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.