summaryrefslogtreecommitdiff
path: root/lib/spack/spack/cmd/python.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-07-04Remove from __future__ imports (#38703)Adam J. Stewart1-2/+0
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-12-15Propagate exceptions from Spack python console (#34547)Massimiliano Culpo1-0/+17
2022-09-07Make GHA tests parallel by using xdist (#32361)Tom Scogland1-0/+6
2022-07-31black: reformat entire repository with blackTodd Gamblin1-30/+47
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-1/+1
2022-03-30Add completion of locals to spack python (#29702)Jörg Behrmann1-0/+4
2022-01-21introduce `llnl.util.compat` to remove sys.version_info checks (#21720)Danny McClanahan1-1/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-11Fix overloaded argparse keys (#27379)Harmen Stoppels1-2/+2
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-3/+3
2021-03-07spack python: add --path option (#22006)Todd Gamblin1-0/+7
2021-01-05spack python: allow use of IPython (#20329)Vanessasaurus1-9/+51
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-08-31Remove unmatched triple quotes (#18272)Adam J. Stewart1-1/+1
2020-04-02Add commands to facilitate Spack/Python/OS reporting (#15834)Adam J. Stewart1-0/+9
2020-02-12spack python: add -m option to run modules as scriptsTodd Gamblin1-1/+15
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-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin1-1/+0
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-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-08rework spack help (#3033)Todd Gamblin1-0/+2
2017-02-17Fix readline support in `spack python` (#3132)Adam J. Stewart1-0/+3
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-5/+5
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-3/+7
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-19spack python: add -c optionMike Nolta1-2/+8
2015-12-09Change github.com/scalability-llnl to github.com/llnl everywhere.Todd Gamblin1-1/+1
2015-11-11Insert lib/spack/external into sys.path. This avoids cases where the systemPeter Scheibel1-1/+1
2015-05-18Remove redundancy: convert `with closing(open(...))` to `with open(...)`Todd Gamblin1-3/+2
2014-08-10Remvoe dependence on v2.7 argparse by including argparse.Todd Gamblin1-1/+1
2014-07-02Some fixes for spack-python interpreter mode.Todd Gamblin1-6/+12
2014-01-12Remove trailing whitespace from license textTodd Gamblin1-5/+5
2014-01-08Add license to python files and spack script.Todd Gamblin1-0/+24
2013-12-08Fixes for virtual packages.Todd Gamblin1-3/+10
2013-10-11Command to launch interpreter with spack in sys.pathTodd Gamblin1-0/+21