summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Action.py
Commit message (Expand)AuthorAgeFilesLines
* Remove join and list comprehension when not needed in Action.get_content(). Y...bdbaddog2019-06-251-1/+1
* Don't hide exceptions when command does not existMathew Robinson2019-06-101-3/+4
* Merge pull request #3345 from mwichmann/py38warns4-testsWilliam Deegan2019-04-281-11/+17
|\
| * [#PR 3345] clean up some sider complaintsMats Wichmann2019-04-271-2/+0
| * [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-4/+1
| * [PR #3345] fix flake8 compliants on the PRMats Wichmann2019-04-251-1/+1
| * [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-10/+21
| * [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-1/+1
* | Some more lint-derived cleanupsMats Wichmann2019-04-271-1/+1
|/
* fix missing code contents that should be included in signature of a function ...Zachary Tessler2018-12-221-2/+1
* A few syntax cleanupsMats Wichmann2018-10-031-2/+2
* Stop using custom OrderedDictMats Wichmann2018-09-011-1/+2
* Remove unintended "import io"Mats Wichmann2018-08-151-1/+0
* Redo fix for file closing in SCons.Action._subprocMats Wichmann2018-08-141-8/+10
* Quiet Py3.6+ ResourceWarnings on testsMats Wichmann2018-08-131-0/+4
* Fix many epydoc warningsWilliam Deegan2017-09-011-12/+17
* PY2/3 fix action function sigs to skip docstringsWilliam Deegan2017-08-021-3/+4
* PY2/3 Fix more function signiture logic. Previously was dropping first co_con...William Deegan2017-08-011-7/+6
* PY2/3 Add property values for object/instance signatureWilliam Deegan2017-07-311-4/+4
* PY2/3 Fix action object content signiture to be stable. Note need expected va...William Deegan2017-07-311-7/+60
* PEP8William Deegan2017-05-301-1/+1
* PEP8 changesWilliam Deegan2017-05-261-7/+7
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-2/+2
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-111-1/+1
* fix for py2/3 compatWilliam Deegan2017-02-261-1/+1
* fix signature calc issues for functions actionsWilliam Deegan2017-02-261-21/+24
* PY3 porting work. Also moved comments for methods into docstringsWilliam Deegan2017-02-201-55/+113
* Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-231-24/+5
* Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-231-3/+4
* Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-221-6/+15
* Added some details comments to _code_contents() which is used to generate act...William Deegan2016-12-221-14/+38
* fixes get function/object signatures working on python 3 (and 2.7)William Deegan2016-12-211-13/+23
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-3/+3
* fixes for print()'s for win32William Deegan2016-05-131-2/+2
* Run futurize --stage1.Russel Winder2016-01-011-2/+1
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-31/+20
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-11/+2
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+1
| * - a few simple refactorings and optimizationsDirk Baechle2015-02-041-18/+16
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-1/+2
|\ \ | |/
| * - allow varlist to be specified as list of strings, fixes issue #2754Dirk Baechle2014-05-201-1/+1
| * The _r in AIX xlc_r means reentrant, not relocatable.Michael Haubenwallner2014-05-151-0/+1
* | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-311-1/+1
* | Merged with [default]Stefan Zimmermann2014-03-311-1/+1
|\ \ | |/
| * Fixed "communicate()" interface in Action._subproc()ptomulik2014-03-131-1/+1
* | Merged with [default]Stefan Zimmermann2014-03-311-6/+8
|\ \ | |/
| * Merged in dirkbaechle/scons (pull request #92)William Deegan2013-10-281-5/+6
| |\
| | * - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-5/+6
| * | Correctly fix bug #2903, failure to rebuild when linker options change.Gary Oberbrunner2013-10-271-1/+2
| |/
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-2/+2