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
/
ActionTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-2287/+0
*
remove unicode reference in ActionTests.py
William Deegan
2020-02-18
1
-8/+0
*
Clean up collections to switch to collections.abc where possible
William Deegan
2020-02-17
1
-2/+0
*
Fix incorrect testing assumptions for Solaris
Jakub Kulik
2019-11-01
1
-4/+0
*
Don't hide exceptions when command does not exist
Mathew Robinson
2019-06-10
1
-0/+17
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
1
-0/+9
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-4/+4
*
Clean up some tests: use context managers
Mats Wichmann
2019-02-14
1
-11/+14
*
Fix is/is not syntax
Mats Wichmann
2019-02-11
1
-4/+4
*
fix missing code contents that should be included in signature of a function ...
Zachary Tessler
2018-12-22
1
-6/+6
*
Fix src/engine/SCons/ActionTests.py. Needed per python version valid strings ...
William Deegan
2018-07-16
1
-0/+11
*
Replace usage of unittest.TestSuite with unittest.main()
Hao Wu
2018-07-12
1
-1/+0
*
PEP8 plus remove testsuite logic and switch to simpler unittest.main(). This ...
William Deegan
2018-06-23
1
-196/+327
*
Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)
William Deegan
2017-08-07
1
-3/+3
|
\
|
*
Allow nested $( $) sections
Thomas Tanner
2017-02-11
1
-3/+3
*
|
PY2/3 fix action function sigs to skip docstrings
William Deegan
2017-08-02
1
-21/+21
*
|
Remove dead code left after creating python version specific golden values
William Deegan
2017-08-01
1
-26/+0
*
|
PY2/3 update signatures and simplify logic so we have expected signitures per...
William Deegan
2017-08-01
1
-92/+102
*
|
PY2/3 Add property values for object/instance signature
William Deegan
2017-07-31
1
-4/+3
*
|
PY2/3 Fix action object content signiture to be stable. Note need expected va...
William Deegan
2017-07-31
1
-18/+15
*
|
py2/3 fix expected signatures for python actions (functions,classes). Unfortu...
William Deegan
2017-06-25
1
-34/+81
*
|
PY2/3 fixed actiontests for python 3 (turns out it only passes for python 3.5...
William Deegan
2017-06-24
1
-3/+2
*
|
py2/3 fix signatures for py2. Note this means that many builds may unneccesar...
William Deegan
2017-06-24
1
-2/+10
*
|
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
1
-2/+2
*
|
py2/3 better messaging for actiontest failures
William Deegan
2017-05-28
1
-4/+5
*
|
Improve error messages when test fail
William Deegan
2017-05-26
1
-2/+2
*
|
When iterating over dict.items(), we do not need a new list.
Craig Rodrigues
2017-03-12
1
-3/+3
*
|
PY3 porting work. Also moved comments for methods into docstrings
William Deegan
2017-02-20
1
-3/+51
*
|
Added some details comments to _function_contents() which is used to generate...
William Deegan
2016-12-23
1
-0/+1
*
|
fixes get function/object signatures working on python 3 (and 2.7)
William Deegan
2016-12-21
1
-4/+6
|
/
*
Futurize stage 2 2to3 fixes only.
William Blevins
2016-09-20
1
-3/+3
*
fix some tests for pypy
Daniel Holth
2016-06-06
1
-12/+18
*
Output changed so changed expected results.
Russel Winder
2016-01-10
1
-21/+21
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-83/+0
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-81/+0
|
*
- a few simple refactorings and optimizations
Dirk Baechle
2015-02-04
1
-2/+0
*
|
Merged default branch into python3-port to keep it up to date.
Gary Oberbrunner
2014-08-23
1
-0/+3
|
\
\
|
|
/
|
*
- allow varlist to be specified as list of strings, fixes issue #2754
Dirk Baechle
2014-05-20
1
-0/+3
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-5/+5
|
\
\
|
|
/
|
*
Make runner for unit tests configurable, add TAPTestRunner that formats
anatoly techtonik
2014-03-20
1
-2/+3
|
*
Fix TestCmd to use ctypes when PyWin32 is not installed, and respect os.envir...
Sye van der Veen
2014-01-24
1
-3/+2
*
|
ActionTests: No string.join(). b prefix for assert Action.get_contents().
Stefan Zimmermann
2013-12-27
1
-37/+37
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-4/+4
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-6/+6
|
/
*
Make Action+None and None+Action work as expected (silently ignore the None a...
Gary Oberbrunner
2011-02-27
1
-2/+13
*
Test fixes for Solaris, notably making test/Actions/function.py print
Steven Knight
2010-06-08
1
-0/+4
*
Convert old-style utility classes in unit test files (*Tests.py)
Steven Knight
2010-05-12
1
-20/+20
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-6/+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-15
1
-2/+2
[next]