summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Add information about adding the portability statement.Fred Drake1999-03-021-1/+10
|
* Be more flexible to support platform annotations.Fred Drake1999-03-021-5/+25
|
* Clean up *.pla files -- platform annotation information.Fred Drake1999-03-021-1/+1
|
* Ignore *.pla -- the platform annotation information. Also, remove it forFred Drake1999-03-022-2/+2
| | | | 'make clean'.
* Ignore *.pla -- the platform annotation information.Fred Drake1999-03-021-1/+1
|
* Added support for \platform, \platformof, and \ignorePlatformAnnotation.Fred Drake1999-03-021-10/+47
|
* swallow_newline(): Removed function; not really needed. Modified all callFred Drake1999-03-021-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 littleFred Drake1999-03-021-7/+43
| | | | better.
* Changes to accomodate the global module index and platform annotations.Fred Drake1999-03-022-0/+13
|
* Only use 4 columns in the module index, to accomodate platform annotations.Fred Drake1999-03-021-1/+1
|
* extract_tb(): Only describe this function once. Problem reported byFred Drake1999-02-261-23/+12
| | | | Jonathan Giddy <jon@dgs.monash.edu.au>.
* Typo: "Availabilty" --> "Availability"Fred Drake1999-02-261-1/+1
| | | | Thanks to /F!
* Added note about comments, from Christopher Petrilli.Fred Drake1999-02-241-1/+3
|
* Update some of the top comments and shorten title of the firstFred Drake1999-02-241-3/+6
| | | | section.
* ignore_from_idx(): Fixed bug in regular expression.Fred Drake1999-02-241-3/+3
|
* Add target for modindex.html; a combined lib+mac module index. AlsoFred Drake1999-02-241-1/+5
| | | | built with target "all".
* Script to combine module index files. Given a list of files that lookFred Drake1999-02-241-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 Drake1999-02-241-0/+1
|
* process_nodes(): New function.Fred Drake1999-02-241-6/+10
| | | | | main(): Moved the node processing between input and ouptut to process_nodes().
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-4/+8
| | | | error and so it derives from Exception and not SystemError.
* Script to help identify undocumented modules. Use -h or --help forFred Drake1999-02-231-0/+159
| | | | usage information.
* Dictionaries are created using the "{...}" notation, not the "..."Fred Drake1999-02-231-13/+11
| | | | notation. Problem reported by Magnus L. Hetland <mlh@idt.ntnu.no>.
* 1. Clarify that immutability isn't entirely the same as unchangeableGuido van Rossum1999-02-231-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 MullenderFred Drake1999-02-221-15/+20
| | | | <Sjoerd.Mullender@cwi.nl>.
* Added note about *static* after description of *shared*.Fred Drake1999-02-221-1/+3
|
* Refer to the right RFC in the intro.Fred Drake1999-02-221-1/+1
|
* Reflect the released version.Fred Drake1999-02-222-0/+5
|
* Removed "This will be discussed later." where it's not. Reported byFred Drake1999-02-221-4/+4
| | | | Clay Spence <cspence@sarnoff.com>; see entry in ../TODO.
* Other chapter titles refer to collections of modules as "Services"; doFred Drake1999-02-221-1/+1
| | | | the same here.
* Noted report of missing material in the extending & embedding manual,Fred Drake1999-02-221-0/+5
| | | | as reported by Clay Spence <cspence@sarnoff.com>.
* Revised description of blank line handling for the interpreter, basedFred Drake1999-02-221-7/+11
| | | | on a comment from /F.
* BabylMailbox description: Properly escape the backslashes in theFred Drake1999-02-221-1/+1
| | | | string representations.
* Oops, used a \label twice - fix one of them.Fred Drake1999-02-221-1/+1
|
* More reasonable section titles.Fred Drake1999-02-225-11/+13
|
* Shorten section title.Fred Drake1999-02-201-2/+2
|
* Added descriptions for BabylMailbox and Maildir (Qmail) mailboxFred Drake1999-02-201-5/+15
| | | | objects.
* Shorten section title.Fred Drake1999-02-206-12/+12
|
* Shorten a few section titles.Fred Drake1999-02-2015-66/+72
|
* Give subsections reasonable file names in the HTML.Fred Drake1999-02-191-6/+6
|
* Added an index entry.Fred Drake1999-02-191-3/+6
|
* do_cmd_arabic(): Override the l2h-provided version to remove thatFred Drake1999-02-191-0/+7
| | | | obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
* Specify the sizes of H? relative to the normal font size asFred Drake1999-02-191-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 Drake1999-02-191-3/+2
|
* Use more current approach to recording authors.Fred Drake1999-02-191-6/+3
|
* Shortened the short synopsis -- way too long.Fred Drake1999-02-191-1/+1
|
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-197-18/+18
| | | | Lannert <lannert@uni-duesseldorf.de>.
* Noted that the module was added in 1.5.2.Fred Drake1999-02-191-0/+1
|
* Update description of what modules "look like" when printed.Fred Drake1999-02-191-2/+7
|
* Use current approach to record documentation author.Fred Drake1999-02-181-4/+2
|
* Record module & documentation author.Fred Drake1999-02-181-3/+3
|