This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
bc09cf1f35
cpython
/
Lib
/
importlib
History
Eric V. Smith
b10951549b
Use assertIsNone. Thanks Terry Reedy.
2012-06-28 06:15:01 -04:00
..
test
Use assertIsNone. Thanks Terry Reedy.
2012-06-28 06:15:01 -04: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
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
2012-06-24 19:13:55 -04: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