An open API service providing commit metadata for open source projects.

GitHub / python/importlib_resources / commits

Backport of the importlib.resources module

SHA Message Author Date Stats
6a0b3af5 Add reference to development methodology. Jason R. Coombs <j****o@j****m> about 2 years ago
9689f8f8 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
f3ad28a1 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
045dde42 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
2fecb5e5 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
75b301c9 🧎‍♀️ Genuflect to the types. Jason R. Coombs <j****o@j****m> about 2 years ago
45167451 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
f1350e41 Add upstream and local sections for 'type' extra, since many projects will ha... Jason R. Coombs <j****o@j****m> about 2 years ago
2c145c5b Omit sentinel values from a namespace path. Jason R. Coombs <j****o@j****m> about 2 years ago
47d73b1e Add test capturing failure when resolving the MultiplexedPath for a namespace... Jason R. Coombs <j****o@j****m> about 2 years ago
d0214176 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
0ecbc3b3 merge Merge pull request #314 from python/gh-123085/inferred-compiled Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
79fa62f4 Add docstring and reference to the issue. Jason R. Coombs <j****o@j****m> about 2 years ago
90c0e420 Rely on `resources.__name__` for easier portability. Jason R. Coombs <j****o@j****m> about 2 years ago
ebc5b97f Extract the filename from the topmost frame of the stack. Jason R. Coombs <j****o@j****m> about 2 years ago
d618902d Add news fragment. Jason R. Coombs <j****o@j****m> about 2 years ago
4ea81bf9 Extract a function for computing 'this filename' once. Jason R. Coombs <j****o@j****m> about 2 years ago
cba8dce7 Adapt changes for new fixtures. Jason R. Coombs <j****o@j****m> about 2 years ago
198adec0 gh-121735: Fix inferring caller when resolving importlib.resources.files() Gatsik <7****k@u****m>
Committed by: Jason R. Coombs <j****o@j****m>
about 2 years ago
21afd614 merge Merge changes to syncronize the 6.4 release with downstream CPython changes. Jason R. Coombs <j****o@j****m> about 2 years ago
81ddbef7 Use a syntax compatible with Python 3.8 for join context. Jason R. Coombs <j****o@j****m> about 2 years ago
fb44cbf6 Extract compatibility import for warnings helper. Jason R. Coombs <j****o@j****m> about 2 years ago
31de3ca4 Rename module to match downstream. Jason R. Coombs <j****o@j****m> about 2 years ago
509cabd4 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
ca5f0e1c merge Merge fix for UTF-16 bom handling in tests. Jason R. Coombs <j****o@j****m> about 2 years ago
b44af23d 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> about 2 years ago
0fcdaab3 Finalize Jason R. Coombs <j****o@j****m> about 2 years ago
796c028d Add news fragment. Jason R. Coombs <j****o@j****m> about 2 years ago
23afc90b When constructing ZipReader, only append the name if the indicated module is ... Jason R. Coombs <j****o@j****m> about 2 years ago
8ba5553b Add another test in implicit files that loads the resource from a submodule. Jason R. Coombs <j****o@j****m> about 2 years ago
34ed4f73 Expand ModuleFiles and ImplicitContextFiles tests to include zip files. Jason R. Coombs <j****o@j****m> about 2 years ago
d873fcad Remove SiteDir, no longer needed. Jason R. Coombs <j****o@j****m> about 2 years ago
114db555 Refactor ImplicitContextFiles tests to leverage the same DirectSpec. Jason R. Coombs <j****o@j****m> about 2 years ago
abaac821 Refactor ModuleFiles tests to make room for also testing zip files. Jason R. Coombs <j****o@j****m> about 2 years ago
0255da2f Refactor test setup to allow overriding of load_fixture with re-use of tree_o... Jason R. Coombs <j****o@j****m> about 2 years ago
3faf3360 Removed reliance on on-disk fixtures. Jason R. Coombs <j****o@j****m> about 2 years ago
f77da58a Remove ZipSetupBase, no longer needed. Jason R. Coombs <j****o@j****m> about 2 years ago
1a27fd5b Split the test dependencies into four classes (test, cover, type, check). (ja... Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3841656c Loosen restrictions on mypy (jaraco/skeleton#136) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
dd30b760 Add Protocols, remove @overload, from `.coveragerc` `exclude_also` (jaraco/sk...
Co-authored-by: Jason R. Coombs <j****o@j****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
06acfd26 Update to the latest ruff version (jaraco/skeleton#137) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
645f5704 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
ab34814c Re-enable preview, this time not for one specific feature, but for all featur... Jason R. Coombs <j****o@j****m> about 2 years ago
093eb27f merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
30f940e7 Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f087fb4c "preserve" does not require preview any more (jaraco/skeleton#133)
Co-authored-by: Bartosz Sławecki <b****i@g****m>
Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
33c4896d Exclude pytest-ruff (and thus ruff), which cannot build on cygwin. Jason R. Coombs <j****o@j****m> about 2 years ago
93a53e48 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 2 years ago
c9729e1a Prefer "Source" to "Homepage" for the repository label. Jason R. Coombs <j****o@j****m> about 2 years ago
a595a0fa Rename extras to align with core metadata spec. Jason R. Coombs <j****o@j****m> about 2 years ago
67aab155 Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support." Jason R. Coombs <j****o@j****m> over 2 years ago
be5a270f correct variable in example in migration.rst Kyle Altendorf <s****a@f****t>
Committed by: Filipe Laíns <f****s@g****m>
over 2 years ago
2c30c8ae merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 2 years ago
bcf8f079 Move project.urls to appear in the order that ini2toml generates it. Remove p... Jason R. Coombs <j****o@j****m> over 2 years ago
744cf2a2 Allow macos on Python 3.8 to fail as GitHub CI has dropped support. Jason R. Coombs <j****o@j****m> over 2 years ago
d0f7efef Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini... Jason R. Coombs <j****o@j****m> over 2 years ago
f4529af6 Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Bartosz Sławecki <b****v@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7ad4f2fa Pin against pytest 8.1.x due to pytest-dev/pytest#12194. Jason R. Coombs <j****o@j****m> over 2 years ago
8c274e5e gh-116608: Ignore UTF-16 BOM in importlib.resources._functional tests (GH-117... Petr Viktorin <e****u@g****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 2 years ago
34ba6b2e Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Bartosz Sławecki <b****i@g****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 2 years ago
6ff02e0e Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Jason R. Coombs <j****o@j****m> over 2 years ago
3fc7a935 Move Python 3.11 out of the test matrix. Jason R. Coombs <j****o@j****m> over 2 years ago
d72c6a08 Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Jason R. Coombs <j****o@j****m> over 2 years ago
0058f32e Rename functional.py to _functional.py Petr Viktorin <e****u@g****m>
Committed by: Filipe Laíns <f****s@g****m>
over 2 years ago
c9a7f97b Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#... Jason R. Coombs <j****o@j****m> over 2 years ago
a0d0c4b7 Allow mypy on PyPy (jaraco/skeleton#111) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6fa0a7ae Add Jason as (long time) maintainer. Jason R. Coombs <j****o@j****m> over 2 years ago
1f4d3f10 Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
c593cd9c merge Merge pull request #303 from encukou/functional Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fa60969a Add news fragment. Jason R. Coombs <j****o@j****m> over 2 years ago
2df6ced9 Use Ruff style, rather than PEP 8 Petr Viktorin <e****u@g****m> over 2 years ago
8fdadde2 Port tests to Python 3.8 Petr Viktorin <e****u@g****m> over 2 years ago
558f5bf9 Formatting nitpicks Petr Viktorin <e****u@g****m> over 2 years ago
1e98e351 Adapt to importlib_resources Petr Viktorin <e****u@g****m> over 2 years ago
189d15fc Apply CPython PR, sans docs and changelogs Petr Viktorin <e****u@g****m> over 2 years ago
ca03a4df GH-109653: Defer import of ``importlib.metadata._adapters`` (python/cpython#1...
Co-authored-by: Jason R. Coombs <j****o@j****m>
Adam Turner <9****r@u****m>
Committed by: Jason R. Coombs <j****o@j****m>
over 2 years ago
0db550c3 Consolidated test support logic in jaraco.test.cpython. Jason R. Coombs <j****o@j****m> over 2 years ago
74670d4f Add support for python/cpython references Jason R. Coombs <j****o@j****m> over 2 years ago
a3d6fdb2 Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
0f44e367 merge Merge pull request #302 from python/bugfix/298-fallback-precedence Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0f8aa5fe Add reference to the issue in the docstring. Jason R. Coombs <j****o@j****m> over 2 years ago
cee77e81 Add news fragment. Jason R. Coombs <j****o@j****m> over 2 years ago
0c3f294d When blocking stdlib readers, avoid giving deference to degenerate readers an... Jason R. Coombs <j****o@j****m> over 2 years ago
705a4351 Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
c3df5a95 merge Merge pull request #301 from python/bugfix/257-multiplexed-path-params Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ef414edb Add news fragment. Jason R. Coombs <j****o@j****m> over 2 years ago
d9e44b65 Ensure stdlib readers are excluded on Python 3.10 even when found in importli... Jason R. Coombs <j****o@j****m> over 2 years ago
d7b6cfbf Mark test as xfail on Python 3.10 where it fails. Ref #257. Jason R. Coombs <j****o@j****m> over 2 years ago
2cec87b8 Add test capturing missed expectation. Ref #257. Loucky, Jakub <J****y@o****z>
Committed by: Jason R. Coombs <j****o@j****m>
over 2 years ago
9f5b437d Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
15ef1e12 Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
ec50a15d merge Merge pull request #297 from python/feature/better-native-reader-support Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
56bd2b9c Finalize Jason R. Coombs <j****o@j****m> over 2 years ago
6d48bc93 Add news fragment. Jason R. Coombs <j****o@j****m> over 2 years ago
a7b1b802 Re-implement _block_standard as a wrapper function around _adapters.Traversab... Jason R. Coombs <j****o@j****m> over 2 years ago
99a41c1f Re-use isolated_modules in ZipSetupBase. Jason R. Coombs <j****o@j****m> over 2 years ago
8918e27b Remove unlink compatibility (unused). Jason R. Coombs <j****o@j****m> over 2 years ago
a8892ae0 Extract 'from_test_support' helper. Jason R. Coombs <j****o@j****m> over 2 years ago
414e4c09 Use a SimpleNamespace for setdefault compatibility. Jason R. Coombs <j****o@j****m> over 2 years ago
8eb20710 Move test compatibility modules into a compat package. Jason R. Coombs <j****o@j****m> over 2 years ago

← Back to repository