summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* Add cmp to SCons.Util as py3 no longer provides itWilliam Deegan2017-10-111-0/+11
* Fix issue where code in utility routine to_String_for_subst() had code whose ...William Deegan2017-10-011-4/+1
* Fix many epydoc warningsWilliam Deegan2017-09-011-25/+26
* Make sure more file objects are explicitly closedEvan Driscoll2017-07-061-3/+2
* fix PY3 logic, and some PEP8 fixesWilliam Deegan2017-05-281-4/+3
* py2/3 fix to_bytes to not stringify bytearrays. Fix MD5signiture to not strin...Jane Doe2017-05-281-4/+16
* py2/3 add PY3 to use everywhere to check if running under py3William Deegan2017-05-261-0/+2
* Directly print unicode in --treeGaurav Juvekar2017-05-091-21/+2
* PY2/3 Change logic to check if the node has an issue with ascii encoding and ...William Deegan2017-05-091-4/+13
* Make --tree=all work with Python 3Gaurav Juvekar2017-03-271-1/+13
* string-escape unicode characters while printing --treeGaurav Juvekar2017-03-261-4/+4
* fix mistaken head closeWilliam Deegan2017-03-131-1/+1
|\
| * fix unicode usage for --debug=tree py2/3William Deegan2017-03-131-1/+1
* | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-131-3/+3
|\ \ | |/ |/|
| * When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-3/+3
* | no unicode in py3, u() works in py2William Deegan2017-03-121-1/+2
* | Use print() function. Fixes py2/3Craig Rodrigues2017-03-111-2/+2
|/
* fix AddMethod to work with py2&3. No need to call MethodType to add to a clas...William Deegan2017-02-281-5/+2
* change NodeList to work for both py2/py3. default __getitem__ didn't work wit...William Deegan2017-02-271-3/+29
* implement __getitem__ on NodeList to allow calling methods/properties on unde...William Deegan2017-02-261-0/+11
* PEP-8 changesWilliam Deegan2017-02-261-0/+4
* Fixed difference in types MethodType argument list between 2/3 which allowed ...William Blevins2016-09-211-4/+12
* Updating to_str and to_bytes between QMTest and SCons.Util.William Blevins2016-09-211-5/+3
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-3/+3
* Fix unicode type code to handle py2/3William Deegan2016-05-191-4/+8
* py2/3 compatibility changes.William Deegan2016-05-091-4/+18
* Remove all the six stuff.Russel Winder2016-02-021-16/+8
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-48/+79
|\
| * - fixed initialization of Util.WinError for WindowsDirk Baechle2015-12-161-5/+4
| * - fixed render_tree default argument for "visited" as wellDirk Baechle2015-12-141-1/+5
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-44/+72
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+1
* | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-16/+16
* | Some more six.PY2/PY3 usage.Stefan Zimmermann2014-01-081-7/+4
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-3/+3
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-17/+44
* | minor cleanupndbecker22013-09-091-1/+1
* | Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-4/+15
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-19/+20
|/
* better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ...edA-qa mort-ora-y2012-05-061-7/+7
* Fix for #2690: handle null __semi_deepcopy.Gary Oberbrunner2010-11-201-1/+1
* Issue 2390: Support appending to $*FLAGS values (CLVar instances) in aSteven Knight2010-06-151-11/+7
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-071-17/+10
* Apply changes caught by fixer plus trivial optimizationsGreg Noel2010-05-201-3/+2
* Fix breakage in how AddMethod() handles instances.Steven Knight2010-05-191-1/+1
* Convert SubstitutionEnvironment from an old-style class to a new-style class.Steven Knight2010-05-191-8/+6
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-191-7/+33
* Convert (most) old-style classes in Util.py to new-style classes. Refactor a...Steven Knight2010-05-171-18/+12
* Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.Greg Noel2010-04-251-7/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-268/+125