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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert old-style classes in Tool/__init__.py to new-style classes.
Steven Knight
2010-05-14
1
-3/+3
*
Convert old-style classes in Script/SConscript.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-style classes in Script/Main.py to new-style classes.
Steven Knight
2010-05-14
1
-5/+5
*
Convert old-style classes in SConsign.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-style classes in SConf.py to new-style classes.
Steven Knight
2010-05-14
1
-4/+4
*
Convert old-style class in Options/PathOption.py to new-style class.
Steven Knight
2010-05-14
1
-1/+1
*
Convert old-style classes in Memoize.py to new-style classes.
Steven Knight
2010-05-14
1
-2/+2
*
Convert old-styles in Job.py to new-style classes.
Steven Knight
2010-05-14
1
-5/+5
*
Convert old-style classes in Defaults.py to new-style classes.
Steven Knight
2010-05-13
1
-2/+2
*
Convert old-style class in CacheDir.py.
Steven Knight
2010-05-13
1
-1/+1
*
Convert old-style classes in Builder.py to new-style classes.
Steven Knight
2010-05-13
1
-3/+3
*
Convert the old-style classes in Action.py to new-style classes.
Steven Knight
2010-05-13
1
-6/+6
*
Convert old-style classes to new-style classes.
Steven Knight
2010-05-12
2
-20/+22
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
25
-127/+127
*
Use slice built-in instead of types.SliceType
Greg Noel
2010-05-01
1
-2/+1
*
Issue 2498: fix SourceFileScanner documentation references.
Steven Knight
2010-04-30
1
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
3
-36/+20
*
Fix regression tests (imports not happening as expected)
Greg Noel
2010-04-25
2
-15/+2
*
Add compat support for renaming '_winreg' as 'winreg' in Python 3.x.
Greg Noel
2010-04-25
2
-57/+33
*
Convert to Python 3.x division rules.
Greg Noel
2010-04-24
5
-11/+13
*
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
47
-729/+257
*
http://scons.tigris.org/issues/show_bug.cgi?id=2317
Greg Noel
2010-04-23
20
-33/+33
*
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
2
-2/+2
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-20
2
-2/+2
*
Rewrite uses of reduce(), which is being deprecated for Python 3.x.
Steven Knight
2010-04-20
4
-4/+15
*
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
3
-346/+0
*
Remove the compat version of the "textwrap" module.
Steven Knight
2010-04-19
3
-390/+0
*
Remove the compat version of the "optparse" module.
Steven Knight
2010-04-19
3
-1723/+0
*
Remove the compat version of the "itertools" module.
Steven Knight
2010-04-19
3
-130/+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
2
-81/+25
*
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
1
-78/+0
*
Replace remaining os.path.walk() calls with os.walk().
Steven Knight
2010-04-18
2
-12/+13
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-17
6
-27/+21
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-16
1
-9/+7
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
10
-38/+49
*
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
55
-245/+220
*
Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() to
Steven Knight
2010-04-14
3
-2/+61
*
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
[next]