http://scons.tigris.org/issues/show_bug.cgi?id=2345
[scons.git] / src / engine / SCons / UtilTests.py
2010-04-15 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2009-05-30 pankratfix minor unicode issue in UtilTests
2009-05-17 pankratIssue 2415: Tolerate unicode strings when using intern()
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-01-04 stevenknightSimplify how NodeLists expand callable methods by makin...
2008-09-18 garyoFix issue #2091 by adding new delete_existing flags...
2008-03-31 stevenknightMerged revisions 2647-2719 via svnmerge from
2008-02-04 stevenknightMerged revisions 2527-2645 via svnmerge from
2007-09-19 stevenknightMerged revisions 2302-2362,2364-2452 via svnmerge from
2007-08-17 stevenknightMerged revisions 2136-2200,2202-2290,2292-2301 via...
2007-02-11 stevenknightMerged revisions 1784-1824 via svnmerge from
2006-07-25 stevenknightMerged revisions 1441-1539 via svnmerge from
2006-02-13 stevenknightAdd a NoClean() function. (Steven Johnson)
2005-09-19 stevenknightGive the subst logic its own SCons.Subst module. It...
2005-09-08 stevenknighttest
2005-08-20 stevenknightHandle IOError exceptions when pushing files to CacheDi...
2005-08-20 stevenknightHandle files with white space when in temporary files...
2005-01-03 stevenknightWin32 portability fixes.
2004-12-31 stevenknightBetter error message when variable substitution fails...
2004-12-29 stevenknightEnhance OverrideEnvironment, and rename the base class...
2004-11-21 stevenknightAdd a --debug=stree option to show Node status. (Kevin...
2004-11-21 stevenknightFix Value node expansion in command-line strings. ...
2004-11-11 stevenknightFaster/leaner tree dumping. (Kevin Quick)
2004-10-21 stevenknightWhen subst() returns a non-string object, return the...
2004-10-09 stevenknightPerformance optimization: use re.sub() for variable...
2004-09-27 stevenknightFix env.subst() stack trace on var containing ListAction.
2004-09-25 stevenknightAdd a ParseDepends() function to read up mkdep-style...
2004-09-15 stevenknightFix suffix selection when there's no source file. ...
2004-09-05 stevenknightLots of Configure() enhancements. (Christoph Wiedemann)
2004-08-30 stevenknightTest fixes: Win32 portability in Delete.py; fix a...
2004-08-17 stevenknightTest portability fix. Fix handling of >.
2004-07-30 stevenknightDon't blow up if the external PATH variable is not...
2004-07-30 stevenknightTreat file extensions with all digits as part of the...
2004-07-21 stevenknightAdd a .win32 attribute for FS entries; preserve Literal...
2004-05-23 stevenknightBetter handling of syntax errors during variable expans...
2004-04-04 stevenknightAdd a reject argument to the env.Whereis() method....
2004-04-02 stevenknightFix Command() when not called through an Environment.
2004-03-05 stevenknightFix use of things like ${TARGET.dir} in *PATH expansions.
2004-03-03 stevenknightRefactor Scanner internals as a prelude to fixing use...
2004-02-26 stevenknightInitialize *FLAGS variables with objects that can add...
2004-02-24 stevenknightHandle recursive substitution in overrides.
2004-02-08 stevenknightWin32 portability.
2004-02-07 stevenknightMove the __env__ construction variable into the Environ...
2004-02-04 stevenknightFix a new variable expansion bug.
2004-01-29 stevenknightProvide a better error message when a construction...
2004-01-20 stevenknightRefactor variable substitution for more scalable expans...
2004-01-05 stevenknightRefactor construction variable expansion to handle...
2003-12-12 stevenknightFix stripping the library prefix.
2003-12-06 stevenknightAdd more variable substitution tests.
2003-11-12 stevenknightRefactor the scons_subst*() tests to make it easier...
2003-09-25 stevenknightAdd more environment methods for global functions:...
2003-09-05 stevenknightSupport construction variable expansion anywhere in...
2003-08-18 stevenknightRefactor DictCmdGenerator to be a subclass of Selector.
2003-06-08 stevenknightAdd MSVS Project file support. (Greg Spencer)
2003-05-23 stevenknightSuppress illegal construction variables.
2003-05-10 stevenknightInterpolate the null string for illegal list subscripts.
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-27 stevenknightFollow-up test portability fixes for IRIX. (Chad Austin)
2003-04-23 stevenknightAdd support for MIDL. (Greg Spencer)
2003-04-11 stevenknightCygwin fixes: use -fPIC and .dll for shared libraries...
2003-04-09 stevenknightSet the SYSTEMROOT environment variable on Windows...
2003-03-14 stevenknightFix WhereIs() to return a normalized path. (Lachlan...
2003-03-13 stevenknightSupport using construction variables as re-usable,...
2003-03-12 stevenknightFix the new signature dictionary so it handles slices...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-14 stevenknightAdd --debug-includes. (Anthony Roach)
2002-12-27 stevenknightImplement the Clean() function.
2002-12-05 stevenknightChange the name of 'lib.py' to 'mslib.py'.
2002-12-03 stevenknightSupport variable substitution on scanner directories...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-10-04 stevenknightwin32 test portability fixes (Anthony Roach)
2002-08-04 stevenknightFix commands with spaces in them (Bug: 589281 and 58928...
2002-07-06 stevenknightPerformance enhancements: use a more efficient splitex...
2002-06-20 stevenknightCheck in the Tool() interface. (SK and Charles Crain)
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-17 stevenknightFix win32LinkGenerator.
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightAdd abspath construction variable modifier and variabl...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-03-27 stevenknightAdd WhereIs() functionality.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-21 stevenknightMake construction variables with a value of 0 work...
2002-03-14 stevenknightSwap the global and local arguments in scons_subst...
2002-03-12 stevenknightMove find_file() and find_files() from SCons.Util to...
2002-03-08 stevenknightFix an exception caused by a null-string CPPPATH.
2002-02-17 stevenknightAdd preliminary support for Unicode strings.
2002-02-09 stevenknightFix variable interpolation with spaces, and problems...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
2002-01-11 stevenknightFix improper initialization of a UserString (Charles...
next