aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_importlib/test_main.py
Commit message (Expand)AuthorAge
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-10
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-30
* bpo-37697: Sync with importlib_metadata 0.19 (#14993)Jason R. Coombs2019-07-28
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-21
* Don't crash if there exists an EGG-INFO directory on sys.path (#13667)Anthony Sottile2019-05-29
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-24