index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-1648/+0
*
Use uuid lib for Visual Studio guids
Mats Wichmann
2020-05-01
1
-1/+1
*
[PR #3591] tweak --tree=linedraw
Mats Wichmann
2020-03-24
1
-16/+16
*
Add option to use box-draw chars with --tree
Mats Wichmann
2020-03-24
1
-6/+18
*
Adding posibility to use single line drawing when displaying the dependency tree
Iosif Daniel Kurazs
2020-03-24
1
-10/+34
*
More unicode removal and cleanup
William Deegan
2020-02-18
1
-15/+13
*
remove PY3 variable from SCons.Util No longer needed
William Deegan
2020-02-17
1
-1/+0
*
Fix sider issue. Simplify code by removing py27 v py35+
William Deegan
2020-02-17
1
-14/+5
*
Clean up collections to switch to collections.abc where possible
William Deegan
2020-02-17
1
-5/+2
*
Remove if PY3 code.
William Deegan
2020-01-10
1
-7/+4
*
Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma...
William Deegan
2020-01-10
1
-21/+6
*
Remove extraneous debug output
William Deegan
2020-01-02
1
-1/+0
*
[ci skip] Add logic to know when running in pypy
William Deegan
2020-01-02
1
-0/+5
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-1/+1
*
checker fixes: None, trailing ws, list init
Mats Wichmann
2019-12-21
1
-13/+15
*
Merge pull request #3345 from mwichmann/py38warns4-tests
William Deegan
2019-04-28
1
-10/+10
|
\
|
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
1
-10/+10
*
|
Some more lint-derived cleanups
Mats Wichmann
2019-04-27
1
-3/+3
|
/
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-45/+49
*
refine get_env_bool() docstrings
Paweł Tomulik
2018-11-13
1
-9/+9
*
s/get_bool_envvar/get_os_env_bool/
Paweł Tomulik
2018-11-13
1
-4/+9
*
corrections after bdbaddog's code review
Paweł Tomulik
2018-11-10
1
-0/+26
*
Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...
William Deegan
2018-10-17
1
-2/+8
*
Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...
William Deegan
2018-10-10
1
-0/+11
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-5/+5
*
Stop using custom OrderedDict
Mats Wichmann
2018-09-01
1
-65/+9
*
Create bytearray and not bytes as no bytes type for py2
William Deegan
2018-06-23
1
-5/+5
*
Fix bug where constant string in python action yielded trying to join an arra...
William Deegan
2018-06-23
1
-1/+5
*
Oops, remove stray debugging print stmt.
Gary Oberbrunner
2018-01-16
1
-1/+0
*
Prevent TypeError with None in error message
Gary Oberbrunner
2018-01-16
1
-0/+5
*
Remove obsolete __coerce__ methods on CLVar. Not used by new style objects
William Deegan
2017-11-21
1
-2/+0
*
Add cmp to SCons.Util as py3 no longer provides it
William Deegan
2017-10-11
1
-0/+11
*
Fix issue where code in utility routine to_String_for_subst() had code whose ...
William Deegan
2017-10-01
1
-4/+1
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-25/+26
*
Make sure more file objects are explicitly closed
Evan Driscoll
2017-07-06
1
-3/+2
*
fix PY3 logic, and some PEP8 fixes
William Deegan
2017-05-28
1
-4/+3
*
py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not strin...
Jane Doe
2017-05-28
1
-4/+16
*
py2/3 add PY3 to use everywhere to check if running under py3
William Deegan
2017-05-26
1
-0/+2
*
Directly print unicode in --tree
Gaurav Juvekar
2017-05-09
1
-21/+2
*
PY2/3 Change logic to check if the node has an issue with ascii encoding and ...
William Deegan
2017-05-09
1
-4/+13
*
Make --tree=all work with Python 3
Gaurav Juvekar
2017-03-27
1
-1/+13
*
string-escape unicode characters while printing --tree
Gaurav Juvekar
2017-03-26
1
-4/+4
*
fix mistaken head close
William Deegan
2017-03-13
1
-1/+1
|
\
|
*
fix unicode usage for --debug=tree py2/3
William Deegan
2017-03-13
1
-1/+1
*
|
Merged in rodrigc/scons (pull request #410)
William Deegan
2017-03-13
1
-3/+3
|
\
\
|
|
/
|
/
|
|
*
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-3/+3
*
|
no unicode in py3, u() works in py2
William Deegan
2017-03-12
1
-1/+2
*
|
Use print() function. Fixes py2/3
Craig Rodrigues
2017-03-11
1
-2/+2
|
/
*
fix AddMethod to work with py2&3. No need to call MethodType to add to a clas...
William Deegan
2017-02-28
1
-5/+2
*
change NodeList to work for both py2/py3. default __getitem__ didn't work wit...
William Deegan
2017-02-27
1
-3/+29
[next]