Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-pendulum
/
pendulum
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
443
Star
6.7k
Code
Issues
207
Pull requests
60
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pendulum
tests
on
master
User selector
All users
All time
Commit history
Commits on Jul 6, 2026
Add support for free-threaded Python (PEP 703) (#952)
Show description for b2a717c
Gaganraj2002
authored
b2a717c
View commit details
Copy full SHA for b2a717c
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
fix(locale): use Japanese date formats for the ja locale (#977)
Show description for cbab60c
mahirhir
authored
cbab60c
View commit details
Copy full SHA for cbab60c
View code at this point
Browse repository at this point
Commits on May 14, 2026
Raise a ParserError for empty string in parse() (#965)
Show description for b99bd14
SAY-5
authored
b99bd14
View commit details
Copy full SHA for b99bd14
View code at this point
Browse repository at this point
Commits on Feb 6, 2026
Drop python 3.9 support (#930)
Show description for 02f87ce
mattwang44
authored
02f87ce
View commit details
Copy full SHA for 02f87ce
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Fix error of Duration deepcopy not including weeks
Abdu11ahBilal
authored and
ashb
committed
754ed58
View commit details
Copy full SHA for 754ed58
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Fix incorrect date offset calculation in rust (#918)
Show description for 3382956
AetherUnbound
and
d3jawu
authored
3382956
View commit details
Copy full SHA for 3382956
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
remove dependency on pytz (#911)
Show description for 317b4b7
WeepingClown13
authored
317b4b7
View commit details
Copy full SHA for 317b4b7
View code at this point
Browse repository at this point
Commits on Jul 17, 2025
Apply suggestions from code review
ashb
committed
2ab00f3
View commit details
Copy full SHA for 2ab00f3
View code at this point
Browse repository at this point
Added test for extra decimal places for subsecond strings
Jesse Harwin
authored and
ashb
committed
51b6761
View commit details
Copy full SHA for 51b6761
View code at this point
Browse repository at this point
Fixed pluralization in test
Jesse Harwin
authored and
ashb
committed
58b935d
View commit details
Copy full SHA for 58b935d
View code at this point
Browse repository at this point
Commits on Jul 16, 2025
fix parsing invalid interval string
rchindris
authored and
ashb
committed
b45e22d
View commit details
Copy full SHA for b45e22d
View code at this point
Browse repository at this point
Make empty durations an error in pure-Python parser
Show description for 4de9ee8
cjwatson
authored and
ashb
committed
4de9ee8
View commit details
Copy full SHA for 4de9ee8
View code at this point
Browse repository at this point
Make sure Interval can be deepcopy-ed, fix #850
aploium
authored and
ashb
committed
c8068a7
View commit details
Copy full SHA for c8068a7
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
feat: add Hindi (hi) localization support (#902)
Show description for d40ab96
gjaynir0508
authored
d40ab96
View commit details
Copy full SHA for d40ab96
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Fix pendulum.parse('now', tz='...') ignoring the time zone (#701)
pR0Ps
authored
9826867
View commit details
Copy full SHA for 9826867
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
feat: add bg locale translations (#812)
Show description for 6705906
grandant
authored
6705906
View commit details
Copy full SHA for 6705906
View code at this point
Browse repository at this point
fix test_setting_timezone_with_string and test_setting_timezone (#883)
Show description for 9f7b8cf
taranarmo
authored
9f7b8cf
View commit details
Copy full SHA for 9f7b8cf
View code at this point
Browse repository at this point
Commits on Dec 26, 2024
Add equality test (#698)
Show description for 6383c07
malthe
authored
6383c07
View commit details
Copy full SHA for 6383c07
View code at this point
Browse repository at this point
Commits on Dec 17, 2024
Drop Py3.8 support to add potential Py3.13 support (#863)
Show description for 483443a
M5oul
and
rudolfix
authored
483443a
View commit details
Copy full SHA for 483443a
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
Update Korean Translations for Before/After Context (#858)
Show description for 09d815a
Minku-Koo
authored
09d815a
View commit details
Copy full SHA for 09d815a
View code at this point
Browse repository at this point
Fix parsing invalid intervals (#843)
Show description for 6205754
wiget
authored
6205754
View commit details
Copy full SHA for 6205754
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
Remove benchmark for format (#779)
sdispater
authored
6b70ac0
View commit details
Copy full SHA for 6b70ac0
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Update the documentation to reflect the 3.0 changes (#777)
sdispater
authored
482bb80
View commit details
Copy full SHA for 482bb80
View code at this point
Browse repository at this point
Fix errors where hours and days were not handled correctly when adding durations (#775)
Show description for 78fdc33
sdispater
authored
78fdc33
View commit details
Copy full SHA for 78fdc33
View code at this point
Browse repository at this point
Fix handling of the fold attribute when deep copying DateTime objects (#776)
Show description for 0a884dd
sdispater
authored
0a884dd
View commit details
Copy full SHA for 0a884dd
View code at this point
Browse repository at this point
Fix behavior of the `week_of_month` property (#774)
Show description for c811ecd
sdispater
authored
c811ecd
View commit details
Copy full SHA for c811ecd
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
fix: rename period to interval in repr and tests (#757)
Benji19967
authored
4abc087
View commit details
Copy full SHA for 4abc087
View code at this point
Browse repository at this point
Commits on Sep 30, 2023
Use Maturin directly for building distributions (#755)
sdispater
authored
5c01d00
View commit details
Copy full SHA for 5c01d00
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
fix: handle DST folded dates with start/end_of (#713)
nekonyuu
authored
599b44b
View commit details
Copy full SHA for 599b44b
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Various fixes (#733)
Show description for 071bf63
sdispater
authored
071bf63
View commit details
Copy full SHA for 071bf63
View code at this point
Browse repository at this point
Make `instance()` support all native types (date, time, datetime) (#732)
Show description for 77d1791
sdispater
and
gazpachoking
authored
77d1791
View commit details
Copy full SHA for 77d1791
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
Make day of week convention more consistent across the codebase (#731)
sdispater
authored
29c15a6
View commit details
Copy full SHA for 29c15a6
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Rewrite extensions in Rust (#721)
sdispater
authored
4d86638
View commit details
Copy full SHA for 4d86638
View code at this point
Browse repository at this point
Commits on Aug 6, 2023
Fix inequality checks for Period and Interval (#688) (#726)
sdispater
authored
21caf68
View commit details
Copy full SHA for 21caf68
View code at this point
Browse repository at this point
FIX: from_format handling 2 digit years, resolves sdispater/pendulum#686 (#704)
MrAlexBailey
authored
377dc2f
View commit details
Copy full SHA for 377dc2f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.