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
Type
/
to 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
1
Discussions
Actions
Security and quality
31
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
f6060df
User selector
All users
All time
Commit history
Commits on Mar 31, 2024
Add GitMeta alias
Show description for f6060df
EliahKagan
committed
f6060df
View commit details
Copy full SHA for f6060df
Browse repository at this point
Test GitMeta alias
EliahKagan
committed
8327b45
View commit details
Copy full SHA for 8327b45
Browse repository at this point
Clarify security risk in USE_SHELL doc and warnings
EliahKagan
committed
f92f4c3
View commit details
Copy full SHA for f92f4c3
Browse repository at this point
Commits on Mar 30, 2024
Make/use test.deprecation.lib; abandon idea to filter by module
Show description for cf2576e
EliahKagan
committed
cf2576e
View commit details
Copy full SHA for cf2576e
Browse repository at this point
Make test.performance.lib docstring more specific
Show description for 7cd3aa9
EliahKagan
committed
7cd3aa9
View commit details
Copy full SHA for 7cd3aa9
Browse repository at this point
Commits on Mar 29, 2024
Explain the approach in test.deprecation to static checking
Show description for b51b080
EliahKagan
committed
b51b080
View commit details
Copy full SHA for b51b080
Browse repository at this point
Expand USE_SHELL docstring; clarify a test usage
Show description for bdabb21
EliahKagan
committed
bdabb21
View commit details
Copy full SHA for bdabb21
Browse repository at this point
Hide `del util` from type checkers
Show description for 3da47c2
EliahKagan
committed
3da47c2
View commit details
Copy full SHA for 3da47c2
Browse repository at this point
Add GitPython project top comments to new test modules
EliahKagan
committed
5bef7ed
View commit details
Copy full SHA for 5bef7ed
Browse repository at this point
Read USE_SHELL in Git.execute without DeprecationWarning
Show description for 84bf2ca
EliahKagan
committed
84bf2ca
View commit details
Copy full SHA for 84bf2ca
Browse repository at this point
Clarify that the private name mangling is intentional
EliahKagan
committed
c5d5b16
View commit details
Copy full SHA for c5d5b16
Browse repository at this point
Keep mypy from thinking Git has arbitrary class attributes
Show description for c6f518b
EliahKagan
committed
c6f518b
View commit details
Copy full SHA for c6f518b
Browse repository at this point
Have USE_SHELL warn but work like normal via super()
Show description for 04eb09c
EliahKagan
committed
04eb09c
View commit details
Copy full SHA for 04eb09c
Browse repository at this point
Implement instance USE_SHELL lookup in __getattr__
Show description for 05de5c0
EliahKagan
committed
05de5c0
View commit details
Copy full SHA for 05de5c0
Browse repository at this point
Issue warnings whenever Git.USE_SHELL is accessed
Show description for d38e721
EliahKagan
committed
d38e721
View commit details
Copy full SHA for d38e721
Browse repository at this point
Fix wrong/unclear grammar in test_instance_dir docstring
EliahKagan
committed
df4c5c0
View commit details
Copy full SHA for df4c5c0
Browse repository at this point
Suppress type errors in restore_use_shell_state _USE_SHELL branches
Show description for 0e311bf
EliahKagan
committed
0e311bf
View commit details
Copy full SHA for 0e311bf
Browse repository at this point
Test that Git.execute's own read of USE_SHELL does not warn
Show description for 4037108
EliahKagan
committed
4037108
View commit details
Copy full SHA for 4037108
Browse repository at this point
Clarify unittest.mock.patch patchability test docstring
EliahKagan
committed
febda6f
View commit details
Copy full SHA for febda6f
Browse repository at this point
Add `type: ignore` in test that we can't set USE_SHELL on instances
Show description for 436bcaa
EliahKagan
committed
436bcaa
View commit details
Copy full SHA for 436bcaa
Browse repository at this point
Make the restore_use_shell_state fixture more robust
EliahKagan
committed
e725c82
View commit details
Copy full SHA for e725c82
Browse repository at this point
Test that USE_SHELL is unittest.mock.patch patchable
EliahKagan
committed
6a35261
View commit details
Copy full SHA for 6a35261
Browse repository at this point
Revise test module docstring for clarity
EliahKagan
committed
40ed842
View commit details
Copy full SHA for 40ed842
Browse repository at this point
Discuss metaclass conflicts in test module docstring
EliahKagan
committed
46df79f
View commit details
Copy full SHA for 46df79f
Browse repository at this point
Discuss multiprocessing in test module docstring; remove bad test
EliahKagan
committed
02c2f00
View commit details
Copy full SHA for 02c2f00
Browse repository at this point
Somewhat clarify multiprocessing misadventure
EliahKagan
committed
d4b50c9
View commit details
Copy full SHA for d4b50c9
Browse repository at this point
Begin multiprocessing misadventure
Show description for 602de0c
EliahKagan
committed
602de0c
View commit details
Copy full SHA for 602de0c
Browse repository at this point
Write most remaining Git attribute/deprecation tests
EliahKagan
committed
bf13888
View commit details
Copy full SHA for bf13888
Browse repository at this point
Make test_use_shell_on_class more robust
EliahKagan
committed
af723d5
View commit details
Copy full SHA for af723d5
Browse repository at this point
Start on test module about Git.USE_SHELL and Git attributes
EliahKagan
committed
7ab27c5
View commit details
Copy full SHA for 7ab27c5
Browse repository at this point
Refine deprecated module attributes and their warnings
Show description for dffa930
EliahKagan
committed
dffa930
View commit details
Copy full SHA for dffa930
Browse repository at this point
Issue warnings for some deprecated attributes of modules
EliahKagan
committed
28bd4a3
View commit details
Copy full SHA for 28bd4a3
Browse repository at this point
Clarify comment about is_<platform> value assertions
EliahKagan
committed
19b3c08
View commit details
Copy full SHA for 19b3c08
Browse repository at this point
Add test of dir() on git.types
EliahKagan
committed
488cc13
View commit details
Copy full SHA for 488cc13
Browse repository at this point
Clarify test_compat.test_dir
EliahKagan
committed
4857ff0
View commit details
Copy full SHA for 4857ff0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.