summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-281-10/+10
|\
| * [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-10/+10
* | Some more lint-derived cleanupsMats Wichmann2019-04-271-3/+3
|/
* Fixup some code triggering pylint errors.Mats Wichmann2019-04-211-45/+49
* refine get_env_bool() docstringsPaweł Tomulik2018-11-131-9/+9
* s/get_bool_envvar/get_os_env_bool/Paweł Tomulik2018-11-131-4/+9
* corrections after bdbaddog's code reviewPaweł Tomulik2018-11-101-0/+26
* Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ...William Deegan2018-10-171-2/+8
* Fix Bug #3212. Using CacheDir with Configure TryCompile with Python 3 was fai...William Deegan2018-10-101-0/+11
* A few syntax cleanupsMats Wichmann2018-10-031-5/+5
* Stop using custom OrderedDictMats Wichmann2018-09-011-65/+9
* Create bytearray and not bytes as no bytes type for py2William Deegan2018-06-231-5/+5
* Fix bug where constant string in python action yielded trying to join an arra...William Deegan2018-06-231-1/+5
* Oops, remove stray debugging print stmt.Gary Oberbrunner2018-01-161-1/+0
* Prevent TypeError with None in error messageGary Oberbrunner2018-01-161-0/+5
* Remove obsolete __coerce__ methods on CLVar. Not used by new style objectsWilliam Deegan2017-11-211-2/+0
* 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