Eliminate / replace remaining cPickle references in test scripts.
[scons.git] / src /
2010-04-14 stevenknightAdd a stub compat/_scon_dbm.py module and copy whichdb...
2010-04-13 stevenknightAvoid 3.0 fixer issues by not using module names as...
2010-04-12 stevenknightIssue 2336: Forward compatibility for use of the ...
2010-04-11 stevenknightTowards issue 2336: Rename the compat/builtins.py...
2010-04-11 stevenknightAdd compat "collections" module for pre-2.4 Python...
2010-04-09 stevenknightIssue 2331: For forward compatibility, use "import...
2010-04-09 stevenknightIssue 2330: For forward compatibility, use "import...
2010-04-08 stevenknightRemove the deleted _scons_UserString.py file from the...
2010-04-07 stevenknightIssue 2334: Use compatibility versions of collections...
2010-04-07 stevenknightIssue 2332: Convert from using StringIO.StringIO class...
2010-04-06 stevenknightIssue 2332 (preparation): refactor print statements...
2010-04-06 bdbaddogFix vc9.0 express issue, misspelling, and add testcase...
2010-04-06 stevenknightIssue 2331: use cPickle in preference to the pickle...
2010-04-05 stevenknightFix XML in documentation, and in the bin/scons-doc...
2010-04-02 stevenknightRemove references to the removed _scons_sets15.py module.
2010-03-31 gregnoelRevert revision 4742. How hard is it to understand...
2010-03-31 gregnoelA bit of a blind checkin, but there's no need to put...
2010-03-31 bdbaddogFix exception thrown when VC9.0Exp is used.
2010-03-30 stevenknightRemove the recently-removed _scons_sets15.py from MANIF...
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-29 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2345
2010-03-27 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2329
2010-03-25 stevenknightIssue 2327: provide a compat sorted() function for...
2010-03-25 gregnoelscons.tigris.org/issues/show_bug.cgi?id=2341
2010-03-25 gregnoelMove 2.0 changes collected in branches/pending back...
2010-03-24 garyoMerged r4724 (1.3.0 release changes) back into trunk.
2010-03-19 garyoPrevent "Exp" in MSVC version name from causing problems.
2010-03-19 bdbaddogFix for MSSDK initialiation
2010-03-16 bdbaddogMore VS/VC/SDK debug code.
2010-03-15 bdbaddogAdd more debug output to Visual Studio/VC/ SDK initiali...
2010-02-21 stevenknightIssue 2051: Support execution when installed via easy_...
2010-02-17 stevenknightGenerate an error message if a BUILDERS entry is set...
2010-02-12 garyoAdd documentation for MSVC_USE_SCRIPT.
2010-02-10 bdbaddogUpdate CHANGES to give some credit for patches
2010-02-10 bdbaddogMainly patch from James Teh
2010-02-09 bdbaddogMS win32 sdk issue, fixed requested arch to not request...
2010-02-07 bdbaddogFix the case where neither vc nor sdk script exist...
2010-02-05 bdbaddogGracefully handle not finding the VC and/or SDK setup...
2010-02-05 stevenknightMerged revisions 4645,4647-4651,4654-4656 via svnmerge...
2010-02-04 bdbaddogIt should now handle picking up the SDK compilers when...
2010-01-21 stevenknightBack out post-2.0 code changes from trunk: r4643, r4642...
2010-01-20 managanSomehow I managed to lose this change in a comment
2010-01-20 managanUpdate tex builder to handle the case where a \input...
2010-01-20 managanFix spelling.
2010-01-19 stevenknightIssue 2540: Make the messages printed when checking...
2010-01-19 stevenknightIssue 2537: fix typos in the man page. (Luca Faravigna)
2010-01-19 bdbaddogMerge back from checkpoint.
2010-01-17 stevenknightUpdate next checkpoint version and datestamp
2010-01-14 stevenknightPython 1.5 fix (nested scopes).
2010-01-14 stevenknightMake the default SystemRoot a Windows-like "C:\\WINDOWS...
2010-01-14 stevenknightFix use of varlist in CommandGeneratorAction, ListActio...
2010-01-14 stevenknightFix a missed name change of TimeStamp => TimeStampDefault.
2010-01-11 garyoImprove documentation of MSVC_VERSION and TARGET_ARCH.
2010-01-11 garyoAdded release note re: Visual Studio detection, MSVC_VE...
2010-01-11 bdbaddogFix for 2422
2010-01-11 garyoFix #2515: use better way to detect 64-bit OS.
2010-01-09 stevenknightPython 1.5 fix (no continue within a try:-except: block...
2010-01-07 managanI got the order of the arguments wrong in a Clean(...
2010-01-06 stevenknightIssue 2505: fix use of pre-compiled headers when the...
2010-01-06 stevenknightFix path name checks for case-insensitive file systems.
2010-01-04 managanChange scanner to properly search for included file...
2009-12-22 stevenknightDon't look for copyright strings in buildbot timings...
2009-12-20 gregnoelIssue 2482: Avoid wrapping decider unnecessarily
2009-12-20 garyoAdd a message to the UserError raised when trying to...
2009-12-17 managanRunning PDF() on an .eps file on windows with MikTex...
2009-12-17 managanAdd scanning of files included in Latex by means of...
2009-12-16 garyoBetter fix for #2530: dont exit at all on unimplemented...
2009-12-15 garyoIntegrated patch for bug 2530: SCons should not exit...
2009-12-05 garyoIntegrate patch from issue #2436: fix regression from...
2009-11-29 stevenknightFix c++ compiler detection: correct the order of value...
2009-11-28 stevenknightFix get_host_target()'s use of platform.machine() on...
2009-11-28 stevenknightRemove the obsolete msvs_exists() unit test.
2009-11-27 stevenknightAdd a compat module for the (Python 2.3) platform.py...
2009-11-26 garyoFix wrong var name in r4486, thanks Greg!
2009-11-26 garyoUse VisualCMissingWarning instead of making a stack...
2009-11-26 stevenknightPython 1.5 fix: no +=
2009-11-25 managanAdd a test for the case where a latex file uses \input...
2009-11-25 garyoAnother test fix for the MSVS tests.
2009-11-25 garyoA couple more test fixes, to make test/import.py work...
2009-11-24 garyoDoc tweaks for MSVC_VERSION and TARGET_ARCH.
2009-11-24 garyoFix check for too-old Visual Studio with non-x86 arch...
2009-11-23 cournapeENH: explicit check for supported arch per version...
2009-11-23 cournapeREF: query host/target arch only when using bat file.
2009-11-23 stevenknightPython 1.5 compat: if 'text' in kw.keys()
2009-11-20 gregnoelFaster backward-compatible code
2009-11-19 cournapeENH: add a cache for get_installed_vcs, as it used...
2009-11-19 cournapeBUG: fix caching bug for msvc_setup_once.
2009-11-19 cournapeDOC: add doc for TARGET_ARCH/HOST_ARCH + obsolete MSVS_...
2009-11-19 cournapeREF: remove duplicated function msvc_setup_env_once.
2009-11-19 cournapeBUG: fix MSVC_USE_SCRIPT=False case.
2009-11-19 cournapeBUG: return early with warning if no version of vc...
2009-11-19 cournapeBUG: catch any VisualCException when querying available...
2009-11-19 cournapeENH: add support for Itanium architecture.
2009-11-19 cournapeENH: use Gary error checking, but using exception inste...
2009-11-19 cournapeENH: set up MSVS_VERSION and MSVS dict while setting...
2009-11-19 cournapeBUG: catch error while canonalizing arch for host/target.
2009-11-19 cournapeENH: use msvc_exists for all tools in the Visual Studio...
2009-11-19 cournapeENH: handle MSVS_VERSION additionally to MSVC_VERSION...
2009-11-19 cournapeREF: move vc2 to vc module.
2009-11-19 cournapeENH: use a pre-sorted list for MSVC versions to check.
next