summaryrefslogtreecommitdiff
path: root/Tools/scripts/eptags.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16261: Converted some bare except statements to except statementsSerhiy Storchaka2015-05-201-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-8/+8
* satisfy the tabnannyJeremy Hylton2000-09-181-14/+15
* Rob Hooft, Moshe Zadka: converted to 4 space indents and re instead of regex.Guido van Rossum2000-09-011-43/+48
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-081-1/+1
* /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 instead of regexpGuido van Rossum1992-08-311-6/+5
* Adapt the regular expression to the new class syntax.Guido van Rossum1991-12-301-2/+3
* Initial revisionGuido van Rossum1991-06-041-0/+50