python-pendulum
pendulum
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Add support for free-threaded Python (PEP 703) Builds on #940 — completes the remaining work for free-threaded support. Rust: - Add `gil_used = false` to `#[pymodule]` (PyO3 0.27 defaults to true) - Codebase has zero global state, zero unsafe — all functions are pure CI (tests.yml): - Add 3.13t and 3.14t to test matrix - Skip mypy/typing deps for free-threaded builds (not yet compatible) CI (release.yml): - Add free-threaded wheel build step (3.13t/3.14t) in the build job - Skipped for PyPy matrix entries Tests: - Add concurrent thread-safety tests for parse, now, duration, diff, format
Gaganraj2002:free-threaded-support
2 days ago
docs: fix incorrect example outputs in addition_subtraction.md The hours and minutes example outputs in the addition/subtraction documentation contained three incorrect values: - add(hours=1) after add(hours=24): '2012-02-25' → '2012-01-29' - subtract(hours=1): '2012-02-29' → '2012-01-29' (also Feb 29 doesn't exist in 2012, it's a leap year but still wrong context) - subtract(minutes=24) after starting at 01:01: '00:00:00' → '00:37:00' Fixes #925
frankgoldfish:fix/docs-wrong-calculation-examples-925
7 days ago
Bump markdown from 3.7 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.7 to 3.8.1. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <
[email protected]
>
dependabot/pip/markdown-3.8.1
19 days ago
Migrate from pre-commit to prek
Secrus:migrate-prek
21 days ago
Migrate from pre-commit to prek
Secrus:migrate-prek
21 days ago
Bump filelock from 3.16.1 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 to 3.20.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <
[email protected]
>
dependabot/pip/filelock-3.20.3
1 month ago
Upgrade `time_machine` to v3 (#927) * Bump time-machine to v3.0 * fix(test): time_machine.Coordinates is renamed * refactor(test): rename traveller private var names * chore: add upper bound constraint to time-machine version
master
1 month ago
chore: add upper bound constraint to time-machine version
mattwang44:fix-time-machine-coordinates-rename
1 month ago
Latest Branches
CodSpeed Performance Gauge
0%
Add support for free-threaded Python (PEP 703)
#952
3 days ago
27e2edf
Gaganraj2002:free-threaded-support
CodSpeed Performance Gauge
0%
docs: fix incorrect example outputs in addition_subtraction.md
#949
8 days ago
4fa63dd
frankgoldfish:fix/docs-wrong-calculation-examples-925
CodSpeed Performance Gauge
0%
Bump markdown from 3.7 to 3.8.1
#947
19 days ago
9d3df86
dependabot/pip/markdown-3.8.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs