Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
gitpython-developers
/
GitPython
Public
Notifications
You must be signed in to change notification settings
Fork
934
Star
4.8k
Code
Issues
170
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
util.py
on
3c6deb0
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 9, 2021
Flatten list_traverse()
Yobmod
committed
3c6deb0
Copy full SHA for 3c6deb0
Rmv circular import, create Has_id_attribute Protocol instead
Yobmod
committed
3710e24
Copy full SHA for 3710e24
Add list_traverse() to Tree and TraversableIterableObj.
Yobmod
committed
030b1fd
Copy full SHA for 030b1fd
Change type of list_traverse() again.
Yobmod
committed
f4cb7db
Copy full SHA for f4cb7db
Commits on Jul 8, 2021
Rmv typeguard from list_traverse(), was wrong
Yobmod
committed
1faa25f
Copy full SHA for 1faa25f
improve TraversableIterableObj typeguard
Yobmod
committed
4802a36
Copy full SHA for 4802a36
tests TraversableIterableObj typeguard
Yobmod
committed
f271c58
Copy full SHA for f271c58
Commits on Jul 1, 2021
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
committed
02b8ef0
Copy full SHA for 02b8ef0
Commits on Jun 30, 2021
Fix forward ref
Yobmod
committed
1b69965
Copy full SHA for 1b69965
Type Traversable/list_traverse() better, make IterablleObj a protocol
Yobmod
committed
a8ddf69
Copy full SHA for a8ddf69
Type Tree.traverse() better
Yobmod
committed
237966a
Copy full SHA for 237966a
Type Traversable.traverse() better, start types of submodule
Yobmod
committed
82b131c
Copy full SHA for 82b131c
Commits on Jun 25, 2021
another typo
Yobmod
authored
5d7b8ba
Copy full SHA for 5d7b8ba
fix typo
Yobmod
authored
ff56dbb
Copy full SHA for ff56dbb
flake8 fix
Yobmod
authored
17c750a
Copy full SHA for 17c750a
Import typevar in util.py
Yobmod
authored
eff48b8
Copy full SHA for eff48b8
Commits on Jun 24, 2021
fix indent
Yobmod
committed
26dfeb6
Copy full SHA for 26dfeb6
Make IterableList generic and update throughout
Yobmod
committed
c3903d8
Copy full SHA for c3903d8
Commits on Jun 23, 2021
Update typing-extensions version in requirements.txt
Yobmod
committed
5b6fe83
Copy full SHA for 5b6fe83
Commits on Aug 31, 2020
accept datetime instances as dates
Show description for 4a19917
mildsunrise
authored and
Byron
committed
4a19917
Copy full SHA for 4a19917
Commits on Jun 14, 2020
Fix exception causes all over the codebase
cool-RR
authored and
Byron
committed
411635f
Copy full SHA for 411635f
Commits on Dec 29, 2019
Added parsing for '@1400000000 +0000' date format as used by git commit hooks.
dries007
authored and
Byron
committed
f7cff58
Copy full SHA for f7cff58
Commits on Oct 19, 2019
Fix pickling of tzoffset
Show description for 6fd0902
xhochy
authored and
Byron
committed
6fd0902
Copy full SHA for 6fd0902
Commits on Apr 4, 2018
Avoid from_timestamp() function to raise an exception when the offset is greater or lower than 24 hours.
Show description for c6e0a6c
ishepard
authored and
Byron
committed
c6e0a6c
Copy full SHA for c6e0a6c
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Oct 20, 2016
Fix some typos
bryant1410
committed
66c41eb
Copy full SHA for 66c41eb
Commits on Apr 19, 2016
Add support for getting "aware" datetime info
Show description for a2c8c7f
nvie
committed
a2c8c7f
Copy full SHA for a2c8c7f
Commits on Aug 17, 2015
fix(commit): serialization timezone handling
Show description for a8f7e37
Byron
committed
a8f7e37
Copy full SHA for a8f7e37
Commits on Mar 27, 2015
Fix typo
kylepjohnson
committed
21a6cb7
Copy full SHA for 21a6cb7
Commits on Jan 5, 2015
Intermediate commit: test_config and test_actor works
Show description for 04357d0
Byron
committed
04357d0
Copy full SHA for 04357d0
Commits on Jan 4, 2015
Bumped version, updated changelog, reduced code smell
Show description for c80d727
Byron
committed
c80d727
Copy full SHA for c80d727
Applied autopep8
Show description for 965a08c
Byron
committed
965a08c
Copy full SHA for 965a08c
Commits on Dec 19, 2014
Simplified parse_date implementation
Show description for 3f879c7
Byron
committed
3f879c7
Copy full SHA for 3f879c7
Commits on Dec 18, 2014
BF: adjust mktime output for the local offset (Close #218)
yarikoptic
committed
4a47a9c
Copy full SHA for 4a47a9c
Commits on Nov 19, 2014
Applied autopep8
Show description for 2572647
Byron
committed
2572647
Copy full SHA for 2572647
Pagination
Previous
Next
You can’t perform that action at this time.