Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Julian/Filesystems issues and pull requests
#53 - Bump wntrblm/nox from 2024.04.15 to 2024.10.09
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
Labels: dependencies, github_actions
#52 - Bump hynek/setup-cached-uv from 1 to 2
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies, github_actions
#51 - Check equality behavior for ..
Issue -
State: open - Opened by Julian almost 5 years ago
#50 - Add memory.FS.manifest_on(native.FS(), path)
Issue -
State: open - Opened by Julian almost 5 years ago
#49 - [WIP] Add allow_existing=False to fs.create_directory()
Pull Request -
State: closed - Opened by altendky almost 5 years ago
- 7 comments
#48 - allow_existing for fs.create_directory()
Issue -
State: closed - Opened by altendky almost 5 years ago
- 4 comments
#47 - Add parents=False to create_directory()
Pull Request -
State: closed - Opened by altendky almost 5 years ago
- 3 comments
#46 - 'Remove' AppVeyor build to avoid noisy build failures
Issue -
State: closed - Opened by altendky almost 5 years ago
- 1 comment
#45 - fs.open/fs.create(..., permissions=) for race-conditionless chowning
Issue -
State: open - Opened by Julian about 5 years ago
#44 - fs.chown
Issue -
State: open - Opened by Julian about 5 years ago
- 1 comment
#43 - get_/set_contents should allow for text mode
Issue -
State: open - Opened by Julian over 5 years ago
#42 - Paths should be repr'ed in exceptions
Issue -
State: open - Opened by Julian almost 6 years ago
#41 - Random checklist to break into issues
Issue -
State: open - Opened by Julian almost 6 years ago
#40 - Matrix Travis against linux/osx
Pull Request -
State: closed - Opened by altendky almost 6 years ago
- 17 comments
#39 - Use Xenial, default sudo, matrix on Travis
Pull Request -
State: closed - Opened by altendky almost 6 years ago
- 2 comments
#38 - Might need a way to indicate whether to output trailing slashes or not
Issue -
State: open - Opened by Julian almost 6 years ago
#37 - Run against multiple OSes in CI
Issue -
State: closed - Opened by Julian almost 6 years ago
- 6 comments
#36 - Make realpath iterative
Issue -
State: open - Opened by Julian almost 6 years ago
#35 - Directly implement is{file,dir} in terms of the stat module's functions
Issue -
State: closed - Opened by Julian almost 6 years ago
- 1 comment
#34 - Make `fs.open` and `fs.create` return our own file(-like) objects with `.bytes` and `.text` methods
Issue -
State: open - Opened by Julian almost 6 years ago
#33 - Add support for pathlib.Paths
Issue -
State: closed - Opened by Julian almost 6 years ago
- 1 comment
#32 - native.FS should possibly use `man 3 removefile` for recursive remove
Issue -
State: open - Opened by Julian almost 6 years ago
#31 - memory.FS should handle trying to remove the root directory
Issue -
State: open - Opened by Julian almost 6 years ago
#30 - /dev/shm (tmpFS-)based memory FS
Issue -
State: open - Opened by Julian almost 6 years ago
#29 - fs.stat
Issue -
State: closed - Opened by Julian almost 6 years ago
#28 - glob_children + case sensitivity
Issue -
State: open - Opened by Julian almost 6 years ago
#27 - Something should handle trailing slashes in directories
Issue -
State: closed - Opened by Julian almost 6 years ago
#26 - Rename RelativePath.relative_to()?
Issue -
State: open - Opened by altendky about 6 years ago
- 1 comment
#25 - Path.expanded
Issue -
State: closed - Opened by Julian about 6 years ago
#24 - Isn't cwd a filesystem property, not a path propery?
Issue -
State: open - Opened by altendky over 6 years ago
- 2 comments
#23 - fs.copy
Issue -
State: open - Opened by altendky over 6 years ago
- 4 comments
#22 - Implement context managers (with)
Issue -
State: open - Opened by altendky over 6 years ago
- 5 comments
#21 - Support os.PathLike / os.fspath() (3.6+)
Issue -
State: closed - Opened by altendky over 6 years ago
- 2 comments
#20 - fs.create_directory + all parents
Issue -
State: closed - Opened by Julian over 6 years ago
- 3 comments
#19 - fs.move
Issue -
State: open - Opened by Julian over 6 years ago
#18 - Add non-ascii data to tests to be certain to avoid py2 implicit conversions
Issue -
State: closed - Opened by altendky over 6 years ago
#17 - Switch to io.open() and provide bytes/native/text modes
Pull Request -
State: closed - Opened by altendky over 6 years ago
- 6 comments
#16 - Memory files are always bytes, TextIOWrapper return if needed
Pull Request -
State: closed - Opened by altendky over 6 years ago
- 1 comment
#15 - Add Python 3.4 testing on AppVeyor
Pull Request -
State: closed - Opened by altendky over 6 years ago
#14 - Add v3.4 to classifiers in setup.py
Pull Request -
State: closed - Opened by altendky over 6 years ago
#13 - Update memory.FS to respect binary/text mode for files
Pull Request -
State: closed - Opened by altendky over 6 years ago
- 8 comments
#12 - Default open to mode "r" not "rb"
Pull Request -
State: closed - Opened by altendky over 6 years ago
#11 - memory.FS should support opening files in text mode
Issue -
State: closed - Opened by Julian over 6 years ago
- 1 comment
#10 - Support text mode when opening files on a memory filesystem
Issue -
State: closed - Opened by altendky over 6 years ago
- 1 comment
#9 - Fix badge links and add a few in README.rst
Pull Request -
State: closed - Opened by altendky over 6 years ago
- 1 comment
#8 - Add appveyor.yml
Pull Request -
State: closed - Opened by altendky over 6 years ago
- 4 comments
#7 - memory.FS.from_contents
Issue -
State: open - Opened by Julian almost 7 years ago
#6 - filesystem.readlink
Issue -
State: closed - Opened by Julian about 7 years ago
- 1 comment
#5 - filesystems.bind(path, fs)
Issue -
State: open - Opened by Julian about 7 years ago
#4 - Generic implementation of realpath
Issue -
State: closed - Opened by Julian almost 8 years ago
#3 - Uniform exception translation for native.FS
Issue -
State: open - Opened by Julian almost 8 years ago
#2 - UnionFS
Issue -
State: open - Opened by Julian about 8 years ago
#1 - Downward-facing FS
Issue -
State: open - Opened by Julian about 8 years ago