index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
_bootstrap_external.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.5] bpo-29537: Tolerate legacy invalid bytecode (#169)
Nick Coghlan
2017-03-08
1
-2/+26
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
1
-4/+10
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-1/+2
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-1/+2
*
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Eric Snow
2016-05-27
1
-2/+2
*
Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...
Steve Dower
2016-05-16
1
-0/+3
*
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
Serhiy Storchaka
2015-10-01
1
-4/+4
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-1/+2
*
in dict displays, evaluate the key before the value (closes #11205)
Benjamin Peterson
2015-05-28
1
-1/+2
*
PEP 489: Multi-phase extension module initialization
Nick Coghlan
2015-05-23
1
-18/+15
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-16
1
-43/+7
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-1/+2
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-0/+1462