summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/_bootstrap_external.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-1/+2
* in dict displays, evaluate the key before the value (closes #11205)Benjamin Peterson2015-05-281-1/+2
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-18/+15
* Issue #24192: Fix namespace package imports.Eric Snow2015-05-161-43/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-1/+2
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-0/+1462