summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-144-10/+73
* 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-0727-191/+115
* 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 test for non-win32 platformsWilliam Deegan2010-04-061-5/+4
* Fix vc9.0 express issue, misspelling, and add testcase which would have expos...William Deegan2010-04-062-1/+61
* Issue 2331: use cPickle in preference to the pickle module.Steven Knight2010-04-061-11/+11
* Fix XML in documentation, and in the bin/scons-doc.py script that generatesSteven Knight2010-04-0521-85/+94
* Adding 1.3.0.d20100404William Deegan2010-04-052-3/+3
* Remove references to the removed _scons_sets15.py module.Steven Knight2010-04-022-5/+0
* Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"?Greg Noel2010-03-311-4/+1
* A bit of a blind checkin, but there's no need to put the compatibility namesGreg Noel2010-03-311-5/+2
* Fix exception thrown when VC9.0Exp is used.William Deegan2010-03-311-1/+4
* Only one SCons file uses urllib, and only one routine from that module, soGreg Noel2010-03-301-2/+11
* Remove the recently-removed _scons_sets15.py from MANIFEST.in.Steven Knight2010-03-302-2/+1
* Trivial man page fix; fixes issue #2585.Gary Oberbrunner2010-03-301-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2937-239/+79
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2921-165/+127