-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-73991: Add pathlib.Path.move()
#122073
Merged
Merged
Commits on Jul 21, 2024
-
pythonGH-73991: Add
pathlib.Path.move()
Add a `Path.move()` method that moves a file or directory tree and returns a new `Path` instance. This method is similar to `shutil.move()`, except that it doesn't accept a *copy_function* argument, and it doesn't support copying into an existing directory.
Configuration menu - View commit details
-
Copy full SHA for f6d09c0 - Browse repository at this point
Copy the full SHA f6d09c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dc0bfb - Browse repository at this point
Copy the full SHA 1dc0bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f488ff8 - Browse repository at this point
Copy the full SHA f488ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7746f - Browse repository at this point
Copy the full SHA ff7746fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e51f5 - Browse repository at this point
Copy the full SHA 29e51f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36955ab - Browse repository at this point
Copy the full SHA 36955abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d595047 - Browse repository at this point
Copy the full SHA d595047View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de963e - Browse repository at this point
Copy the full SHA 5de963eView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1c0d9e - Browse repository at this point
Copy the full SHA e1c0d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a98aed4 - Browse repository at this point
Copy the full SHA a98aed4View commit details -
Revert "Loosen tests for OSError types."
This reverts commit a98aed4.
Configuration menu - View commit details
-
Copy full SHA for 0af6396 - Browse repository at this point
Copy the full SHA 0af6396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 348cabd - Browse repository at this point
Copy the full SHA 348cabdView commit details -
Configuration menu - View commit details
-
Copy full SHA for aca70d1 - Browse repository at this point
Copy the full SHA aca70d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa27f48 - Browse repository at this point
Copy the full SHA aa27f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b115a - Browse repository at this point
Copy the full SHA 04b115aView commit details -
Configuration menu - View commit details
-
Copy full SHA for be48d2a - Browse repository at this point
Copy the full SHA be48d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ee60a - Browse repository at this point
Copy the full SHA a5ee60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9219ee - Browse repository at this point
Copy the full SHA f9219eeView commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ad2c1d - Browse repository at this point
Copy the full SHA 5ad2c1dView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46b1fc2 - Browse repository at this point
Copy the full SHA 46b1fc2View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d889dff - Browse repository at this point
Copy the full SHA d889dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d92108 - Browse repository at this point
Copy the full SHA 9d92108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92cc785 - Browse repository at this point
Copy the full SHA 92cc785View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8372aa - Browse repository at this point
Copy the full SHA b8372aaView commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8199fd5 - Browse repository at this point
Copy the full SHA 8199fd5View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 175d687 - Browse repository at this point
Copy the full SHA 175d687View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8182a88 - Browse repository at this point
Copy the full SHA 8182a88View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.