summaryrefslogtreecommitdiff
path: root/bin/spack
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-11-14Remove support for running with Python 2.7 (#33063)Massimiliano Culpo1-5/+3
2022-11-07encode development requirements in pyproject.toml (#32616)Tom Scogland1-46/+2
2022-07-31black: reformat entire repository with blackTodd Gamblin1-4/+6
2022-07-31black: clean up noqa comments from most of the codeTodd Gamblin1-2/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-11-23Remove support for Python 2.6 (#27256)Massimiliano Culpo1-4/+2
2021-08-17Use a patched argparse only in Python 2.X (#25376)Massimiliano Culpo1-0/+23
2021-05-22Spack can Use RHEL8's `platform-python` if nothing else is available. (#23857)Todd Gamblin1-1/+2
2021-03-20notify and error out on more unsupported versions (#22389)Tom Scogland1-9/+14
2021-02-12Introduce a SPACK_PYTHON environment variable (#21222)Chuck Atkins1-3/+6
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-0/+2
2020-11-12macos: update build process to use spawn instead of fork (#18205)Peter Scheibel1-2/+4
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-09-29prefer Python 3 to Python 2 for running SpackTodd Gamblin1-1/+17
2019-05-18Fix typo in spack executable (#11512)Adam J. Stewart1-1/+1
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-11-06bugfix: work around ruamel.yaml vendoring issues (#9725)Massimiliano Culpo1-0/+12
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-22/+4
2018-08-20yaml: use ruamel.yaml instead of pyyamlTodd Gamblin1-7/+0
2018-07-14clean up of spack clean (#8610)Andreas Baumbach1-24/+0
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-16Vendor ordereddict for python2.6 only (#6931)Massimiliano Culpo1-0/+4
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-201/+21
2017-05-03spack: no stacktrace if not in debug mode + fix emacs variant (#4098)Massimiliano Culpo1-0/+2
2017-05-01Allow user to specify profile sort column on the command line. (#4056)Todd Gamblin1-3/+42
2017-03-31Spack works with Python 3Todd Gamblin1-2/+2
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin1-2/+4
2017-03-31Update externals to work with Python 3Todd Gamblin1-0/+7
2017-03-03Fix unexpected keyword error in Python 2.6 (#2954)Adam J. Stewart1-2/+1
2017-01-26Standardize argparse help messages (#2847)Adam J. Stewart1-7/+7
2016-12-29Fix issues related to the switchover to pytest. (#2685)Todd Gamblin1-8/+0
2016-12-29unit tests: replace nose with pytest (#2502)Massimiliano Culpo1-18/+40
2016-12-13Add a test to ensure package names have the right case. (#2562)Todd Gamblin1-2/+2
2016-12-05Use JSON for the database instead of YAML. (#2189)Todd Gamblin1-8/+0
2016-11-16-s now includes the file and line number with infoMatthew Krafczyk1-0/+3
2016-10-30Bugfix: '::' only worked on top-level key in config.Todd Gamblin1-1/+2
2016-10-12Use cYAML if it is available in Python. (#2010)Todd Gamblin1-0/+10
2016-10-11Make `insecure` option work with curl AND git. (#1786)Todd Gamblin1-1/+1
2016-09-28Prohibit Python3 in Python version check. (#1872)Elizabeth Fischer1-2/+2
2016-08-30Keep dashes in command names, translate to underscoresAdam J. Stewart1-2/+3
2016-08-30Make subcommands importable, '-' -> '_', fixes #1642Adam J. Stewart1-2/+9
2016-08-29Change spack --profile sort key for 2.6 compatibility. (#1656)Todd Gamblin1-1/+1
2016-08-10Make Spack core PEP8 compliant.Todd Gamblin1-5/+10