| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132) | Jason R. Coombs | 2022-11-10 | 2 | -5/+36 |
|
|
* | gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377) | Miss Islington (bot) | 2022-06-13 | 1 | -2/+5 |
|
|
* | [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857) | Jason R. Coombs | 2022-03-13 | 1 | -3/+30 |
|
|
* | bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452) | Miss Islington (bot) | 2022-02-11 | 1 | -0/+2 |
|
|
* | [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac... | Petr Viktorin | 2022-01-27 | 1 | -1/+10 |
|
|
* | [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta... | Jason R. Coombs | 2022-01-23 | 1 | -2/+2 |
|
|
* | bpo-46105: Honor spec when generating requirement specs with urls and extras.... | Miss Islington (bot) | 2021-12-16 | 1 | -2/+11 |
|
|
* | [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510) | Miss Islington (bot) | 2021-11-13 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844) | Jason R. Coombs | 2021-10-10 | 1 | -1/+2 |
|
|
* | bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)... | Miss Islington (bot) | 2021-09-13 | 1 | -1/+1 |
|
|
* | bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (... | Miss Islington (bot) | 2021-06-27 | 1 | -9/+1 |
|
|
* | [3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471) | Miss Islington (bot) | 2021-05-31 | 1 | -1/+102 |
|
|
* | bpo-44246: Entry points performance improvements. (GH-26467) | Miss Islington (bot) | 2021-05-31 | 1 | -1/+23 |
|
|
* | [3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)... | Miss Islington (bot) | 2021-05-27 | 3 | -8/+28 |
|
|
* | bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6... | Miss Islington (bot) | 2021-05-26 | 3 | -9/+6 |
|
|
* | bpo-38693: importlib.metadata f-strings (GH-26383) | Miss Islington (bot) | 2021-05-26 | 1 | -5/+4 |
|
|
* | bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299) | Miss Islington (bot) | 2021-05-23 | 1 | -0/+2 |
|
|
* | [3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)... | Miss Islington (bot) | 2021-05-21 | 2 | -1/+3 |
|
|
* | bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565) | Jason R. Coombs | 2021-05-02 | 7 | -23/+200 |
|
|
* | bpo-43754: Eliminate bindings for partial pattern matches (GH-25229) | Brandt Bucher | 2021-05-02 | 1 | -1/+2 |
|
|
* | bpo-42739: Don't use sentinels to mark end of line table. (GH-25657) | Mark Shannon | 2021-04-29 | 1 | -1/+2 |
|
|
* | bpo-43780: Sync with importlib_metadata 3.10 (GH-25297) | Jason R. Coombs | 2021-04-24 | 3 | -75/+258 |
|
|
* | bpo-38605: Revert making 'from __future__ import annotations' the default (GH... | Pablo Galindo | 2021-04-21 | 1 | -1/+2 |
|
|
* | Correct micro release number and add a couple of asserts. (GH-25224) | Mark Shannon | 2021-04-07 | 1 | -1/+1 |
|
|
* | bpo-43105: Importlib now resolves relative paths when creating module spec ob... | Steve Dower | 2021-04-07 | 1 | -19/+62 |
|
|
* | bump the bytecode magic number (GH-25225) | Dennis Sweeney | 2021-04-06 | 1 | -1/+1 |
|
|
* | bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2... | Brett Cannon | 2021-04-06 | 4 | -7/+37 |
|
|
* | bpo-43683: Handle generator entry in bytecode (GH-25138) | Mark Shannon | 2021-04-06 | 1 | -0/+1 |
|
|
* | bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172) | Dennis Sweeney | 2021-04-04 | 1 | -1/+1 |
|
|
* | bpo-43720: Update import-related stdlib deprecation messages to say they will... | Brett Cannon | 2021-04-03 | 1 | -3/+6 |
|
|
* | bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) | Brett Cannon | 2021-04-02 | 1 | -1/+4 |
|
|
* | bpo-27129: Use instruction offsets, not byte offsets, in bytecode and interna... | Mark Shannon | 2021-04-01 | 1 | -0/+1 |
|
|
* | bpo-42134: Raise ImportWarning when calling find_module() in the import syste... | Brett Cannon | 2021-03-30 | 2 | -2/+6 |
|
|
* | bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) | Brett Cannon | 2021-03-26 | 3 | -2/+9 |
|
|
* | bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24... | Brett Cannon | 2021-03-24 | 1 | -14/+6 |
|
|
* | bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858) | Jason R. Coombs | 2021-03-15 | 1 | -2/+18 |
|
|
* | bpo-43428: Sync with importlib_metadata 3.7. (GH-24782) | Jason R. Coombs | 2021-03-13 | 2 | -25/+220 |
|
|
* | bpo-42129: Add support for resources in namespaces (GH-24670) | Jason R. Coombs | 2021-03-04 | 6 | -88/+270 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -1/+2 |
|
|
* | bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23... | Jason R. Coombs | 2020-12-31 | 1 | -66/+119 |
|
|
* | bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af... | Mark Shannon | 2020-12-17 | 1 | -1/+2 |
|
|
* | bpo-26131: Deprecate usage of load_module() (GH-23469) | Brett Cannon | 2020-12-04 | 3 | -8/+23 |
|
|
* | bpo-42202: Store func annotations as a tuple (GH-23316) | Yurii Karabas | 2020-11-25 | 1 | -1/+2 |
|
|
* | bpo-42403: Use @staticmethod in importlib (GH-23395) | Victor Stinner | 2020-11-20 | 2 | -16/+16 |
|
|
* | bpo-42403: Simplify importlib external bootstrap (GH-23397) | Victor Stinner | 2020-11-19 | 3 | -65/+55 |
|
|
* | bpo-42403: Fix pyflakes warnings in importlib (GH-23396) | Victor Stinner | 2020-11-19 | 3 | -4/+0 |
|
|
* | Bump magic number. (GH-23245) | Mark Shannon | 2020-11-12 | 1 | -1/+2 |
|
|
* | bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) | Jason R. Coombs | 2020-10-25 | 3 | -16/+32 |
|
|
* | bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775) | Barry Warsaw | 2020-10-19 | 1 | -0/+9 |
|
|
* | bpo-38605: bump the magic number for 'annotations' future (#22630) | Batuhan Taskaya | 2020-10-10 | 1 | -1/+2 |
|
|