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
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
3
-0/+79
*
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
2020-10-19
2
-6/+15
*
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
Hai Shi
2020-08-10
2
-6/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
11
-26/+32
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
1
-2/+3
*
bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857)
Jason R. Coombs
2020-06-29
1
-0/+9
*
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner
2020-06-17
1
-2/+2
*
bpo-39791: Support file systems that cannot support non-ascii filenames (skip...
Jason R. Coombs
2020-06-07
2
-2/+18
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659)
Jason R. Coombs
2020-06-05
3
-10/+47
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
2
-7/+9
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
1
-2/+2
*
bpo-39791: Add files() to importlib.resources (GH-19722)
Jason R. Coombs
2020-05-08
2
-0/+40
*
Clean up compatibility code in importlib fixtures (#19156)
Jason R. Coombs
2020-04-15
1
-16/+2
*
bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105)
Roman Yurchak
2020-03-24
1
-0/+4
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-23/+0
*
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
2
-1/+7
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676)
Gregory P. Smith
2020-02-29
1
-0/+11
*
bpo-39595: Improve zipfile.Path performance (#18406)
Jason R. Coombs
2020-02-12
3
-2/+63
*
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
Jason R. Coombs
2019-12-11
1
-0/+33
*
bpo-38839: Fix some unused functions in tests (GH-17189)
Adam Johnson
2019-11-19
1
-0/+1
*
Fix typo in test_api.py. (GH-16119)
Benjamin Peterson
2019-09-13
1
-1/+1
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
2
-11/+23
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
1
-0/+2
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
3
-3/+3
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
1
-1/+1
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-03
2
-5/+5
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
Jason R. Coombs
2019-07-28
3
-4/+24
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1/+1
*
bpo-19696: Move threaded_import_hangers (GH-14655)
Kyle Stanley
2019-07-12
2
-3/+48
*
Move test_threaded_import.py to test_importlib/ (GH-14582)
Kyle Stanley
2019-07-05
1
-0/+263
*
bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)
Kyle Stanley
2019-07-03
1
-2/+2
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303)
Kyle Stanley
2019-06-28
1
-0/+80
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
1
-4/+17
*
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
[next]