summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SubstTests.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-1242/+0
* Purge some py 2.7 codeWilliam Deegan2020-03-131-7/+0
* Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-171-2/+0
* syntax fixups suggested by PyCharmMats Wichmann2019-12-231-3/+3
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-1/+2
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-17/+1
* Add test for another subst dollar escaping situation. In this case 34120( is ...William Deegan2017-10-011-0/+4
* Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)William Deegan2017-08-071-0/+25
|\
| * Allow nested $( $) sectionsThomas Tanner2017-02-111-0/+25
* | change to test to make it easier to see failuresWilliam Deegan2017-02-271-2/+5
|/
* 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