summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-092-1027/+53
* Updated CHANGES.txt for checkpointGreg Noel2010-05-021-4/+56
* 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-253-24/+8
* Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.Greg Noel2010-04-253-64/+49
* Convert to Python 3.x division rules.Greg Noel2010-04-246-15/+17
* 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-2454-772/+259
* 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
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-202-2/+2
* Fix the updated code that uses os.walk() to remove matched directories.Steven Knight2010-04-201-5/+9
* Rewrite uses of reduce(), which is being deprecated for Python 3.x.Steven Knight2010-04-204-4/+15
* Remove the compat version of the tempfile.mkstemp() function.Steven Knight2010-04-191-35/+0
* Remove the compat shutil.move() function.Steven Knight2010-04-191-39/+0
* Remove the compat version of the "shlex" module.Steven Knight2010-04-195-351/+0
* Remove the compat version of the "textwrap" module.Steven Knight2010-04-195-396/+0
* Remove the compat version of the "optparse" module.Steven Knight2010-04-194-1727/+0
* Remove the compat version of the "itertools" module.Steven Knight2010-04-194-131/+0
* Remove compat fnmatch.filter() support.Steven Knight2010-04-191-28/+0
* Remove use of the "new" module from --debug=memoizer support.Steven Knight2010-04-192-81/+25
* Remove uses of the "new" module, replacing use of its functions withSteven Knight2010-04-191-10/+6
* Index: test/Variables/help.pyGreg Noel2010-04-192-85/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-184-28/+27
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-177-36/+25