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
*
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
*
|
More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...
Stefan Zimmermann
2014-03-31
1
-3/+3
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-17/+44
*
|
minor cleanup
ndbecker2
2013-09-09
1
-1/+1
*
|
Manual python3 post-2to3 fixes from Neal Becker
Gary Oberbrunner
2013-09-22
1
-4/+15
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-19/+20
|
/
*
better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ...
edA-qa mort-ora-y
2012-05-06
1
-7/+7
*
Fix for #2690: handle null __semi_deepcopy.
Gary Oberbrunner
2010-11-20
1
-1/+1
*
Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a
Steven Knight
2010-06-15
1
-11/+7
*
For some reason, using the `imp` module to do imports doesn't do quite the
Greg Noel
2010-06-07
1
-17/+10
*
Apply changes caught by fixer plus trivial optimizations
Greg Noel
2010-05-20
1
-3/+2
*
Fix breakage in how AddMethod() handles instances.
Steven Knight
2010-05-19
1
-1/+1
*
Convert SubstitutionEnvironment from an old-style class to a new-style class.
Steven Knight
2010-05-19
1
-8/+6
*
Convert Util.Proxy from an old-style class to a new-style class.
Steven Knight
2010-05-19
1
-7/+33
*
Convert (most) old-style classes in Util.py to new-style classes. Refactor a...
Steven Knight
2010-05-17
1
-18/+12
*
Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.
Greg Noel
2010-04-25
1
-7/+7
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-268/+125
[next]