Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c28ab08887ae1de3a759d77a227f4a2c8d9c918f
/
Lib
/
importlib
/
util.py
1500d49
Issue 19713: Add PEP 451-related deprecations.
by Eric Snow
· 11 years ago
b523f84
Implement PEP 451 (ModuleSpec).
by Eric Snow
· 11 years ago
f24fecd
Issue #18076: Introduce imoportlib.util.decode_source().
by Brett Cannon
· 11 years ago
a3c9615
Issue #17907: touch up the code for imp.new_module().
by Brett Cannon
· 11 years ago
05a647d
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
by Brett Cannon
· 11 years ago
0e75c06
fix whitespace
by Brett Cannon
· 11 years ago
0dbb4c7
Issues #18088, 18089: Introduce
by Brett Cannon
· 11 years ago
357c9fb
Rename importlib.util.ModuleManager to module_to_load so that the name
by Brett Cannon
· 11 years ago
a3687f0
Introduce importlib.util.ModuleManager which is a context manager to
by Brett Cannon
· 11 years ago
d200bf5
Add importlib.util.resolve_name().
by Brett Cannon
· 12 years ago
28a691b
PEP 3147
by Barry Warsaw
· 15 years ago
2cf03a8
Implement importlib.util.set_loader: a decorator to automatically set
by Brett Cannon
· 16 years ago
435aad8
Rename importlib.util.set___package__ to set_package.
by Brett Cannon
· 16 years ago
57b46f5
Expose importlib.util.set___package__.
by Brett Cannon
· 16 years ago
d2e7b33
Implement the more specific PEP 302 semantics for loaders and what happens upon
by Brett Cannon
· 16 years ago