summaryrefslogtreecommitdiffstats
path: root/Doc/tools/buildindex.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+25
|
* process_nodes(): New function.Fred Drake1999-02-241-6/+10
| | | | | main(): Moved the node processing between input and ouptut to process_nodes().
* Make the _rmtt regular expression deal with the new CSS-friendlyFred Drake1999-02-181-1/+2
| | | | changes to the HTML documentation.
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
|
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
|
* Print a line to the console reporting the number of index nodesFred Drake1998-12-281-2/+6
| | | | processed. This can be interesting to see.
* The letter headings must be requested explicitly with --letters.Fred Drake1998-08-071-5/+15
|
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
|
* Minor housing cleaning in HTML that gets generated.Fred Drake1998-04-111-2/+2
|
* Nearly a complete re-write.Fred Drake1998-04-081-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, butFred Drake1998-03-271-0/+211
easier to work with than the Perl code.