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
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-2/+2
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-0/+2
*
bpo-29862: Fix grammar in importlib.reload() exception (GH-809)
Mandeep Bhutani
2017-03-25
1
-1/+1
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-1/+2
*
Issue #24192: Fix namespace package imports.
Eric Snow
2015-05-16
1
-0/+1
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-03
1
-2/+18
*
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
1
-2/+3
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
1
-2/+1
*
Issue #20884: Don't assume in importlib.__init__ that __file__ is
Brett Cannon
2014-03-21
1
-1/+6
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
1
-37/+9
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-07
1
-1/+5
*
Issue 19851: Fix a regression in reloading submodules.
Eric Snow
2013-12-10
1
-4/+11
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-14/+50
*
Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.
Eric Snow
2013-11-01
1
-2/+6
*
Closes issue #18698: ensure importlib.reload() returns the module out of sys....
Eric Snow
2013-08-15
1
-1/+3
*
Closes issue #18598: Have the exception message for
Brett Cannon
2013-08-12
1
-1/+3
*
#18681: merge with 3.3.
Ezio Melotti
2013-08-10
1
-1/+1
|
\
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
1
-1/+33
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
|
Issue #17099: Have importlib.find_loader() raise ValueError when
Brett Cannon
2013-03-13
1
-0/+2
|
/
*
Issue #16489: Make it clearer that importlib.find_loader() requires
Brett Cannon
2012-11-17
1
-1/+3
*
Issue #15502: Finish bringing importlib.abc in line with the current
Brett Cannon
2012-08-10
1
-3/+3
*
Close #15386: There was a loophole that meant importlib.machinery and imp wou...
Nick Coghlan
2012-07-20
1
-2/+11
*
Issue #15210: Greatly simplify the test for supporting importlib
Brett Cannon
2012-07-04
1
-2/+2
*
Issue #15210: If _frozen_importlib is not found in sys.modules by
Brett Cannon
2012-07-02
1
-1/+1
*
Issue #14657: The frozen instance of importlib used for bootstrap is now also...
Antoine Pitrou
2012-06-17
1
-8/+15
*
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
1
-0/+24
*
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
1
-21/+10
*
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...
Antoine Pitrou
2012-02-20
1
-2/+2
*
Move setup code from importlib.__init__ to
Brett Cannon
2012-02-08
1
-27/+3
*
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon
2012-01-27
1
-19/+0
*
Move some code from importlib.__init__ to importlib._bootstrap that
Brett Cannon
2012-01-25
1
-32/+11
*
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna
2011-10-28
1
-2/+1
*
Make importlib.abc.SourceLoader the primary mechanism for importlib.
Brett Cannon
2010-07-03
1
-1/+1
*
A few more docstring/API cleanups for importlib.
Brett Cannon
2009-03-15
1
-15/+1
*
Finish properly hiding importlib implementation code.
Brett Cannon
2009-03-12
1
-4/+0
*
Define importlib.__init__.__all__.
Brett Cannon
2009-03-12
1
-1/+3
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-2/+2
*
Rewrite the code implementing __import__ for importlib. Now it is much simpler
Brett Cannon
2009-02-07
1
-6/+4
*
Add some comment markers to more clearly delineate what different parts of the
Brett Cannon
2009-01-22
1
-1/+5
*
Document the (very small) public API for importlib. As time goes on and some
Brett Cannon
2009-01-20
1
-21/+26
*
Add initial implementation of importlib. See the NOTES files for what is
Brett Cannon
2009-01-18
1
-0/+133