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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add a .hgignore file.
Steven Knight
2010-05-13
1
-0/+7
*
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
*
Added entries for 2.0.0.alpha.20100508
William Deegan
2010-05-10
2
-2/+6
*
Merged revisions 4832,4834-4836 via svnmerge from
William Deegan
2010-05-09
5
-1035/+61
*
Updated for 1.3.0.d20100501 checkpoint.
William Deegan
2010-05-02
2
-10/+10
*
Updated CHANGES.txt for checkpoint
Greg Noel
2010-05-02
1
-4/+56
*
Use slice built-in instead of types.SliceType
Greg Noel
2010-05-01
2
-4/+2
*
Add test routine to exactly match a set of lines no matter the order
Greg Noel
2010-05-01
2
-6/+56
*
Issue 2498: fix SourceFileScanner documentation references.
Steven Knight
2010-04-30
2
-7/+12
*
Restore </example> tags mistakenly deleted along with 1.5.2 code.
Steven Knight
2010-04-27
2
-0/+6
*
Fix test/option/profile.py to hide old-style import from fixers.
Greg Noel
2010-04-27
1
-22/+6
*
Python 2.6 forward compatibility with 3.x: use a subclass of io.StringIO
Steven Knight
2010-04-27
1
-2/+15
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
8
-70/+71
*
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
[next]