summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-202-2/+2
* 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-193-346/+0
* Remove the compat version of the "textwrap" module.Steven Knight2010-04-193-390/+0
* Remove the compat version of the "optparse" module.Steven Knight2010-04-193-1723/+0
* Remove the compat version of the "itertools" module.Steven Knight2010-04-193-130/+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-191-78/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-182-12/+13
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-176-27/+21
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-161-9/+7
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-1510-38/+49
* Refactor use of basestring to use exec() on attempted assignment ofSteven Knight2010-04-151-6/+5
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-1555-245/+220
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-143-2/+61
* Avoid 3.0 fixer issues by not using module names as variable names.Steven Knight2010-04-134-25/+51
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-127-57/+66
* Towards issue 2336: Rename the compat/builtins.py module toSteven Knight2010-04-113-2/+2
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-118-18/+77
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-095-31/+56
* Issue 2330: For forward compatibility, use "import profile" and haveSteven Knight2010-04-092-4/+18
* Remove the deleted _scons_UserString.py file from the packaging manifest.Steven Knight2010-04-081-1/+0
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-0725-188/+106
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-0716-73/+132
* Issue 2332 (preparation): refactor print statements so we canSteven Knight2010-04-064-11/+19
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-061-1/+3