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
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
1
-1/+0
*
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin
2018-10-25
1
-3/+4
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-10/+16
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-10/+52
*
bpo-32911: Add the historical note about the magic number. (GH-7273)
Serhiy Storchaka
2018-05-31
1
-0/+2
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
1
-2/+4
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-1/+2
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-1/+2
*
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka
2018-02-22
1
-32/+35
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
1
-3/+3
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-1/+2
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
1
-6/+32
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
1
-55/+142
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-1/+2
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
1
-5/+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-4/+4
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-1/+2
*
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower
2016-12-12
1
-2/+0
*
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-1/+2
*
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka
2016-10-02
1
-1/+2
*
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-2/+3
*
Issue #24320: Drop an old setuptools-induced hack.
Eric Snow
2016-09-09
1
-5/+0
*
Rework CALL_FUNCTION* opcodes
Victor Stinner
2016-09-09
1
-1/+2
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-1/+3
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
1
-0/+4
*
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-2/+3
*
Merge for #27083
Brett Cannon
2016-07-16
1
-4/+10
|
\
|
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
1
-4/+10
*
|
Merge for #27083
Brett Cannon
2016-07-15
1
-1/+2
|
\
\
|
|
/
|
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-1/+2
*
|
Issue #26972: Fix some mistakes in importlib-related docstrings.
Brett Cannon
2016-07-08
1
-9/+9
*
|
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka
2016-06-12
1
-3/+5
*
|
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka
2016-06-12
1
-4/+0
*
|
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-0/+1
|
\
\
|
|
/
|
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-1/+2
*
|
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka
2016-06-11
1
-1/+2
*
|
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Eric Snow
2016-05-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Eric Snow
2016-05-27
1
-2/+2
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-1/+2
*
|
Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...
Steve Dower
2016-05-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...
Steve Dower
2016-05-16
1
-0/+3
*
|
regrtest: Fix module.__path__
Victor Stinner
2016-03-15
1
-0/+3
*
|
Issue #25985: sys.version_info is now used instead of sys.version
Serhiy Storchaka
2016-02-11
1
-1/+1
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
1
-2/+3
*
|
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...
Brett Cannon
2015-12-29
1
-0/+1
*
|
Issue 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
1
-1/+2
*
|
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
Serhiy Storchaka
2015-10-01
1
-4/+4
|
\
\
|
|
/
|
*
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
Serhiy Storchaka
2015-10-01
1
-4/+4
*
|
Issue #25186: Remove duplicated function from importlib._bootstrap_external
Brett Cannon
2015-09-25
1
-26/+22
|
/
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-1/+2
[next]