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
*
Remove Py27 vs Py 35+ compat code.
William Deegan
2019-12-30
1
-54/+2
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-5/+5
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
1
-12/+3
*
used pickle.HIGHEST_PROTOCAL instead of -2 for better readability
Daniel Moody
2018-02-12
1
-1/+1
*
pickle protocal was causing issues in some cases
Daniel Moody
2018-02-10
1
-1/+1
*
PY2/3 changes to pickle so py2.7 and py3.5+ pickles used in sconsign will be ...
William Deegan
2017-09-11
1
-1/+3
*
PY2/3 stub shutil.SameFileError for py2. with PY3 there's now a specific exce...
William Deegan
2017-05-16
1
-0/+9
*
PEP8 fixes.
William Deegan
2016-09-30
1
-8/+14
*
use pickle.HIGHEST_PROTOCOL instead of -1
Daniel Holth
2016-06-21
1
-1/+2
*
centralize the preferred pickle protocol; use highest protocol.
Daniel Holth
2016-06-20
1
-0/+5
*
just throw away __slots__ on pypy
Daniel Holth
2016-06-07
1
-1/+1
*
avoid using __slots__ on Node and Executor (but only on PyPy)
Daniel Holth
2016-06-06
1
-0/+47
*
Remove all the six stuff.
Russel Winder
2016-02-02
2
-681/+0
*
Some more print statements to functions.
Russel Winder
2016-01-01
1
-2/+2
*
Run futurize --stage1.
Russel Winder
2016-01-01
2
-3/+4
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
7
-2248/+34
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
3
-236/+3
|
*
update logic for sys.intern in compat module. Don't need to support pre 2.7 a...
William Deegan
2015-11-19
1
-9/+7
|
*
remove os.path.lexists from compat module. 2.7 has it
William Deegan
2015-11-19
1
-7/+0
|
*
remove sys.maxsize from compat module. 2.7 has it
William Deegan
2015-11-19
1
-9/+0
|
*
fix broken cleanup of collections removal from compat
William Deegan
2015-11-19
1
-0/+29
|
*
remove compat os.devnull. python 2.7 supports it
William Deegan
2015-11-19
1
-11/+0
|
*
remove compat io. python 2.7 supports io
William Deegan
2015-11-19
2
-52/+0
|
*
remove compat collections. python 2.7 supports collections
William Deegan
2015-11-19
2
-71/+0
|
*
removing compat for sets. python 2.7 supports sets
William Deegan
2015-11-19
2
-571/+0
|
*
remove compat module for subprocess. No longer needed as we are only going to...
William Deegan
2015-11-19
2
-1287/+0
*
|
Added six module as SCons.compat.six, for python3 port.
Gary Oberbrunner
2014-04-20
3
-1/+681
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-5/+7
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
2
-25/+25
|
/
*
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
[next]