| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059) | Barry Warsaw | 2023-05-03 | 1 | -110/+2 |
|
|
* | gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call i... | busywhitespace | 2023-02-10 | 1 | -1/+1 |
|
|
* | gh-97850: Remove deprecated functions from `importlib.utils` (#97898) | Nikita Sobolev | 2022-10-07 | 1 | -53/+1 |
|
|
* | gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_... | Brett Cannon | 2022-10-05 | 1 | -9/+0 |
|
|
* | gh-94619: Remove long deprecated methods module_repr() and load_module() (#94... | Barry Warsaw | 2022-08-05 | 1 | -14/+0 |
|
|
* | gh-93610: Improve docs for importlib.resources (#93611) | Petr Viktorin | 2022-07-25 | 1 | -2/+245 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -4/+4 |
|
|
* | gh-92994: Clarify importlib "check" example (#92995) | Shantanu | 2022-05-23 | 1 | -0/+3 |
|
|
* | gh-92417: `importlib` docs: remove references to unsupported Python versions ... | Alex Waygood | 2022-05-19 | 1 | -7/+4 |
|
|
* | importlib docs: Update importlib.abc hierarchy (#31113) | David Gilbertson | 2022-05-02 | 1 | -4/+3 |
|
|
* | bpo-31582: Created a new documentation section describing sys.path initializa... | Russel Webber | 2022-03-23 | 1 | -0/+3 |
|
|
* | bpo-46109: Separate out files relating to importlib.resources (GH-30160) | Jason R. Coombs | 2021-12-31 | 1 | -573/+13 |
|
|
* | bpo-45514: Deprecate importlib resources legacy functions. (GH-29036) | Jason R. Coombs | 2021-11-24 | 1 | -1/+17 |
|
|
* | bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-... | Miro Hrončok | 2021-11-23 | 1 | -0/+4 |
|
|
* | bpo-37800: Clean up importlib documentation for some module attributes (GH-10... | Géry Ogam | 2021-11-16 | 1 | -63/+77 |
|
|
* | bpo-45516: fix Traversable.name documentation (GH-29194) | Filipe Laíns | 2021-10-31 | 1 | -2/+2 |
|
|
* | bpo-45516: add protocol description to the TraversableResources documentation... | Filipe Laíns | 2021-10-23 | 1 | -0/+5 |
|
|
* | bpo-35673: Add a public alias for namespace package __loader__ attribute (#29... | Barry Warsaw | 2021-10-20 | 1 | -0/+18 |
|
|
* | bpo-45516: use documentation links in TraversableResources' description (GH-2... | Filipe Laíns | 2021-10-19 | 1 | -4/+5 |
|
|
* | bpo-45516: add protocol description to the Traversable documentation (#29039) | Filipe Laíns | 2021-10-18 | 1 | -0/+40 |
|
|
* | bpo-44195: Use 'TraversableResources' in the docs to match the implementation... | Jason R. Coombs | 2021-05-24 | 1 | -2/+2 |
|
|
* | bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517) | Junnosuke Kuroda | 2021-05-23 | 1 | -1/+1 |
|
|
* | bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2... | Brett Cannon | 2021-04-06 | 1 | -3/+16 |
|
|
* | bpo-43644: Add docs for importlib.resources.as_file. (#25048) | Jason R. Coombs | 2021-03-28 | 1 | -0/+16 |
|
|
* | bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24... | Brett Cannon | 2021-03-24 | 1 | -7/+7 |
|
|
* | bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ... | Yair Frid | 2021-01-06 | 1 | -1/+1 |
|
|
* | [doc] Fix erroneous backslashes in signatures and names (GH-23658) | Andre Delfino | 2020-12-17 | 1 | -2/+2 |
|
|
* | bpo-35181: Correct importlib documentation for some module attributes (GH-15190) | Géry Ogam | 2020-10-21 | 1 | -6/+8 |
|
|
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 1 | -2/+2 |
|
|
* | bpo-32192: A basic lazy importer example (GH-21330) | Joannah Nanjekye | 2020-07-13 | 1 | -0/+23 |
|
|
* | bpo-39791: Add files() to importlib.resources (GH-19722) | Jason R. Coombs | 2020-05-08 | 1 | -0/+37 |
|
|
* | bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat... | Brett Cannon | 2020-03-25 | 1 | -0/+4 |
|
|
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -1/+1 |
|
|
* | bpo-37574: Mention helper functions for find_spec documentation (GH-14739) | jdkandersson | 2019-09-10 | 1 | -1/+4 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -2/+2 |
|
|
* | bpo-37444: Update differing exception between builtins and importlib (GH-14869) | Ngalim Siregar | 2019-08-03 | 1 | -3/+8 |
|
|
* | Swap 'if' branches so content matches to condition in importlib example (GH-1... | Tzu-ping Chung | 2019-07-25 | 1 | -3/+3 |
|
|
* | bpo-37521: No longer treat insertion into sys.modules as optional in importli... | Brett Cannon | 2019-07-12 | 1 | -9/+9 |
|
|
* | bpo-37459: importlib docs improperly reference get_resource_loader() (#14568) | aldwinaldwin | 2019-07-04 | 1 | -1/+1 |
|
|
* | bpo-35486: Note Py3.6 import system API requirement change (GH-11540) | Nick Coghlan | 2019-01-17 | 1 | -1/+2 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -4/+4 |
|
|
* | [Docs] Fix required version of an example of importlib (GH-10118) | E Kawashima | 2018-11-05 | 1 | -1/+1 |
|
|
* | bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) | Stéphane Wirtel | 2018-10-26 | 1 | -1/+1 |
|
|
* | importlib doc: Fix approximated import_module() code (GH-9945) | orlnub123 | 2018-10-24 | 1 | -1/+1 |
|
|
* | Fix the versionadded indentation in exec_module doc (GH-8719) | Andrés Delfino | 2018-08-12 | 1 | -1/+1 |
|
|
* | bpo-33859: Fix spelling mistakes in docs. (GH-7691) | Xtreak | 2018-06-16 | 1 | -1/+1 |
|
|
* | bpo-33254: do not return an empty list when asking for the contents of a name... | Brett Cannon | 2018-04-30 | 1 | -4/+4 |
|
|
* | bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida... | Brett Cannon | 2018-04-06 | 1 | -1/+6 |
|
|
* | bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G... | Himanshu Lakhara | 2018-03-23 | 1 | -1/+1 |
|
|
* | Update and sync importlib.resources documentation (#5694) | Barry Warsaw | 2018-02-16 | 1 | -5/+22 |
|
|