- Feb 07, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Feb 04, 2022
-
-
Jean-Paul Calderone authored
-
- Jan 11, 2022
-
-
Jean-Paul Calderone authored
-
- Jan 08, 2022
-
-
Jean-Paul Calderone authored
-
- Jan 05, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
They're all redundant on Python 3
-
Jean-Paul Calderone authored
-
- Jan 03, 2022
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Dec 07, 2021
-
-
Tom Prince authored
-
- Dec 06, 2021
-
-
Tom Prince authored
-
- Nov 29, 2021
-
-
Jean-Paul Calderone authored
avoids ambiguities and implementation problems of iso8601 duration strings go back to aniso8601 dependency, since we no longer get anything distinctive from isodate
-
- Nov 18, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Nov 04, 2021
-
-
Tom Prince authored
-
Tom Prince authored
-
- Jul 23, 2021
-
-
Jean-Paul Calderone authored
-
- Jul 22, 2021
-
-
Jean-Paul Calderone authored
It is observed for each redemption group and it could vary for groups belonging to a single voucher.
-
Jean-Paul Calderone authored
Take care not to spend them, though.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jan 29, 2021
-
-
Jean-Paul Calderone authored
-
- May 28, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- May 25, 2020
-
-
Jean-Paul Calderone authored
removing the operation-id may not actually be an improvement ... it is a simplification, though. However it requires us to load all the rows into python and then send them back to the database instead of only loading them. I thought removing the operation-id from the in-use table would be a win and maybe it is but not for the reason I thought - sqlite3 emits the same code whether you do `in [foo]` or `in (select x from [foo])` as far as I can tell. Still, I like the simplification so we'll go with it for now.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Instead of immediately extracting passes, get them and later mark up the store with the outcome of the attempt to use them.
-
- May 22, 2020
-
-
Jean-Paul Calderone authored
Parens can create a tuple or something and we don't want that.
-
- May 04, 2020
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- May 01, 2020
-
-
Jean-Paul Calderone authored
This removes almost all uses of the global value. All that remains is its use as a default in case no configuration is given.
-