Age | Commit message (Expand) | Author | Files | Lines |
2022-01-12 | unparser: rename `_Class()` methods to `visit_Class()` to mirror upstream | Todd Gamblin | 1 | -75/+75 |
2022-01-12 | unparser: do a better job of roundtripping strings | Todd Gamblin | 1 | -19/+99 |
2022-01-12 | unparser: treat `print(a, b, c)` and `print((a, b, c))` the same | Todd Gamblin | 3 | -18/+453 |
2022-01-12 | commands: add `spack pkg source` and `spack pkg hash` | Todd Gamblin | 4 | -8/+147 |
2022-01-12 | package_hash: switch to using canonical source instead of AST repr | Todd Gamblin | 4 | -108/+120 |
2022-01-12 | unparser: Don't omit parenthesis when unparsing a slice | Todd Gamblin | 1 | -14/+39 |
2022-01-12 | unparser: Don't put unnecessary parentheses on class declarations | Todd Gamblin | 1 | -1/+1 |
2022-01-12 | package_hash: add test to ensure that every package in Spack can be unparsed | Todd Gamblin | 3 | -7/+30 |
2022-01-12 | package_hash: add test to ensure consistency across Python versions | Todd Gamblin | 7 | -0/+2486 |
2022-01-12 | package_hash: fix handling of multimethods and add tests | Todd Gamblin | 2 | -35/+261 |
2022-01-12 | package_hash: rework `RemoveDirectives` and add a test | Todd Gamblin | 3 | -6/+41 |
2022-01-12 | package_hash: remove all unassigned strings, not just docstrings | Todd Gamblin | 2 | -9/+77 |
2022-01-12 | unparser: handle unicode string literals consistently across Python versions | Todd Gamblin | 1 | -2/+16 |
2022-01-12 | unparser: implement operator precedence algorithm for unparser | Todd Gamblin | 7 | -169/+314 |
2022-01-12 | unparser: refactor delimiting with context managers in ast.unparse | Todd Gamblin | 1 | -190/+177 |
2022-01-12 | unparser: add block() context manager for indentation | Todd Gamblin | 1 | -63/+63 |
2022-01-12 | unparse: Make unparsing consistent for 2.7 and 3.5-3.10 | Todd Gamblin | 2 | -13/+71 |
2022-01-12 | externals: add astunparse | Todd Gamblin | 5 | -18/+1022 |
2022-01-12 | perl-tk: add missing dependencies (#28240) | Andrew W Elble | 1 | -0/+6 |
2022-01-12 | e2fsprogs: fix non-root install (#28255) | Dylan Simon | 1 | -0/+6 |
2022-01-12 | Use depends_on over load in lmod module files generated by Spack (#28352) | Harmen Stoppels | 2 | -21/+4 |
2022-01-12 | poamsa: fix build errors for gcc10+ (#28262) | snehring | 1 | -0/+4 |
2022-01-12 | yarn: add runtime dependency on `node-js@4.0:` (#27654) | Danny McClanahan | 2 | -0/+6 |
2022-01-12 | HDF5 GPU VFD: add new package. (#28272) | H. Joe Lee | 1 | -0/+35 |
2022-01-12 | ITensor: add v3.1.10 and 'shared' variant (#28370) | Melven Roehrig-Zoellner | 1 | -0/+9 |
2022-01-12 | py-async-timeout: fix checksum issue (#28329) | Adam J. Stewart | 1 | -3/+3 |
2022-01-12 | libtheora: disable docs by default (#28330) | Nils Leif Fischer | 1 | -1/+8 |
2022-01-12 | curl: add support for external detection (#28331) | Nils Leif Fischer | 1 | -0/+32 |
2022-01-12 | Remove tut since it requires deprecated Python 3.6 (#28360) | Massimiliano Culpo | 1 | -1/+0 |
2022-01-11 | Packaging: Virtual package for libllvm (#27200) | kwryankrattiger | 3 | -0/+26 |
2022-01-11 | memkind: add v1.12.0 (#28306) | Erik Schnetter | 1 | -0/+1 |
2022-01-11 | openblas: New version 0.3.19 (#28308) | Erik Schnetter | 1 | -0/+1 |
2022-01-11 | py-aiohttp: switch to PyPI tarball (#28333) | Adam J. Stewart | 1 | -5/+5 |
2022-01-11 | Open3D: add missing LLVM dep (#28334) | Adam J. Stewart | 1 | -0/+2 |
2022-01-11 | ffmpeg: add v4.4.1 (#28300) | Erik Schnetter | 1 | -0/+1 |
2022-01-11 | hdf5: prefer stable over experimental releases (#28340) | Harmen Stoppels | 1 | -2/+4 |
2022-01-11 | mbedtls: add v2.16.12, v2.28.0 and v3.1.0(#28281) | Harmen Stoppels | 1 | -14/+17 |
2022-01-10 | Deprecate Python 2 installations (#28003) | Adam J. Stewart | 109 | -413/+409 |
2022-01-10 | automake: New version 1.16.5 (#28299) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | gawk: New version 5.1.1 (#28301) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | gdbm: New version 1.22 (#28302) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | grep: New version 3.7 (#28303) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | lorene: Beautify package title in documentation (#28305) | Erik Schnetter | 1 | -1/+1 |
2022-01-10 | wi4mpi: New version 3.5.0 (#28313) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | wget: New version 1.21.2 (#28312) | Erik Schnetter | 1 | -0/+1 |
2022-01-10 | openssl: New version 1.1.1m (#28310) | Erik Schnetter | 1 | -1/+3 |
2022-01-10 | stage.steal_source: preserve symlinks | Peter Scheibel | 1 | -1/+1 |
2022-01-10 | Python: set default config_vars (#28290) | Adam J. Stewart | 2 | -43/+68 |
2022-01-10 | New packages: google-crc32c and py-google-crc32c (#28293) | Marcus Boden | 2 | -0/+52 |
2022-01-10 | z3: New version 4.8.14 (#28314) | Erik Schnetter | 1 | -0/+1 |