Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | 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()'. | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -3/+2 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Integrate patch from issue #2436: fix regression from r3691 which stopped ↵ | Gary Oberbrunner | 2009-12-05 | 1 | -8/+12 |
| | | | | printing "Entering Directory" with -C/-u. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 1 | -3/+3 |
| | |||||
* | Get rid of indentation tabs in the test scripts and have runtest.py invoke ↵ | Steven Knight | 2005-10-14 | 1 | -10/+10 |
| | | | | them with the python -tt option to keep them out. | ||||
* | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -4/+5 |
| | |||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -5/+5 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -5/+10 |
| | | | | we're building targets. | ||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -9/+10 |
| | | | | Default() targets. | ||||
* | Win32 portability fixes. (Charles Crain) | Steven Knight | 2002-07-15 | 1 | -1/+15 |
| | |||||
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
| | |||||
* | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 1 | -6/+6 |
| | |||||
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+22 |
| | |||||
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | Add more information error reporting from tests. | Steven Knight | 2001-09-16 | 1 | -20/+9 |
| | |||||
* | Add a TestSCons module for common initialization of SCons tests. | Steven Knight | 2001-09-15 | 1 | -8/+6 |
| | |||||
* | Add -C support. | Steven Knight | 2001-09-10 | 1 | -7/+41 |
| | |||||
* | Add command-line processing for all options (with tests). | Steven Knight | 2001-09-09 | 1 | -0/+26 |