summaryrefslogtreecommitdiffstats
path: root/Python.framework
Commit message (Collapse)AuthorAgeFilesLines
* bpo-34632 fix buildbots and remove artifact (GH-13566)Jason R. Coombs2019-05-251-1/+0
| | | | | | * bpo-34632: Also include the test data directory. * bpo-34632: remove the framework resources artifacts, accidentally added in 1bbf7b661f (ccbccce)
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+1
Add importlib.metadata module as forward port of the standalone importlib_metadata.