aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools/scripts/parseentities.py
Commit message (Collapse)AuthorAge
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)Serhiy Storchaka2019-03-30
|
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
| | | | | | | 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 Murray2012-04-04
| | | | | | 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 -> python3Benjamin Peterson2010-03-11
|
* Ran 2to3 over scripts directory.Georg Brandl2008-05-16
|
* Whitespace normalization.Tim Peters2001-01-17
|
* satisfy the tabnannyJeremy Hylton2000-09-18
|
* Scrit by Marc-Andre Lemburg to generate htmlentitydefs.py.Guido van Rossum1999-08-19