120
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PEP8 fixes
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not stringify if not needed contents More... almost 7 years ago
py2/3 in test.read, if using py3 and not binary, then allow specifying what to do with newline. PY3 will automatically translate it which can yield \r\r\n's in files More... almost 7 years ago
py2/3 fix so test/textfile.py works with py3
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 add PY3 to use everywhere to check if running under py3
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 For msvc resource scanning, ensure we don't try to scan .tlb files which are binary. This worked fine on py2 because all strings are bytes, but failed on py3 because it wasn't valid unicode. Also fixed issue where the Classic scanner was hardcoding recursive to be 1 and not propagating any such parameter passed to its constructor. Added test for changes to Classic Scanner
bdbaddog
as William Deegan
More... almost 7 years ago
Improve error messages when test fail
bdbaddog
as William Deegan
More... almost 7 years ago
PEP8 changes
bdbaddog
as William Deegan
More... almost 7 years ago
clean up code
bdbaddog
as William Deegan
More... almost 7 years ago
Remove unnecessary lines from src/CHANGES.txt as requested. More... almost 7 years ago
Update for latest D-related pull request. Remove some trainling whitespace. More... almost 7 years ago
Revert the removal of the Fedora package exception, so as to follow the SCons deprecation cycle. More... almost 7 years ago
PY2/3 mode=r to fix MSVS test
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 disable symlink and links for win32 in FSTests.py
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 Add note about current issue
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 fix progress test failure due to trying to replace a byte array. Moved conversion to just prior to test.run()
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 Undo debugging change to universal_newlines in Popen call
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific exception for copying a file onto itself. Info about the exception is held in the exception object differently than IOError,etc
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 For the time being disable using soft or hard links in duplicating files on win32. It's supported under PY3, but SCons will need more work to make sure it's used in a consistant way and if user permissions are needed if they user has them
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 set os.environ['PYTHONIOENCODING'] = 'utf-8' for py3 and win32. Otherwise piped stdout/stderr default to windows system encodeing cp1252 which will throw UnicodeUnicodeEncodeError when outputting non ascii (KANJI) which was causing failure in test/install/non-ascii-name.py
bdbaddog
as William Deegan
More... almost 7 years ago
PY2/3 fix error message strings for py3 on win32
bdbaddog
as William Deegan
More... almost 7 years ago
remove unused import, fix some PEP8 issues
bdbaddog
as William Deegan
More... almost 7 years ago
improve some debug logic which is commented out most of the time
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 changed expected output since contents of exception string are different py2 to py3
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 disable symlink testing on py3. not supported by scons at this time
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 disable symlink testing on py3. not supported by scons at this time
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 disable symlink testing on py3. not supported by scons at this time
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 use raw string for repository string. py3 trying to decode unicode based on backslash
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 set python path to be raw string literal py3 was trying to interpret path as unicode
bdbaddog
as William Deegan
More... almost 7 years ago
py2/3 skip test on py3 because it is a function there.
bdbaddog
as William Deegan
More... almost 7 years ago