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
1d554758 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> 2 months ago
684a3157 Bump badge for 2026. Jason R. Coombs <j****o@j****m> 2 months ago
55f815e0 Add Python 3.15 to the matrix. Jason R. Coombs <j****o@j****m> 2 months ago
78c697d6 Finalize Jason R. Coombs <j****o@j****m> 2 months ago
5a2bffca merge A better error message from importlib.resources.files() when module spec is None Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d80822a9 Add news fragment. Jason R. Coombs <j****o@j****m> 2 months ago
6e2183f4 Revise the test for clarity and traceability. Jason R. Coombs <j****o@j****m> 2 months ago
ee94f7cc merge Merge branch 'main' into error-message-none-spec-module Jason R. Coombs <j****o@j****m> 2 months ago
a542188b Extract method to encapsulate the validation. Jason R. Coombs <j****o@j****m> 2 months ago
74f308ad Revert unrelated change to `wrap_spec`. Jason R. Coombs <j****o@j****m> 2 months ago
c6773a15 Prefer bare asserts. They read better and they render nicer under pytest. Jason R. Coombs <j****o@j****m> 2 months ago
935b1899 Replace UTF-16 BOM handling with a more direct helper. Jason R. Coombs <j****o@j****m> 2 months ago
4049971f Finalize Jason R. Coombs <j****o@j****m> 2 months ago
f1a69887 merge Merge pull request #333 from python/debt/alias Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
2 months ago
b1d21879 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> 2 months ago
7c165059 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> 2 months ago
606a7a5f Fix CI warning in diffcov report (jaraco/skeleton#194) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
07389c4c Bump Python versions: drop 3.9 (EOL), add 3.15 (jaraco/skeleton#193)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>, jaraco <3****o@u****m>
Copilot <1****t@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
16fb289d Bump `pytest-checkdocs` to `>= 2.14` to resolve deprecation warnings (jaraco/... Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d9b029be Don't install (nor run) mypy on PyPy (librt build failures) (jaraco/skeleton#...
Co-authored-by: Jason R. Coombs <j****o@j****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d5c6862e Update pre-commit ruff legacy alias (jaraco/skeleton#183) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8f3d95e7 Pin mypy on PyPy. Jason R. Coombs <j****o@j****m> 6 months ago
47b3f093 A better error message from importlib.resources.files() when module spec is N... Yuichiro Tachibana (Tsuchiya) <t****t@g****m> 8 months ago
d47a969e Specify the directory for news fragments. Jason R. Coombs <j****o@j****m> 8 months ago
e4064472 gh-138044: Remove deprecated parameter alias for `importlib.resources.files` ... Semyon Moroz <d****s@p****e>
Committed by: Jason R. Coombs <j****o@j****m>
9 months ago
8c5810ed Log filenames when running pytest-mypy (jaraco/skeleton#177) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
12 months ago
04ff5549 Update pre-commit ruff (jaraco/skeleton#181) Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
89fcc4be merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 1 year ago
5a6c1532 Bump to setuptools 77 or later. Jason R. Coombs <j****o@j****m> about 1 year ago
b535e75e Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skele... Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d2b8d775 Add coherent.licensed plugin to inject license texts into the build. Jason R. Coombs <j****o@j****m> about 1 year ago
86739615 Python 3 is the default nowadays (jaraco/skeleton#173) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d85f32b8 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> about 1 year ago
9a81db3c Replace copy of license with an SPDX identifier. (jaraco/skeleton#171) Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
979e6260 Remove PIP_NO_PYTHON_VERSION_WARNING. Jason R. Coombs <j****o@j****m> over 1 year ago
1ebb559a Remove workaround and update badge. Jason R. Coombs <j****o@j****m> over 1 year ago
ad841100 Remove deprecated license classifier (PEP 639) (jaraco/skeleton#170) Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d587ff73 Update to the latest ruff version (jaraco/skeleton#166) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b00e9dd7 Remove pycodestyle warnings, no longer meaningful when using ruff formatter. Jason R. Coombs <j****o@j****m> over 1 year ago
b7d4b6ee remove extra spaces in ruff.toml (jaraco/skeleton#164) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8f42595c Enable ruff rules ISC001/ISC002 (jaraco/skeleton#158) Dimitri Papadopoulos Orfanos <3****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a6e3441c merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 1 year ago
aa891069 Consistent import sorting (isort) (jaraco/skeleton#157) Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1a2f9305 Select Ruff rules for modern type annotations (jaraco/skeleton#160)
Co-authored-by: Jason R. Coombs <j****o@j****m>, Jason R. Coombs <j****o@j****m>
Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1c9467fd Fix new mandatory configuration field for RTD (jaraco/skeleton#159) Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
75ce9aba Add support for building lxml on pre-release Pythons. Jason R. Coombs <j****o@j****m> over 1 year ago
aee344d7 Removing dependabot config. Closes jaraco/skeleton#156 Jason R. Coombs <j****o@j****m> over 1 year ago
7d3b2bfa Finalize Jason R. Coombs <j****o@j****m> over 1 year ago
14408098 merge Merge pull request #324 from pstjohn/patch-1 Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6569354a Add news fragment. Jason R. Coombs <j****o@j****m> over 1 year ago
883380a5 Update pyproject.toml Peter St. John <p****n@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6c1bc3cd Rely on Literal from stdlib. Jason R. Coombs <j****o@j****m> over 1 year ago
a61a948b Add typing-extensions as a dependency Peter St. John <p****n@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
78c4bda7 Finalize Jason R. Coombs <j****o@j****m> over 1 year ago
10d87bf8 merge Merge pull request #321 from kurtmckee/add-readtext-errors-parameter-cpython-... Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9a872e5d Add news fragment. Jason R. Coombs <j****o@j****m> over 1 year ago
cf269ce5 Replace unreachable block with simple assertion. Fixes diffcov failure. Jason R. Coombs <j****o@j****m> over 1 year ago
72d550df Consolidate MemoryTraversable._resolve. Jason R. Coombs <j****o@j****m> over 1 year ago
fa27acb8 Finalize Jason R. Coombs <j****o@j****m> over 1 year ago
355a10db Remove Python 3.8 compatibility code. Jason R. Coombs <j****o@j****m> over 1 year ago
2addcf24 merge Merge pull request #322 from python/feature/typed-open Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2917dc4a Apply import sort fixers from ruff. Jason R. Coombs <j****o@j****m> over 1 year ago
2a95f57d Re-enable type checks. Jason R. Coombs <j****o@j****m> over 1 year ago
4fe584bd merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 1 year ago
39a607d2 Bump badge for 2025. Jason R. Coombs <j****o@j****m> over 1 year ago
8e9503d9 Add type annotations for Traversable.open. Jason R. Coombs <j****o@j****m> over 1 year ago
ef897779 Remove unused imports. Jason R. Coombs <j****o@j****m> over 1 year ago
4ed8bffc 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> over 1 year ago
d001110c Resolve a `TypeError` lurking in the `read_text()` functional API Kurt McKee <c****e@k****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 1 year ago
f10a2e9b Catch `TraversalError`, raised by `Traversable.joinpath()` Kurt McKee <c****e@k****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 1 year ago
912a9e5d Demonstrate python/cpython#127012 Kurt McKee <c****e@k****g>
Committed by: Jason R. Coombs <j****o@j****m>
over 1 year ago
d20000ee merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 1 year ago
5c34e695 Use extend for proper workaround. Jason R. Coombs <j****o@j****m> over 1 year ago
0468cb2d merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> over 1 year ago
750a1891 Require Python 3.9 or later now that Python 3.8 is EOL. Jason R. Coombs <j****o@j****m> over 1 year ago
e61a9df7 Include pyproject.toml in ruff.toml. Jason R. Coombs <j****o@j****m> over 1 year ago
db4dfc49 Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#151) Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
62b6678a Bump pre-commit hook for ruff to avoid clashes with pytest-ruff (jaraco/skele... Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9d4af05b 👹 Feed the hobgoblins (delint). Jason R. Coombs <j****o@j****m> almost 2 years ago
cc5d9cbb gh-123085: _compile_importlib: Avoid copying sources before compilation (GH-1...
Co-authored-by: Jason R. Coombs <j****o@j****m>
Petr Viktorin <e****u@g****m>
Committed by: Jason R. Coombs <j****o@j****m>
almost 2 years ago
313bed20 gh-123994: Generate utf-16 file using little endian and BOM. (#123995) Jason R. Coombs <j****o@j****m> almost 2 years ago
c00a2b75 Separate bpo from Python issue numbers. Jason R. Coombs <j****o@j****m> almost 2 years ago
8684c7a0 Add workaround for broken importlib.resources when an editable sentinel is pr... Jason R. Coombs <j****o@j****m> almost 2 years ago
d116be19 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
3fe8c5ba Add Python 3.13 and 3.14 into the matrix. (jaraco/skeleton#146) Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
81b766c0 Fix an incompatibility (and source of merge conflicts) with projects using Ru... Avasam <s****6@h****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
284148b0 Finalize Jason R. Coombs <j****o@j****m> almost 2 years ago
63a7bcba merge Merge pull request #315 from python/bugfix/311-non-path-namespace-paths Jason R. Coombs <j****o@j****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
4875bc51 Add type annotations for _candidate_paths Jason R. Coombs <j****o@j****m> almost 2 years ago
a675458e Allow the workflow to be triggered manually. Jason R. Coombs <j****o@j****m> almost 2 years ago
d84ca376 Fix typo in _temp_path comment. Jason R. Coombs <j****o@j****m> almost 2 years ago
1a6e38c0 Remove workaround for sphinx-contrib/sphinx-lint#83 Jason R. Coombs <j****o@j****m> almost 2 years ago
1a6fef29 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
790fa6e6 Include the trailing slash in disable_error_code(overload-overlap), also requ... Jason R. Coombs <j****o@j****m> almost 2 years ago
2beb8b0c Add support for linking usernames. Jason R. Coombs <j****o@j****m> almost 2 years ago
0c326f3f Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comme... Jason R. Coombs <j****o@j****m> almost 2 years ago
3fcabf10 Move overload-overlap disablement to its own line for easier diffs and simple... Jason R. Coombs <j****o@j****m> almost 2 years ago
3e473d87 merge Merge https://github.com/jaraco/skeleton Jason R. Coombs <j****o@j****m> almost 2 years ago
d3e83bea Disable mypy for now. Ref jaraco/skeleton#143 Jason R. Coombs <j****o@j****m> almost 2 years ago
57b8aa81 Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes (... Anderson Bravalheri <a****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago

← Back to repository