index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
scripts
/
texi2html.py
Commit message (
Expand
)
Author
Age
*
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka
2019-03-30
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
compare singletons by identity not equality (closes #16712)
Benjamin Peterson
2012-10-09
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
*
Ran 2to3 over scripts directory.
Georg Brandl
2008-05-16
*
Convert raise statements in Tools/.
Collin Winter
2007-08-22
*
Remove string.{letters,lowercase,uppercase}.
Martin v. Löwis
2007-08-14
*
Convert print statements to function calls in Tools/.
Collin Winter
2007-08-03
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
WTF is with this script? It contained illegal syntax and illegal
Tim Peters
2004-07-18
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Mechanically translated string method calls to string methods.
Fred Drake
2002-06-18
*
SF patch #552837, submitted by Robert Pyron:
Fred Drake
2002-06-18
*
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake
2001-07-20
*
Whitespace normalization.
Tim Peters
2001-01-17
*
Fix multi-arg list.append() calls.
Guido van Rossum
1998-10-08
*
nannified
Guido van Rossum
1998-09-14
*
Use the (new) standard script #! line
Barry Warsaw
1998-04-23
*
(texi2html.py): Minor improvement to HTML 3.0 output for code examples.
Fred Drake
1996-10-25
*
(texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom
Fred Drake
1996-10-11
*
(texi2html.py): Tightened the generated HTML slightly. Added -p option to
Fred Drake
1996-10-09
*
(texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
Fred Drake
1996-09-13
*
Some improvements by Fred Drake.
Guido van Rossum
1996-08-09
*
many fixes by anonymous contributor
Guido van Rossum
1995-08-28
*
mods by Gregor Schmid -- very nice!
Guido van Rossum
1995-05-03
*
new, from ../Demo/www
Guido van Rossum
1995-03-15