cpython/Lib/importlib
Eric Snow 6b4be195cd bpo-22257: Small changes for PEP 432. (#1728)
PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes.
2017-05-22 21:36:03 -07:00
..
__init__.py bpo-29862: Fix grammar in importlib.reload() exception (GH-809) 2017-03-24 21:51:21 -07:00
_bootstrap.py bpo-22257: Small changes for PEP 432. (#1728) 2017-05-22 21:36:03 -07:00
_bootstrap_external.py bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 2017-04-16 10:46:38 +03:00
abc.py bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 2017-04-16 10:46:38 +03:00
machinery.py
util.py Issue #26186: Remove the restriction that built-in and extension 2016-06-25 10:58:17 -07:00