| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Environment.MethodWrapper from an old-style class to a new-style class. | Steven Knight | 2010-05-18 | 1 | -1/+1 |
|
|
* | Convert Environment._Null from an old-style class to a new-style class. | Steven Knight | 2010-05-17 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -36/+16 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -5/+5 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -10/+10 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -1/+1 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -1/+1 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -81/+82 |
|
|
* | Generate an error message if a BUILDERS entry is set to something that isn't | Steven Knight | 2010-02-17 | 1 | -0/+3 |
|
|
* | Fix an import error for a reference in the Configure() method. | Steven Knight | 2009-07-21 | 1 | -0/+1 |
|
|
* | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -1/+13 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -6/+6 |
|
|
* | use correct base class for filesystem factory functions | Greg Noel | 2009-04-22 | 1 | -1/+1 |
|
|
* | Clean up Environment code as mentioned in issue 2371 | Greg Noel | 2009-04-10 | 1 | -6/+0 |
|
|
* | Fix case-sensitive handling when a scanner returns None as a suffix. | Steven Knight | 2009-02-19 | 1 | -2/+2 |
|
|
* | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 1 | -0/+4 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -11/+7 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -7/+10 |
|
|
* | Have the {Append,Prepend}ENVPath() canonicalization make sure there's the | Steven Knight | 2009-01-01 | 1 | -1/+1 |
|
|
* | Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193 | Gary Oberbrunner | 2009-01-01 | 1 | -2/+13 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 1 | -1/+1 |
|
|
* | Make ${,UN}CHANGED_{SOURCES,TARGETS} into future reserved construction | Steven Knight | 2008-12-07 | 1 | -9/+27 |
|
|
* | Fix issue #3: make Append/PrependUnique uniquify the appended/prepended list ... | Gary Oberbrunner | 2008-12-05 | 1 | -0/+22 |
|
|
* | Issue 2238: Add a __contains__() method to support the "val in env" | Steven Knight | 2008-11-09 | 1 | -0/+7 |
|
|
* | Issue 2228: discard stderr by using os.devnull | Greg Noel | 2008-11-09 | 1 | -1/+2 |
|
|
* | implement delete_existing for AppendUnique and PrependUnique. Finishes #2091. | Gary Oberbrunner | 2008-10-02 | 1 | -8/+30 |
|
|
* | Change FUTURE markers to TODO(1.5) so we are all using the same style. | Greg Noel | 2008-09-25 | 1 | -1/+1 |
|
|
* | make references to subprocess.Popen synchronous | Greg Noel | 2008-09-22 | 1 | -7/+2 |
|
|
* | Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ... | Gary Oberbrunner | 2008-09-18 | 1 | -8/+39 |
|
|
* | Issue 1693: make the subdirectory in which the .sconsign file will | Steven Knight | 2008-09-14 | 1 | -0/+5 |
|
|
* | Revert the previous change, I overlooked some regression test failures. | Steven Knight | 2008-09-13 | 1 | -4/+0 |
|
|
* | Issue 1693: Make the directory in which the .sconsign file will live, | Steven Knight | 2008-09-13 | 1 | -0/+4 |
|
|
* | Sigh, I keep doing it, another typo | Greg Noel | 2008-09-12 | 1 | -2/+2 |
|
|
* | Sigh, I made the last update from the wrong tree, which had a typo | Greg Noel | 2008-09-12 | 1 | -2/+2 |
|
|
* | Add common subproc function and modify routines to use it | Greg Noel | 2008-09-12 | 1 | -6/+2 |
|
|
* | Issue 2176: BuilderWrapper __getattr__ should not raise KeyError | Ludwig Hähne | 2008-09-05 | 1 | -1/+1 |
|
|
* | Issue 2007: backtick() doesn't use ENV | Greg Noel | 2008-08-28 | 1 | -11/+15 |
|
|
* | Issue 2099: have Execute() print an error message if an action | Steven Knight | 2008-08-26 | 1 | -0/+5 |
|
|
* | call subst on the line passed to Environment.WhereIs | Jim Randall | 2008-08-22 | 1 | -0/+1 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -6/+11 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -29/+120 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -9/+15 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -4/+46 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -75/+229 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -28/+36 |
|
|
* | Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,... | Steven Knight | 2007-07-15 | 1 | -72/+51 |
|
|
* | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -1/+1 |
|
|