FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-73991: Add `pathlib.Path.move()` by barneygale · Pull Request #122073 · 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.move()
- #122073
#122073
Merged
barneygale
merged 27 commits into
python:main
python/cpython:main
from
barneygale:path-move
barneygale/cpython:path-move
Copy head branch name to clipboard
Aug 25, 2024
Conversation
Commits
27
(27)
Checks
Files changed
Merged
GH-73991: Add pathlib.Path.move()
#122073
barneygale
merged 27 commits into
python:main
python/cpython:main
from
barneygale:path-move
barneygale/cpython:path-move
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2024
GH-73991: Add `pathlib.Path.move()`
Show description for f6d09c0
barneygale
committed
f6d09c0
View commit details
Copy full SHA for f6d09c0
Browse repository at this point
Simplify slightly
barneygale
committed
1dc0bfb
View commit details
Copy full SHA for 1dc0bfb
Browse repository at this point
Test existing files/directories as destinations.
barneygale
committed
f488ff8
View commit details
Copy full SHA for f488ff8
Browse repository at this point
rename --> replace
barneygale
committed
ff7746f
View commit details
Copy full SHA for ff7746f
Browse repository at this point
Windows test fixes
barneygale
committed
29e51f5
View commit details
Copy full SHA for 29e51f5
Browse repository at this point
Revert "Windows test fixes"
Show description for 36955ab
barneygale
committed
36955ab
View commit details
Copy full SHA for 36955ab
Browse repository at this point
Handle existing targets more consistently
barneygale
committed
d595047
View commit details
Copy full SHA for d595047
Browse repository at this point
Use generic implementation on ERROR_ACCESS_DENIED.
barneygale
committed
5de963e
View commit details
Copy full SHA for 5de963e
Browse repository at this point
Commits on Jul 22, 2024
Expand test coverage, lean into the Windows differences a bit.
barneygale
committed
e1c0d9e
View commit details
Copy full SHA for e1c0d9e
Browse repository at this point
Loosen tests for OSError types.
barneygale
committed
a98aed4
View commit details
Copy full SHA for a98aed4
Browse repository at this point
Revert "Loosen tests for OSError types."
Show description for 0af6396
barneygale
committed
0af6396
View commit details
Copy full SHA for 0af6396
Browse repository at this point
Tweaks
barneygale
committed
348cabd
View commit details
Copy full SHA for 348cabd
Browse repository at this point
Relax expectations once again.
barneygale
committed
aca70d1
View commit details
Copy full SHA for aca70d1
Browse repository at this point
skip tests affected by apparent os.replace() inconsistency
barneygale
committed
aa27f48
View commit details
Copy full SHA for aa27f48
Browse repository at this point
More compatibility experiments.
barneygale
committed
04b115a
View commit details
Copy full SHA for 04b115a
Browse repository at this point
Cunningly avoid specifying the problematic cases.
barneygale
committed
be48d2a
View commit details
Copy full SHA for be48d2a
Browse repository at this point
Fix moving a file/directory to itself.
barneygale
committed
a5ee60a
View commit details
Copy full SHA for a5ee60a
Browse repository at this point
Undo unnecessary change
barneygale
committed
f9219ee
View commit details
Copy full SHA for f9219ee
Browse repository at this point
Commits on Jul 27, 2024
Ensure we exit from copytree() when copying directory over itself.
barneygale
committed
5ad2c1d
View commit details
Copy full SHA for 5ad2c1d
Browse repository at this point
Commits on Aug 7, 2024
Merge branch 'main' into path-move
barneygale
committed
46b1fc2
View commit details
Copy full SHA for 46b1fc2
Browse repository at this point
Commits on Aug 11, 2024
Merge branch 'main' into path-move
barneygale
committed
d889dff
View commit details
Copy full SHA for d889dff
Browse repository at this point
Docs tweak
barneygale
committed
9d92108
View commit details
Copy full SHA for 9d92108
Browse repository at this point
Set `filename` and `filename2` in error messages.
barneygale
committed
92cc785
View commit details
Copy full SHA for 92cc785
Browse repository at this point
Simplify patch
barneygale
committed
b8372aa
View commit details
Copy full SHA for b8372aa
Browse repository at this point
Commits on Aug 13, 2024
Undo changes from GH-122924.
barneygale
committed
8199fd5
View commit details
Copy full SHA for 8199fd5
Browse repository at this point
Commits on Aug 23, 2024
Merge branch 'main' into path-move
barneygale
committed
175d687
View commit details
Copy full SHA for 175d687
Browse repository at this point
Commits on Aug 24, 2024
Merge branch 'main' into path-move
barneygale
authored
8182a88
View commit details
Copy full SHA for 8182a88
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL