Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | 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()'. | ||||
* | dd newer SCons versions to the list of all versions available for install. | Steven Knight | 2009-02-19 | 1 | -3/+11 |
| | | | | | Use shlex.split(), not string.split(), to split command line arguments. Commonize interpreation of 'cd' and 'mkdir' commands. Fix usage messages. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Add a script for creating a standard SCons development system on | Steven Knight | 2008-08-26 | 1 | -0/+129 |
Ubuntu Hardy. Rewrite subsidiary scripts for install Python and SCons versions in Python (from shell). |