summaryrefslogtreecommitdiff
path: root/Tools/scripts/texi2html.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-5/+5
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-5/+5
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-34/+31
* Convert raise statements in Tools/.Collin Winter2007-08-221-2/+2
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-141-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-112/+112
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
* WTF is with this script? It contained illegal syntax and illegalTim Peters2004-07-181-8/+8
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-10/+10
* 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