summaryrefslogtreecommitdiff
path: root/Tools/scripts/dutree.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Make it work with Py3k.Guido van Rossum2007-08-291-2/+2
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-1/+2
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-2/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-4/+4
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-171-2/+2
* Whitespace normalization.Tim Peters2001-01-171-45/+45
* For reasons I dare not explain, this script should always executeGuido van Rossum1999-04-021-2/+1
* During display, if EPIPE is raised, it's probably because a pager wasFred Drake1999-03-261-3/+8
* # The variable total is never used somehow. I think I had plans forGuido van Rossum1998-07-021-2/+2
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
* cope with filenames containing spacesGuido van Rossum1992-08-311-2/+5
* posix -> osGuido van Rossum1992-03-301-3/+3
* Initial revisionGuido van Rossum1992-03-021-0/+52