summaryrefslogtreecommitdiff
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-202-140/+140
* revert some py3 changes which fail no py2 on windows and any platform/python ...William Deegan2016-05-151-3/+13
* Commit resolved conflicted merge.Russel Winder2016-04-103-46/+50
|\
| * Remove all the six stuff.Russel Winder2016-02-021-8/+2
| * Some more print statements to functions.Russel Winder2016-01-011-1/+2
| * Run futurize --stage1.Russel Winder2016-01-011-0/+2
| * Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-243-47/+54
| |\
| | * Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-2/+2
| | * Additional ()s for print.Stefan Zimmermann2014-03-311-1/+1
| | * Merged with [default]Stefan Zimmermann2014-03-313-44/+51
| | |\
| | | * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-312-8/+14
| | | * Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-5/+5
| | | * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-222-43/+44
* | | | Merged in techtonik/scons (pull request #308)William Deegan2016-04-091-0/+139
|\ \ \ \
| * | | | Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-191-18/+34
| * | | | Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-192-78/+123
| * | | | improve behaviourThomas Tanner2016-03-121-7/+23
| * | | | Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-301-0/+62
| |/ / /
* | | | script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
|/ / /
* | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-102-46/+34
* | | 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-271-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-081-1/+1
* | restore SCONS_LIB_DIR to primary choice for SCons logic, then source tree fro...William Deegan2014-03-081-4/+7
* | The change didn't get into 2.3.1anatoly techtonik2014-03-051-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-081-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