This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-28 15:16:53 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6abe03288bb1c8bf36c10a2afd237b3c72cbcd68
cpython
/
Lib
/
test
/
test_importlib
T
History
Eric Snow
32439d6eb6
Issue
#23911
: Move path-based bootstrap code to a separate frozen module.
2015-05-02 19:15:18 -06:00
..
builtin
Closes
#22002
: Merge with 3.4
2014-07-23 12:06:47 -05:00
extension
Issue
#23911
: Move path-based bootstrap code to a separate frozen module.
2015-05-02 19:15:18 -06:00
frozen
Closes
#22002
: Merge with 3.4
2014-07-23 12:06:47 -05:00
import_
Issue
#23911
: Move path-based bootstrap code to a separate frozen module.
2015-05-02 19:15:18 -06:00
namespace_pkgs
…
source
Issue
#23911
: Move path-based bootstrap code to a separate frozen module.
2015-05-02 19:15:18 -06:00
__init__.py
…
__main__.py
…
abc.py
…
regrtest.py
…
test_abc.py
…
test_api.py
…
test_lazy.py
…
test_locks.py
…
test_namespace_pkgs.py
…
test_spec.py
Issue
#23014
: Make importlib.abc.Loader.create_module() required when
2015-01-09 11:39:21 -05:00
test_util.py
Issue
#23731
: Implement PEP 488.
2015-04-13 14:21:02 -04:00
test_windows.py
#22980
Adds platform and version tags to .pyd files
2014-12-15 20:45:23 -08:00
util.py
…