Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c8428d3dce850a54eb49298ceabf95fc3c00867d
/
Lib
/
importlib
/
test
3d26b95
Merged revisions 76146 via svnmerge from
by Brett Cannon
· 16 years ago
142d236
Merged revisions 76113-76114 via svnmerge from
by Brett Cannon
· 16 years ago
8a1a59f
Merged revisions 74584 via svnmerge from
by Brett Cannon
· 16 years ago
ab91fde
Merged revisions 73715 via svnmerge from
by Georg Brandl
· 16 years ago
2e3155e
Merged revisions 74107 via svnmerge from
by Brett Cannon
· 16 years ago
10e35b3
Backport of r74103.
by Brett Cannon
· 16 years ago
554290d
Fixup/simplify another nested context manager.
by Raymond Hettinger
· 16 years ago
1262e7c
Tests for case-senstivity were not being skipped for darwin when installed on a
by Brett Cannon
· 16 years ago
3c33b83
fix name again
by Benjamin Peterson
· 16 years ago
3e0c917
fix name
by Benjamin Peterson
· 16 years ago
309633d
fix naming
by Benjamin Peterson
· 16 years ago
8d55a9e
os.path.listdir -> os.listdir
by Benjamin Peterson
· 16 years ago
5561982
importlib.test.source.test_abc_loader was making a bad assumption that all file
by Brett Cannon
· 16 years ago
f86213f
Make a test in importlib have a more robust test value.
by Brett Cannon
· 16 years ago
978259e
Give a more informative message on an importlib test upon failure.
by Brett Cannon
· 16 years ago
a3d056e
Check that on a platform that is expected to have a case-insensitive filesystem
by Brett Cannon
· 16 years ago
8593a75
Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
by Brett Cannon
· 16 years ago
6ae7a7d
Add simple tests for __import__ for future optimizations to importlib.
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
f87e04d
Finish properly hiding importlib implementation code.
by Brett Cannon
· 16 years ago
2cf03a8
Implement importlib.util.set_loader: a decorator to automatically set
by Brett Cannon
· 16 years ago
d43b30b
Implement get_source for importlib.abc.PyLoader using source_path and get_data.
by Brett Cannon
· 16 years ago
2a922ed
Introduce importlib.abc. The module contains various ABCs related to imports
by Brett Cannon
· 16 years ago
ba3fcf1
Remove a dead XXX comment.
by Brett Cannon
· 16 years ago
f2b55fb
Make importlib.test.source.util.write_bytecode reset sys.dont_write_bytecode.
by Brett Cannon
· 16 years ago
79925fd
Skip case-sensitivity tests for extension modules if _testcapi cannot be found.
by Brett Cannon
· 16 years ago
435aad8
Rename importlib.util.set___package__ to set_package.
by Brett Cannon
· 16 years ago
b5f03c6
Add a test for importlib.import_module.
by Brett Cannon
· 16 years ago
57b46f5
Expose importlib.util.set___package__.
by Brett Cannon
· 16 years ago
91cf882
Refactor source and bytecode file loaders in importlib so that there
by Brett Cannon
· 16 years ago
4afab6b
Separate out finder for source and source/bytecode.
by Brett Cannon
· 16 years ago
2dee597
Do some cleanup in importlib:
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
32732e3
Change importlib.machinery.PathFinder to not have implicit semantics (that's
by Brett Cannon
· 16 years ago
7bf8d4e
Add the missing importlib.test.extension.util.
by Brett Cannon
· 17 years ago
534b2cd
Factor out helper code from importlib.test.extension.test_path_hook.
by Brett Cannon
· 17 years ago
06c9d96
Move importlib completely over to using rpartition and accepting the empty
by Brett Cannon
· 17 years ago
d94e558
Move importlib's built-in importer to use rpartition for __package__.
by Brett Cannon
· 17 years ago
eb2e0dd
Move importlib's frozen importer over to rpartition for setting __package__.
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
6411aa5
Finish implementing tests for importlib.machinery.PathFinder by testing that
by Brett Cannon
· 17 years ago
1f9bcd3
Add tests for using sys.path_hooks by importlib.machinery.PathFinder.
by Brett Cannon
· 17 years ago
48f5c4ee
Implement test for sys.path_importer_cache having None for
by Brett Cannon
· 17 years ago
939ea76
Begin writing tests for importlib.machinery.PathFinder.
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
ae9ad18
Do not execute the .pyc/.pyo files as well as the .py files.
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
f254a75
Merge testing ABCs for importlib into importlib.test.abc.
by Brett Cannon
· 17 years ago
a74ccea
Initial take on importlib.test.loader_tests.
by Brett Cannon
· 17 years ago
d197a2b
Move importlib.test.frozen.test_finder over to importlib.test.finder_tests.
by Brett Cannon
· 17 years ago
1d0b43d
Move importlib.test.builtin.test_finder over to importlib.test.finder_tests.
by Brett Cannon
· 17 years ago
97c8a07
Make importlib.test.finder_tests an ABC.
by Brett Cannon
· 17 years ago
c49715f
Move importlib.test.extension.test_finder over to importlib.test.finder_tests.
by Brett Cannon
· 17 years ago
5abdc93
Add importlib.machinery with its first tenants, BuitinImporter and
by Brett Cannon
· 17 years ago
d994864
Remove a debugging print statement that accidentally got left in.
by Brett Cannon
· 17 years ago
2c5c79c
Tests of case-sensitivity were being executed on OSs which did not have a
by Brett Cannon
· 17 years ago
7044d6b
Skip over any file or folder that starts with a dot (e.g. .svn).
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