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
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
988
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
tree.py
on
3.1.42
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 16, 2024
fix: treeNotSorted issue
Ethan
committed
365d44f
View commit details
Copy full SHA for 365d44f
View code at this point
Browse repository at this point
Commits on Dec 3, 2023
Don't return with operand when conceptually void
Show description for 39e2dff
EliahKagan
committed
39e2dff
View commit details
Copy full SHA for 39e2dff
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
View commit details
Copy full SHA for 454032c
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Use zero-argument super() where applicable
Show description for a47e46d
EliahKagan
committed
a47e46d
View commit details
Copy full SHA for a47e46d
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
More wording improvements (in git module)
Show description for f444470
EliahKagan
committed
f444470
View commit details
Copy full SHA for f444470
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Make all one-element __slots__ be tuples
Show description for 0327f8f
EliahKagan
committed
0327f8f
View commit details
Copy full SHA for 0327f8f
View code at this point
Browse repository at this point
Remove explicit inheritance from object
Show description for f78587f
EliahKagan
committed
f78587f
View commit details
Copy full SHA for f78587f
View code at this point
Browse repository at this point
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
View commit details
Copy full SHA for cd16a35
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
View commit details
Copy full SHA for ae8c018
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
View commit details
Copy full SHA for 4463624
View code at this point
Browse repository at this point
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
View commit details
Copy full SHA for e530544
View code at this point
Browse repository at this point
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
View commit details
Copy full SHA for 21ec529
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
committed
91fce33
View commit details
Copy full SHA for 91fce33
View code at this point
Browse repository at this point
Commits on Jul 31, 2021
Add final types to tree.py
Yobmod
committed
2fc8a46
View commit details
Copy full SHA for 2fc8a46
View code at this point
Browse repository at this point
Commits on Jul 24, 2021
Replace all Typeguard with cast, revert update to typing-extensions==3.10.0
Yobmod
committed
e6345d6
View commit details
Copy full SHA for e6345d6
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Change remaining type comments to py3.6+ types
Yobmod
committed
9e5e969
View commit details
Copy full SHA for 9e5e969
View code at this point
Browse repository at this point
Make types in refs compatible with objects
Yobmod
committed
6609ef7
View commit details
Copy full SHA for 6609ef7
View code at this point
Browse repository at this point
Commits on Jul 9, 2021
Use TreeCacheTup type alias throughout
Yobmod
committed
e6a27ad
View commit details
Copy full SHA for e6a27ad
View code at this point
Browse repository at this point
Try to distinguation git.diff module from diff.Diff.diff and diff.Daffable.diff()
Yobmod
committed
7c6ae2b
View commit details
Copy full SHA for 7c6ae2b
View code at this point
Browse repository at this point
Fix list_traverse() docstring for Autodoc
Yobmod
committed
5eea891
View commit details
Copy full SHA for 5eea891
View code at this point
Browse repository at this point
Rmv circular import, create Has_id_attribute Protocol instead
Yobmod
committed
3710e24
View commit details
Copy full SHA for 3710e24
View code at this point
Browse repository at this point
Add list_traverse() to Tree and TraversableIterableObj.
Yobmod
committed
030b1fd
View commit details
Copy full SHA for 030b1fd
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
fix base,ours,theirs typing
Yobmod
committed
4f13b4e
View commit details
Copy full SHA for 4f13b4e
View code at this point
Browse repository at this point
Finish initial typing of index folder
Yobmod
committed
5d3818e
View commit details
Copy full SHA for 5d3818e
View code at this point
Browse repository at this point
Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fix errors
Yobmod
committed
2e2fe18
View commit details
Copy full SHA for 2e2fe18
View code at this point
Browse repository at this point
Commits on Jul 1, 2021
Add missed types to Commit, uncomment to_native_path_linux()
Yobmod
committed
02b8ef0
View commit details
Copy full SHA for 02b8ef0
View code at this point
Browse repository at this point
Commits on Jun 30, 2021
Type Tree.traverse() better
Yobmod
committed
237966a
View commit details
Copy full SHA for 237966a
View code at this point
Browse repository at this point
Type Traversable.traverse() better, start types of submodule
Yobmod
committed
82b131c
View commit details
Copy full SHA for 82b131c
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
Add asserts and casts for T_Tree_cache
Yobmod
committed
a2d9011
View commit details
Copy full SHA for a2d9011
View code at this point
Browse repository at this point
Add T_Tre_cache TypeVar
Yobmod
committed
fe594eb
View commit details
Copy full SHA for fe594eb
View code at this point
Browse repository at this point
Add types to tree.Tree
Yobmod
committed
42e4f5e
View commit details
Copy full SHA for 42e4f5e
View code at this point
Browse repository at this point
Commits on Jun 23, 2021
Update typing-extensions version in requirements.txt
Yobmod
committed
5b6fe83
View commit details
Copy full SHA for 5b6fe83
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Fix exception causes all over the codebase
cool-RR
authored and
Byron
committed
411635f
View commit details
Copy full SHA for 411635f
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Remove and replace compat.string_types
Harmon758
authored and
Byron
committed
768b9ff
View commit details
Copy full SHA for 768b9ff
View code at this point
Browse repository at this point
Remove checks for Python 2 and/or 3
Harmon758
authored and
Byron
committed
6aa78cd
View commit details
Copy full SHA for 6aa78cd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.