Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use string methods. | Fred Drake | 2002-10-16 | 1 | -3/+2 |
| | |||||
* | Hush the nanny. | Fred Drake | 2000-10-07 | 1 | -24/+24 |
| | |||||
* | process(): New function that contains the "orchestration" of the | Fred Drake | 1999-03-03 | 1 | -19/+28 |
| | | | | | | | | | actual work. main(): Just handle the command line and filename determination, calling process() to do the work. These changes make this more import-friendly. | ||||
* | breakable_re: Fix the RE so that module definition entries don't prevent | Fred Drake | 1998-02-19 | 1 | -1/+2 |
| | | | | combining. | ||||
* | Minor performance nits. | Fred Drake | 1998-02-10 | 1 | -16/+18 |
| | |||||
* | Script to fix up the Library Reference index so it's less ugly. The docstring: | Fred Drake | 1998-02-09 | 1 | -0/+89 |
"""Combine similar index entries into an entry and subentries. For example: \item {foobar} (in module flotz), 23 \item {foobar} (in module whackit), 4323 becomes \item {foobar} \subitem in module flotz, 23 \subitem in module whackit, 4323 Note that an item which matches the format of a collapsable item but which isn't part of a group of similar items is not modified. """ This results in a much more readable index, with less repitition of text; especially for common method names. |