-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
GH-125413: Add private metadata methods to pathlib.Path.info
#129897
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
Merged
barneygale
merged 16 commits into
python:main
from
barneygale:gh-125413-merge-copyreader
Feb 17, 2025
+204
−206
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4dd7c21
GH-125413: Add private metadata methods to `pathlib.Path.info`
barneygale 30faab7
Fix atime/mtime copying
barneygale 22e065d
Simplify patch
barneygale cd4a1b5
Improve naming
barneygale 07f89a4
Return `None` if results aren't available.
barneygale 2026886
Merge `_create_metadata()` and `_create_symlink_metadata()`
barneygale ba4d393
Simplify patch a bit
barneygale 6cde4fb
Further reduce diff
barneygale 0871a39
Stop suppressing stat() errors from new methods
barneygale 89e49bf
Stop using `samefile()`, add `_file_id()` and `_device_id()`
barneygale 86b671f
Attempt to fix access time test
barneygale f6b2249
Delete `_device_id()`
barneygale 47616de
Merge branch 'main' into gh-125413-merge-copyreader
barneygale bc9032b
Merge branch 'main' into gh-125413-merge-copyreader
barneygale 6c03d51
Merge branch 'main' into gh-125413-merge-copyreader
encukou 13db1fe
`_create_metadata` -> `_copy_metadata`
barneygale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Simplify patch a bit
- Loading branch information
commit ba4d393e547dc8555c4e9e42ee9eea3af45009c1
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.