13 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Raymond Hettinger d958ea70bc Issue 10899: Remove function type annotations from the stdlib 15 years ago
Raymond Hettinger cd92f37582 Issue 10899: Remove function type annotations from the stdlib 15 years ago
Brett Cannon 8d18907a2e While not strictly necessary thanks to the odd ABC inheritance done through 16 years ago
Brett Cannon 61b14251d3 Make importlib.abc.SourceLoader the primary mechanism for importlib. 16 years ago
Brett Cannon 0cf9e6a621 Move importlib.abc.SourceLoader to _bootstrap. 16 years ago
Brett Cannon f23e374441 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. 16 years ago
Brett Cannon b89ee8eae8 Clarify importlib.abc.PyPycLoader.write_bytecode(). 16 years ago
Brett Cannon 6919427e94 Implement the PEP 302 protocol for get_filename() as 17 years ago
Brett Cannon 2e3155e2fe Merged revisions 74107 via svnmerge from 17 years ago
Brett Cannon 64ef00fa60 Importlib's documentation said that importlib.abc.PyLoader inherited from 17 years ago
Brett Cannon 8d11013169 Implement InspectLoader for FrozenImporter. 17 years ago
Brett Cannon a113ac58be Implement InspectLoader for BuiltinImporter. 17 years ago
Brett Cannon 7aa21f75c1 A few more docstring/API cleanups for importlib. 17 years ago
Brett Cannon 2a922ed6ad Introduce importlib.abc. The module contains various ABCs related to imports 17 years ago