spack/lib/spack
Todd Gamblin 3b3314802e database: don't create a date object in query() unless it's necessary
`query()` calls `datetime.datetime.fromtimestamp` regardless of whether a
date query is being done. Guard this with an if statement to avoid the
unnecessary work.
2021-02-11 15:30:57 +01:00
..
docs Procedure to deprecate old versions of software (#20767) 2021-02-09 13:51:18 -05:00
env Fix: Add a space between -isystem and the directory (#21599) 2021-02-10 15:56:42 -08:00
external Python 3.10 support: collections.abc (#20441) 2021-02-01 11:30:25 -06:00
llnl Python 3.10 support: collections.abc (#20441) 2021-02-01 11:30:25 -06:00
spack database: don't create a date object in query() unless it's necessary 2021-02-11 15:30:57 +01:00