| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Avoid swallowing KeyboardInterrupt in new try:-except: blocks. | Steven Knight | 2009-04-30 | 1 | -0/+4 |
|
|
| * | Fix try:-except:-finally: block, only valid starting with Python 2.5. | Steven Knight | 2009-04-30 | 1 | -21/+25 |
|
|
| * | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 1 | -8/+21 |
|
|
| * | Sigh. Checkin to fix previous regression test cause another | Greg Noel | 2009-04-23 | 1 | -4/+4 |
|
|
| * | Fix regression failure (shadowed variable) in Python 2.1 | Greg Noel | 2009-04-22 | 1 | -8/+14 |
|
|
| * | Editing changes for textfile.xml and credit to Hartmut Goebel | Greg Noel | 2009-04-22 | 1 | -10/+11 |
|
|
| * | Missed the documentation for Textfile and Substfile | Greg Noel | 2009-04-22 | 1 | -0/+204 |
|
|
| * | Add Textfile and Substfile builders | Greg Noel | 2009-04-22 | 1 | -0/+166 |
|
|
| * | use correct base class for filesystem factory functions | Greg Noel | 2009-04-22 | 1 | -1/+1 |
|
|
| * | Add .get_file_contents() to Value() nodes | Greg Noel | 2009-04-22 | 1 | -1/+4 |
|
|
| * | Fix Python 2.2 idiom. | Steven Knight | 2009-04-16 | 1 | -1/+3 |
|
|
| * | Per the bug report, this patch improves the "Do not know how to make | Gary Oberbrunner | 2009-04-15 | 1 | -1/+6 |
|
|
| * | Issue 2377: Check if isatty() exists before calling it | Ludwig Hähne | 2009-04-14 | 1 | -2/+2 |
|
|
| * | Patch submitted by Lukas Erlinghagen. Thanks, Lukas! | Gary Oberbrunner | 2009-04-14 | 2 | -1/+113 |
|
|
| * | Issue 2349: doc-only change correcting description of text returned from scon... | Greg Noel | 2009-04-10 | 1 | -2/+1 |
|
|
| * | Clean up Environment code as mentioned in issue 2371 | Greg Noel | 2009-04-10 | 1 | -6/+0 |
|
|
| * | Applying patch for bug #2387 - dmd includes gphobos multiple times | William Deegan | 2009-04-09 | 1 | -1/+1 |
|
|
| * | Use SCons.Action._subproc rather than os.popen. | Ben Webb | 2009-04-03 | 1 | -1/+8 |
|
|
| * | Set a SWIGVERSION construction variable, to contain the version number of the | Ben Webb | 2009-04-02 | 2 | -0/+15 |
|
|
| * | Minor fix to work with Python 1.5.2. | Ben Webb | 2009-04-01 | 1 | -2/+2 |
|
|
| * | Document the SWIGDIRECTORSUFFIX construction variable. | Ben Webb | 2009-03-31 | 1 | -0/+12 |
|
|
| * | Be sure to honor the setting of SWIGOUTDIR when the SWIG tool generates | Ben Webb | 2009-03-31 | 1 | -2/+12 |
|
|
| * | Issue 2372: evaluate a Node's order-only prerequisites before the sources | Steven Knight | 2009-03-11 | 1 | -1/+1 |
|
|
| * | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 3 | -4/+3 |
|
|
| * | 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 | 1 | -1/+1 |
|
|
| * | Issue 2360: fix a TypeError from attempts to intern() unicode objects | Steven Knight | 2009-03-02 | 2 | -1/+18 |
|
|
| * | Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test for | Steven Knight | 2009-03-02 | 1 | -7/+58 |
|
|
| * | Fix a nested scope issue. | Steven Knight | 2009-03-02 | 1 | -1/+1 |
|
|
| * | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 3 | -3/+3 |
|
|
| * | Issue 1059: Fix the -n option when VariantDir(duplicate=1) is used | Steven Knight | 2009-02-25 | 1 | -3/+6 |
|
|
| * | Issue 2152: Fix the ability of --clean to handle / delete broken | Steven Knight | 2009-02-23 | 2 | -2/+14 |
|
|
| * | 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 |
|
|
| * | Set IncludeSearchPath and PreprocessorDefinitions in the generation | Steven Knight | 2009-02-22 | 1 | -2/+5 |
|
|
| * | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 8 | -34/+53 |
|
|
| * | Merged revisions 4025-4029 via svnmerge from | Steven Knight | 2009-02-21 | 3 | -80/+82 |
|
|
| * | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 21 | -1098/+1512 |
|
|
| * | Spell the Windows environment variables consistently "SystemDrive" | Steven Knight | 2009-02-19 | 2 | -7/+7 |
|
|
| * | 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 |
|
|
| * | Issue 1193: Make suffix-matching for scaners | Steven Knight | 2009-02-18 | 2 | -0/+21 |
|
|
| * | Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s string | Steven Knight | 2009-02-13 | 1 | -1/+1 |
|
|
| * | Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM | Steven Knight | 2009-02-11 | 3 | -6/+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 | 1 | -1/+1 |
|
|
| * | Handle finding implicit dependents defined with doubled path | Steven Knight | 2009-02-09 | 1 | -2/+3 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 220 | -0/+1312 |
|
|
| * | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 4 | -17/+15 |
|
|
| * | Capture a test case to verify correct behavior of $( $) on long lines | Steven Knight | 2009-02-07 | 1 | -1/+12 |
|
|