summaryrefslogtreecommitdiff
path: root/python/downloadprovider.py
AgeCommit message (Collapse)Author
2019-01-17update company name and copyright dateJordan Wiens
2018-10-19Expose DataRender APIs, allow setting const on types, and allow type comparisonPeter LaFosse
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-10-05Force use of requests on Windows to avoid cert issues on some installsRusty Wagner
2018-10-05python3: ensure callbacks live long enoughRyan Snyder
2018-10-05api: remove some lingering xrange uses in python bindingsRyan Snyder
2018-08-02Fix DownloadProvider broken in python merge from b460b9495a.Brian Potchik
2018-07-13Python2/3 String Compatibility FixKyleMiles
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-06Python: More useful error when loading too-old Python on WindowsRyan Snyder
2018-07-02downloadprovider: Fail gracefully on Ubuntu 14.04 installs, add fallbackRyan Snyder
Provide a fallback so that installs with Python < 2.7.9 can still receive updates. Some manual intervention is required, but now we can provide working networking on any install that has either Python >= 2.7.9 or where a user can supply the requests[security] pip package
2018-06-20Add DownloadProvider Support.Brian Potchik