summaryrefslogtreecommitdiff
path: root/lib/spack/llnl/util/tty/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2023-10-30tty: flush immediately (#40774)Harmen Stoppels1-0/+1
2023-08-03Buildcache commands cleanup, again... (#39203)Harmen Stoppels1-1/+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-1/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-15Stop using `six` in Spack (#33905)Massimiliano Culpo1-13/+10
2022-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-5/+0
2022-07-31black: reformat entire repository with blackTodd Gamblin1-73/+53
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-2/+2
2022-03-17"spack commands --update-completion"John Parent1-2/+3
2022-03-17Spack on Windows package portsJohn Parent1-1/+1
2022-03-17use pytest stdout/err capture (#22584)loulawrence1-1/+1
2022-03-17Workarounds for install errors on Windows (#21890)Betsy McPhail1-20/+29
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-08-09installation: filter padding from all `tty` outputTodd Gamblin1-11/+46
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-2/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-07-23Reduce output verbosity with debug levels (#17546)Tamara Dahlgren1-8/+20
2020-02-19Distributed builds (#13100)Tamara Dahlgren1-1/+3
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-06-07Compiler search uses a pool of workers (#10190)Massimiliano Culpo1-11/+14
2019-06-05tty: make tty.* print exception typesTamara Dahlgren1-0/+6
2019-02-13Allow tty output to be timestamped (#10554)sknigh1-4/+88
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-07-19style: make core comply with pep8-namingTodd Gamblin1-3/+3
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-10-24Fix bare 'except:' to placate errors in new flake8 version.Todd Gamblin1-2/+2
2017-10-24remove wildcards from make spack core and packagesTodd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-01Multi-valued variants (#2386)Massimiliano Culpo1-8/+8
2017-04-25Add API Docs for lib/spack/llnl (#3982)Adam J. Stewart1-3/+4
2017-04-23Use six.moves.input instead of raw_input (#3961)Adam J. Stewart1-2/+3
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-4/+4
2017-02-17More consistent yes/no prompts (#3174)Adam J. Stewart1-5/+11
2016-11-17Improve stacktrace printingMatthew Krafczyk1-3/+5
2016-11-16Use better scheme for getting root directoryMatthew Krafczyk1-3/+7
2016-11-16Fix some formatting errors caught by flake8.Matthew Krafczyk1-6/+7
2016-11-16-s now includes the file and line number with infoMatthew Krafczyk1-2/+32
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-4/+8
2016-06-15tty: do not break long wordsBen Boeckel1-1/+3
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2016-01-14Make text wrapping off by default in tty, add a kwarg for it.Todd Gamblin1-14/+25
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-05-29Add ability to test whether tty verbose or debug is enabled.Todd Gamblin1-0/+8
2014-12-02colify handles ansi color input directly; no more decorator.Todd Gamblin1-15/+10
2014-11-23Bugfix in terminal_size()Todd Gamblin1-10/+13
2014-11-08Checksum warning now prompts for override.Todd Gamblin1-0/+27