summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/ptags.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927)Serhiy Storchaka2019-03-301-18/+19
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-7/+8
* Whitespace normalization.Tim Peters2001-01-171-1/+1
* Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.Guido van Rossum2000-09-011-29/+30
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
* Use regex and don't use pathGuido van Rossum1992-08-311-7/+8
* New == syntaxGuido van Rossum1992-01-011-1/+1
* Initial revisionGuido van Rossum1991-06-041-0/+49