Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
216b745eafa7cd4a683a8405dcfbd7f5567f504c
/
Lib
/
importlib
b193fa9
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834)
by Carl Meyer
· 6 years ago
fffeb6f
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385)
by Zackery Spytz
· 6 years ago
941ec21
bpo-32911: Add the historical note about the magic number. (GH-7273)
by Serhiy Storchaka
· 6 years ago
0ed66df
bpo-33537: Add an __all__ to importlib.resources (#6920)
by Barry Warsaw
· 7 years ago
3ab9365
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
by Brett Cannon
· 7 years ago
9e2be60
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402)
by Brett Cannon
· 7 years ago
30e507d
bpo-33151: Handle submodule resources (GH-6268)
by Barry Warsaw
· 7 years ago
702f8f3
bpo-33041: Rework compiling an "async for" loop. (#6142)
by Serhiy Storchaka
· 7 years ago
4e24425
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
by Serhiy Storchaka
· 7 years ago
520b7ae
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
by Serhiy Storchaka
· 7 years ago
4af8fd5
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
by Serhiy Storchaka
· 7 years ago
bbbcf86
bpo-32303 - Consistency fixes for namespace loaders (#5481)
by Barry Warsaw
· 7 years ago
332cd5e
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
by Mark Shannon
· 7 years ago
6f6eb35
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248)
by Barry Warsaw
· 7 years ago
5ec0fee
Implement the get_resource_reader() API for file system imports (#5168)
by Barry Warsaw
· 7 years ago
bca4218
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
by Brett Cannon
· 7 years ago
deae6b4
bpo-32248 - Implement importlib.resources (#4911)
by Barry Warsaw
· 7 years ago
4ac5150
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
by Brett Cannon
· 7 years ago
42aa93b
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
by Benjamin Peterson
· 7 years ago
41c5694
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
by Serhiy Storchaka
· 7 years ago
f07e2b6
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834)
by Serhiy Storchaka
· 7 years ago
02e82a0
bpo-31709: Update importlib magic (#3906)
by Yury Selivanov
· 7 years ago
88c60c9
Trivial cleanups following bpo-31370 (#3649)
by Antoine Pitrou
· 7 years ago
9b0d1d6
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
by Serhiy Storchaka
· 7 years ago
e72b135
bpo-30891: Fix again importlib _find_and_load() (#2665)
by Victor Stinner
· 7 years ago
8a9cd20
bpo-30876: Relative import from unloaded package now reimports the package (#2639)
by Serhiy Storchaka
· 7 years ago
4f9a446
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
by Victor Stinner
· 7 years ago
b4baace
bpo-30814: Fixed a race condition when import a submodule from a package. (#2580)
by Serhiy Storchaka
· 7 years ago
8c3f05e
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
by Milan Oberkirch
· 7 years ago
9498782
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972)
by Garvit Khatri
· 7 years ago
6b4be19
bpo-22257: Small changes for PEP 432. (#1728)
by Eric Snow
· 8 years ago
55fe1ae
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
by Serhiy Storchaka
· 8 years ago
9f0aa48
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
by Mandeep Bhutani
· 8 years ago
1d4601c
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32)
by Matthias Bussonnier
· 8 years ago
f239213
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
by Yury Selivanov
· 8 years ago
10beb3c
Issue #28896: Disable WindowsRegistryFinder by default.
by Steve Dower
· 8 years ago
19d2467
Issue #23722: improve __classcell__ compatibility
by Nick Coghlan
· 8 years ago
7344285
Issue #28257: Improved error message when pass a non-iterable as
by Serhiy Storchaka
· 8 years ago
944368e
Issue #23722: Initialize __class__ from type.__new__()
by Nick Coghlan
· 8 years ago
50fd898
Issue #24320: Drop an old setuptools-induced hack.
by Eric Snow
· 8 years ago
f9b760f
Rework CALL_FUNCTION* opcodes
by Victor Stinner
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
f3fd06a
Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.
by Eric Snow
· 8 years ago
035a100
Issue #26667: Add path-like object support to importlib.util.
by Brett Cannon
· 8 years ago
46f97b8
Issue #15767: Use ModuleNotFoundError.
by Eric Snow
· 8 years ago
eaecc69
Issue #27974: Remove importlib._bootstrap._ManageReload.
by Brett Cannon
· 8 years ago
ea525a2
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
by Serhiy Storchaka
· 8 years ago
4106f61
Merge for #27083
by Brett Cannon
· 8 years ago
7ca63cb
Fix regressions introduced by fixes for issue #27083.
by Brett Cannon
· 8 years ago
b3e73b3
Merge for #27083
by Brett Cannon
· 8 years ago
a47a7a5
Issue #27083: Respect the PYTHONCASEOK environment variable under Windows.
by Brett Cannon
· 8 years ago
3fef2ee
Issue #26972: Fix some mistakes in importlib-related docstrings.
by Brett Cannon
· 8 years ago
696c35e
Issue #26186: Remove the restriction that built-in and extension
by Brett Cannon
· 8 years ago
da03761
Merge from 3.5
by Brett Cannon
· 8 years ago
e92dc9c
Fix a scoping issue where an UnboundLocalError was triggered if a
by Brett Cannon
· 8 years ago
64204de
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
by Serhiy Storchaka
· 8 years ago
5697c4b
Comment fixes extracted from patch by Demur Rumed.
by Serhiy Storchaka
· 8 years ago
cf2ad55
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 8 years ago
0472217
Issue #27138: Fix the doc comment for FileFinder.find_spec().
by Eric Snow
· 8 years ago
fc36e66
Issue #27138: Fix the doc comment for FileFinder.find_spec().
by Eric Snow
· 8 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 8 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 8 years ago
b0f80b0
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
by Serhiy Storchaka
· 8 years ago
8d0abb9
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
by Steve Dower
· 9 years ago
7ae61af
Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table.
by Steve Dower
· 9 years ago
4f17426
Fix bug in __import__ during Python shutdown
by Victor Stinner
· 9 years ago
82f04e2
regrtest: Fix module.__path__
by Victor Stinner
· 9 years ago
e5f4d3c
Merge for issue #26186
by Brett Cannon
· 9 years ago
558823a
Issue #26186: Remove an invalid type check in importlib.util.LazyLoader.
by Brett Cannon
· 9 years ago
0911c0d
Merge for issue #26367
by Brett Cannon
· 9 years ago
4f38cb4
Issue #26367: Have importlib.__init__() raise RuntimeError when
by Brett Cannon
· 9 years ago
885bdc4
Issue #25985: sys.version_info is now used instead of sys.version
by Serhiy Storchaka
· 9 years ago
849113a
Issue #25791: Warn when __package__ != __spec__.parent.
by Brett Cannon
· 9 years ago
f3914eb
co_lnotab supports negative line number delta
by Victor Stinner
· 9 years ago
63b8505
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
by Brett Cannon
· 9 years ago
eae3079
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader.
by Brett Cannon
· 9 years ago
65ca88e
Issue #25771: Tweak ValueError message when package isn't specified
by Brett Cannon
· 9 years ago
a78c795
Issue 25483: Add an opcode to make f-string formatting more robust.
by Eric V. Smith
· 9 years ago
f22d808
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago
0b40aab
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago
f731bc0
Issue #25280: Import trace messages emitted in verbose (-v) mode are no
by Serhiy Storchaka
· 9 years ago
1dae0c6
Issue #25186: Remove duplicated function from importlib._bootstrap_external
by Brett Cannon
· 9 years ago
1df0b35
Issue #24769: Interpreter now starts properly when dynamic loading
by Larry Hastings
· 9 years ago
5376ba9
Issue #24400: Introduce a distinct type for 'async def' coroutines.
by Yury Selivanov
· 9 years ago
ee85339
in dict displays, evaluate the key before the value (closes #11205)
by Benjamin Peterson
· 9 years ago
d5cacbb
PEP 489: Multi-phase extension module initialization
by Nick Coghlan
· 10 years ago
183a941
Issue #24192: Fix namespace package imports.
by Eric Snow
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
32439d6
Issue #23911: Move path-based bootstrap code to a separate frozen module.
by Eric Snow
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
02d8454
Issue #23014: Make importlib.abc.Loader.create_module() required when
by Brett Cannon
· 10 years ago
d32d4ae
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
by Barry Warsaw
· 10 years ago
2a41385
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
by Barry Warsaw
· 10 years ago
c446405
Issue #19720: Suppressed context for some exceptions in importlib.
by Serhiy Storchaka
· 10 years ago
b6e2556
Issue #22834: Have import suppress FileNotFoundError when the current
by Brett Cannon
· 10 years ago
5e8b04e
Issue #21052: Don't raise ImportWarning for sys.meta_path or
by Brett Cannon
· 10 years ago
42535f0
Fix a parameter name to make sense again
by Brett Cannon
· 10 years ago
2a17bde
Issue #20383: Introduce importlib.util.module_from_spec().
by Brett Cannon
· 10 years ago
Next »