Issue 2276: Fix use of codecs module in pre-2.3 Python versions.
[scons.git] / src /
2008-12-20 stevenknightIssue 2276: Fix use of codecs module in pre-2.3 Python...
2008-12-12 stevenknightRevert r3828 (vs9 support) in favor of the vs_revamp...
2008-12-12 stevenknightIssue 2255: Handle scanning of UTF-8 and UTF-16 files...
2008-12-11 stevenknightIssue 2102: Add support for Microsoft Visual Studio...
2008-12-11 stevenknightIssue 2231: Add a --warn=future-deprecated option...
2008-12-11 garyoAdded regression test for issue #1249
2008-12-11 garyoFix issue #1249 by making Mkdir action (actually mkdir_...
2008-12-10 stevenknightPrint "scons: Build interrupted." on stderr, not stdout.
2008-12-10 stevenknightIssue 1287: copy File attributes from the local Node...
2008-12-08 stevenknightCreate Task{Always,OutOfDate}Task subclasses of Taskmas...
2008-12-07 stevenknightMake ${,UN}CHANGED_{SOURCES,TARGETS} into future reserv...
2008-12-07 stevenknightsrc/CHANGES.txt updates for changes since 4 November.
2008-12-07 stevenknightIssue 2265: Suppress messages about spurious dependenc...
2008-12-06 stevenknightIssue 2116: Eliminate some spurious dependency cycles...
2008-12-06 GregNoelIssue 2267, fix use of uninitialized variable
2008-12-05 stevenknightGive proper credit to Benoit Belley for the --taskmaste...
2008-12-05 stevenknightIssue 2265: Add additional --taskmastertrace= messages...
2008-12-05 garyoFix issue #3: make Append/PrependUnique uniquify the...
2008-12-02 stevenknightFix a Glob() exception (with stack trace) when an expli...
2008-11-25 managanAccidently left a debug print in.
2008-11-25 managanAdd a test for the case of a .DVI build using a .eps...
2008-11-19 GregNoelAdd reference to LoadableModule in SharedLibrary descri...
2008-11-15 stevenknightSpeed up Node.FS.EntryProxy.__getattr__() by not spendi...
2008-11-15 GregNoelFix typo found by Jared Grubb
2008-11-12 managanI found that my coding for automatically building ...
2008-11-12 stevenknightPython 1.5 and 2.1 compatibility: string methods,...
2008-11-11 stevenknightMerged revisions 3759-3762 via svnmerge from
2008-11-09 stevenknightIssue 2238: Add a __contains__() method to support...
2008-11-09 GregNoelIssue 2228: discard stderr by using os.devnull
2008-11-08 stevenknightFix an exception and stack trace when Glob() hits an...
2008-11-07 stevenknightFix a nested-scope regression affecting Python 1.5...
2008-11-07 GregNoelIssue 2242: Minor style and loop enhancements
2008-11-07 GregNoelIssue 2235: File.Dir() creates files in the wrong place
2008-11-04 stevenknightUpdate src/CHANGES.txt for changes since 1.1.0.
2008-10-31 pankratIssue 2087: Handle Java classes declared in methods
2008-10-31 stevenknightFix uncaught KeyboardInterrupt.
2008-10-31 stevenknightFix use of isinstance(..., tuple) so it works in older...
2008-10-31 stevenknightFix calling Exit() from within a Python function action...
2008-10-30 managanThis new test and emitter update recursively checks...
2008-10-30 stevenknightOlder Python portability: isinstance() only takes...
2008-10-29 GregNoelexception must be stringified before comparison
2008-10-29 garyoApplied Benoit Belley's patch in ticket 1957 improve...
2008-10-29 stevenknightSpeed up Node.FS.FileFinder.find_file() by avoiding...
2008-10-28 stevenknightIssue 2228: Add os.devnull to the SCons.compat layer.
2008-10-20 cournapeSet FORTRANMODDIRPREFIX for ifort tool (should fix...
2008-10-20 cournapeUpdate docstring for ifort.
2008-10-20 cournapeFix trailing space.
2008-10-17 stevenknightIssue 1568: fix a stack trace when --debug=include...
2008-10-15 stevenknightFix use of VariantDir when the -n option is used and...
2008-10-15 stevenknightSupport the -f option allowing specification of a diffe...
2008-10-15 stevenknightFix release lines (incorrect line updated in merge...
2008-10-12 stevenknightDon't use the Exception.message attribute that was...
2008-10-12 stevenknightPython 2.6 portability: add __{add,radd}__() methods...
2008-10-11 stevenknightFix our SCons.Util.CLVar implementation (__add__()...
2008-10-10 stevenknightMerged revisions 3378-3423,3425-3532,3534-3599,3601...
2008-10-10 managanDon't add an action to use epstopdf to build .pdf from .ps
2008-10-08 managanTesting on a Mac turned up a problem that did not show...
2008-10-08 GregNoelfix bug in SCons.Action._subproc
2008-10-08 stevenknightPython 1.5 compatibility.
2008-10-07 stevenknightReset the default Verbose value to False.
2008-10-07 managantest/TEX/PDF_single_source.py
2008-10-07 stevenknightFix label placement in gnuplot graphs by the "scons...
2008-10-07 stevenknightInitial Python 2.6 portability in SCons code itself...
2008-10-05 stevenknightFix a block in Script/Main.py that could swallow Keyboa...
2008-10-04 GregNoelIssue 2166, refactor Action() factory to make positiona...
2008-10-04 GregNoelFix small inefficiency in jobs dispatching
2008-10-02 garyoimplement delete_existing for AppendUnique and PrependU...
2008-10-01 stevenknightPython 2.2 portability: no dictionary pop() method.
2008-10-01 stevenknightUpdate for latest changes.
2008-10-01 stevenknightFix the regular expression for LaTeX scanning so that...
2008-10-01 garyoAdd ability to use "$SOURCE" when specifying a target...
2008-09-30 managanThis patch removes setting the variable TEXPICTS in...
2008-09-29 garyoBetter error when taskmaster gets an exception while...
2008-09-28 pankratIssue 1646: Block-wise signature computation for large...
2008-09-26 GregNoelRevert checkin of incomplete change
2008-09-26 GregNoelreassign credit where credit is due
2008-09-26 stevenknightUpdate with recent changes:
2008-09-26 cournapeAdd RC.py scanner to MANIFEST.in
2008-09-26 bdbaddogFixed an issue with the way the test was setting up...
2008-09-26 bdbaddogUpdated fix for bug 2082 adding support for D3DFX keywo...
2008-09-25 bdbaddogSort the results of unittest for RC scanner before...
2008-09-25 bdbaddogFix for previous fix for 402 and 2082
2008-09-25 stevenknightMake a naked except: block catch specific exceptions...
2008-09-25 bdbaddogFix for bugs 402 and 2082 - implement scanner for windo...
2008-09-25 GregNoelIssue 2183, fix typos
2008-09-25 GregNoelIssue 2183: .sx assembler suffix uses C preprocessor
2008-09-25 GregNoelChange FUTURE markers to TODO(1.5) so we are all using...
2008-09-23 stevenknightPython 1.5 compatibility: explicity import SCons.compa...
2008-09-23 stevenknight1.5 compatibility: string methods in Tool/msvs.py.
2008-09-23 stevenknight1.5 / 2.[01] compatibility: nested scopes in Tool...
2008-09-23 stevenknight1.5 / 2.[012] compatiblity: shutil.move() function.
2008-09-23 stevenknight1.5 compatiblity: string method in Node/FSTests.py.
2008-09-23 stevenknightIssue 2215: add a file() builtin to the compatability...
2008-09-22 stevenknightPython 2.2 portability (no .pop() method on dictionarie...
2008-09-22 managanFix the Latex scanner to search for graphics on the...
2008-09-22 GregNoelFix syntax and semantic errors preventing regression...
2008-09-22 GregNoelmake references to subprocess.Popen synchronous
2008-09-20 stevenknightWindows portability: use os.sep instead of hard-coded /.
2008-09-20 stevenknightCall str() on the string values of environment variable...
2008-09-20 stevenknightWindows portability: use os.path.join() for expected...
next