| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix IS_WINDOWS usage for test | William Deegan | 2020-10-04 | 1 | -1/+2 |
|
|
* | Disable flake8 F401 in test | William Deegan | 2020-10-04 | 1 | -1/+1 |
|
|
* | remove win32api from test | William Deegan | 2020-10-04 | 1 | -10/+5 |
|
|
* | Run autoflake on code | Mats Wichmann | 2020-09-21 | 2 | -14/+0 |
|
|
* | Cleanups in tests and in framework | Mats Wichmann | 2020-06-14 | 1 | -11/+2 |
|
|
* | Remove verbose_set calls from tests | Mats Wichmann | 2020-03-18 | 1 | -1/+0 |
|
|
* | rm-py2: Remove "from __future__" from more places | Mats Wichmann | 2020-02-20 | 5 | -12/+6 |
|
|
* | [travis skip] restore to non-debug settings. | William Deegan | 2019-12-27 | 1 | -5/+1 |
|
|
* | [travis skip] Turn on verbose info when running this test. | William Deegan | 2019-12-27 | 1 | -0/+1 |
|
|
* | Update debug=action-timestamps | Mats Wichmann | 2019-12-07 | 1 | -5/+5 |
|
|
* | Move SConstruct from test to file fixture | William Deegan | 2019-10-11 | 1 | -5/+1 |
|
|
* | Added debug option "timestamp", completely overhauled test | Edoardo Bezzeccheri | 2019-10-11 | 1 | -196/+67 |
|
|
* | Added debug option "timestamp", changed option "timestamp" to "action_timesta... | Edoardo Bezzeccheri | 2019-10-09 | 1 | -6/+6 |
|
|
* | Added debug option "timestamp", rename test file | Edoardo Bezzeccheri | 2019-10-09 | 1 | -0/+0 |
|
|
* | Added debug option "timestamp", fix shadowing internal fnc | Edoardo Bezzeccheri | 2019-10-09 | 1 | -2/+2 |
|
|
* | Added debug option "timestamp", add test | Edoardo Bezzeccheri | 2019-10-01 | 1 | -0/+234 |
|
|
* | Tweak a few tests | Mats Wichmann | 2019-05-30 | 1 | -22/+19 |
|
|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 12 | -38/+40 |
|
|
* | Speed up option tests for windows | William Deegan | 2018-09-26 | 31 | -24/+54 |
|
|
* | Some further adjustments to missing-sconscript tests | Mats Wichmann | 2018-07-30 | 1 | -2/+9 |
|
|
* | Change bug references from tigris -> github | Mats Wichmann | 2018-04-24 | 1 | -1/+1 |
|
|
* | fix py2/3 win32 must_match needed mode='r' | William Deegan | 2017-03-14 | 1 | -1/+1 |
|
|
* | Fix name shadowing trap brought to light by py3s changes in module import see... | William Deegan | 2017-03-13 | 1 | -8/+12 |
|
|
* | remove reference to six package.. unused | William Deegan | 2016-05-12 | 1 | -1/+0 |
|
|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 1 | -1/+1 |
|\ |
|
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 1 | -1/+1 |
|
|
* | | Run futurize --stage1. | Russel Winder | 2016-01-01 | 1 | -7/+9 |
|
|
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 4 | -21/+19 |
|\ \
| |/ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -13/+8 |
|
|
| * | - fixed several tests and tools that still used Node attributes directly | Dirk Baechle | 2015-08-06 | 1 | -2/+2 |
|
|
| * | Fix C typo error in a test | Alexandre Feblot | 2015-04-25 | 1 | -1/+1 |
|
|
| * | Updated debug-count test case. | William Blevins | 2015-03-24 | 1 | -5/+8 |
|
|
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -2/+2 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 2 | -0/+87 |
|\ \
| |/ |
|
| * | Merge pull request #88 (for real this time). Prev commit was actually #87. | Gary Oberbrunner | 2013-11-02 | 1 | -0/+86 |
| |\ |
|
| | * | Adding documentation and a couple of tests | Tom Tanner | 2013-10-08 | 1 | -0/+86 |
|
|
| * | | Fixing test failures | Tom Tanner | 2013-09-30 | 1 | -0/+1 |
| |/ |
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 4 | -2/+6 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 4 | -12/+12 |
|/ |
|
* | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -2/+2 |
|
|
* | Adding target name to output of --debug=time. Fix for Issue 2873 | Edmund Yan | 2012-09-18 | 1 | -3/+13 |
|
|
* | Removed some garbage from tests (found by accident) | ptomulik | 2012-06-18 | 2 | -194/+0 |
|
|
* | Tests for previous 2 patches | Gary Oberbrunner | 2011-03-01 | 2 | -0/+321 |
|
|
* | Python 2.7 fixes in four tests. | Steven Knight | 2010-08-27 | 1 | -4/+6 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 4 | -37/+20 |
|
|
* | Fix test/option/profile.py to hide old-style import from fixers. | Greg Noel | 2010-04-27 | 1 | -22/+6 |
|
|
* | Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIO | Steven Knight | 2010-04-27 | 1 | -2/+15 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -3/+16 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 3 | -6/+0 |
|
|