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 }}
Borda
/
GitPython
Public
forked from
gitpython-developers/GitPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Breadcrumbs
History for
GitPython
git
objects
fun.py
on
precommit/validate-pyproject
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 19, 2024
Pick a consistent type for __all__ (for now, list)
Show description for 78055a8
EliahKagan
committed
78055a8
Copy full SHA for 78055a8
Commits on Mar 18, 2024
Improve order of imports and __all__ in git.object.submodule.*
EliahKagan
committed
4e9a2f2
Copy full SHA for 4e9a2f2
Commits on Mar 11, 2024
apply `ruff-format`
Borda
committed
2d0158c
Copy full SHA for 2d0158c
Commits on Feb 29, 2024
More docstring revisions within git.objects
EliahKagan
committed
e166a0a
Copy full SHA for e166a0a
Commits on Feb 28, 2024
Further revise other docstrings within git.objects
EliahKagan
committed
bc48d26
Copy full SHA for bc48d26
Commits on Feb 27, 2024
Revise docstrings within git.objects
Show description for ae37a4a
EliahKagan
committed
ae37a4a
Copy full SHA for ae37a4a
Commits on Nov 6, 2023
Revise and restore some module docstrings
Show description for aed3b59
EliahKagan
committed
aed3b59
Copy full SHA for aed3b59
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
Copy full SHA for 454032c
Commits on Oct 22, 2023
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
Copy full SHA for cd16a35
Commits on Jul 20, 2023
Run black and exclude submodule
bodograumann
committed
6035db0
Copy full SHA for 6035db0
Commits on Dec 29, 2022
Fix Sphinx rendering errors
Show description for 4463624
stephan-cr
authored and
Byron
committed
4463624
Copy full SHA for 4463624
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
Copy full SHA for e530544
Commits on May 17, 2022
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
Copy full SHA for 21ec529
Commits on Aug 2, 2021
increase mypy strictness (warn unused ignored and warn unreachable)
Yobmod
committed
91fce33
Copy full SHA for 91fce33
Commits on Jul 19, 2021
Make types in refs compatible with objects
Yobmod
committed
6609ef7
Copy full SHA for 6609ef7
Commits on Jul 9, 2021
Use TreeCacheTup type alias throughout
Yobmod
committed
e6a27ad
Copy full SHA for e6a27ad
Commits on Jul 8, 2021
Change List to MutableSequence in fun.py _find_by_name()
Yobmod
committed
627deff
Copy full SHA for 627deff
fix base,ours,theirs typing
Yobmod
committed
4f13b4e
Copy full SHA for 4f13b4e
Use Tuple not tuple
Yobmod
committed
c27d2b0
Copy full SHA for c27d2b0
Fix traverse_trees_recursive() again
Yobmod
committed
dfbc0f4
Copy full SHA for dfbc0f4
Fix traverse_trees_recursive()
Yobmod
committed
d344abf
Copy full SHA for d344abf
Mmmmm
Yobmod
committed
4333dcb
Copy full SHA for 4333dcb
Mak EntryTup a froward ref
Yobmod
committed
1533596
Copy full SHA for 1533596
Mak GitCmdObjectDB a froward ref
Yobmod
committed
9f88796
Copy full SHA for 9f88796
Finish initial typing of index folder
Yobmod
committed
5d3818e
Copy full SHA for 5d3818e
Commits on Jun 24, 2021
Add types to tree.Tree
Yobmod
committed
42e4f5e
Copy full SHA for 42e4f5e
Commits on Feb 8, 2020
Remove and replace compat.text_type
Harmon758
authored and
Byron
committed
55fd173
Copy full SHA for 55fd173
Remove and replace compat.xrange
Harmon758
authored and
Byron
committed
b5dd2f0
Copy full SHA for b5dd2f0
Remove and replace compat.bchr
Harmon758
authored and
Byron
committed
bdfd3fc
Copy full SHA for bdfd3fc
Remove compat.byte_ord
Harmon758
authored and
Byron
committed
ec29b15
Copy full SHA for ec29b15
Commits on Oct 15, 2019
removed trailing whitespaces
pratik-anurag
authored and
Byron
committed
fb14533
Copy full SHA for fb14533
changed unused variables assingment
pratik-anurag
authored and
Byron
committed
4f583a8
Copy full SHA for 4f583a8
Commits on Mar 18, 2018
Rewrite unnecessary dict/list/tuple calls as literals
hugovk
committed
ac4f7d3
Copy full SHA for ac4f7d3
Commits on Oct 16, 2016
fix(surrogateescape): enable on py2, fix tests
Byron
committed
9e4a454
Copy full SHA for 9e4a454
fix(unicode): use surrogateescape in bytes.decode
Show description for 93d5302
Byron
committed
93d5302
Copy full SHA for 93d5302
Pagination
Previous
Next
You can’t perform that action at this time.