| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix regression tests (imports not happening as expected) | Greg Noel | 2010-04-25 | 5 | -28/+12 |
|
|
* | Add compat support for renaming '_winreg' as 'winreg' in Python 3.x. | Greg Noel | 2010-04-25 | 3 | -64/+49 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 15 | -22/+31 |
|
|
* | Remove the compat version of the "platform" module. | Greg Noel | 2010-04-24 | 2 | -244/+0 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 115 | -1268/+305 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 28 | -44/+44 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 3 | -38/+15 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 11 | -59/+40 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 5 | -4/+5 |
|
|
* | Fix the updated code that uses os.walk() to remove matched directories. | Steven Knight | 2010-04-20 | 1 | -5/+9 |
|
|
* | Rewrite uses of reduce(), which is being deprecated for Python 3.x. | Steven Knight | 2010-04-20 | 6 | -6/+21 |
|
|
* | Remove the compat version of the tempfile.mkstemp() function. | Steven Knight | 2010-04-19 | 1 | -35/+0 |
|
|
* | Remove the compat shutil.move() function. | Steven Knight | 2010-04-19 | 1 | -39/+0 |
|
|
* | Remove the compat version of the "shlex" module. | Steven Knight | 2010-04-19 | 5 | -351/+0 |
|
|
* | Remove the compat version of the "textwrap" module. | Steven Knight | 2010-04-19 | 5 | -396/+0 |
|
|
* | Remove the compat version of the "optparse" module. | Steven Knight | 2010-04-19 | 4 | -1727/+0 |
|
|
* | Remove the compat version of the "itertools" module. | Steven Knight | 2010-04-19 | 4 | -131/+0 |
|
|
* | Remove compat fnmatch.filter() support. | Steven Knight | 2010-04-19 | 1 | -28/+0 |
|
|
* | Remove use of the "new" module from --debug=memoizer support. | Steven Knight | 2010-04-19 | 3 | -125/+31 |
|
|
* | Remove uses of the "new" module, replacing use of its functions with | Steven Knight | 2010-04-19 | 1 | -10/+6 |
|
|
* | Index: test/Variables/help.py | Greg Noel | 2010-04-19 | 10 | -149/+7 |
|
|
* | Add a -3 option to print Python 3.x incompatibility warnings during tests. | Steven Knight | 2010-04-19 | 1 | -2/+13 |
|
|
* | Replace remaining os.path.walk() calls with os.walk(). | Steven Knight | 2010-04-18 | 11 | -149/+117 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 16 | -61/+41 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-16 | 4 | -13/+23 |
|
|
* | Refactory bin/* utilities to use os.walk() instead of os.path.walk(). | Steven Knight | 2010-04-16 | 3 | -25/+18 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 15 | -51/+60 |
|
|
* | Refactor use of basestring to use exec() on attempted assignment of | Steven Knight | 2010-04-15 | 1 | -6/+5 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 69 | -338/+312 |
|
|
* | Eliminate / replace remaining cPickle references in test scripts. | Steven Knight | 2010-04-14 | 2 | -4/+3 |
|
|
* | Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to | Steven Knight | 2010-04-14 | 4 | -10/+73 |
|
|
* | Avoid 3.0 fixer issues by not using module names as variable names. | Steven Knight | 2010-04-13 | 4 | -25/+51 |
|
|
* | Issue 2336: Forward compatibility for use of the "builtins" module | Steven Knight | 2010-04-12 | 7 | -57/+66 |
|
|
* | Towards issue 2336: Rename the compat/builtins.py module to | Steven Knight | 2010-04-11 | 3 | -2/+2 |
|
|
* | Add compat "collections" module for pre-2.4 Python verseions. For now. | Steven Knight | 2010-04-11 | 8 | -18/+77 |
|
|
* | Issue 2331: For forward compatibility, use "import pickle" and have | Steven Knight | 2010-04-09 | 5 | -31/+56 |
|
|
* | Issue 2330: For forward compatibility, use "import profile" and have | Steven Knight | 2010-04-09 | 2 | -4/+18 |
|
|
* | Remove the deleted _scons_UserString.py file from the packaging manifest. | Steven Knight | 2010-04-08 | 1 | -1/+0 |
|
|
* | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 27 | -191/+115 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 16 | -73/+132 |
|
|
* | Issue 2332 (preparation): refactor print statements so we can | Steven Knight | 2010-04-06 | 4 | -11/+19 |
|
|
* | Fix test for non-win32 platforms | William Deegan | 2010-04-06 | 1 | -5/+4 |
|
|
* | Fix vc9.0 express issue, misspelling, and add testcase which would have expos... | William Deegan | 2010-04-06 | 2 | -1/+61 |
|
|
* | Issue 2331: use cPickle in preference to the pickle module. | Steven Knight | 2010-04-06 | 1 | -11/+11 |
|
|
* | Fix XML in documentation, and in the bin/scons-doc.py script that generates | Steven Knight | 2010-04-05 | 21 | -85/+94 |
|
|
* | Adding 1.3.0.d20100404 | William Deegan | 2010-04-05 | 2 | -3/+3 |
|
|
* | Remove references to the removed _scons_sets15.py module. | Steven Knight | 2010-04-02 | 2 | -5/+0 |
|
|
* | Revert revision 4742. How hard is it to understand "No bugfixes in 2.0"? | Greg Noel | 2010-03-31 | 1 | -4/+1 |
|
|
* | A bit of a blind checkin, but there's no need to put the compatibility names | Greg Noel | 2010-03-31 | 1 | -5/+2 |
|
|
* | Fix exception thrown when VC9.0Exp is used. | William Deegan | 2010-03-31 | 1 | -1/+4 |
|
|