Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -4/+8 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Some more statement to function transforms. | Russel Winder | 2016-01-01 | 1 | -4/+4 |
| | |||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+5 |
| | |||||
* | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -2/+3 |
| | |||||
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -1/+1 |
| | |||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Add output to tell people when we're reading SConscript files versus when ↵ | Steven Knight | 2002-09-30 | 1 | -3/+2 |
| | | | | we're building targets. | ||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -1/+2 |
| | | | | Default() targets. | ||||
* | Allow build directories outside the SConstruct tree; add a FindFile() ↵ | Steven Knight | 2002-07-10 | 1 | -0/+64 |
function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain) |