summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/pty.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Drop Python 2 object subclassing (#38720)Adam J. Stewart1-2/+2
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-02-16Style: black 23, skip magic trailing comma (#35351)Adam J. Stewart1-9/+2
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-2/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-24/+30
2022-03-17"spack commands --update-completion"John Parent1-0/+1
2022-03-17use pytest stdout/err capture (#22584)loulawrence1-1/+7
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+2
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-2/+1
2020-09-02Mac OS: support Python >= 3.8 by using fork-based multiprocessing (#18124)Rui Xue1-1/+2
2020-07-06change master/child to controller/minion in pty docstringsTodd Gamblin1-74/+76
2020-04-15`spack install` terminal output handling in foreground/background (#15723)Todd Gamblin1-0/+344