summaryrefslogtreecommitdiff
path: root/lib/spack/spack/util/lock.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-20spack.util.lock: add type-hints, remove **kwargs in method signatures (#39011)Massimiliano Culpo1-18/+31
2023-07-17Lock, database and store don't need global configuration on construction (#33...Massimiliano Culpo1-3/+7
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-5/+5
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-3/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-8/+9
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-3/+8
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-0/+4
2022-03-17"spack commands --update-completion"John Parent1-1/+4
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+2
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-12-22add mypy to style checks; rename `spack flake8` to `spack style` (#20384)Tom Scogland1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-09-25Increase and customize lock timeouts (#9219)Peter Scheibel1-1/+3
2018-05-18locks: add configuration and command-line options to enable/disable locks (#7...Todd Gamblin1-0/+91