summaryrefslogtreecommitdiffstats
path: root/SCons/ActionTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4642 from Repiteo/remove-python-3.6William Deegan2024-11-161-28/+4
|\
| * Remove Python 3.6 supportThaddeus Crews2024-11-161-28/+4
* | Integrate `from __future__ import annotations`Thaddeus Crews2024-11-161-4/+8
|/
* Implement framework for hinting complex typesThaddeus Crews2024-01-151-2/+4
* Initial Python 3.13 supportMats Wichmann2024-01-071-5/+20
* Make sure scons_subproc_run test also passes on py3.6Mats Wichmann2023-10-041-1/+4
* scons_subproc_run: update docstrings, add testsMats Wichmann2023-10-031-1/+50
* Implement a new subprocess wrapperMats Wichmann2023-07-081-11/+3
* Bytecode tweak for Py 3.12.0b3Mats Wichmann2023-06-211-1/+1
* Followon to PR #4348: more bool fixesMats Wichmann2023-06-161-3/+3
* Changes for Python 3.12 supportMats Wichmann2023-05-221-127/+110
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-158/+158
* Add Python 3.12 supportMats Wichmann2023-01-221-2/+16
* Solution for Issue #4275 (Compilation db get's tmp file command line), also e...William Deegan2022-12-111-4/+4
* Update ActionTests for Python 3.11Mats Wichmann2022-06-041-159/+185
* Update ActionTests.py to work with change in function signature for 3.10.1+ (...William Deegan2022-01-161-7/+8
* fix: allows IMPLICIT_COMMAND_DEPENDENCIES to have false-like values supplieddjh2021-03-231-0/+37
* Drop dictionary has_key references: Py2-ism.Mats Wichmann2021-03-111-2/+2
* Initial support in tests for Python 3.10Mats Wichmann2021-01-221-0/+9
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-4/+3
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-21/+21
* Python 3.9 supportMats Wichmann2020-05-121-9/+9
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+2287