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
/
test
/
test_importlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
cross port importlib-metadata PR #76 (#13903)
Anthony Sottile
2019-06-07
3
-0/+2
*
Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
Anthony Sottile
2019-05-30
1
-0/+8
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24
7
-0/+564
*
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin
2019-05-06
1
-1/+1
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-1/+1
*
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...
Windson yang
2019-04-22
1
-1/+1
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
1
-0/+6
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH...
Elvis Pranskevichus
2018-10-10
1
-0/+15
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
2
-7/+7
*
bpo-29514: Make magic number test work for candidates
Ned Deily
2018-06-27
1
-1/+1
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
2
-11/+95
*
bpo-33755: Fix importlib.resources isolation tests (#7412)
Barry Warsaw
2018-06-05
2
-1/+9
*
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)
Marcel Plch
2018-05-28
1
-7/+13
*
bpo-33629: Prevent coredump in test_importlib (GH-7090)
Victor Stinner
2018-05-24
1
-1/+4
*
bpo-33254: do not return an empty list when asking for the contents of a name...
Brett Cannon
2018-04-30
1
-4/+3
*
bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...
Brett Cannon
2018-04-06
2
-1/+22
*
bpo-33151: Handle submodule resources (GH-6268)
Barry Warsaw
2018-03-27
2
-3/+32
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
1
-1/+15
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-1/+1
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
2
-2/+20
*
bpo-32248: Fix test_importlib.test_open() (#5213)
Victor Stinner
2018-01-17
1
-2/+2
*
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw
2018-01-15
2
-1/+4
*
bpo-32248 - Implement importlib.resources (#4911)
Barry Warsaw
2017-12-30
24
-0/+473
*
bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)
Brett Cannon
2017-12-16
1
-0/+39
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
2
-2/+2
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
2
-15/+197
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
1
-0/+43
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-0/+14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-122/+100
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-30876: Relative import from unloaded package now reimports the package (#...
Serhiy Storchaka
2017-07-12
1
-1/+1
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
1
-0/+6
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
1
-2/+12
*
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...
Serhiy Storchaka
2017-04-29
1
-13/+16
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-0/+6
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
2
-3/+0
*
Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator.
Xavier de Gaye
2016-12-08
1
-1/+1
*
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
1
-7/+1
*
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
2
-0/+25
*
Issue #15767: Use ModuleNotFoundError.
Eric Snow
2016-09-07
2
-5/+9
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-0/+9
|
\
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+9
*
|
Merge for #27083
Brett Cannon
2016-07-16
3
-18/+18
|
\
\
|
|
/
|
*
Fix regressions introduced by fixes for issue #27083.
Brett Cannon
2016-07-16
3
-18/+18
*
|
Merge for #27083
Brett Cannon
2016-07-15
1
-6/+9
|
\
\
|
|
/
|
*
Issue #27083: Respect the PYTHONCASEOK environment variable under
Brett Cannon
2016-07-15
1
-6/+9
*
|
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon
2016-07-08
2
-2/+0
[next]