In my test environment, this approach seemed to work:
tagBrowseResults = system.tag.browseHistoricalTags().results
historyProviders = [str(result.path.lastPathComponent) for result in tagBrowseResults]
print historyProviders
Output:
['Sample_SQLite_Database']
Tag provider list: