Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -3/+3 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -3/+3 |
| | |||||
* | Fix multi-arg list.append() calls. | Guido van Rossum | 1998-10-08 | 1 | -4/+4 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -885/+885 |
| | |||||
* | Use the (new) standard script #! line | Barry Warsaw | 1998-04-23 | 1 | -28/+51 |
| | | | | | | Convert to re module; remove all references to regexp and regsub Added support for the new texinfo @url{} and @email{} commands | ||||
* | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 1 | -2/+7 |
| | |||||
* | (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom | Fred Drake | 1996-10-11 | 1 | -2/+2 |
| | | | | | | | navigation links for HTML 3 version. Forced a blank line above the footnotes separator for HTML 2; at least one page did not get this spaced correctly. | ||||
* | (texi2html.py): Tightened the generated HTML slightly. Added -p option to | Fred Drake | 1996-10-09 | 1 | -159/+251 |
| | | | | | | | | | | | | | | | | print section titles even when the debugging output is not enabled. Added -3 option to generate HTML 3.0 constructs where meaningful. Removed repititive garbage generation: the old version added simple descriptive comments after every datadesc/funcdesc/*desc entry: function(args) -- function of module xxxx Description.... These comments are no longer generated: function(args) Description.... | ||||
* | (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation | Fred Drake | 1996-09-13 | 1 | -1324/+1319 |
| | | | | | | | | | to 4 spaces per level (no longer 8). (Makefile): Use .pyc versions of partparse.py and texi2html.py to generate converted documentation formats. This reduces the startup costs; probably doesn't affect anyone but me in reality, but helps when working on the docs. | ||||
* | Some improvements by Fred Drake. | Guido van Rossum | 1996-08-09 | 1 | -60/+58 |
| | |||||
* | many fixes by anonymous contributor | Guido van Rossum | 1995-08-28 | 1 | -72/+298 |
| | |||||
* | mods by Gregor Schmid -- very nice! | Guido van Rossum | 1995-05-03 | 1 | -23/+106 |
| | |||||
* | new, from ../Demo/www | Guido van Rossum | 1995-03-15 | 1 | -0/+1191 |