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
*
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
*
implement __getitem__ on NodeList to allow calling methods/properties on unde...
William Deegan
2017-02-26
1
-0/+11
*
PEP-8 changes
William Deegan
2017-02-26
1
-0/+4
*
Fixed difference in types MethodType argument list between 2/3 which allowed ...
William Blevins
2016-09-21
1
-4/+12
*
Updating to_str and to_bytes between QMTest and SCons.Util.
William Blevins
2016-09-21
1
-5/+3
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-3/+3
*
Fix unicode type code to handle py2/3
William Deegan
2016-05-19
1
-4/+8
*
py2/3 compatibility changes.
William Deegan
2016-05-09
1
-4/+18
*
Remove all the six stuff.
Russel Winder
2016-02-02
1
-16/+8
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-48/+79
|
\
|
*
- fixed initialization of Util.WinError for Windows
Dirk Baechle
2015-12-16
1
-5/+4
|
*
- fixed render_tree default argument for "visited" as well
Dirk Baechle
2015-12-14
1
-1/+5
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-44/+72
|
*
- switching Node class and NodeInfo/Binfo to using slots
Dirk Baechle
2015-02-26
1
-1/+1
*
|
Added six module as SCons.compat.six, for python3 port.
Gary Oberbrunner
2014-04-20
1
-16/+16
*
|
Some more six.PY2/PY3 usage.
Stefan Zimmermann
2014-01-08
1
-7/+4
[next]