python-pendulum
pendulum
BlogDocsChangelog

Branches performance

Pull requests

Bump pymdown-extensions from 10.12 to 10.16.1#928
last run
13 days ago
Bump pymdown-extensions from 10.12 to 10.16.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.12 to 10.16.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.12...10.16.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
13 days ago
1377eba
dependabot/pip/pymdown-extensions-10.16.1
CodSpeed Performance Gauge
0%
Don't eagerly load the Locale, nor pytest until it's needed. The main problem here was that importing pendulum.testing.traveller was importing time_machine, which was also importing pytest. And creating the DifferenceFormatter at import time was also loading the locale. Both of these are "optional" in the sense that there is lots you can do in Pendulum without ever using them, so we can relatively straightforwardly delay things until they are requested. Tested by running `uv run --with time_machine -p 3.12 python -Ximporttime -c 'import pendulum'`: - Before: ~50-64ms (a lot of noise) - After: 20-29ms Not a huge slow down, but I figured it was worth it anyway, especially not not load pytest.
20 days ago
a852f8c
lazyload-or-lazy-create
CodSpeed Performance Gauge
0%
feat: add 3.14 to release and test matrix#923
last run
2 months ago
feat: add 3.14 to release and test matrix
2 months ago
09255f7
ollz272:3.14
CodSpeed Performance Gauge
0%
last run
2 months ago
rust/src/python: replace deprecated `downcast` method Signed-off-by: botantony <antonsm21@gmail.com>
2 months ago
c62ec00
botantony:update-pyo3-crate
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs