Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8ace2c66d35cf4cbb2d4a6383e33c0bb96448ecb
/
Lib
/
importlib
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
· 8 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
· 8 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
· 9 years ago
183a941
Issue #24192: Fix namespace package imports.
by Eric Snow
· 9 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 9 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
b7f1be3
Merge from 3.4 (for #21226).
by Eric Snow
· 10 years ago
08197a4
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
by Eric Snow
· 10 years ago
6eaac13
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
by Brett Cannon
· 10 years ago
d51374e
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
by Benjamin Peterson
· 11 years ago
a04dbe4
Issue #17621: Introduce importlib.util.LazyLoader.
by Brett Cannon
· 11 years ago
a00c240
Issue #20884: Don't assume in importlib.__init__ that __file__ is defined.
by Brett Cannon
· 11 years ago
26dd0ff
Issue #20763: Fix importlib.machinery.PathFinder to support
by Brett Cannon
· 11 years ago
a50fd87
update magic number for #20625
by Benjamin Peterson
· 11 years ago
6029e08
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
by Eric Snow
· 11 years ago
e4314e0
Issue 19713: Remove PEP 451-related code that should have been factored out.
by Eric Snow
· 11 years ago
8d94229
Issue #19719: Update various finder and loader ABCs such that their
by Brett Cannon
· 11 years ago
1500d49
Issue 19713: Add PEP 451-related deprecations.
by Eric Snow
· 11 years ago
3192eac
Remove dead PEP 451 code.
by Eric Snow
· 11 years ago
d749c7a
Issue #19927: Add __eq__ to path-based loaders in importlib.
by Eric Snow
· 11 years ago
fbc7851
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
by Eric Snow
· 11 years ago
61e851b
Remove some dead code in importlib, introduced with the PEP 451 patch.
by Eric Snow
· 11 years ago
b282b3d
Issue #18864: Add a setter for ModuleSpec.has_location.
by Eric Snow
· 11 years ago
c1e7c74
Issue 19851: Fix a regression in reloading submodules.
by Eric Snow
· 11 years ago
d2476c6
Issue #19698: Remove exec_module() from the built-in and extension
by Brett Cannon
· 11 years ago
224b261
User the repr for a module name in more places
by Brett Cannon
· 11 years ago
175e725
Remove a commented-out line
by Brett Cannon
· 11 years ago
fddc311
Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows)
by Brett Cannon
· 11 years ago
b523f84
Implement PEP 451 (ModuleSpec).
by Eric Snow
· 11 years ago
2b8fc30
Abstract out stat calls in importlib for easier experimentation.
by Brett Cannon
· 11 years ago
f6901c8
Issue #19410: Put back in special-casing of '' for
by Brett Cannon
· 11 years ago
cdf6012
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
by Eric Snow
· 11 years ago
6b4f780
cleanup the construction of __qualname__ (closes #19301 again)
by Benjamin Peterson
· 11 years ago
3d9e481
give explicitly global functions and classes a global __qualname__ (closes #19301)
by Benjamin Peterson
· 11 years ago
58f5680
Issue #18810: Be optimistic with stat calls when seeing if a directory
by Brett Cannon
· 11 years ago
bb9e481
Issue #18416: Fix various os calls in importlib.machinery.FileFinder
by Brett Cannon
· 11 years ago
27e27f7
Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd
by Brett Cannon
· 11 years ago
7e70fa5
[issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader.
by Eric Snow
· 11 years ago
5179445
[issue19152] Add ExtensionFileLoader.get_filename().
by Eric Snow
· 11 years ago
e8bbfeb
[issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples.
by Eric Snow
· 11 years ago
3c56145
Issue #16826: Revert fix while Windows issues are being worked out.
by Meador Inge
· 11 years ago
c9e1dcd
Issue #16826: Revert fix while Windows issues are being worked out.
by Meador Inge
· 11 years ago
9ab358a
Issue #16826: Don't check for PYTHONCASEOK when using -E.
by Meador Inge
· 11 years ago
d151da9
Issue #16826: Don't check for PYTHONCASEOK when using -E.
by Meador Inge
· 11 years ago
8e45540
Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules.
by Eric Snow
· 11 years ago
e1f1597
Closes issue #18598: Have the exception message for
by Brett Cannon
· 11 years ago
fbcf4d7
#18681: merge with 3.3.
by Ezio Melotti
· 11 years ago
f0cb692
Issue #18415: Normalize what type of quotes are used with string
by Brett Cannon
· 11 years ago
7e5d557
merge for issue #18351.
by Brett Cannon
· 11 years ago
a53cca3
Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile().
by Brett Cannon
· 11 years ago
0075110
Issue #18364: Stop using the ImportError._not_found hack.
by Brett Cannon
· 11 years ago
679ecb5
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
by Brett Cannon
· 11 years ago
82da888
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
by Brett Cannon
· 11 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 11 years ago
390f6c1
Merge doc/argument name fix
by Brett Cannon
· 11 years ago
1d75382
Fix a misnaming of a method and an argument
by Brett Cannon
· 11 years ago
f24fecd
Issue #18076: Introduce imoportlib.util.decode_source().
by Brett Cannon
· 11 years ago
f4375ef
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
by Brett Cannon
· 11 years ago
01b0475
Issue #18115: Abstract out managing the cleanup of modules to use in
by Brett Cannon
· 11 years ago
13d8ff9
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
by Brett Cannon
· 11 years ago
a3c9615
Issue #17907: touch up the code for imp.new_module().
by Brett Cannon
· 11 years ago
05a647d
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
by Brett Cannon
· 11 years ago
3fe35e6
Issue #18193: Add importlib.reload(), documenting (but not
by Brett Cannon
· 11 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 11 years ago
8f5ac51
Issue #15767: Touch up ModuleNotFoundError usage by import.
by Brett Cannon
· 11 years ago
b1611e2
Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError.
by Brett Cannon
· 11 years ago
12d400d
explanatory comment
by Brett Cannon
· 11 years ago
865b292
typo fix
by Brett Cannon
· 11 years ago
4e694d6
tweak exception message (again)
by Brett Cannon
· 11 years ago
af38f5a
Tweak at the suggestion of Ezio Melotti for exception messages when
by Brett Cannon
· 11 years ago
0e75c06
fix whitespace
by Brett Cannon
· 11 years ago
Next »