| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
(cherry picked from commit 0ed66df5242138fc599b4735749e55f953d9a1e4)
Co-authored-by: Barry Warsaw <barry@python.org>
|
| |
|
|
|
|
|
| |
namespace package (GH-6467)
(cherry picked from commit 3ab9365dca8438f89b2060cd3eebe00606133dc4)
Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
|
| |
|
|
|
| |
(cherry picked from commit 30e507dff465a31901d87df791a2bac40dc88530)
Co-authored-by: Barry Warsaw <barry@python.org>
|
| |
|
|
|
|
|
|
|
|
| |
* Make sure ``__spec__.loader`` matches ``__loader__`` for namespace packages.
* Make sure ``__spec__.origin` matches ``__file__`` for namespace packages.
https://bugs.python.org/issue32303
https://bugs.python.org/issue32305
(cherry picked from commit bbbcf8693b876daae4469765aa62f8924f39a7d2)
Co-authored-by: Barry Warsaw <barry@python.org>
|
| |
|
|
| |
zipimport (#5248)
|
| | |
|
|
|
Port importlib_resources to importlib.resources
|