index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed some pre-Python 2.4 compatibility code
anatoly techtonik
2012-12-07
1
-43/+0
*
For some reason, using the `imp` module to do imports doesn't do quite the
Greg Noel
2010-06-07
2
-21/+11
*
Convert old-style classes in compat/*.py modules to new-style classes.
Steven Knight
2010-05-16
3
-11/+4
*
Use slice built-in instead of types.SliceType
Greg Noel
2010-05-01
1
-2/+1
*
Fix regression tests (imports not happening as expected)
Greg Noel
2010-04-25
1
-14/+1
*
Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.
Greg Noel
2010-04-25
1
-50/+26
*
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
1
-17/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
1
-1/+1
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
1
-30/+9
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-21
1
-1/+1
*
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
2
-345/+0
*
Remove the compat version of the "textwrap" module.
Steven Knight
2010-04-19
2
-389/+0
*
Remove the compat version of the "optparse" module.
Steven Knight
2010-04-19
2
-1722/+0
*
Remove the compat version of the "itertools" module.
Steven Knight
2010-04-19
2
-129/+0
*
Remove compat fnmatch.filter() support.
Steven Knight
2010-04-19
1
-28/+0
*
Index: test/Variables/help.py
Greg Noel
2010-04-19
1
-78/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-17
2
-23/+16
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
2
-14/+37
*
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
5
-18/+18
*
Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to
Steven Knight
2010-04-14
2
-2/+60
*
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
3
-45/+52
*
Towards issue 2336: Rename the compat/builtins.py module to
Steven Knight
2010-04-11
2
-1/+1
*
Add compat "collections" module for pre-2.4 Python verseions. For now.
Steven Knight
2010-04-11
2
-18/+66
*
Issue 2331: For forward compatibility, use "import pickle" and have
Steven Knight
2010-04-09
1
-0/+14
*
Issue 2330: For forward compatibility, use "import profile" and have
Steven Knight
2010-04-09
1
-0/+14
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
2
-99/+22
*
Issue 2332: Convert from using StringIO.StringIO class to using the
Steven Knight
2010-04-07
2
-0/+46
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
5
-200/+27
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-03-29
11
-98/+86
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
4
-40/+28
*
Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.
Steven Knight
2010-03-25
1
-0/+33
*
http://scons.tigris.org/issues/show_bug.cgi?id=2341
Greg Noel
2010-03-25
1
-1/+1
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
3
-3/+30
*
It should now handle picking up the SDK compilers when the VC vcvarsall.bat d...
William Deegan
2010-02-04
1
-15/+17
*
Add a compat module for the (Python 2.3) platform.py module so that tests
Steven Knight
2009-11-27
2
-0/+245
*
Python 1.5 compat: if 'text' in kw.keys()
Steven Knight
2009-11-23
1
-1/+3
*
1.5 fix: use apply() instead of (*args, **kw).
Steven Knight
2009-11-15
1
-2/+2
*
1.5.2 fix in compat/__init__.py: "flags |= ..." => "flags = flags | ..."
Steven Knight
2009-11-15
1
-1/+1
*
Apply patch submitted in issue #947 to fix race condition in
Gary Oberbrunner
2009-11-15
1
-0/+35
*
Issue 2326, change execfile() to exec ... (FIXED)
Greg Noel
2009-03-08
1
-1/+1
*
replace execfile() by equivalent exec statement
Greg Noel
2009-03-02
1
-1/+1
*
Issue 2152: Fix the ability of --clean to handle / delete broken
Steven Knight
2009-02-23
1
-0/+7
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
11
-0/+66
*
Issue 2247: Don't fail if we can't import a _subprocess module on Windows.
Steven Knight
2008-12-20
1
-1/+5
*
Issue 2228: Add os.devnull to the SCons.compat layer.
Steven Knight
2008-10-28
1
-0/+13
[next]