summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test ripple effect from converting SCons.Util.Proxy to a new-style c...Steven Knight2010-05-191-2/+4
* Convert Util.Proxy from an old-style class to a new-style class.Steven Knight2010-05-193-7/+38
* Convert Environment.MethodWrapper from an old-style class to a new-style class.Steven Knight2010-05-181-1/+1
* Convert an old-style class in Tool/mwcc.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert an old-style class in Platform/win32.py to a new-style class.Steven Knight2010-05-181-1/+1
* Convert old-style classes in MS Tool modules to new-style classes.Steven Knight2010-05-184-6/+6
* Convert Environment._Null from an old-style class to a new-style class.Steven Knight2010-05-171-1/+1
* Convert (most) old-style classes in Util.py to new-style classes. Refactor a...Steven Knight2010-05-171-18/+12
* Eliminate custom use of old-style Proxy class in Node/FSTests.py.Steven Knight2010-05-171-8/+1
* Convert old-style classes in Node/FS.py to new-style classes. Refactor assig...Steven Knight2010-05-171-11/+9
* Convert old-style classes in Platform/__init.py to new-style classes. Add an...Steven Knight2010-05-171-5/+8
* Convert an old-style class in Tool/packaging/rpm.py to a new-style class.Steven Knight2010-05-161-1/+1
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-162-4/+4
* Commit old-style classes in Node/__init__.py to new-style classes.Steven Knight2010-05-162-10/+8
* Convert old-style classes in Executor.py modules to new-style classes.Steven Knight2010-05-161-4/+4
* Convert old-style classes in compat/*.py modules to new-style classes.Steven Knight2010-05-163-11/+4
* Convert old-style classes in various Tool/*.py modules to new-style classes.Steven Knight2010-05-154-4/+4
* Convert old-style classes in Variables/{__init__,PathVariable}.py to new-styl...Steven Knight2010-05-152-3/+3
* Convert old-style classes in cpp.py to new-style classes.Steven Knight2010-05-151-2/+2
* Convert old-style classes in dblite.py to new-style classes.Steven Knight2010-05-151-1/+1
* Convert old-style classes in tool/JavaCommon.py to new-style classes.Steven Knight2010-05-151-6/+6
* Convert old-style classes in Taskmaster.py to new-style classes.Steven Knight2010-05-151-3/+3
* Convert old-style classes in Subst.py to new-style classes.Steven Knight2010-05-151-5/+5
* Convert old-style classes in Scanner/LaTeX.py to new-style classes.Steven Knight2010-05-151-4/+4
* Convert old-style classes in PathList.py to new-style classes.Steven Knight2010-05-151-2/+2
* Convert old-style classes in Tool/__init__.py to new-style classes.Steven Knight2010-05-141-3/+3
* Convert old-style classes in Script/SConscript.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert old-style classes in Script/Main.py to new-style classes.Steven Knight2010-05-141-5/+5
* Convert old-style classes in SConsign.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert old-style classes in SConf.py to new-style classes.Steven Knight2010-05-141-4/+4
* Convert old-style class in Options/PathOption.py to new-style class.Steven Knight2010-05-141-1/+1
* Convert old-style classes in Memoize.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert old-styles in Job.py to new-style classes.Steven Knight2010-05-141-5/+5
* Convert old-style classes in Defaults.py to new-style classes.Steven Knight2010-05-131-2/+2
* Convert old-style class in CacheDir.py.Steven Knight2010-05-131-1/+1
* Convert old-style classes in Builder.py to new-style classes.Steven Knight2010-05-131-3/+3
* Convert the old-style classes in Action.py to new-style classes.Steven Knight2010-05-131-6/+6
* Convert old-style classes to new-style classes.Steven Knight2010-05-122-20/+22
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-1225-127/+127
* Use slice built-in instead of types.SliceTypeGreg Noel2010-05-011-2/+1
* Issue 2498: fix SourceFileScanner documentation references.Steven Knight2010-04-301-2/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-263-36/+20
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-252-15/+2
* Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.Greg Noel2010-04-252-57/+33
* Convert to Python 3.x division rules.Greg Noel2010-04-245-11/+13
* Remove the compat version of the "platform" module.Greg Noel2010-04-242-244/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-2447-729/+257
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-2320-33/+33
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-213-38/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-212-2/+2