summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/UtilTests.py
Commit message (Expand)AuthorAgeFilesLines
* s/get_bool_envvar/get_os_env_bool/Paweł Tomulik2018-11-131-7/+44
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-101-0/+58
* Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...William Deegan2018-10-171-2/+2
* Add testcase to demonstrate specifying dict.values() on py3 fails. as it retu...William Deegan2018-10-171-0/+6
* PEP8William Deegan2018-10-171-80/+106
* Quiet UtilTest ResourceWarningMats Wichmann2018-07-241-2/+4
* Replace usage of unittest.TestSuite with unittest.main()Hao Wu2018-07-121-1/+0
* Add test for py2 to_Bytes properly handling unicode string and converting it ...William Deegan2018-06-231-11/+10
* Prevent TypeError with None in error messageGary Oberbrunner2018-01-161-0/+4
* Fix UtilTests to use different IO buffering for py2/3Gaurav Juvekar2017-05-101-7/+12
* remove using unicode and just prefix the string with uWilliam Deegan2017-02-261-3/+7
* Remove all the six stuff.Russel Winder2016-02-021-1/+0
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-24/+74
|\
| * - fixed render_tree default argument for "visited" as wellDirk Baechle2015-12-141-7/+45
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-15/+28
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+2
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-3/+3
* | Merged with [default]Stefan Zimmermann2014-03-311-2/+2
|\ \ | |/
| * Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+2
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-8/+9
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-14/+14
|/
* Python 2.7 fixes in four tests.Steven Knight2010-08-271-2/+7
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-071-0/+1
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-261-32/+20
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-9/+8
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-6/+8
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-9/+12
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-19/+18
* fix minor unicode issue in UtilTestsLudwig Hähne2009-05-301-1/+3
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-171-0/+8
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Simplify how NodeLists expand callable methods by making the NodeListSteven Knight2009-01-041-24/+50
* Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...Gary Oberbrunner2008-09-181-0/+16
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-38/+23
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-0/+28
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+40
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-2/+6
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+4
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-0/+11
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-131-2/+4
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-1066/+3
* testSteven Knight2005-09-081-1/+18
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-33/+0
* Handle files with white space when in temporary files. (Stanislav Baranov)Steven Knight2005-08-201-0/+6
* Win32 portability fixes.Steven Knight2005-01-031-4/+10
* Better error message when variable substitution fails. (Gary Oberbrunner)Steven Knight2004-12-311-0/+22