Only escape the executable python string itself on the display line.
[scons.git] / src /
2009-08-10 gregnoelUpdate CHANGES.txt to include Jared Grubb's contribution
2009-08-06 managanMove the definition of env['LATEXSUFFIXES'] from Defaul...
2009-08-05 garyoCheck that MSVC install dir returned by registry actual...
2009-08-04 garyoFix MSVC 7.1 IDE path (for MSVS detection code) in...
2009-08-02 stevenknightDon't die if we can't execute the Solaris packaging...
2009-08-02 stevenknightAdd optional time stamping and elapsed time reporting...
2009-08-02 stevenknightSpeed up Solaris packaging checks for C++ by caching...
2009-07-25 stevenknightDocument build fixes.
2009-07-22 managanTurns out that in my revamped TeX builder I was listing...
2009-07-22 stevenknightFix formatting of a debug message that was preventing...
2009-07-22 managanUpdate tex builder to use the -recorder option.
2009-07-21 stevenknightWhen setting up SDK, just return if there's no installe...
2009-07-21 stevenknightFix an import error for a reference in the Configure...
2009-07-21 stevenknightFix execution of test/MSV[CS]/*.py tests on non-Windows...
2009-07-21 bdbaddogIn addition to changed merged below, commented out...
2009-05-30 pankratfix minor unicode issue in UtilTests
2009-05-29 garyoFix issue #2419 by sorting the other return path from...
2009-05-29 garyoFix for issue 2088: Java version 5 is same as 1.5 and...
2009-05-22 garyoSupport Intel v11 compiler on Windows. Most of the...
2009-05-17 gregnoelIssue 2229, fix, tests, doc
2009-05-17 gregnoeltypo
2009-05-17 pankratIssue 2415: Tolerate unicode strings when using intern()
2009-05-14 gregnoelIssue 2410: Fix crash when using one-character identifi...
2009-05-13 gregnoelApply fix to Textfile/Substfile suggested by Gary Oberb...
2009-05-13 stevenknightFix packaging tests: exclude test/Fortran/.exclude_tes...
2009-05-13 stevenknightAdd ipkg.py to the MANIFEST.in list and fix 1.5 fix
2009-05-12 garyoFix issue 2421 by not trying to use os.chown on Windows.
2009-05-12 garyoFix issue 1382: chown .sconsign.dblite back to original...
2009-05-07 garyoFix #1673, CheckLib should prepend rather than append.
2009-05-07 garyoFix bug #2298, make Move factory work across filesystems.
2009-05-03 gregnoelIssue 2401: Fix usage of comparison with None, patch...
2009-05-01 stevenknightAdd __revision__ to new file, make __doc__ explicit.
2009-04-30 stevenknightAvoid swallowing KeyboardInterrupt in new try:-except...
2009-04-30 stevenknightFix try:-except:-finally: block, only valid starting...
2009-04-29 garyofix for bug #2393. Instead of just 'import'ing
2009-04-23 GregNoelSigh. Checkin to fix previous regression test cause...
2009-04-22 GregNoelFix regression failure (shadowed variable) in Python 2.1
2009-04-22 GregNoelEditing changes for textfile.xml and credit to Hartmut...
2009-04-22 GregNoelMissed the documentation for Textfile and Substfile
2009-04-22 GregNoelAdd Textfile and Substfile builders
2009-04-22 GregNoeluse correct base class for filesystem factory functions
2009-04-22 GregNoelAdd .get_file_contents() to Value() nodes
2009-04-19 stevenknightUpdates for recent modifications.
2009-04-16 stevenknightFix Python 2.2 idiom.
2009-04-15 garyoPer the bug report, this patch improves the "Do not...
2009-04-14 pankratIssue 2377: Check if isatty() exists before calling it
2009-04-14 garyoPatch submitted by Lukas Erlinghagen. Thanks, Lukas!
2009-04-10 GregNoelIssue 2349: doc-only change correcting description...
2009-04-10 GregNoelClean up Environment code as mentioned in issue 2371
2009-04-09 bdbaddogApplying patch for bug #2387 - dmd includes gphobos...
2009-04-03 benmwebbUse SCons.Action._subproc rather than os.popen.
2009-04-02 benmwebbSet a SWIGVERSION construction variable, to contain...
2009-04-01 benmwebbMinor fix to work with Python 1.5.2.
2009-03-31 benmwebbDocument the SWIGDIRECTORSUFFIX construction variable.
2009-03-31 benmwebbBe sure to honor the setting of SWIGOUTDIR when the...
2009-03-18 stevenknightAdd a missing test.pass_test() line to test/Java nested...
2009-03-11 stevenknightIssue 2372: evaluate a Node's order-only prerequisites...
2009-03-08 GregNoelIssue 2326, change execfile() to exec ... (FIXED)
2009-03-07 stevenknightIssue 2369: Don't use the deprecated md5 module, use...
2009-03-06 stevenknightIssue 2368: Fix an exception when a null command-line...
2009-03-02 stevenknightIssue 2360: fix a TypeError from attempts to intern...
2009-03-02 stevenknightFix handling of both UTF_16_LE and UTF_16_BE. Add...
2009-03-02 stevenknightFix a nested scope issue.
2009-03-02 GregNoelreplace execfile() by equivalent exec statement
2009-02-26 stevenknightCapture some minor updates while investigating possible...
2009-02-25 stevenknightIssue 1059: Fix the -n option when VariantDir(duplicat...
2009-02-25 stevenknightMerged revisions 3909-4041,4043-4049 via svnmerge from
2009-02-23 stevenknightIssue 2152: Fix the ability of --clean to handle ...
2009-02-22 stevenknightRemove left-over work-in-progress files from the vs_rev...
2009-02-22 stevenknightPython 1.5 portability in last patch.
2009-02-22 stevenknightSet IncludeSearchPath and PreprocessorDefinitions in...
2009-02-22 stevenknightMove the set_state(EXECUTED) call associated with pulli...
2009-02-21 stevenknightMerged revisions 4025-4029 via svnmerge from
2009-02-21 stevenknightMerged revisions 3088-3319,3321-3322,3324-3349,3351...
2009-02-19 stevenknightSpell the Windows environment variables consistently...
2009-02-19 stevenknightReturn the intern() string on the first call to Node...
2009-02-19 stevenknightFix case-sensitive handling when a scanner returns...
2009-02-18 stevenknightIssue 1193: Make suffix-matching for scaners
2009-02-13 stevenknightIssue 2277: Fix generation of VS 8.0 files to use...
2009-02-11 stevenknightRemove unnecessary nested $( $) around $_LIBDIRFLAGS...
2009-02-09 pankratIssue 2181: intern file-names to save memory
2009-02-09 stevenknightAdd the $CCFLAGS variable to the $PCHCOM command line...
2009-02-09 stevenknightHandle finding implicit dependents defined with doubled...
2009-02-09 stevenknightAdd emacs and vim editing settings to the bottom of...
2009-02-08 GregNoel2to3 sez, "rewrite map() as loop"
2009-02-07 stevenknightCapture a test case to verify correct behavior of ...
2009-01-31 garyoAdditional fix for issue #1249 (Mkdir fails if dir...
2009-01-29 stevenknightFix use of $CHANGED_SOURCES with the --config=force...
2009-01-28 stevenknightUser's Guide updates. (Robert P. J. Day)
2009-01-27 stevenknightDetect the presence of 8.3 names on Windows when lookin...
2009-01-25 stevenknightFix a mismatch in generated GUIDs on non-Windows platfo...
2009-01-21 stevenknightFix shelling out to non-.exe commands from --interactiv...
2009-01-20 stevenknightDetect implicit command dependencies even when the...
2009-01-20 stevenknightUpdate src/CHANGES.txt for recent checkins.
2009-01-20 stevenknightMerged revisions 3848-3890,3892-3896,3898-3908 via...
2009-01-19 stevenknightFix calculation of $UNCHANGED_SOURCES to include correc...
2009-01-18 stevenknightVarious Windows fixes:
2009-01-17 GregNoelIssue 2278: Emit header name when using SWIG directors...
2009-01-13 stevenknightFix ability to Install() the same file multiple times.
2009-01-12 managanSince my change left Russel confused I decided to clari...
next