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
/
test
/
Deprecated
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some tests: use context managers
Mats Wichmann
2019-02-14
1
-1/+2
*
Remove SCons.Options code which has long been deprecated and already removed ...
William Deegan
2018-01-30
9
-1511/+0
*
Fix tests where the GenerateHelpText() sort function was never correct and fi...
William Deegan
2017-10-12
1
-2/+2
*
Fix tests which break when using print() and no from __future__ import print_...
William Deegan
2017-09-25
2
-2/+2
*
remove deprecated module SCons.Sig
William Deegan
2017-04-16
1
-68/+0
*
Remove deprecated tool Subversion
William Deegan
2017-03-20
1
-186/+0
*
Remove deprecated tool SCCS
William Deegan
2017-03-20
6
-796/+0
*
Remove deprecated tool RCS
William Deegan
2017-03-20
7
-1053/+0
*
Remove deprecated tool CVS
William Deegan
2017-03-20
3
-613/+0
*
Remove deprecated tool BitKeeper
William Deegan
2017-03-20
3
-664/+0
*
remove deprecated Perforce tool
William Deegan
2017-03-20
3
-569/+0
*
Merged in rodrigc/scons (pull request #409)
William Deegan
2017-03-13
2
-2/+2
|
\
|
*
Remove 'U' flag to open() which is deprecated.
Craig Rodrigues
2017-03-11
2
-2/+2
*
|
no more cmp in py3, define a compare function and use it. Also specify Defaul...
William Deegan
2017-03-12
1
-1/+14
|
/
*
fix print() conversion on test
William Deegan
2016-05-12
1
-5/+8
*
Fix missing right parent in print () function in generated SConstruct.
William Deegan
2016-05-09
1
-1/+2
*
Commit resolved conflicted merge.
Russel Winder
2016-04-10
10
-10/+10
|
\
|
*
Fix for backslash being treated as an escape character
Thomas Tanner
2016-01-30
10
-10/+10
*
|
Some more statement to function transforms.
Russel Winder
2016-01-01
2
-11/+11
*
|
Some more print statements to functions.
Russel Winder
2016-01-01
7
-29/+29
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
18
-18/+18
|
\
\
|
|
/
|
*
fix test which was referring to tigris mailing list instead of current scons....
William Deegan
2014-07-29
1
-1/+1
|
*
Fix development mailing list with a new address @scons.org
anatoly techtonik
2014-05-28
18
-18/+18
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
2
-0/+2
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
3
-5/+5
|
/
*
os.spawnv is here since Python 1.6, removing compatibility code
anatoly techtonik
2012-12-12
1
-7/+2
*
Improve error messages for invalid EnumVariables to include legal values.
Gary Oberbrunner
2011-01-13
1
-3/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Greg Noel
2010-05-28
2
-5/+4
*
http://scons.tigris.org/issues/show_bug.cgi?id=2365
Greg Noel
2010-05-28
28
-251/+557
*
Move tests for SourceCode() into test/Deprecated as a preliminary to beginning
Greg Noel
2010-05-26
24
-0/+3702
*
Start the deprecation cycle for the BuildDir() method and the build_dir
Greg Noel
2010-05-26
13
-34/+135
*
Update deprecated features to the next life-cycle stage
Greg Noel
2010-05-21
11
-84/+82
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-2/+0
*
Index: test/Variables/help.py
Greg Noel
2010-04-19
3
-23/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-17
3
-6/+6
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
9
-40/+25
*
Issue 2326, change execfile() to exec ... (FIXED)
Greg Noel
2009-03-08
2
-3/+2
*
replace execfile() by equivalent exec statement
Greg Noel
2009-03-02
2
-2/+3
*
Remove more unnecessary imports from test scripts.
Steven Knight
2009-02-11
1
-1/+0
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
28
-0/+168
*
Remove (lots) more unnecessary imports.
Steven Knight
2009-02-06
11
-20/+3
*
Commonize new string-search-in-output methods:
Steven Knight
2009-02-06
2
-17/+6
*
Fix use of path names in regular expression matches by running them
Steven Knight
2008-12-29
2
-13/+27
*
Add warnings for use of the (already) deprecated Options object
Steven Knight
2008-12-20
9
-152/+204
*
Issue 2231: Add a --warn=future-deprecated option, along with
Steven Knight
2008-12-11
1
-0/+58
*
Merged revisions 2898-2901,2903-2927 via svnmerge from
Steven Knight
2008-04-30
5
-17/+35
*
Merged revisions 2880-2883,2885-2895 via svnmerge from
Steven Knight
2008-04-21
1
-3/+1
*
Merged revisions 2725-2865 via svnmerge from
Steven Knight
2008-04-17
11
-2/+1395
*
Merged revisions 2647-2719 via svnmerge from
Steven Knight
2008-03-31
18
-0/+2018