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-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
*
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
[next]