summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Merged in dirkbaechle/scons : switch of core classes to slots, memoizer subsy...Dirk Baechle2015-08-061-1/+1
|\
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+1
* | Fix premature SyntaxError on Python 3anatoly techtonik2015-06-201-1/+1
|/
* remove double reporting of source path per comment by Anatoly in pull feedbackWilliam Deegan2014-03-091-1/+1
* Updated comment to indicate new order of priority for loading SCons python pa...William Deegan2014-03-091-1/+1
* restore SCONS_LIB_DIR to primary choice for SCons logic, then source tree fro...William Deegan2014-03-091-4/+7
* The change didn't get into 2.3.1anatoly techtonik2014-03-041-1/+1
* Several fixes for running scons.py from sourceanatoly techtonik2014-02-261-7/+11
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-071-12/+6
* Ability to run scripts/scons.py directly from source checkout.anatoly techtonik2012-11-161-1/+9
* Fixed error on Windows when there is a space in the Python installation direc...Richard Viney2012-08-311-1/+1
* 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 fromSteven 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 fromSteven 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