summaryrefslogtreecommitdiff
path: root/src/test_interrupts.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 'from __future__ import print_function' no longer needed as we're drop...William Deegan2020-02-161-2/+0
* Stop converting to list where not neededMats Wichmann2020-01-161-1/+1
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-1/+2
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Run futurize --stage1.Russel Winder2016-01-011-0/+2
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+1
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-5/+5
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix a block in Script/Main.py that could swallow KeyboardInterruptSteven Knight2008-10-051-1/+1
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-191-2/+18
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-2/+7
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-0/+119