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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
Anthony Sottile
2019-05-30
1
-1/+2
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24
2
-0/+446
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-2/+6
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+2
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
1
-0/+3
*
bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (G...
Nina Zakharenko
2019-02-13
1
-3/+3
*
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko
2019-02-05
1
-2/+4
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
1
-56/+62
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
1
-1/+0
*
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin
2018-10-25
1
-3/+4
*
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka
2018-09-19
1
-84/+0
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
2
-12/+18
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-10/+52
*
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...
Zackery Spytz
2018-06-07
1
-1/+1
*
bpo-32911: Add the historical note about the magic number. (GH-7273)
Serhiy Storchaka
2018-05-31
1
-0/+2
*
bpo-33537: Add an __all__ to importlib.resources (#6920)
Barry Warsaw
2018-05-17
1
-8/+20
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
2
-13/+12
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
1
-2/+4
*
bpo-33151: Handle submodule resources (GH-6268)
Barry Warsaw
2018-03-27
1
-3/+5
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-1/+2
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
1
-26/+27
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-1/+2
*
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka
2018-02-22
1
-32/+35
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
3
-6/+27
*
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon
2018-01-30
1
-1/+2
*
bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipim...
Barry Warsaw
2018-01-24
1
-67/+83
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
3
-9/+40
*
bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)
Brett Cannon
2018-01-12
1
-2/+7
*
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
2017-12-30
1
-0/+303
*
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
2017-12-16
1
-0/+38
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
2
-55/+149
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
1
-7/+13
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-1/+2
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-1/+2
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
2
-18/+2
*
bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033)
Serhiy Storchaka
2017-08-09
1
-2/+12
*
bpo-30891: Fix again importlib _find_and_load() (#2665)
Victor Stinner
2017-07-21
1
-5/+5
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
1
-4/+0
*
bpo-30891: Fix importlib _find_and_load() race condition (#2646)
Victor Stinner
2017-07-10
1
-28/+30
*
bpo-30814: Fixed a race condition when import a submodule from a package. (#2...
Serhiy Storchaka
2017-07-06
1
-14/+14
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-3/+8
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-0/+2
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-1/+4
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
2
-7/+7
*
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
2
-7/+21
*
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-1/+2
*
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower
2016-12-12
1
-2/+0
*
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
1
-1/+2
[next]