Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add information about adding the portability statement. | Fred Drake | 1999-03-02 | 1 | -1/+10 |
| | |||||
* | Be more flexible to support platform annotations. | Fred Drake | 1999-03-02 | 1 | -5/+25 |
| | |||||
* | Clean up *.pla files -- platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Ignore *.pla -- the platform annotation information. Also, remove it for | Fred Drake | 1999-03-02 | 2 | -2/+2 |
| | | | | 'make clean'. | ||||
* | Ignore *.pla -- the platform annotation information. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | Added support for \platform, \platformof, and \ignorePlatformAnnotation. | Fred Drake | 1999-03-02 | 1 | -10/+47 |
| | |||||
* | swallow_newline(): Removed function; not really needed. Modified all call | Fred Drake | 1999-03-02 | 1 | -16/+47 |
| | | | | | | | | | | | | | | | | sites. do_cmd_ignorePlatformAnnotation(), do_cmd_platform(), do_cmd_platformof(): New functions to support platform dependency information. process_all_platformofs(): New function to post-process \platformof macros using information collected during the initial pass. process_python_state(): New function. Call all post-processing functions defined in this file to avoid having to have too much knowledge of the internals for this stuff in l2hinit.perl. | ||||
* | Improve handling of module index, to deal with platform annotations a little | Fred Drake | 1999-03-02 | 1 | -7/+43 |
| | | | | better. | ||||
* | Changes to accomodate the global module index and platform annotations. | Fred Drake | 1999-03-02 | 2 | -0/+13 |
| | |||||
* | Only use 4 columns in the module index, to accomodate platform annotations. | Fred Drake | 1999-03-02 | 1 | -1/+1 |
| | |||||
* | extract_tb(): Only describe this function once. Problem reported by | Fred Drake | 1999-02-26 | 1 | -23/+12 |
| | | | | Jonathan Giddy <jon@dgs.monash.edu.au>. | ||||
* | Typo: "Availabilty" --> "Availability" | Fred Drake | 1999-02-26 | 1 | -1/+1 |
| | | | | Thanks to /F! | ||||
* | Added note about comments, from Christopher Petrilli. | Fred Drake | 1999-02-24 | 1 | -1/+3 |
| | |||||
* | Update some of the top comments and shorten title of the first | Fred Drake | 1999-02-24 | 1 | -3/+6 |
| | | | | section. | ||||
* | ignore_from_idx(): Fixed bug in regular expression. | Fred Drake | 1999-02-24 | 1 | -3/+3 |
| | |||||
* | Add target for modindex.html; a combined lib+mac module index. Also | Fred Drake | 1999-02-24 | 1 | -1/+5 |
| | | | | built with target "all". | ||||
* | Script to combine module index files. Given a list of files that look | Fred Drake | 1999-02-24 | 1 | -0/+136 |
| | | | | | like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py. | ||||
* | Ignore a file called modindex.html. | Fred Drake | 1999-02-24 | 1 | -0/+1 |
| | |||||
* | process_nodes(): New function. | Fred Drake | 1999-02-24 | 1 | -6/+10 |
| | | | | | main(): Moved the node processing between input and ouptut to process_nodes(). | ||||
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -4/+8 |
| | | | | error and so it derives from Exception and not SystemError. | ||||
* | Script to help identify undocumented modules. Use -h or --help for | Fred Drake | 1999-02-23 | 1 | -0/+159 |
| | | | | usage information. | ||||
* | Dictionaries are created using the "{...}" notation, not the "..." | Fred Drake | 1999-02-23 | 1 | -13/+11 |
| | | | | notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>. | ||||
* | 1. Clarify that immutability isn't entirely the same as unchangeable | Guido van Rossum | 1999-02-23 | 1 | -2/+12 |
| | | | | | | | value (because of immutable containers containing mutable objects). 2. Document that func_code, func_defaults and func_doc / __doc__ are now writable. | ||||
* | Incorporated updates to describe geturl() by Sjoerd Mullender | Fred Drake | 1999-02-22 | 1 | -15/+20 |
| | | | | <Sjoerd.Mullender@cwi.nl>. | ||||
* | Added note about *static* after description of *shared*. | Fred Drake | 1999-02-22 | 1 | -1/+3 |
| | |||||
* | Refer to the right RFC in the intro. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | |||||
* | Reflect the released version. | Fred Drake | 1999-02-22 | 2 | -0/+5 |
| | |||||
* | Removed "This will be discussed later." where it's not. Reported by | Fred Drake | 1999-02-22 | 1 | -4/+4 |
| | | | | Clay Spence <cspence@sarnoff.com>; see entry in ../TODO. | ||||
* | Other chapter titles refer to collections of modules as "Services"; do | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | | | | the same here. | ||||
* | Noted report of missing material in the extending & embedding manual, | Fred Drake | 1999-02-22 | 1 | -0/+5 |
| | | | | as reported by Clay Spence <cspence@sarnoff.com>. | ||||
* | Revised description of blank line handling for the interpreter, based | Fred Drake | 1999-02-22 | 1 | -7/+11 |
| | | | | on a comment from /F. | ||||
* | BabylMailbox description: Properly escape the backslashes in the | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | | | | string representations. | ||||
* | Oops, used a \label twice - fix one of them. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
| | |||||
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 5 | -11/+13 |
| | |||||
* | Shorten section title. | Fred Drake | 1999-02-20 | 1 | -2/+2 |
| | |||||
* | Added descriptions for BabylMailbox and Maildir (Qmail) mailbox | Fred Drake | 1999-02-20 | 1 | -5/+15 |
| | | | | objects. | ||||
* | Shorten section title. | Fred Drake | 1999-02-20 | 6 | -12/+12 |
| | |||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 15 | -66/+72 |
| | |||||
* | Give subsections reasonable file names in the HTML. | Fred Drake | 1999-02-19 | 1 | -6/+6 |
| | |||||
* | Added an index entry. | Fred Drake | 1999-02-19 | 1 | -3/+6 |
| | |||||
* | do_cmd_arabic(): Override the l2h-provided version to remove that | Fred Drake | 1999-02-19 | 1 | -0/+7 |
| | | | | obnoxious <SPAN CLASS="arabic">...</SPAN> markup. | ||||
* | Specify the sizes of H? relative to the normal font size as | Fred Drake | 1999-02-19 | 1 | -2/+3 |
| | | | | | | | | percentages; using "large", "x-large" makes them too big for some troublemakers. ;-) (Not specifying them at all causes some browsers to make them the same size as normal text. ;-( ) | ||||
* | Shortened the short synopsis -- too long. | Fred Drake | 1999-02-19 | 1 | -3/+2 |
| | |||||
* | Use more current approach to recording authors. | Fred Drake | 1999-02-19 | 1 | -6/+3 |
| | |||||
* | Shortened the short synopsis -- way too long. | Fred Drake | 1999-02-19 | 1 | -1/+1 |
| | |||||
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 7 | -18/+18 |
| | | | | Lannert <lannert@uni-duesseldorf.de>. | ||||
* | Noted that the module was added in 1.5.2. | Fred Drake | 1999-02-19 | 1 | -0/+1 |
| | |||||
* | Update description of what modules "look like" when printed. | Fred Drake | 1999-02-19 | 1 | -2/+7 |
| | |||||
* | Use current approach to record documentation author. | Fred Drake | 1999-02-18 | 1 | -4/+2 |
| | |||||
* | Record module & documentation author. | Fred Drake | 1999-02-18 | 1 | -3/+3 |
| |