| Commit message (Expand) | Author | Age | Files | Lines |
* | PY38: Resolve duplicate creation of 'work' subdir which yielded warnings. Als... | William Deegan | 2019-05-30 | 1 | -1/+3 |
|
|
* | PEP8 file | William Deegan | 2019-05-30 | 1 | -326/+374 |
|
|
* | Fixup some code triggering pylint errors. | Mats Wichmann | 2019-04-21 | 1 | -4/+4 |
|
|
* | Change test for str(node1) is str(node2) to use ==. Expecting that the strin... | William Deegan | 2018-11-12 | 1 | -1/+4 |
|
|
* | Fix typos | William Deegan | 2018-11-12 | 1 | -1/+1 |
|
|
* | fix whitespace issues | William Deegan | 2018-11-12 | 1 | -3/+0 |
|
|
* | Create test to verify fix for issue #2980 | William Deegan | 2018-11-12 | 1 | -0/+137 |
|
|
* | remove unittest.TestSuite() no longer needed as unittest.main() is available ... | William Deegan | 2018-11-12 | 1 | -32/+1 |
|
|
* | Switched test to use assertFalse because of deprication warning in 3.7 | Daniel Moody | 2018-08-10 | 1 | -1/+1 |
|
|
* | Updated FS to handle removal of splitunc function from python 3.7 | Daniel Moody | 2018-08-10 | 1 | -1/+6 |
|
|
* | Updates to get_text_content() logic and tests | William Deegan | 2017-08-24 | 1 | -2/+2 |
|
|
* | Fix issue for PY3 where file content has not BOM and isn't ascii by decodeing... | William Deegan | 2017-08-23 | 1 | -0/+8 |
|
|
* | PY2/3 disable symlink and links for win32 in FSTests.py | William Deegan | 2017-05-17 | 1 | -0/+8 |
|
|
* | more removal of sccs and rcs builder logic | William Deegan | 2017-04-18 | 1 | -33/+0 |
|
|
* | py2/3 os.symlink is now defined for win32, but unless user has privs it will ... | William Deegan | 2017-04-04 | 1 | -6/+4 |
|
|
* | Fix test for py3 & py2 compat | William Deegan | 2017-02-26 | 1 | -9/+9 |
|
|
* | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -134/+174 |
|\ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -10/+0 |
|
|
| * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -124/+148 |
|
|
| * | - added new method rentry_exists_on_disk (check for physical files/dirs) | Dirk Baechle | 2014-11-05 | 1 | -0/+26 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -3/+4 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -2/+2 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -17/+17 |
|/ |
|
* | Misc Windows test cleanups | Gary Oberbrunner | 2011-02-27 | 1 | -1/+1 |
|
|
* | Fix last commit for python 2.3; no string.rsplit(). Use rindex instead. | Gary Oberbrunner | 2010-11-21 | 1 | -0/+9 |
|
|
* | Additional UNC path test case for FS.py | Gary Oberbrunner | 2010-11-19 | 1 | -0/+11 |
|
|
* | Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be... | Gary Oberbrunner | 2010-11-18 | 1 | -14/+257 |
|
|
* | Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut... | Gary Oberbrunner | 2010-07-31 | 1 | -2/+2 |
|
|
* | Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c... | Steven Knight | 2010-05-19 | 1 | -2/+4 |
|
|
* | Eliminate custom use of old-style Proxy class in Node/FSTests.py. | Steven Knight | 2010-05-17 | 1 | -8/+1 |
|
|
* | Convert old-style classes to new-style classes. | Steven Knight | 2010-05-12 | 1 | -10/+10 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -3/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -12/+6 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 1 | -1/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -4/+4 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -2/+2 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -4/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -11/+6 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -63/+55 |
|
|
* | Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank... | Gary Oberbrunner | 2009-05-29 | 1 | -1/+7 |
|
|
* | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -2/+2 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -4/+12 |
|
|
* | Allow subclassing of File and Dir nodes by having the must_be_same() | Steven Knight | 2008-12-30 | 1 | -0/+14 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 1 | -0/+81 |
|
|
* | Fix a Glob() exception (with stack trace) when an explicit Node | Steven Knight | 2008-12-02 | 1 | -7/+26 |
|
|
* | Fix an exception and stack trace when Glob() hits an on-disk file or | Steven Knight | 2008-11-08 | 1 | -5/+17 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -1/+1 |
|
|