summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* py2/3 use sysconfig.get_config_var('WITH_THREAD') to determine if python has ...William Deegan2017-04-061-1/+5
* py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+2
* py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+3
* py2/3 fix test logic to handle bytes vs strings when matchingWilliam Deegan2017-04-061-3/+7
* py2/3 don't try to force import threading failure on py3. threading is import...William Deegan2017-04-061-1/+1
* py2/3 fix mode='r'William Deegan2017-04-063-52/+52
* py2/3 Need to add __hash__ function to EntryProxy as with py3 __hash__ functi...William Deegan2017-04-061-0/+6
* pep8William Deegan2017-04-061-261/+283
* pep8William Deegan2017-04-061-297/+353
* handle gettext.py rename to gettext_tool.py for bootstrap.pyWilliam Deegan2017-04-061-1/+1
* py2/3 Remove pdf from list of files to scan. This was causing errors as the ...William Deegan2017-04-061-1/+4
* mergeWilliam Deegan2017-04-051-10/+0
|\
| * remove duplicate definitions for to_bytes and to_strWilliam Deegan2017-04-051-10/+0
* | py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytesWilliam Deegan2017-04-052-19/+29
|/
* py2/3 fix escaped unicode space to work for both py2/3William Deegan2017-04-057-14/+14
* py2/3 exceptions in py3 seem to have full package nameWilliam Deegan2017-04-051-1/+1
* pep8William Deegan2017-04-051-0/+3
* py2/3 ensure strings sent to process are bytes on win32. This fixes most fo t...William Deegan2017-04-041-0/+12
* pep8William Deegan2017-04-041-1/+1
* py2/3 os.symlink is now defined for win32, but unless user has privs it will ...William Deegan2017-04-041-6/+4
* pep8William Deegan2017-04-041-1/+1
* pep8William Deegan2017-04-041-0/+3
* py2/3 more work on getting exception handling to work properly on both py2/3William Deegan2017-04-041-1/+2
* added SCons.Tool loaded tools to SCons.Tool namespaceWilliam Deegan2017-04-041-0/+6
* py2/3 mode=r/w fixesWilliam Deegan2017-04-033-6/+6
* py2/3 swap to must_match and mode=rWilliam Deegan2017-04-031-4/+4
* py2/3 mode=r fixWilliam Deegan2017-04-031-1/+1
* py2/3 ensure rpmbuild output from popen is string and not bytesWilliam Deegan2017-04-031-1/+1
* py2/3 fix possible byte string of machine nameWilliam Deegan2017-04-031-0/+3
* py2/3 ensure that errstr is string and not bytesWilliam Deegan2017-04-031-3/+5
* py2/3 define __lt__ for nodes, so sort will work on py3William Deegan2017-04-031-0/+4
* py2/3 another module shadowing issue... test file bz2.py blocking python lib ...William Deegan2017-04-031-0/+0
* py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...William Deegan2017-04-032-5/+14
* mergeWilliam Deegan2017-04-031-1/+7
|\
| * change logic to drop ./ or .\ from front of specified test/testpath so logic ...William Deegan2017-04-031-1/+7
* | mergeWilliam Deegan2017-04-031-23/+55
|\ \ | |/
| * py2/3 and win/non-win Fixed: checkLogAndStdout to us \n's instead of platform...William Deegan2017-04-031-23/+55
* | Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.William Deegan2017-04-031-1/+1
|/
* Create docstring for checkLogAndStdout. Add useful comments as wellWilliam Deegan2017-04-031-1/+30
* mergeWilliam Deegan2017-04-032-1/+3
|\
| * Fix runtest.py to work with win32 paths specified as .\test\xyzWilliam Deegan2017-04-031-0/+3
| * fix test/Configure/ConfigureDryRunTest read logfile as non binaryWilliam Deegan2017-04-031-1/+0
* | py2/3 fix binary file write issueWilliam Deegan2017-04-021-2/+2
|/
* fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
* macosx improve logic to find jni.hWilliam Deegan2017-04-011-2/+9
* pep8William Deegan2017-04-011-0/+2
* updates to finding java includes to work with oracle java 8 on linuxWilliam Deegan2017-04-011-1/+2
* Fix dumbdbm/dbm.dumb for py2/3William Deegan2017-04-011-4/+9
* Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-012-9/+28
* py2/3 fix test.read mode='r', swap fail_test(test.read( with must_matchWilliam Deegan2017-03-311-1/+1