index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_importlib
/
test_metadata_api.py
Commit message (
Expand
)
Author
Age
*
gh-117089: Move importlib.metadata tests to their own package (#117092)
Jason R. Coombs
2024-03-20
*
gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103...
Jason R. Coombs
2023-04-22
*
gh-103661: Skip failing test on Windows. (#103662)
Jason R. Coombs
2023-04-21
*
Sync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs
2023-04-20
*
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
Jason R. Coombs
2022-10-06
*
gh-93259: Validate arg to ``Distribution.from_name``. (GH-94270)
Jason R. Coombs
2022-06-25
*
bpo-46126: Restore docstrings in importlib.metadata tests. (#32288)
Jason R. Coombs
2022-04-17
*
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
Jason R. Coombs
2022-03-13
*
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
Arie Bovenberg
2022-02-10
*
bpo-46425: Partially revert "bpo-46425: fix direct invocation of `test_import...
Jason R. Coombs
2022-01-22
*
bpo-46425: fix direct invocation of `test_importlib` (GH-30682)
Nikita Sobolev
2022-01-22
*
bpo-44893: Implement EntryPoint as simple class with attributes. (GH-30150)
Jason R. Coombs
2021-12-16
*
bpo-46105: Honor spec when generating requirement specs with urls and extras....
Jason R. Coombs
2021-12-16
*
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508)
Jason R. Coombs
2021-07-31
*
bpo-44451: Reset DeprecationWarning filters in test_importlib.test_entry_poin...
Miro HronĨok
2021-06-18
*
bpo-44246: Restore compatibility in entry_points (GH-26468)
Jason R. Coombs
2021-05-31
*
bpo-43926: Cleaner metadata with PEP 566 JSON support. (GH-25565)
Jason R. Coombs
2021-05-02
*
bpo-43780: Sync with importlib_metadata 3.10 (GH-25297)
Jason R. Coombs
2021-04-24
*
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon
2021-04-02
*
bpo-43428: Sync with importlib_metadata 3.7. (GH-24782)
Jason R. Coombs
2021-03-13
*
bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23...
Jason R. Coombs
2020-12-31
*
bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)
Jason R. Coombs
2019-09-10
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
*
bpo-34632: Add importlib.metadata (GH-12547)
Jason R. Coombs
2019-05-24