summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Variables
Commit message (Expand)AuthorAgeFilesLines
* Improve manpage treatment of Variables and ConfigureMats Wichmann2020-03-262-12/+16
* Fix some pyflakes warningsMats Wichmann2020-01-232-3/+3
* Some more lint-derived cleanupsMats Wichmann2019-04-273-5/+5
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-126-29/+9
* Fix logic which was broken by automatic fixers. the sort parameter to Generat...William Deegan2017-10-112-1/+26
* Add cmp to SCons.Util as py3 no longer provides itWilliam Deegan2017-10-111-6/+1
* Fix many epydoc warningsWilliam Deegan2017-09-016-50/+50
* Make sure more file objects are explicitly closedEvan Driscoll2017-07-061-1/+3
* Merged in rodrigc/scons (pull request #409)William Deegan2017-03-132-2/+2
|\
| * Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-112-2/+2
* | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-122-3/+3
|/
* define cmp() as it's not available on py3 for testsWilliam Deegan2017-02-261-0/+8
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-202-3/+3
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-247-19/+39
|\
| * - fixed render_tree default argument for "visited" as wellDirk Baechle2015-12-141-0/+16
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-106-19/+23
* | Merged with [default]Stefan Zimmermann2014-03-316-12/+18
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-216-12/+18
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-312-3/+3
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-224-20/+20
|/
* Improve error messages for invalid EnumVariables to include legal values.Gary Oberbrunner2011-01-131-1/+1
* Convert old-style classes in Variables/{__init__,PathVariable}.py to new-styl...Steven Knight2010-05-152-3/+3
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-242-14/+8
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-152-12/+12
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-272-5/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-256-54/+46
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-035-13/+13
* Fix Python 2.2 idiom.Steven Knight2009-04-161-1/+3
* Patch submitted by Lukas Erlinghagen. Thanks, Lukas!Gary Oberbrunner2009-04-142-1/+113
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-082-3/+2
* replace execfile() by equivalent exec statementGreg Noel2009-03-022-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0912-0/+71
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-115-8/+0
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-1712-0/+2223