summaryrefslogtreecommitdiffstats
path: root/SCons/Node/NodeTests.py
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to main Node scriptThaddeus Crews2024-11-171-15/+15
* Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-3/+7
* Implement framework for hinting complex typesThaddeus Crews2024-01-151-2/+3
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-4/+3
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-95/+95
* Use super call instead of direct class callMats Wichmann2022-03-151-3/+3
* Passes tests in >= python 3.9Jacob Cassagnol2021-11-021-2/+2
* Half the failing testcases fixed.Jacob Cassagnol2021-11-011-2/+2
* Fix invalid cache state when using SCons interactive modeAdam Gross2020-10-211-0/+2
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-3/+2
* Run autoflake on codeMats Wichmann2020-09-211-2/+0
* Added method to check if node is used in sconfDaniel Moody2020-07-251-2/+15
* added is_sconscript for checking if node is a sconscript node or notDaniel Moody2020-06-051-0/+13
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-14/+14
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+1357