summaryrefslogtreecommitdiffstats
path: root/test/Exit.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-8/+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 Winder2016-01-011-6/+6
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-5/+2
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-2/+2
|
* Have the closing message say ...terminatedSteven Knight2003-09-181-2/+2
|
* Turn more global functions into Environment methods. (clone of 0.92.C121)Steven Knight2003-09-151-2/+13
|
* Win32 portability.Steven Knight2003-03-091-3/+10
|
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+139