Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-82927: Update files related to HTML entities. (GH-92504) | Ezio Melotti | 2022-06-21 | 1 | -64/+0 |
| | |||||
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 1 | -7/+9 |
| | |||||
* | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -2/+2 |
| | | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter. | ||||
* | #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 1 | -2/+1 |
| | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests. | ||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Ran 2to3 over scripts directory. | Georg Brandl | 2008-05-16 | 1 | -3/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -2/+1 |
| | |||||
* | satisfy the tabnanny | Jeremy Hylton | 2000-09-18 | 1 | -21/+21 |
| | |||||
* | Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py. | Guido van Rossum | 1999-08-19 | 1 | -0/+65 |