Conversation
Owner
jaraco
commented
Jul 25, 2021
- Re-use compose from jaraco.functools.
- Remove exception handler for 'Python bug', apparently no longer relevant as it goes back at least 12 years.
- Remove another unused block.
- Remove fspath as it is unneeded as Path is a str subclass. Add a test to capture expected behavior.
- Add test for normpath
- Add test for expandvars
- Add test for .expand
- Add test for splitdrive
- Expand test to ensure the result is a Path. Fix test and make both parts Path objects.
- Remove unc functions, removed in Python 3.7 (bpo-29197).
- Add test for parts
- Add test covering relpathto
- Add tests covering walk. Fix bug in walk when errors are ignored.
- Add test covering write test. Fix resulting failures.
- Add test covering read_md5
- Add test covering read_hexhash
- Add tests for isabs and ismount
- Implement samefile universally.
- Add test for last access time
- Add test for access
- Add tests for stat and lstat
- Add a note in the readme about intentions for API convergence. Fixes Align API with pathlib.Path #185.
- Add test for get_owner. Suppress coverage checks.
- Add tests for statvfs and pathconf
- Add test for utime. Allow utime to accept all parameters.
- Add test for chmod as a str
- Disable Python 3.10 tests
- Hide chown when not available, similar to other methods.
- Assume pwd and grp are present if chown is.
- Add test for chown
- Add test for renames
- Add test for mkdir_p
- Add test for removedirs_p
- Remove duplication of remove/unlink.
- Define link functions unconditionally.
- Add test for link
- Add test for symlink with no parameters
- Add tests for readlinkabs
- Collapse branchy return
- Add tests for chroot and startfile.
- Add test for invalid write mode.
- Add test for _permission_mask with invalid input.
- Add tests for Handlers
- Exclude compatibility module from coverage testing.
- Improve coverage in test module.
- Update changelog.
…ant as it goes back at least 12 years.
…test to capture expected behavior.
…rts Path objects.
08a99fd to
ad9175d
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.