python-pendulum
pendulum
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Raise a ParserError for empty string in parse() (#965) Previously it raised a confusing `ValueError: year 0 is out of range` error.
master
15 hours ago
fix: raise ParserError for empty string in parse()
SAY-5:fix-parse-empty-string
17 hours ago
Add Python 3.14 PyPI classifier Support for 3.14 was added in https://github.com/python-pendulum/pendulum/pull/923, but the trove classifier for PyPI is missing. This is just informational stuff.
edgarrmondragon:patch-1
2 days ago
fix: handle OverflowError in timestamp fallbacks
parinporecha:fix/from-timestamp-negative-values
24 days ago
fix: handle negative timestamps in DateTime constructors
parinporecha:fix/from-timestamp-negative-values
25 days ago
Fix from_timestamp for negative timestamps before 12h before epoch On Windows (and potentially other platforms), datetime.fromtimestamp raises OSError for timestamps earlier than a platform-specific minimum around -43200 (12h before the Unix epoch). This catches the OSError and falls back to computing from the epoch datetime with a timedelta. Adds tests for negative timestamps with UTC, explicit timezone, and microsecond precision.
parinporecha:fix/from-timestamp-negative-values
25 days ago
Add Ukrainian test suggested by @afastronomer, and fix formatting
nykula:master
1 month ago
Make Ukrainian locale name follow ISO, update it and add tests
nykula:master
1 month ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: raise ParserError for empty string in parse()
#965
2 days ago
4d6aa6a
SAY-5:fix-parse-empty-string
CodSpeed Performance Gauge
0%
Add Python 3.14 PyPI classifier
#966
2 days ago
2a38d9b
edgarrmondragon:patch-1
CodSpeed Performance Gauge
0%
Fix from_timestamp for negative timestamps before epoch
#962
25 days ago
e07b164
parinporecha:fix/from-timestamp-negative-values
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs