summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Node/FSTests.py
Commit message (Expand)AuthorAgeFilesLines
* Updates to get_text_content() logic and testsWilliam Deegan2017-08-241-2/+2
* Fix issue for PY3 where file content has not BOM and isn't ascii by decodeing...William Deegan2017-08-231-0/+8
* PY2/3 disable symlink and links for win32 in FSTests.pyWilliam Deegan2017-05-171-0/+8
* more removal of sccs and rcs builder logicWilliam Deegan2017-04-171-33/+0
* py2/3 os.symlink is now defined for win32, but unless user has privs it will ...William Deegan2017-04-041-6/+4
* Fix test for py3 & py2 compatWilliam Deegan2017-02-261-9/+9
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-16/+16
|\
| * Merged with [default]Stefan Zimmermann2014-03-311-16/+16
| |\
| | * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-2/+2
| | * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-17/+17
* | | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-10/+0
* | | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-271-124/+148
* | | - added new method rentry_exists_on_disk (check for physical files/dirs)Dirk Baechle2014-11-051-0/+26
|/ /
* | Switch unit tests to configurable runneranatoly techtonik2014-03-211-3/+4
|/
* Misc Windows test cleanupsGary Oberbrunner2011-02-271-1/+1
* Fix last commit for python 2.3; no string.rsplit(). Use rindex instead.Gary Oberbrunner2010-11-211-0/+9
* Additional UNC path test case for FS.pyGary Oberbrunner2010-11-191-0/+11
* Fix for issue #1420, Windows UNC path handling. Applied patch from Benoit Be...Gary Oberbrunner2010-11-181-14/+257
* Fix issue 2048: when morphing an Entry into a Dir, retain any existing execut...Gary Oberbrunner2010-07-311-2/+2
* Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c...Steven Knight2010-05-191-2/+4
* Eliminate custom use of old-style Proxy class in Node/FSTests.py.Steven Knight2010-05-171-8/+1
* Convert old-style classes to new-style classes.Steven Knight2010-05-121-10/+10
* Convert to Python 3.x division rules.Greg Noel2010-04-241-3/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-12/+6
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-201-1/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-4/+4
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-2/+2
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-4/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-11/+6
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-63/+55
* Fix issue #2419 by sorting the other return path from glob() in FS.py. Thank...Gary Oberbrunner2009-05-291-1/+7
* 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
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-4/+12
* Allow subclassing of File and Dir nodes by having the must_be_same()Steven Knight2008-12-301-0/+14
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-0/+81
* Fix a Glob() exception (with stack trace) when an explicit NodeSteven Knight2008-12-021-7/+26
* Fix an exception and stack trace when Glob() hits an on-disk file orSteven Knight2008-11-081-5/+17
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-1/+1
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-251-0/+1
* 1.5 compatiblity: string method in Node/FSTests.py.Steven Knight2008-09-231-1/+1
* Windows portability: use os.path.join() for expected subdirectory paths.Steven Knight2008-09-201-1/+6
* Make Glob() sort, to prevent spurious rebuilds. Fixes issue #2131.Gary Oberbrunner2008-09-061-4/+11
* Issue 2177: Dir get_contents changed to return list of signaturesLudwig H?hne2008-09-031-0/+27
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-45/+63
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-46/+440
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-117/+133
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-195/+69
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1