Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9aa4439b | 2025-09-16 08:42:44 | bleh, the poetry-core update moved license files to a subdir; regen plists | ||
| 81618f35 | 2024-12-21 11:38:23 | handle py3.12 switchover in math | ||
| 41b34e25 | 2024-05-06 12:23:44 | bump REVISION for py3.10 -> py3.11 switch | ||
| dae9f91e | 2022-11-13 15:28:39 | bump for MODPY_DEFAULT_VERSION_3 change | ||
| 5a06782b | 2022-09-16 10:50:26 | add George Rosamond as maintainer | ||
| 2206a800 | 2022-09-13 20:56:17 | rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a magic-numbers name and more of a nod at the frontend we're actually using for the build. | ||
| 7dc9052d | 2022-09-13 20:08:52 | Import py-datedelts datedelta.datedelta is datetime.timedelta for date arithmetic. It accounts for oddities of the Gregorian calendar. It's convenient for computing yearly, monthly, or weekly subscriptions periods. From George Rosamond ok sthen |