aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/texi2html.py
Commit message (Expand)AuthorAge
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)Serhiy Storchaka2019-03-30
* bpo-35133: Fix mistakes when concatenate string literals on different lines. ...Serhiy Storchaka2018-11-05
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-09
* convert shebang lines: python -> python3Benjamin Peterson2010-03-11
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-21
* Ran 2to3 over scripts directory.Georg Brandl2008-05-16
* Convert raise statements in Tools/.Collin Winter2007-08-22
* Remove string.{letters,lowercase,uppercase}.Martin v. Löwis2007-08-14
* Convert print statements to function calls in Tools/.Collin Winter2007-08-03
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* WTF is with this script? It contained illegal syntax and illegalTim Peters2004-07-18
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Mechanically translated string method calls to string methods.Fred Drake2002-06-18
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-18
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-20
* Whitespace normalization.Tim Peters2001-01-17
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-08
* nannifiedGuido van Rossum1998-09-14
* Use the (new) standard script #! lineBarry Warsaw1998-04-23
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-25
* (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottomFred Drake1996-10-11
* (texi2html.py): Tightened the generated HTML slightly. Added -p option toFred Drake1996-10-09
* (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentationFred Drake1996-09-13
* Some improvements by Fred Drake.Guido van Rossum1996-08-09
* many fixes by anonymous contributorGuido van Rossum1995-08-28
* mods by Gregor Schmid -- very nice!Guido van Rossum1995-05-03
* new, from ../Demo/wwwGuido van Rossum1995-03-15