| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve python 3.x not supported error message. | Gary Oberbrunner | 2011-01-12 | 1 | -1/+2 |
|
|
* | Tigris issue 2562 | William Deegan | 2010-08-22 | 1 | -169/+0 |
|
|
* | Convert old-style classes in src/script to new-style classes. | Steven Knight | 2010-05-20 | 2 | -5/+5 |
|
|
* | Fix regression tests (imports not happening as expected) | Greg Noel | 2010-04-25 | 1 | -9/+6 |
|
|
* | Add compat support for renaming '_winreg' as 'winreg' in Python 3.x. | Greg Noel | 2010-04-25 | 1 | -7/+16 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -4/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 2 | -3/+0 |
|
|
* | Index: test/Variables/help.py | Greg Noel | 2010-04-19 | 1 | -7/+0 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 1 | -4/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 1 | -9/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-16 | 1 | -1/+14 |
|
|
* | Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to | Steven Knight | 2010-04-14 | 1 | -8/+12 |
|
|
* | A bit of a blind checkin, but there's no need to put the compatibility names | Greg Noel | 2010-03-31 | 1 | -5/+2 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 2 | -5/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 2 | -15/+31 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 3 | -32/+28 |
|
|
* | Issue 2051: Support execution when installed via easy_install. | Steven Knight | 2010-02-21 | 2 | -0/+26 |
|
|
* | Add check for python 3.0.0 or higher and exit with message. | William Deegan | 2009-11-10 | 1 | -0/+13 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -1/+1 |
|
|
* | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 1 | -5/+5 |
|
|
* | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 1 | -11/+21 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 5 | -0/+30 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -0/+2 |
|
|
* | Fix label placement in gnuplot graphs by the "scons-time.py func" | Steven Knight | 2008-10-07 | 1 | -2/+2 |
|
|
* | Issue 2005: Avoid an infinite loop looking for the Python library | Steven Knight | 2008-09-11 | 2 | -18/+20 |
|
|
* | Merged revisions 2949-2953,2955-3056 via svnmerge from | Steven Knight | 2008-06-10 | 1 | -6/+17 |
|
|
* | Merged revisions 2928-2932,2934-2946 via svnmerge from | Steven Knight | 2008-05-18 | 1 | -0/+4 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -2/+6 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -2/+3 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -13/+57 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -32/+73 |
|
|
* | Merged revisions 1968-2115 via svnmerge from | Steven Knight | 2007-07-11 | 1 | -16/+46 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -1/+1 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 2 | -0/+77 |
|
|
* | Merged revisions 1738-1754,1756 via svnmerge from | Steven Knight | 2007-01-07 | 1 | -0/+2 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 4 | -2/+1442 |
|
|
* | Fix line endings on DOS files that want CRLF preserved. | Steven Knight | 2006-04-15 | 1 | -15/+15 |
|
|
* | Win32 portability. | Steven Knight | 2005-08-07 | 1 | -1/+1 |
|
|
* | Add a --raw option to the sconsign script. | Steven Knight | 2005-06-25 | 1 | -4/+23 |
|
|
* | Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add... | Steven Knight | 2005-06-07 | 1 | -21/+33 |
|
|
* | Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th... | Steven Knight | 2004-09-16 | 2 | -0/+34 |
|
|
* | @REM, not just REM, in the scons.bat file. | Steven Knight | 2004-08-19 | 1 | -4/+4 |
|
|
* | Change the copyright statement to reflect ownership by the foundation. Add a... | Steven Knight | 2004-07-30 | 1 | -0/+2 |
|
|
* | Store the different dependencies in binfo separately. | Steven Knight | 2004-06-01 | 1 | -3/+5 |
|
|
* | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 1 | -32/+66 |
|
|
* | Refactor .sconsign management into its own module. | Steven Knight | 2004-05-06 | 1 | -2/+2 |
|
|
* | Have SConsignFile() use a dblite.py module by default, so we can control the ... | Steven Knight | 2004-04-25 | 1 | -48/+111 |
|
|
* | Update the Copyright years to include 2004. | Steven Knight | 2004-01-07 | 1 | -2/+2 |
|
|
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 1 | -1/+8 |
|
|
* | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -8/+1 |
|
|