Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deal with macros that have to be replaced with simple text; only a | Fred Drake | 2004-07-08 | 1 | -4/+14 |
| | | | | | | | couple of these are currently found in index data, but these should all be handled in the same way. Closes SF bug #952737. | ||||
* | make the generated HTML more XHTML friendly | Fred Drake | 2003-11-25 | 1 | -7/+8 |
| | |||||
* | Use string methods. | Fred Drake | 2002-10-16 | 1 | -3/+3 |
| | |||||
* | Make this do the right thing with entries which start with the percent sign, | Fred Drake | 2001-12-26 | 1 | -30/+54 |
| | | | | | | | | | in response to Skip's comments in SF bug #487165. Make use of string methods instead of string module functions in most places. Add (and make the default) a way to collapse symbol entries into a single "Symbols" section in the generated index. This is similar to what makeindex does, but does not include entries beginning with an underscore. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+25 |
| | |||||
* | process_nodes(): New function. | Fred Drake | 1999-02-24 | 1 | -6/+10 |
| | | | | | main(): Moved the node processing between input and ouptut to process_nodes(). | ||||
* | Make the _rmtt regular expression deal with the new CSS-friendly | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | changes to the HTML documentation. | ||||
* | Remove obsolete comment. | Fred Drake | 1999-01-05 | 1 | -1/+0 |
| | |||||
* | trim_ignored_letters(): Simplify a little. | Fred Drake | 1999-01-04 | 1 | -6/+6 |
| | |||||
* | Print a line to the console reporting the number of index nodes | Fred Drake | 1998-12-28 | 1 | -2/+6 |
| | | | | processed. This can be interesting to see. | ||||
* | The letter headings must be requested explicitly with --letters. | Fred Drake | 1998-08-07 | 1 | -5/+15 |
| | |||||
* | Allow multi-column indexes to be produced. | Fred Drake | 1998-08-07 | 1 | -6/+60 |
| | |||||
* | Minor housing cleaning in HTML that gets generated. | Fred Drake | 1998-04-11 | 1 | -2/+2 |
| | |||||
* | Nearly a complete re-write. | Fred Drake | 1998-04-08 | 1 | -85/+133 |
| | | | | | | Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments. | ||||
* | First (rough) cut at HTML index generation in Python. Not very pretty, but | Fred Drake | 1998-03-27 | 1 | -0/+211 |
easier to work with than the Perl code. |