Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e0cb15ac9d2863861cad48ddaa989391f9862f20
/
Lib
/
importlib
/
abc.py
d958ea7
Issue 10899: Remove function type annotations from the stdlib
by Raymond Hettinger
· 14 years ago
cd92f37
Issue 10899: Remove function type annotations from the stdlib
by Raymond Hettinger
· 14 years ago
8d18907
While not strictly necessary thanks to the odd ABC inheritance done through
by Brett Cannon
· 15 years ago
61b1425
Make importlib.abc.SourceLoader the primary mechanism for importlib.
by Brett Cannon
· 15 years ago
0cf9e6a
Move importlib.abc.SourceLoader to _bootstrap.
by Brett Cannon
· 15 years ago
f23e374
Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader.
by Brett Cannon
· 15 years ago
b89ee8e
Clarify importlib.abc.PyPycLoader.write_bytecode().
by Brett Cannon
· 15 years ago
6919427
Implement the PEP 302 protocol for get_filename() as
by Brett Cannon
· 16 years ago
64ef00f
Importlib's documentation said that importlib.abc.PyLoader inherited from
by Brett Cannon
· 16 years ago
8d11013
Implement InspectLoader for FrozenImporter.
by Brett Cannon
· 16 years ago
a113ac5
Implement InspectLoader for BuiltinImporter.
by Brett Cannon
· 16 years ago
7aa21f7
A few more docstring/API cleanups for importlib.
by Brett Cannon
· 16 years ago
2a922ed
Introduce importlib.abc. The module contains various ABCs related to imports
by Brett Cannon
· 16 years ago