summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Issue #20884: Don't assume in importlib.__init__ that __file__ isBrett Cannon2014-03-211-1/+6
* Issue #20763: Fix importlib.machinery.PathFinder to supportBrett Cannon2014-02-261-1/+1
* update magic number for #20625Benjamin Peterson2014-02-191-1/+2
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-252-37/+81
* Issue 19713: Remove PEP 451-related code that should have been factored out.Eric Snow2014-01-081-24/+4
* Issue #19719: Update various finder and loader ABCs such that theirBrett Cannon2014-01-071-6/+26
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-074-36/+127
* Remove dead PEP 451 code.Eric Snow2014-01-071-10/+0
* Issue #19927: Add __eq__ to path-based loaders in importlib.Eric Snow2014-01-041-0/+14
* Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.Eric Snow2014-01-031-1/+1
* Remove some dead code in importlib, introduced with the PEP 451 patch.Eric Snow2013-12-191-8/+3
* Issue #18864: Add a setter for ModuleSpec.has_location.Eric Snow2013-12-111-0/+4
* Issue 19851: Fix a regression in reloading submodules.Eric Snow2013-12-101-4/+11
* Issue #19698: Remove exec_module() from the built-in and extensionBrett Cannon2013-11-291-27/+36
* User the repr for a module name in more placesBrett Cannon2013-11-221-6/+6
* Remove a commented-out lineBrett Cannon2013-11-221-2/+0
* Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows)Brett Cannon2013-11-221-0/+2
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-225-343/+984
* Abstract out stat calls in importlib for easier experimentation.Brett Cannon2013-11-011-5/+15
* Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-1/+1
* Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-012-4/+12
* cleanup the construction of __qualname__ (closes #19301 again)Benjamin Peterson2013-10-201-1/+2
* give explicitly global functions and classes a global __qualname__ (closes #1...Benjamin Peterson2013-10-191-1/+2
* Issue #18810: Be optimistic with stat calls when seeing if a directoryBrett Cannon2013-10-181-10/+9
* Issue #18416: Fix various os calls in importlib.machinery.FileFinderBrett Cannon2013-10-181-2/+2
* Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwdBrett Cannon2013-10-181-2/+2
* [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex...Eric Snow2013-10-051-2/+2
* [issue19152] Add ExtensionFileLoader.get_filename().Eric Snow2013-10-032-0/+7
* [issue19951] Fix docstring and use of _get_suppported_file_loaders() to refle...Eric Snow2013-10-031-2/+2
* Issue #16826: Revert fix while Windows issues are being worked out.Meador Inge2013-09-041-4/+1
|\