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
*
test_threaded_import: Fix unittest.main spelling (GH-93114)
Miss Islington (bot)
2022-05-25
1
-1/+1
*
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
Jason R. Coombs
2022-03-13
1
-0/+10
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Miss Islington (bot)
2022-02-11
1
-0/+5
*
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...
Miss Islington (bot)
2022-02-02
1
-3/+14
*
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac...
Petr Viktorin
2022-01-27
1
-0/+35
*
bpo-46105: Honor spec when generating requirement specs with urls and extras....
Miss Islington (bot)
2021-12-16
1
-0/+2
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Ćukasz Langa
2021-09-21
1
-1/+1
*
[3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455)
Serhiy Storchaka
2021-09-19
2
-19/+12
*
Python 3.10.0rc1
v3.10.0rc1
Pablo Galindo
2021-08-02
1
-1/+1
*
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
Miss Islington (bot)
2021-08-01
1
-6/+12
*
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...
Miss Islington (bot)
2021-06-18
1
-0/+1
*
[3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)
Miss Islington (bot)
2021-05-31
1
-0/+16
*
bpo-44246: Entry points performance improvements. (GH-26467)
Miss Islington (bot)
2021-05-31
1
-0/+4
*
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...
Miss Islington (bot)
2021-05-26
2
-3/+3
*
[3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)...
Miss Islington (bot)
2021-05-21
1
-0/+6
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
3
-3/+37
*
bpo-43864: Silence deprecation warning in test_importlib.test_module_found an...
Shreyan Avigyan
2021-04-27
1
-2/+6
*
bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
Jason R. Coombs
2021-04-24
2
-0/+14
*
Silence find_module() DeprecationWarning on Windows tests (GH-25563)
Brett Cannon
2021-04-23
1
-1/+4
*
bpo-43105: Importlib now resolves relative paths when creating module spec ob...
Steve Dower
2021-04-07
2
-4/+60
*
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-2...
Brett Cannon
2021-04-06
9
-27/+44
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181)
Inada Naoki
2021-04-05
8
-15/+15
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
8
-92/+70
*
bpo-42134: Raise ImportWarning when calling find_module() in the import syste...
Brett Cannon
2021-03-30
2
-4/+14
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
3
-6/+29
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
2
-9/+2
*
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou
2021-03-20
3
-1/+78
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
4
-13/+88
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
13
-102/+304
*
Fix failed merge of bpo-43288. (GH-24614)
Neil Schemenauer
2021-02-21
1
-2/+3
*
bpo-43288: Fix bug in test_importlib test. (GH-24612)
Neil Schemenauer
2021-02-21
1
-0/+4
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
4
-80/+158
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
12
-143/+254
*
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
[next]