FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-73991: Add `pathlib.Path.rmtree()` by barneygale · Pull Request #119060 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-73991: Add pathlib.Path.rmtree()
- #119060
#119060
Merged
barneygale
merged 23 commits into
python:main
python/cpython:main
from
barneygale:gh-73991-rmtree
barneygale/cpython:gh-73991-rmtree
Copy head branch name to clipboard
Jul 20, 2024
Conversation
Commits
23
(23)
Checks
Files changed
Merged
GH-73991: Add pathlib.Path.rmtree()
#119060
barneygale
merged 23 commits into
python:main
python/cpython:main
from
barneygale:gh-73991-rmtree
barneygale/cpython:gh-73991-rmtree
Copy head branch name to clipboard
Commits
Commits on May 15, 2024
GH-73991: Add `pathlib.Path.rmtree()`
Show description for bbcb1ce
barneygale
committed
bbcb1ce
View commit details
Copy full SHA for bbcb1ce
Browse repository at this point
Merge branch 'main' into gh-73991-rmtree
barneygale
authored
94ef5c1
View commit details
Copy full SHA for 94ef5c1
Browse repository at this point
Commits on May 27, 2024
Use `os.walk()` and `os.fwalk()` rather than `shutil.rmtree()`
barneygale
committed
62f7eae
View commit details
Copy full SHA for 62f7eae
Browse repository at this point
Undo shutil change
barneygale
committed
4c73a92
View commit details
Copy full SHA for 4c73a92
Browse repository at this point
Line up implementations
barneygale
committed
98fa2e2
View commit details
Copy full SHA for 98fa2e2
Browse repository at this point
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
7819005
View commit details
Copy full SHA for 7819005
Browse repository at this point
Tests
barneygale
committed
b504019
View commit details
Copy full SHA for b504019
Browse repository at this point
Commits on Jun 2, 2024
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
bdd1255
View commit details
Copy full SHA for bdd1255
Browse repository at this point
Commits on Jun 18, 2024
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
5d2472e
View commit details
Copy full SHA for 5d2472e
Browse repository at this point
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
eadbbe6
View commit details
Copy full SHA for eadbbe6
Browse repository at this point
Use implementation from shutil
barneygale
committed
ab7b086
View commit details
Copy full SHA for ab7b086
Browse repository at this point
Fix some Windows tests.
barneygale
committed
f88fc12
View commit details
Copy full SHA for f88fc12
Browse repository at this point
More Windows test tweaks
barneygale
committed
5a0fc07
View commit details
Copy full SHA for 5a0fc07
Browse repository at this point
Commits on Jun 19, 2024
This is confusing :/
barneygale
committed
2559e6a
View commit details
Copy full SHA for 2559e6a
Browse repository at this point
Commits on Jun 24, 2024
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
5588e1f
View commit details
Copy full SHA for 5588e1f
Browse repository at this point
WIP
barneygale
committed
bcff053
View commit details
Copy full SHA for bcff053
Browse repository at this point
Merge branch 'main' into gh-73991-rmtree
barneygale
committed
be00bfe
View commit details
Copy full SHA for be00bfe
Browse repository at this point
Commits on Jun 27, 2024
Fix docs
barneygale
committed
d8c4291
View commit details
Copy full SHA for d8c4291
Browse repository at this point
Minor tweaks
barneygale
committed
a9c8d4f
View commit details
Copy full SHA for a9c8d4f
Browse repository at this point
Commits on Jul 4, 2024
Apply suggestions from code review
Show description for 4bcc143
barneygale
and
picnixz
authored
4bcc143
View commit details
Copy full SHA for 4bcc143
Browse repository at this point
Address review feedback.
barneygale
committed
ab0f447
View commit details
Copy full SHA for ab0f447
Browse repository at this point
Commits on Jul 20, 2024
Merge branch 'main' into gh-73991-rmtree
barneygale
authored
40ed5c8
View commit details
Copy full SHA for 40ed5c8
Browse repository at this point
Merge branch 'main' into gh-73991-rmtree
AA-Turner
authored
0cf0180
View commit details
Copy full SHA for 0cf0180
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL