summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/which.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-08-091-1/+0
|
* [Patch #1005491 ] use __name__ == '__main__' in scriptsAndrew M. Kuchling2004-08-091-40/+45
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* fix for bug 773020 - splitting PATH should use os.pathsepSkip Montanaro2003-07-171-1/+1
|
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-7/+7
| | | | (I've tested the fixes, but please proofread anyway.)
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-2/+2
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Whitespace normalization.Tim Peters2001-01-171-32/+32
|
* Remove "." or "" from front of sys.path (this bit me once).Guido van Rossum1997-10-201-0/+3
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* *** empty log message ***Guido van Rossum1993-04-011-1/+1
|
* change posix to osGuido van Rossum1992-03-301-6/+6
|
* Added '-l[flags]' option.Guido van Rossum1992-03-021-16/+25
|
* New == syntaxGuido van Rossum1992-01-011-1/+1
|
* Renamed path.cat to path.join.Guido van Rossum1991-07-011-1/+1
|
* Initial revisionGuido van Rossum1991-06-041-0/+44