summaryrefslogtreecommitdiffstats
path: root/test/explain/basic.py
Commit message (Expand)AuthorAgeFilesLines
* rm-py2: Remove "from __future__" from more placesMats Wichmann2020-02-201-4/+2
* test: Fix SyntaxWarnings on escapes in Python stringsMats Wichmann2019-09-131-3/+3
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-281-4/+6
|\
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+6
* | Fix test to use path to python being used wrather than hardcoded linux pathWilliam Deegan2019-04-261-1/+1
* | Enhanced --debug=explain output. Breaks out sources, depends, and implicit co...William Deegan2019-04-021-3/+9
|/
* use absolute python path in sheabangsPaweł Tomulik2018-10-221-1/+1
* remove unnecessary sheabangs from scripts generated by end-to-end testsPaweł Tomulik2018-10-221-3/+2
* Correct sheabangs in code snippets under test/Paweł Tomulik2018-10-221-3/+3
* Speedup explain tests on windowsWilliam Deegan2018-09-261-1/+2
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-201-20/+20
* py2/3 rb/wb fixWilliam Deegan2017-03-191-3/+3
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+3
* Issue 2264: removed implicit dependency recursion from install targets.William Blevins2015-08-071-14/+11
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-271-2/+14
* Fix test failures in test/explain/basic.py on Windows due to drive-name case ...Gary Oberbrunner2012-04-071-0/+2
* Windows portability fixes in various tests. Fix runtest.py detectionSteven Knight2010-06-061-6/+6
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+1
* Fix some tests so they can still run on Windows system withoutSteven Knight2010-01-061-49/+50
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-1/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Handle executing tests in a directory whose path contains spaces,Steven Knight2009-01-271-50/+54
* Update tests for now discovering dependencies on quoted commandsSteven Knight2009-01-201-3/+4
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-1/+1
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-3/+7
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-3/+19
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-0/+399