GitHub / python/importlib_resources issues and pull requests
#331 - A better error message from importlib.resources.files() when module spec is None
Pull Request -
State: open - Opened by whitphx 4 months ago
#330 - ModuleNotFoundError: No module named 'typing.io'; 'typing' is not a package
Issue -
State: open - Opened by TheTechromancer 9 months ago
#329 - Avoid import-time dependency on `typing` in common cases
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
#329 - Avoid runtime typing in common cases
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
#328 - Defer tempfile import to sites of use.
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
#328 - Defer `tempfile` import to sites of use
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
#327 - Replace `inspect` usage with common CPython stdlib pattern
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
- 1 comment
#327 - Replace inspect usage with common CPython stdlib pattern.
Pull Request -
State: open - Opened by Sachaa-Thanasius 10 months ago
#326 - Improve import time
Issue -
State: open - Opened by Sachaa-Thanasius 11 months ago
#325 - Backport changes from python/cpython#128815
Issue -
State: open - Opened by jaraco about 1 year ago
#324 - Add typing-extensions as a dependency
Pull Request -
State: closed - Opened by pstjohn about 1 year ago
- 1 comment
#324 - Add typing-extensions as a dependency
Pull Request -
State: closed - Opened by pstjohn about 1 year ago
- 2 comments
#323 - Undeclared typing-extensions dependency in 6.5.0
Issue -
State: closed - Opened by pstjohn about 1 year ago
- 2 comments
#322 - Add type annotations for Traversable.open.
Pull Request -
State: closed - Opened by jaraco about 1 year ago
#321 - Add a `Traversable.read_text()` `errors` parameter
Pull Request -
State: closed - Opened by kurtmckee about 1 year ago
- 4 comments
#321 - Add a `Traversable.readtext()` `errors` parameter
Issue -
State: open - Opened by kurtmckee about 1 year ago
#320 - Resolve two test suite failures
Pull Request -
State: open - Opened by kurtmckee about 1 year ago
#320 - Resolve two test suite failures
Pull Request -
State: closed - Opened by kurtmckee about 1 year ago
- 2 comments
#319 - Functional API tests still broken on big-endian machines
Issue -
State: open - Opened by cjwatson over 1 year ago
#318 - Test non-paths in dunder path failing on Python 3.13
Issue -
State: closed - Opened by jaraco over 1 year ago
- 2 comments
#317 - Traversable.open is untyped
Issue -
State: closed - Opened by jaraco over 1 year ago
#316 - Drop support for Python 3.8 (and older)?
Issue -
State: closed - Opened by Hedda over 1 year ago
- 1 comment
#315 - Omit non-dir items when constructing a NamespaceReader
Pull Request -
State: closed - Opened by jaraco over 1 year ago
#315 - Omit non-dir items when constructing a NamespaceReader
Pull Request -
State: closed - Opened by jaraco over 1 year ago
#314 - Fix issue in inferred caller when resourcse package has no source.
Pull Request -
State: closed - Opened by jaraco over 1 year ago
- 6 comments
#314 - Fix issue in inferred caller when resourcse package has no source.
Pull Request -
State: closed - Opened by jaraco over 1 year ago
- 4 comments
#313 - Fix functional API tests to be endian-agnostic
Pull Request -
State: open - Opened by mgorny over 1 year ago
#313 - Fix functional API tests to be endian-agnostic
Pull Request -
State: closed - Opened by mgorny over 1 year ago
#312 - `importlib_resources/tests/test_functional.py` test failures on big endian architectures
Issue -
State: closed - Opened by mgorny over 1 year ago
- 1 comment
#311 - Calling `importlib_resources.files` with an editable install fails
Issue -
State: closed - Opened by GarrStau over 1 year ago
- 9 comments
Labels: bug
#310 - readers: add MultiplexedPath.paths
Pull Request -
State: open - Opened by FFY00 over 1 year ago
- 1 comment
#310 - readers: add MultiplexedPath.paths
Pull Request -
State: open - Opened by FFY00 over 1 year ago
#309 - Expose base paths of `MultiplexedPath`
Issue -
State: open - Opened by FFY00 over 1 year ago
Labels: enhancement
#308 - correct variable in example in migration.rst
Pull Request -
State: closed - Opened by altendky almost 2 years ago
#308 - correct variable in example in migration.rst
Pull Request -
State: closed - Opened by altendky almost 2 years ago
#307 - Update sphinx requirement from <7.2.5 to <7.3.8
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#307 - Update sphinx requirement from <7.2.5 to <7.3.8
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
- 1 comment
Labels: dependencies
#306 - Rename functional.py to _functional.py
Pull Request -
State: closed - Opened by encukou almost 2 years ago
- 1 comment
#306 - Rename functional.py to _functional.py
Pull Request -
State: closed - Opened by encukou almost 2 years ago
- 1 comment
#305 - Make functional module private
Issue -
State: closed - Opened by jaraco almost 2 years ago
- 1 comment
#304 - Coverage and diffcov tests are unreliable
Issue -
State: closed - Opened by jaraco almost 2 years ago
- 2 comments
#303 - Add functional API
Pull Request -
State: closed - Opened by encukou almost 2 years ago
- 2 comments
#303 - Add functional API
Pull Request -
State: closed - Opened by encukou almost 2 years ago
- 2 comments
#302 - Restore precedence of standard readers over degenerate readers
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
#302 - Restore precedence of standard readers over degenerate readers
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
#301 - Fix regression and restore stdlib reader suppression on Python 3.10
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
#300 - #257 is back since importlib_resources 6.2.0
Issue -
State: closed - Opened by jaraco almost 2 years ago
- 1 comment
#299 - Importlib-resources 6.2.0 and 6.3.0 break pytest_rewrite with jsonschema and likely other packages
Issue -
State: closed - Opened by potiuk almost 2 years ago
- 3 comments
#298 - Loading file in library fails in downstream packages
Issue -
State: closed - Opened by edgarrmondragon almost 2 years ago
- 15 comments
Labels: bug
#297 - Give precedence to native traversable readers.
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
- 3 comments
#297 - Give precedence to native traversable readers.
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
- 2 comments
#296 - Refactor compatibility module
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
#296 - Refactor compatibility module
Pull Request -
State: closed - Opened by jaraco almost 2 years ago
#295 - reader resolution algorithm seems inconsistent between stdlib and importlib_resources
Issue -
State: closed - Opened by mmerickel about 2 years ago
- 9 comments
#294 - NotADirectory error when calling files on a subdirectory of a zipped namespace package
Issue -
State: closed - Opened by sfc-gh-wzhao about 2 years ago
#293 - Fix NotADirectory error when calling files on a subdirectory of a zipped namespace package
Pull Request -
State: closed - Opened by sfc-gh-wzhao about 2 years ago
#292 - Add context manager support (Enterable behavior) to `files()`
Pull Request -
State: closed - Opened by jaraco about 2 years ago
- 4 comments
#292 - Add context manager support (Enterable behavior) to `files()`
Pull Request -
State: closed - Opened by jaraco about 2 years ago
- 5 comments
#291 - Supporting context manager usage of files() -- similar to the old path() handling.
Issue -
State: closed - Opened by eli-schwartz about 2 years ago
- 4 comments
#290 - Fixed handling of namespace packages in zip files
Pull Request -
State: closed - Opened by jaraco over 2 years ago
- 3 comments
#289 - Add support for Traversables in MultiplexedPath
Pull Request -
State: closed - Opened by jaraco over 2 years ago
- 1 comment
#288 - Convert static zip fixtures to proper fixtures derived from disk-based fixtures.
Pull Request -
State: closed - Opened by jaraco over 2 years ago
#287 - `NotADirectoryError: MultiplexedPath only supports directories`
Issue -
State: closed - Opened by ReagTea over 2 years ago
- 4 comments
#285 - Inconsistent license information
Issue -
State: closed - Opened by sunpoet over 2 years ago
- 1 comment
#284 - Removal of legacy API
Issue -
State: closed - Opened by soxofaan over 2 years ago
- 1 comment
#283 - packge a project error
Issue -
State: closed - Opened by yeying075 over 2 years ago
#282 - Remove legacy functions
Pull Request -
State: closed - Opened by jaraco over 2 years ago
#281 - stock importlib.resources on python 3.9 importlib.resources.files does not work in zipapp
Issue -
State: closed - Opened by franzhaas almost 3 years ago
- 6 comments
Labels: bug
#280 - Missed EncodingWarning
Issue -
State: closed - Opened by jaraco almost 3 years ago
#279 - 5.10.2: CoverageWarning: Couldn't parse '.../ziptestdata/__init__.py'
Issue -
State: closed - Opened by mtelka almost 3 years ago
- 1 comment
#278 - Support multiplexed descendants in MultiplexedPath.
Pull Request -
State: closed - Opened by jaraco about 3 years ago
- 2 comments
#277 - flake8 test failures
Issue -
State: closed - Opened by mtelka about 3 years ago
- 1 comment
#276 - Use NoneType instead of None for type annotation.
Pull Request -
State: closed - Opened by tomhennigan about 3 years ago
- 2 comments
Labels: invalid
#275 - How to import a file in the program's root ?
Issue -
State: closed - Opened by gcailly about 3 years ago
- 1 comment
Labels: question
#274 - Fix ResourceWarning due to unclosed file resource.
Pull Request -
State: closed - Opened by tirkarthi over 3 years ago
- 3 comments
#273 - Which version should I use?
Issue -
State: closed - Opened by stephenfrench9 over 3 years ago
- 2 comments
Labels: question
#272 - Enable MultiplexedPath.joinpath to return MultiplexedPath for common subdirectories
Pull Request -
State: closed - Opened by jooste over 3 years ago
- 2 comments
#271 - Confusing Error/Potential but with Python 3.6 since 5.10.0
Issue -
State: closed - Opened by MyreMylar over 3 years ago
- 2 comments
Labels: invalid
#270 - TypeError: None not a valid annotation (since PR #260)
Issue -
State: closed - Opened by mkunesch over 3 years ago
- 1 comment
#269 - How can I install this library?
Issue -
State: closed - Opened by jdav16 over 3 years ago
- 4 comments
Labels: question
#268 - Bypass native readers with files
Pull Request -
State: closed - Opened by jaraco over 3 years ago
- 5 comments
#267 - Replace `abstractproperty` with `property` + `abstractmethod`
Pull Request -
State: closed - Opened by sobolevn over 3 years ago
- 2 comments
#266 - `abc.abstractproperty` is deprecated since 3.3
Issue -
State: closed - Opened by sobolevn over 3 years ago
#265 - MultiplexedPath only traverses first directory
Issue -
State: closed - Opened by jooste over 3 years ago
- 2 comments
#264 - Suggestion: MultiplexedPath.joinpath() to return MultiplexedPaths for subdirs that exist in multiple base dirs
Issue -
State: closed - Opened by jooste over 3 years ago
- 1 comment
#263 - Possible bug introduced with PR250, joinpath with "." causes StopIteration
Issue -
State: closed - Opened by VolkerH over 3 years ago
- 6 comments
Labels: invalid
#262 - Expand usage guide to illustrate namespace package usage.
Issue -
State: closed - Opened by jaraco over 3 years ago
- 2 comments
Labels: documentation, enhancement
#261 - Implement resolve as a single-dispatch function.
Pull Request -
State: closed - Opened by jaraco over 3 years ago
#260 - Allow a package to resolve its own resources simply
Pull Request -
State: closed - Opened by jaraco over 3 years ago
- 3 comments
#259 - Provide a simple syntax to load resources from __here__
Issue -
State: closed - Opened by jaraco over 3 years ago
- 1 comment
Labels: enhancement
#258 - Support non-package modules.
Pull Request -
State: closed - Opened by jaraco over 3 years ago
- 2 comments
#257 - files(...).joinpath doesn't accept variable number of arguments in Python 3.10+
Issue -
State: open - Opened by Jakub-CZ over 3 years ago
- 4 comments
#256 - Docs: Change isdir() to is_dir()
Pull Request -
State: closed - Opened by chanicpanic over 3 years ago
#255 - Add support for rendering a local copy of resources on the file system
Pull Request -
State: closed - Opened by jaraco over 3 years ago
- 1 comment
#254 - Restore lenience in MultiplexedPath.joinpath for missing directories
Pull Request -
State: closed - Opened by jaraco over 3 years ago
#253 - TraversalError in MultiplexedPath.joinpath when parent in compound path is missing
Issue -
State: closed - Opened by MattiasDC over 3 years ago
- 18 comments
#252 - Port tempfile finalizer
Issue -
State: closed - Opened by jaraco over 3 years ago
- 1 comment
#251 - Removed footnote stating that PEP 420 namespace packages are ignored
Pull Request -
State: closed - Opened by codeandfire over 3 years ago
- 3 comments
#250 - Re-use joinpath logic in Traversable and MultiplexedPath
Pull Request -
State: closed - Opened by jaraco almost 4 years ago
#249 - Honor '/'-separated names in ResourceContainer.joinpath.
Pull Request -
State: closed - Opened by jaraco almost 4 years ago
- 2 comments