| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue 2369: Don't use the deprecated md5 module, use hashlib.md5 instead. | Steven Knight | 2009-03-07 | 1 | -1/+1 |
|
|
* | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 3 | -4/+17 |
|
|
* | Issue 2360: fix a TypeError from attempts to intern() unicode objects | Steven Knight | 2009-03-02 | 3 | -1/+20 |
|
|
* | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 3 | -7/+379 |
|
|
* | Fix a nested scope issue. | Steven Knight | 2009-03-02 | 1 | -1/+1 |
|
|
* | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 12 | -30/+54 |
|
|
* | Capture some minor updates while investigating possible patches to enable | Steven Knight | 2009-02-26 | 1 | -6/+20 |
|
|
* | Issue 1059: Fix the -n option when VariantDir(duplicate=1) is used | Steven Knight | 2009-02-25 | 3 | -9/+45 |
|
|
* | Add the new checkpoint to the list of all SCons versions that can be | Steven Knight | 2009-02-25 | 1 | -0/+1 |
|
|
* | Merged revisions 3909-4041,4043-4049 via svnmerge from | Steven Knight | 2009-02-25 | 3 | -3/+3 |
|
|
* | Issue 2260, document Clean() pattern for intermediate directories | Greg Noel | 2009-02-24 | 1 | -1/+9 |
|
|
* | Add project highlight for 1.2.0.d20090223 checkpoint release. | Steven Knight | 2009-02-23 | 1 | -7/+7 |
|
|
* | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 8 | -139/+357 |
|
|
* | Remove left-over work-in-progress files from the vs_revamp branch. | Steven Knight | 2009-02-22 | 2 | -95/+0 |
|
|
* | Python 1.5 portability in last patch. | Steven Knight | 2009-02-22 | 1 | -2/+5 |
|
|
* | Undo changes to unrelated files accidentally included in r4036. | Steven Knight | 2009-02-22 | 2 | -84/+1 |
|
|
* | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 6 | -7/+102 |
|
|
* | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 8 | -34/+53 |
|
|
* | Replace embedded carriage returns with \r. | Steven Knight | 2009-02-22 | 2 | -2/+2 |
|
|
* | Fix line endings. | Steven Knight | 2009-02-22 | 7 | -633/+633 |
|
|
* | Disable the cut-and-paste tests for executing from generated Visual | Steven Knight | 2009-02-22 | 2 | -0/+8 |
|
|
* | Merged revisions 4025-4029 via svnmerge from | Steven Knight | 2009-02-21 | 12 | -114/+459 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 33 | -1144/+1621 |
|
|
* | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 7 | -15/+18 |
|
|
* | dd newer SCons versions to the list of all versions available for install. | Steven Knight | 2009-02-19 | 3 | -17/+28 |
|
|
* | Add a 'buildbot' action with knowledge of relevant packages. | Steven Knight | 2009-02-19 | 1 | -0/+11 |
|
|
* | Return the intern() string on the first call to Node.FS.Base._save_str(). | Steven Knight | 2009-02-19 | 1 | -2/+2 |
|
|
* | Fix case-sensitive handling when a scanner returns None as a suffix. | Steven Knight | 2009-02-19 | 2 | -2/+9 |
|
|
* | Add missing editor settings. | Steven Knight | 2009-02-18 | 1 | -0/+6 |
|
|
* | Split an embedded sub-test from test/Libs/LIBS.py | Steven Knight | 2009-02-18 | 2 | -79/+124 |
|
|
* | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 3 | -0/+25 |
|
|
* | Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string | Steven Knight | 2009-02-13 | 3 | -1/+117 |
|
|
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 117 | -177/+61 |
|
|
* | Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM | Steven Knight | 2009-02-11 | 5 | -12/+27 |
|
|
* | Restore emacs + vim settings lines. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 2181: intern file-names to save memory | Ludwig Hähne | 2009-02-09 | 2 | -11/+18 |
|
|
* | Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange | Steven Knight | 2009-02-09 | 4 | -2/+26 |
|
|
* | Doc string fix. | Steven Knight | 2009-02-09 | 1 | -1/+1 |
|
|
* | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 3 | -15/+34 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1205 | -0/+7206 |
|
|
* | Update Test{Cmd,Common}.py to print the command arguments if | Steven Knight | 2009-02-08 | 2 | -39/+84 |
|
|
* | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 5 | -26/+22 |
|
|
* | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 3 | -9/+114 |
|
|
* | Fix execution on systems where qmtest is in a path that contains spaces | Steven Knight | 2009-02-07 | 1 | -1/+3 |
|
|
* | Fix misspelled method name in the section that tests Python versions | Steven Knight | 2009-02-06 | 1 | -1/+1 |
|
|
* | Fixes for use of regular expression with must_contain_all_lines(). | Steven Knight | 2009-02-06 | 2 | -2/+6 |
|
|
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 235 | -459/+174 |
|
|
* | Remove unnecessary imports. | Steven Knight | 2009-02-06 | 46 | -119/+18 |
|
|
* | Commonize new string-search-in-output methods: | Steven Knight | 2009-02-06 | 56 | -443/+240 |
|
|
* | Slight rearrangement, add a comment about the customization. | Steven Knight | 2009-02-03 | 1 | -5/+18 |
|
|