Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | Resolving a batch of failing tests for python 2.7. | William Blevins | 2016-01-24 | 1 | -4/+4 |
| | | | | Note: please evaluate python 3.X compliance. | ||||
* | test: site_scons/site_init: list() globals keys for looping to allow changes. | Stefan Zimmermann | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵ | Gary Oberbrunner | 2010-07-04 | 1 | -4/+50 |
| | | | | closes issue 2520. | ||||
* | Fix site_scons/site_init.py test failure on Windows by using 'type' instead ↵ | Gary Oberbrunner | 2009-05-12 | 1 | -3/+9 |
| | | | | of 'cat' if win32. | ||||
* | fix for bug #2393. Instead of just 'import'ing | Gary Oberbrunner | 2009-04-29 | 1 | -0/+89 |
site_scons/site_init.py, I now load that file directly into the SCons.Script namespace using exec ... in. This allows site_init.py to define tools in the way users expect. |