summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-2013-146/+180
| * py2/3 rb/ab/wb fixesWilliam Deegan2017-03-201-10/+10
| * fix ab flag py2/3William Deegan2017-03-201-3/+4
| * fix ab flag py2/3William Deegan2017-03-201-8/+8
| * fix ab flag py2/3William Deegan2017-03-201-2/+3
| * Fix pickled/base64 string to be string instead of bytecode before writing to...William Deegan2017-03-201-9/+10
| * py2/3 ab fix. Plus switch to must_matchWilliam Deegan2017-03-201-5/+5
| * py2/3 fix rb/wbWilliam Deegan2017-03-203-9/+9
| * check for correct gdbm module to decide to skip or not py2/3William Deegan2017-03-201-1/+1
| * py2/3 fix wb/rbWilliam Deegan2017-03-205-18/+18
| * py2/3 fix rb/wb also replace convoluted test logic with correct test methods ...William Deegan2017-03-191-6/+6
| * py2/3 remove rb from tex processing.William Deegan2017-03-191-6/+6
| * py2/3 get_text_contents() may be working when contents is a string (Value nod...William Deegan2017-03-191-1/+1
| * change test to use get_text_contents py2/3William Deegan2017-03-191-1/+1
| * mergeWilliam Deegan2017-03-191-3/+3
| |\
| | * py2/3 switch from using starts with to a slice of the contents. With py3 cont...William Deegan2017-03-191-3/+3
| * | add pycharms dir to hgignoreWilliam Deegan2017-03-191-0/+1
| * | mergeWilliam Deegan2017-03-195-23/+23
| |\ \ | | |/
| | * py2/3 fix. Add b to w open. Needed because we're dumping node.get_contents(),...William Deegan2017-03-191-1/+1
| | * py2/3 rb/wb fixWilliam Deegan2017-03-191-3/+3
| | * typo fixWilliam Deegan2017-03-191-2/+2
| | * py2/3 must_match mode=rWilliam Deegan2017-03-191-14/+14
| | * py2/3 wb/rb changedWilliam Deegan2017-03-161-3/+3
| * | py2/3 fix wb/rbWilliam Deegan2017-03-191-2/+2
| |/
| * py2/3 convert output from running swig to get version string to string. On py...William Deegan2017-03-191-2/+2
| * py2/3 fix unnecessary binary reads. pep8 format the file while we're out atWilliam Deegan2017-03-191-9/+10
| * disable experimental win32 native CopyFile usageWilliam Deegan2017-03-191-17/+17
| * Merged in bdbaddog/scons (pull request #419)William Deegan2017-03-1911-75/+113
| |\
| | * Merged scons/scons into defaultWilliam Deegan2017-03-191-0/+1
| | |\
| | * | Allow whitespace after include file name in regex. This resolves issue runni...William Deegan2017-03-191-5/+4
| | * | remove byte regular expression as no longer validWilliam Deegan2017-03-191-1/+1
| | * | allow setting PRESERVE to 0, or False to disable preserving temporary test di...William Deegan2017-03-191-1/+2
| | * | merge from upstreamWilliam Deegan2017-01-151-4/+0
| | * | merged from upstreamWilliam Deegan2017-01-151-0/+4
| | * | try using win32 native CopyFileWilliam Deegan2017-01-151-0/+31
| | * | incremental checkinWilliam Deegan2017-03-171-45/+41
| | * | scanner.py works for win32 py27, but fails py3William Deegan2017-03-141-4/+12
| | * | move comment for method to docstringWilliam Deegan2017-03-141-3/+5
| | * | fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32William Deegan2017-03-143-18/+18
| | * | fix py2/3 win32 use SCons.Util.UnicodeType to replace uWilliam Deegan2017-03-141-1/+1
| | * | fix py2/3 win32 must_match needed mode='r'William Deegan2017-03-141-1/+1
| | * | fix py2/3 win32William Deegan2017-03-141-6/+7
| | * | try mode='w' to see if this makes source file for msvc the proper formatWilliam Deegan2017-03-141-9/+9
| * | | Fix bytes issues to fix test on Python 3.Craig Rodrigues2017-03-141-1/+3
| * | | Use mode='r' to fix tests on Python 3.Craig Rodrigues2017-03-141-6/+6
| * | | Replace string.uppercase with string.ascii_uppercase to fix test on Python 3.Craig Rodrigues2017-03-141-3/+3
| * | | Use mode='r' to fix errors on Python 3Craig Rodrigues2017-03-141-4/+4
| * | | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-3/+3
| * | | Use mode='r' to fix test on Python 3Craig Rodrigues2017-03-141-1/+1
| * | | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-1/+1