summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a .hgignore file.Steven Knight2010-05-131-0/+7
* 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
* Added entries for 2.0.0.alpha.20100508William Deegan2010-05-102-2/+6
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-095-1035/+61
* Updated for 1.3.0.d20100501 checkpoint.William Deegan2010-05-022-10/+10
* Updated CHANGES.txt for checkpointGreg Noel2010-05-021-4/+56
* Use slice built-in instead of types.SliceTypeGreg Noel2010-05-012-4/+2
* Add test routine to exactly match a set of lines no matter the orderGreg Noel2010-05-012-6/+56
* Issue 2498: fix SourceFileScanner documentation references.Steven Knight2010-04-302-7/+12
* Restore </example> tags mistakenly deleted along with 1.5.2 code.Steven Knight2010-04-272-0/+6
* Fix test/option/profile.py to hide old-style import from fixers.Greg Noel2010-04-271-22/+6
* Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIOSteven Knight2010-04-271-2/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-268-70/+71
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-255-28/+12
* 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-2415-22/+31
* 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-24115-1268/+305
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-2328-44/+44
* 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-2111-59/+40
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-205-4/+5
* 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-206-6/+21
* 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-193-125/+31
* Remove uses of the "new" module, replacing use of its functions withSteven Knight2010-04-191-10/+6
* Index: test/Variables/help.pyGreg Noel2010-04-1910-149/+7
* Add a -3 option to print Python 3.x incompatibility warnings during tests.Steven Knight2010-04-191-2/+13
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-1811-149/+117
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-1716-61/+41
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-164-13/+23
* Refactory bin/* utilities to use os.walk() instead of os.path.walk().Steven Knight2010-04-163-25/+18
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-1515-51/+60
* 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-1569-338/+312
* Eliminate / replace remaining cPickle references in test scripts.Steven Knight2010-04-142-4/+3