summaryrefslogtreecommitdiff
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* make .bat files execute .py script with the same name instead of trying to se...Anatoly Techtonik2011-04-161-1/+4
* fix issue #2051 - broken installation with easy_install on WindowsAnatoly Techtonik2011-04-142-29/+29
* Revert App Paths patch. `cmd.exe` doesn't use App Paths andAnatoly Techtonik2011-04-071-91/+0
* Remove unused setup.py/setup.cfg (issue #2562)Anatoly Techtonik2011-04-072-57/+0
* Improve python 3.x not supported error message.Gary Oberbrunner2011-01-121-1/+2
* Tigris issue 2562William Deegan2010-08-221-169/+0
* Convert old-style classes in src/script to new-style classes.Steven Knight2010-05-202-5/+5
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-251-9/+6
* Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.Greg Noel2010-04-251-7/+16
* Convert to Python 3.x division rules.Greg Noel2010-04-241-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-242-3/+0
* Index: test/Variables/help.pyGreg Noel2010-04-191-7/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-181-4/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-9/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-161-1/+14
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-141-8/+12
* A bit of a blind checkin, but there's no need to put the compatibility namesGreg Noel2010-03-311-5/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-292-5/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-272-15/+31
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-253-32/+28
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-212-0/+26
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-101-0/+13
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-081-5/+5
* replace execfile() by equivalent exec statementGreg Noel2009-03-021-11/+21
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-095-0/+30
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-0/+2
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-071-2/+2
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-112-18/+20
* Merged revisions 2949-2953,2955-3056 via svnmerge from0.98.5Steven Knight2008-06-101-6/+17
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-0/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+3
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-13/+57
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-32/+73
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-16/+46
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-1/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-112-0/+77
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-164-2/+1442
* Fix line endings on DOS files that want CRLF preserved.Steven Knight2006-04-151-15/+15
* Win32 portability.Steven Knight2005-08-071-1/+1
* Add a --raw option to the sconsign script.Steven Knight2005-06-251-4/+23
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-21/+33
* Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th...Steven Knight2004-09-162-0/+34
* @REM, not just REM, in the scons.bat file.Steven Knight2004-08-191-4/+4
* Change the copyright statement to reflect ownership by the foundation. Add a...Steven Knight2004-07-301-0/+2
* Store the different dependencies in binfo separately.Steven Knight2004-06-011-3/+5
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-32/+66
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-2/+2