This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-23 11:15:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
5d62a61b58
cpython
/
Lib
/
importlib
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
bc07a5c913
Issue
#15110
: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
2012-07-08 12:01:27 +02:00
..
test
Issue
#15210
: Greatly simplify the test for supporting importlib
2012-07-04 14:03:40 -04:00
__init__.py
Issue
#15210
: Greatly simplify the test for supporting importlib
2012-07-04 14:03:40 -04:00
_bootstrap.py
Issue
#15110
: Fix the tracebacks generated by "import xxx" to not show the importlib stack frames.
2012-07-08 12:01:27 +02:00
abc.py
Closes
#15030
: Make importlib.abc.PyPycLoader respect the new .pyc
2012-07-02 14:35:34 -04:00
machinery.py
Issue
#13959
: Deprecate imp.get_suffixes() for new attributes on
2012-05-11 12:58:42 -04:00
util.py
Add importlib.util.resolve_name().
2012-05-13 13:45:09 -04:00