summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-211-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-201-1/+1
* Remove uses of the "new" module, replacing use of its functions withSteven Knight2010-04-191-10/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-2/+4
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-071-3/+1
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-14/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-10/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-15/+16
* http://scons.tigris.org/issues/show_bug.cgi?id=2341Greg Noel2010-03-251-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-48/+42
* BUG: fix regression failure after is_win64 fix.David Cournapeau2009-09-091-0/+3
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-11/+11
* Issue 2415: Tolerate unicode strings when using intern()Ludwig Hähne2009-05-171-0/+21
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-1/+23
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* 2to3 sez, "rewrite map() as loop"Greg Noel2009-02-081-4/+4
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-17/+30
* Simplify how NodeLists expand callable methods by making the NodeListSteven Knight2009-01-041-23/+13
* Fix bug 2193: http://scons.tigris.org/issues/show_bug.cgi?id=2193Gary Oberbrunner2009-01-011-8/+26
* Issue 1417: Fix use of attributes (${SOURCES.windows}, e.g.) with nullSteven Knight2008-12-301-22/+17
* Fix our SCons.Util.CLVar implementation (__add__() and __radd__()Steven Knight2008-10-111-0/+4
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+17
* Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ...Gary Oberbrunner2008-09-181-24/+80
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-38/+112
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-33/+116
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-46/+78
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-0/+93
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-4/+88