summaryrefslogtreecommitdiffstats
path: root/test/ARGUMENTS.py
Commit message (Collapse)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
| | | | | | Apply the refactorings from the 'dict' fixer, less occurrences that were manually audited to be safe. Also pick up changes in bin/sfsum, a Python file that was not being scanned before.
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-3/+1
| | | | | | | | | | | | | | | Applied a number of idiomatic changes. Uses of the 'sort()' method were converted into calls of 'sorted()' when possible and the sorted() expression was inserted into a subsequent statement whenever that made sense. The statement 'while 1:' was changed to 'while True:'. Names from the 'types' module (e.g., 'types.FooType') were converted to the equivalent build-in type (e.g., 'foo'). Comparisons between types were changed to use 'isinstance()'.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Fix ARGUMENTS specifications on the command line that have multiple = in ↵Steven Knight2004-01-251-1/+2
| | | | them. (Zephaniah Hull)
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-1/+1
| | | | Default() targets.
* Windows NT portability in the ARGUMENTS.py test.Steven Knight2002-01-191-1/+1
|
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-181-0/+47