summaryrefslogtreecommitdiff
path: root/Lib/importlib/_bootstrap_external.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-161-4/+10
* Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-1/+2
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-1/+2
* Issue #27138: Fix the doc comment for FileFinder.find_spec().Eric Snow2016-05-271-2/+2
* Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-0/+3
* 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-151-43/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-1/+2
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-0/+1462