Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
22db67ed2687d95a1dec087d5d5525b9244561b5
/
Lib
/
importlib
/
NOTES
22db67e
Minor NOTES changes for importlib.
by Brett Cannon
· 16 years ago
33dbf46
Outline a possible way to separate out source loading from bytecode loading.
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
debb98d
Document importlib.machinery.PathFinder.
by Brett Cannon
· 16 years ago
4b4a4a5
Add a NOTE about the new specific semantics for failed loads.
by Brett Cannon
· 16 years ago
c1761b7
Add a NOTE that alternative VMs should be supported by importlib in a nicer
by Brett Cannon
· 17 years ago
b2071f8
Update NOTES for importlib now that a replacement for functools.wraps is
by Brett Cannon
· 17 years ago
51d8bfc
Create a simple substitute for functools.wraps to use in importlib._bootstrap.
by Brett Cannon
· 17 years ago
534b2cd
Factor out helper code from importlib.test.extension.test_path_hook.
by Brett Cannon
· 17 years ago
36d1f3e
Add a note for importlib about backporting some of functools.wraps functionality.
by Brett Cannon
· 17 years ago
06c9d96
Move importlib completely over to using rpartition and accepting the empty
by Brett Cannon
· 17 years ago
2c318a1
Rewrite the code implementing __import__ for importlib. Now it is much simpler
by Brett Cannon
· 17 years ago
7f9876c
Initial, untested stab at writing a common denominator function for __import__
by Brett Cannon
· 17 years ago
6411aa5
Finish implementing tests for importlib.machinery.PathFinder by testing that
by Brett Cannon
· 17 years ago
64a3a65
Update NOTES for importlib about PathFinder.
by Brett Cannon
· 17 years ago
438cecd
Add some notes for importlib to package up what is in Python 2.7 as well as modules that can probably get replaced by importlib at some point.
by Brett Cannon
· 17 years ago
02a6888
Note to move __package__ stuff over to rpartition to make Nick happy. Also make
by Brett Cannon
· 17 years ago
20b56e1
Update importlib notes.
by Brett Cannon
· 17 years ago
ba96f0f
Ditch read_source() and read_bytecode() and replace with *_path() and
by Brett Cannon
· 17 years ago
51c5026
Expose source_path and bytecode_path on _PyFileLoader.
by Brett Cannon
· 17 years ago
6c3aaf3
Remove an outdated todo item from importlib.
by Brett Cannon
· 17 years ago
d720b36
Move import semantic util code to importlib.test.import_.util.
by Brett Cannon
· 17 years ago
bcb26c5
Rename importlib.test.support to importlib.test.util.
by Brett Cannon
· 17 years ago
4ee2cda
Split out support code that is specific to source tests out of
by Brett Cannon
· 17 years ago
30b047d
Move source loader tests (including reload tests) over to
by Brett Cannon
· 17 years ago
223a19d
Fix importlib.machinery.FrozenImporter.load_module() to set __package__
by Brett Cannon
· 17 years ago
e70485e
Move extension module loader tests over to importlib.test.abc.LoaderTests.
by Brett Cannon
· 17 years ago
d98a6a0
Move built-in loader tests to importlib.test.abc.LoaderTests.
by Brett Cannon
· 17 years ago
a74ccea
Initial take on importlib.test.loader_tests.
by Brett Cannon
· 17 years ago
dd827c4
Update importlib NOTES.
by Brett Cannon
· 17 years ago
d0005ff
Update NOTES for importlib.
by Brett Cannon
· 17 years ago
78246b6
Document both importlib.machinery.BuiltinImporter and FrozenImporter.
by Brett Cannon
· 17 years ago
5abdc93
Add importlib.machinery with its first tenants, BuitinImporter and
by Brett Cannon
· 17 years ago
afccd63
Document the (very small) public API for importlib. As time goes on and some
by Brett Cannon
· 17 years ago
24b6a2c
NOTES for importlib should mention the ultimate end-goal for the package.
by Brett Cannon
· 17 years ago
23cbd8a
Add initial implementation of importlib. See the NOTES files for what is
by Brett Cannon
· 17 years ago