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-08-30 05:35:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
310f95b04d
cpython
/
Lib
/
importlib
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
310f95b04d
A better repr() for FileFinder
2012-06-23 02:12:56 +02:00
..
test
Prevent test_inspect from keeping alive a ton of frames and local variables by way of a global variable keeping a reference to a traceback.
2012-06-17 23:18:07 +02:00
__init__.py
Issue
#14657
: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap.
2012-06-17 22:33:38 +02:00
_bootstrap.py
A better repr() for FileFinder
2012-06-23 02:12:56 +02:00
abc.py
Issue
#14605
: Rename _SourcelessFileLoader to SourcelessFileLoader.
2012-04-25 02:31:37 +02: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