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
986
Star
5.2k
Code
Issues
9
Pull requests
1
Discussions
Actions
Security and quality
26
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Fix bugs affecting exception wrapping in rmtree callback
- #1700
#1700
Merged
Byron
merged 19 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
EliahKagan:untangle-skips
EliahKagan/GitPython:untangle-skips
Copy head branch name to clipboard
Oct 10, 2023
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Fix bugs affecting exception wrapping in rmtree callback
#1700
Byron
merged 19 commits into
gitpython-developers:main
gitpython-developers/GitPython:main
from
EliahKagan:untangle-skips
EliahKagan/GitPython:untangle-skips
Copy head branch name to clipboard
Commits
Commits on Oct 8, 2023
Add a missing PermissionError xfail on Windows
Show description for 2814263
EliahKagan
committed
2814263
View commit details
Copy full SHA for 2814263
Browse repository at this point
Update "ACTUALLY skipped by" comments
Show description for fba59aa
EliahKagan
committed
fba59aa
View commit details
Copy full SHA for fba59aa
Browse repository at this point
Eliminate duplicate rmtree try-except logic
Show description for 5039df3
EliahKagan
committed
5039df3
View commit details
Copy full SHA for 5039df3
Browse repository at this point
Clean up git.objects.submodule.base imports
Show description for 683a3ee
EliahKagan
committed
683a3ee
View commit details
Copy full SHA for 683a3ee
Browse repository at this point
Commits on Oct 9, 2023
Test current expected behavior of git.util.rmtree
EliahKagan
committed
2fe7f3c
View commit details
Copy full SHA for 2fe7f3c
Browse repository at this point
Test situations git.util.rmtree shouldn't wrap
Show description for d42cd72
EliahKagan
committed
d42cd72
View commit details
Copy full SHA for d42cd72
Browse repository at this point
Fix test bug that assumed staticmethod callability
Show description for 2a32e25
EliahKagan
committed
2a32e25
View commit details
Copy full SHA for 2a32e25
Browse repository at this point
In rmtree, have onerror catch only PermissionError
Show description for b8e009e
EliahKagan
committed
b8e009e
View commit details
Copy full SHA for b8e009e
Browse repository at this point
Fix onerror callback type hinting, improve style
Show description for ccbb273
EliahKagan
committed
ccbb273
View commit details
Copy full SHA for ccbb273
Browse repository at this point
Use onexc callback where supported
Show description for 0b88012
EliahKagan
committed
0b88012
View commit details
Copy full SHA for 0b88012
Browse repository at this point
Revise and update rmtree docstrings and comments
EliahKagan
committed
7dd5904
View commit details
Copy full SHA for 7dd5904
Browse repository at this point
Clean up test_util, reorganizing for readability
Show description for 196cfbe
EliahKagan
committed
196cfbe
View commit details
Copy full SHA for 196cfbe
Browse repository at this point
Add initial test_env_vars_for_windows_tests
Show description for 100ab98
EliahKagan
committed
100ab98
View commit details
Copy full SHA for 100ab98
Browse repository at this point
Warn if HIDE_WINDOWS_*_ERRORS set in environment
Show description for 7604da1
EliahKagan
committed
7604da1
View commit details
Copy full SHA for 7604da1
Browse repository at this point
Make HIDE_* attributes always bool
Show description for eb51277
EliahKagan
committed
eb51277
View commit details
Copy full SHA for eb51277
Browse repository at this point
Treat false-seeming HIDE_* env var values as false
Show description for 333896b
EliahKagan
committed
333896b
View commit details
Copy full SHA for 333896b
Browse repository at this point
Simplify HIDE_* env var test; add missing cases
Show description for c11b366
EliahKagan
committed
c11b366
View commit details
Copy full SHA for c11b366
Browse repository at this point
Further cleanup in test_util (on new tests)
Show description for f0e15e8
EliahKagan
committed
f0e15e8
View commit details
Copy full SHA for f0e15e8
Browse repository at this point
Clarify a test helper docstring
Show description for a9b05ec
EliahKagan
committed
a9b05ec
View commit details
Copy full SHA for a9b05ec
Browse repository at this point
You can’t perform that action at this time.