| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) | Jason R. Coombs | 2020-06-29 | 1 | -1/+12 |
|
|
* | bpo-41006: importlib.util no longer imports typing (GH-20938) | Victor Stinner | 2020-06-17 | 3 | -49/+53 |
|
|
* | bpo-39791 native hooks for importlib.resources.files (GH-20576) | Jason R. Coombs | 2020-06-08 | 5 | -115/+110 |
|
|
* | bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) | Jason R. Coombs | 2020-06-05 | 1 | -5/+25 |
|
|
* | bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) | Furkan Önder | 2020-06-05 | 1 | -4/+4 |
|
|
* | bpo-39791: Add files() to importlib.resources (GH-19722) | Jason R. Coombs | 2020-05-08 | 3 | -102/+217 |
|
|
* | bpo-40443: Remove unused imports in stdlib (GH-19815) | Victor Stinner | 2020-05-01 | 1 | -2/+1 |
|
|
* | bpo-40050: Fix importlib._bootstrap_external (GH-19135) | Victor Stinner | 2020-03-24 | 1 | -21/+13 |
|
|
* | bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) | idomic | 2020-03-09 | 1 | -2/+2 |
|
|
* | bpo-38091: Import deadlock detection causes deadlock (GH-17518) | Armin Rigo | 2020-03-03 | 1 | -0/+9 |
|
|
* | Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags p... | Victor Stinner | 2020-02-19 | 1 | -1/+1 |
|
|
* | bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#... | idomic | 2020-02-17 | 1 | -1/+1 |
|
|
* | bpo-39595: Improve zipfile.Path performance (#18406) | Jason R. Coombs | 2020-02-12 | 1 | -5/+7 |
|
|
* | bpo-39320: Handle unpacking of **values in compiler (GH-18141) | Mark Shannon | 2020-01-27 | 1 | -1/+2 |
|
|
* | bpo-39320: Handle unpacking of *values in compiler (GH-17984) | Mark Shannon | 2020-01-23 | 1 | -1/+3 |
|
|
* | bpo-39336: Allow packages to not let their child modules be set on them (#18006) | Dino Viehland | 2020-01-23 | 1 | -1/+6 |
|
|