summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
Commit message (Expand)AuthorAgeFilesLines
* Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-3/+5
* Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-4/+0
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+1
|\
| * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-1/+2
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-1/+2
* | Issue #27138: Fix the doc comment for FileFinder.find_spec().Eric Snow2016-05-271-2/+2
|\ \ | |/
| * Issue #27138: Fix the doc comment for FileFinder.find_spec().Eric Snow2016-05-271-2/+2
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-1/+2
* | Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-0/+3
|\ \ | |/
| * Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-0/+3
* | Fix bug in __import__ during Python shutdownVictor Stinner2016-03-241-2/+9
* | regrtest: Fix module.__path__Victor Stinner2016-03-151-0/+3
* | Merge for issue #26186Brett Cannon2016-02-212-6/+0
|\ \ | |/
| * Issue #26186: Remove an invalid type check inBrett Cannon2016-02-212-6/+0
* | Merge for issue #26367Brett Cannon2016-02-201-1/+4
|\ \ | |/
| * Issue #26367: Have importlib.__init__() raise RuntimeError whenBrett Cannon2016-02-201-1/+1
* | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
* | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-221-3/+9
* | co_lnotab supports negative line number deltaVictor Stinner2016-01-201-2/+3
* | Issue #25791: Raise an ImportWarning when __spec__ or __package__ areBrett Cannon2016-01-151-0/+6
* | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-291-0/+1
* | Issue #25771: Tweak ValueError message when package isn't specifiedBrett Cannon2015-12-041-2/+2
* | Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-031-1/+2
* | Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
|\ \ | |/
| * Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
| |\
| | * Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
* | | Issue #25186: Remove duplicated function from importlib._bootstrap_externalBrett Cannon2015-09-251-26/+22
|/ /
* | Issue #24769: Interpreter now starts properly when dynamic loadingLarry Hastings2015-08-251-1/+1
* | 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-232-28/+28
* | Issue #24192: Fix namespace package imports.Eric Snow2015-05-164-49/+24
* | PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-1/+2
* | Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-036-1357/+1522
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-27/+51
* | Issue #23014: Make importlib.abc.Loader.create_module() required whenBrett Cannon2015-01-092-3/+14
* | - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-2/+2
|\ \ | |/
| * - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile isBarry Warsaw2014-12-011-2/+2
* | Issue #19720: Suppressed context for some exceptions in importlib.Serhiy Storchaka2014-11-213-5/+6
* | Issue #22834: Have import suppress FileNotFoundError when the currentBrett Cannon2014-11-211-1/+6
* | Issue #21052: Don't raise ImportWarning for sys.meta_path orBrett Cannon2014-10-101-2/+2
* | Fix a parameter name to make sense againBrett Cannon2014-05-301-2/+3
* | Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-304-221/+166
* | Merge from 3.4 (for #21226).Eric Snow2014-05-131-0/+23
|\ \ | |/
| * Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-0/+23
* | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-1/+2
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-1/+2
* | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-041-1/+93
|/