summaryrefslogtreecommitdiffstats
path: root/test/Builder-factories.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 Fedora Core 3 test portability.Steven Knight2005-03-041-1/+3
|
* Win32 portability.Steven Knight2004-07-061-2/+2
|
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-0/+72