summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SubstTests.py
Commit message (Expand)AuthorAgeFilesLines
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-11/+0
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-11/+0
* | Merged with [default]Stefan Zimmermann2014-03-311-2/+3
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+3
* | Merged with [default]Stefan Zimmermann2014-03-311-0/+5
|\ \ | |/
| * Added tests for Literal object comparison, and updated CHANGES.txt.Gary Oberbrunner2013-09-291-0/+5
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-24/+24
|/
* - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-041-0/+2
* Python 2.7 fixes in four tests.Steven Knight2010-08-271-1/+3
* Convert old-style classes to new-style classes.Steven Knight2010-05-121-10/+12
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-261-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-7/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-6/+6
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-11/+11
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+1
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-251-8/+6
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-9/+8
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 3759-3762 via svnmerge fromSteven Knight2008-11-111-691/+689
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-4/+22
* Merged revisions 2121-2135 via svnmerge fromSteven Knight2007-07-141-0/+2
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-4/+25
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-12/+53
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-0/+6
* Fix a bug in command-line escaping. (Jan Nieuwenhuizen)Steven Knight2005-11-051-2/+17
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-0/+1135