summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/compat
Commit message (Expand)AuthorAgeFilesLines
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-072-21/+11
* Convert old-style classes in compat/*.py modules to new-style classes.Steven Knight2010-05-163-11/+4
* Use slice built-in instead of types.SliceTypeGreg Noel2010-05-011-2/+1
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-251-14/+1
* Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.Greg Noel2010-04-251-50/+26
* 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-241-17/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-211-30/+9
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-211-1/+1
* 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-192-345/+0
* Remove the compat version of the "textwrap" module.Steven Knight2010-04-192-389/+0
* Remove the compat version of the "optparse" module.Steven Knight2010-04-192-1722/+0
* Remove the compat version of the "itertools" module.Steven Knight2010-04-192-129/+0
* Remove compat fnmatch.filter() support.Steven Knight2010-04-191-28/+0
* Index: test/Variables/help.pyGreg Noel2010-04-191-78/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-172-23/+16
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-152-14/+37
* 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-155-18/+18
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-142-2/+60
* 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-123-45/+52
* Towards issue 2336: Rename the compat/builtins.py module toSteven Knight2010-04-112-1/+1
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-112-18/+66
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-0/+14
* Issue 2330: For forward compatibility, use "import profile" and haveSteven Knight2010-04-091-0/+14
* Issue 2334: Use compatibility versions of collections.User{Dict,List,String}Steven Knight2010-04-072-99/+22
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-072-0/+46
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-295-200/+27
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-2911-98/+86
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-274-40/+28
* Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.Steven Knight2010-03-251-0/+33
* http://scons.tigris.org/issues/show_bug.cgi?id=2341Greg Noel2010-03-251-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-253-3/+30
* It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...William Deegan2010-02-041-15/+17
* Add a compat module for the (Python 2.3) platform.py module so that testsSteven Knight2009-11-272-0/+245
* Python 1.5 compat: if 'text' in kw.keys()Steven Knight2009-11-231-1/+3
* 1.5 fix: use apply() instead of (*args, **kw).Steven Knight2009-11-151-2/+2
* 1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..."Steven Knight2009-11-151-1/+1
* Apply patch submitted in issue #947 to fix race condition inGary Oberbrunner2009-11-151-0/+35
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-081-1/+1
* replace execfile() by equivalent exec statementGreg Noel2009-03-021-1/+1
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-231-0/+7
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0911-0/+66
* Issue 2247: Don't fail if we can't import a _subprocess module on Windows.Steven Knight2008-12-201-1/+5
* Issue 2228: Add os.devnull to the SCons.compat layer.Steven Knight2008-10-281-0/+13
* 1.5 / 2.[012] compatiblity: shutil.move() function.Steven Knight2008-09-231-0/+40