summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/texi2html.py
Commit message (Expand)AuthorAgeFilesLines
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-3/+3
* Whitespace normalization.Tim Peters2001-01-171-3/+3
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-081-4/+4
* nannifiedGuido van Rossum1998-09-141-885/+885
* Use the (new) standard script #! lineBarry Warsaw1998-04-231-28/+51
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-251-2/+7
* (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottomFred Drake1996-10-111-2/+2
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-091-159/+251
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-131-1324/+1319
* Some improvements by Fred Drake.Guido van Rossum1996-08-091-60/+58
* many fixes by anonymous contributorGuido van Rossum1995-08-281-72/+298
* mods by Gregor Schmid -- very nice!Guido van Rossum1995-05-031-23/+106
* new, from ../Demo/wwwGuido van Rossum1995-03-151-0/+1191