index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
UtilTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
1
-6/+6
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
1
-32/+20
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-1/+1
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
1
-9/+8
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
1
-6/+8
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-9/+12
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-19/+18
*
fix minor unicode issue in UtilTests
Ludwig Hähne
2009-05-30
1
-1/+3
*
Issue 2415: Tolerate unicode strings when using intern()
Ludwig Hähne
2009-05-17
1
-0/+8
*
Issue 2401: Fix usage of comparison with None, patch from Jared Grubb
Greg Noel
2009-05-03
1
-2/+2
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Simplify how NodeLists expand callable methods by making the NodeList
Steven Knight
2009-01-04
1
-24/+50
*
Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...
Gary Oberbrunner
2008-09-18
1
-0/+16
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
1
-38/+23
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-0/+28
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-2/+40
*
Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from
Steven Knight
2007-08-17
1
-2/+6
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-2/+4
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-0/+11
*
Add a NoClean() function. (Steven Johnson)
Steven Knight
2006-02-13
1
-2/+4
*
Give the subst logic its own SCons.Subst module. It's big enough.
Steven Knight
2005-09-19
1
-1066/+3
*
test
Steven Knight
2005-09-08
1
-1/+18
*
Handle IOError exceptions when pushing files to CacheDir (and elsewhere).
Steven Knight
2005-08-20
1
-33/+0
*
Handle files with white space when in temporary files. (Stanislav Baranov)
Steven Knight
2005-08-20
1
-0/+6
*
Win32 portability fixes.
Steven Knight
2005-01-03
1
-4/+10
*
Better error message when variable substitution fails. (Gary Oberbrunner)
Steven Knight
2004-12-31
1
-0/+22
*
Enhance OverrideEnvironment, and rename the base class to an enhanced and may...
Steven Knight
2004-12-29
1
-36/+59
*
Add a --debug=stree option to show Node status. (Kevin Quick)
Steven Knight
2004-11-21
1
-32/+71
*
Fix Value node expansion in command-line strings. (Kevin Quick)
Steven Knight
2004-11-21
1
-7/+12
*
Faster/leaner tree dumping. (Kevin Quick)
Steven Knight
2004-11-11
1
-9/+49
*
When subst() returns a non-string object, return the object and not a list on...
Steven Knight
2004-10-21
1
-3/+3
*
Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie...
Steven Knight
2004-10-09
1
-0/+3
*
Fix env.subst() stack trace on var containing ListAction.
Steven Knight
2004-09-27
1
-0/+28
*
Add a ParseDepends() function to read up mkdep-style files.
Steven Knight
2004-09-25
1
-0/+23
*
Fix suffix selection when there's no source file. (Kevin Quick)
Steven Knight
2004-09-15
1
-3/+6
*
Lots of Configure() enhancements. (Christoph Wiedemann)
Steven Knight
2004-09-05
1
-2/+6
*
Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu...
Steven Knight
2004-08-30
1
-2/+8
*
Test portability fix. Fix handling of >.
Steven Knight
2004-08-17
1
-0/+6
*
Don't blow up if the external PATH variable is not set.
Steven Knight
2004-07-30
1
-44/+53
*
Treat file extensions with all digits as part of the base name. (Gary Oberbr...
Steven Knight
2004-07-30
1
-0/+15
*
Add a .win32 attribute for FS entries; preserve Literal() attributes when con...
Steven Knight
2004-07-21
1
-0/+6
*
Better handling of syntax errors during variable expansion. (Anthony Roach)
Steven Knight
2004-05-23
1
-2/+6
*
Add a reject argument to the env.Whereis() method. (sam th)
Steven Knight
2004-04-04
1
-0/+5
*
Fix Command() when not called through an Environment.
Steven Knight
2004-04-02
1
-1/+15
*
Fix use of things like ${TARGET.dir} in *PATH expansions.
Steven Knight
2004-03-05
1
-0/+26
*
Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}'
Steven Knight
2004-03-03
1
-25/+0
*
Initialize *FLAGS variables with objects that can add flags either as strings...
Steven Knight
2004-02-26
1
-0/+117
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-0/+80
*
Win32 portability.
Steven Knight
2004-02-08
1
-2/+2
[next]