Jason R. Coombs
|
049460da9c
|
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
* bpo-37697: Sync with importlib_metadata 0.19
* Run make regen-importlib
* 📜🤖 Added by blurb_it.
|
2019-07-28 14:59:24 -04:00 |
|
Min ho Kim
|
96e12d5f4f
|
Fix typos in docs, comments and test assert messages (#14872)
|
2019-07-21 16:12:33 -04:00 |
|
Anthony Sottile
|
8087831231
|
Don't crash if there exists an EGG-INFO directory on sys.path (#13667)
* Don't crash if there exists an EGG-INFO directory on sys.path
cross-port of https://gitlab.com/python-devs/importlib_metadata/merge_requests/72
* Also catch PermissionError for windows
|
2019-05-29 17:13:11 -07:00 |
|
Jason R. Coombs
|
1bbf7b661f
|
bpo-34632: Add importlib.metadata (GH-12547)
Add importlib.metadata module as forward port of the standalone importlib_metadata.
|
2019-05-24 16:59:01 -07:00 |
|