summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/compat/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* For some reason, using the `imp` module to do imports doesn't do quite theGreg Noel2010-06-071-7/+6
* 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-241-7/+0
* 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-191-14/+0
* Remove the compat version of the "textwrap" module.Steven Knight2010-04-191-8/+0
* Remove the compat version of the "optparse" module.Steven Knight2010-04-191-6/+0
* Remove the compat version of the "itertools" module.Steven Knight2010-04-191-5/+0
* Remove compat fnmatch.filter() support.Steven Knight2010-04-191-28/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-12/+35
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-141-2/+15
* Avoid 3.0 fixer issues by not using module names as variable names.Steven Knight2010-04-131-19/+22
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-24/+20
* Towards issue 2336: Rename the compat/builtins.py module toSteven Knight2010-04-111-1/+1
* Add compat "collections" module for pre-2.4 Python verseions. For now.Steven Knight2010-04-111-18/+23
* 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-071-5/+22
* Issue 2332: Convert from using StringIO.StringIO class to using theSteven Knight2010-04-071-0/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-14/+18
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-11/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-0/+27
* Add a compat module for the (Python 2.3) platform.py module so that testsSteven Knight2009-11-271-0/+8
* 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 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-091-0/+6
* 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
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-5/+1
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-1/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-0/+10
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-14/+8
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-0/+29
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-1/+33
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-0/+14
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-8/+8
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-0/+19
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-0/+92