| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122188: Move magic number to its own file (#122243) | Michael Droettboom | 2024-07-30 | 1 | -1/+1 |
|
|
* | gh-59110: Fix a debug output for implicit directories (GH-121375) | Serhiy Storchaka | 2024-07-05 | 1 | -2/+4 |
|
|
* | gh-59110: zipimport: support namespace packages when no directory entry exist... | Serhiy Storchaka | 2024-07-04 | 1 | -0/+16 |
|
|
* | Remove references to private symbols from zipimport module docstring (GH-119015) | Thomas Grainger | 2024-05-15 | 1 | -3/+1 |
|
|
* | gh-118107: Fix zipimporter ZIP64 handling. (GH-118108) | John Sirois | 2024-05-07 | 1 | -2/+3 |
|
|
* | gh-89739: gh-77140: Support zip64 in zipimport (GH-94146) | Tim Hatch | 2024-03-28 | 1 | -39/+127 |
|
|
* | Fix typos in variable names, function names, and comments (GH-101868) | Yang Hau | 2023-12-01 | 1 | -1/+1 |
|
|
* | gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10... | Desmond Cheong | 2023-07-07 | 1 | -21/+25 |
|
|
* | GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#... | Ronald Oussoren | 2022-11-27 | 1 | -98/+105 |
|
|
* | gh-91181: drop support for bytes on sys.path (GH-31934) | Thomas Grainger | 2022-07-17 | 1 | -2/+1 |
|
|
* | gh-94379: Remove zipimport find_loader() and find_module() methods (#94380) | Victor Stinner | 2022-07-05 | 1 | -58/+0 |
|
|
* | bpo-45183: don't raise an exception when calling zipimport.zipimporter.find_s... | Brett Cannon | 2021-09-17 | 1 | -1/+1 |
|
|
* | bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2... | Brett Cannon | 2021-04-06 | 1 | -0/+6 |
|
|
* | bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159) | Desmond Cheong | 2021-03-08 | 1 | -0/+10 |
|
|
* | bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) | Irit Katriel | 2020-12-19 | 1 | -18/+20 |
|
|
* | bpo-26131: Deprecate usage of load_module() (GH-23469) | Brett Cannon | 2020-12-04 | 1 | -1/+5 |
|
|
* | bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) | Brett Cannon | 2020-11-13 | 1 | -1/+33 |
|
|
* | bpo-39791 native hooks for importlib.resources.files (GH-20576) | Jason R. Coombs | 2020-06-08 | 1 | -76/+2 |
|
|
* | bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) | Xtreak | 2019-12-15 | 1 | -1/+1 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -2/+2 |
|
|
* | bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327) | Elvis Pranskevichus | 2018-11-07 | 1 | -29/+66 |
|
|
* | bpo-5950: Support reading zips with comments in zipimport (#9548) | Zackery Spytz | 2018-09-25 | 1 | -5/+31 |
|
|
* | bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) | Serhiy Storchaka | 2018-09-19 | 1 | -2/+81 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -0/+650 |
|
|