aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add additional debug statements to trace a py3.7, py3.8 errorBrian Dolbec2020-04-241-1/+4
* remotedb.py: Removes climit param for internel _fetch_file() paramsDevan Franchini2016-03-091-2/+2
* remotedb.py: Adds climit param to _fetch_file() definitionDevan Franchini2016-03-091-1/+1
* remotedb.py: Update for latest ssl-fetch APIBrian Dolbec2016-01-291-0/+6
* remotedb.py: Add climit due to sslfetch API changeBrian Dolbec2015-12-261-3/+3
* Removes unnecessary "_db" appendage to db_type varDevan Franchini2015-07-171-1/+1
* Adds switch on read_db if text is providedDevan Franchini2015-07-131-1/+1
* dbbase.py: Modifies read_db function to allow for passing a text parameterDevan Franchini2015-07-091-1/+1
* remotedb.py: Changes ssl-fetch kwargs-info level to 5 as defaultDevan Franchini2014-12-071-1/+1
* remotedb.py: Change for upstream ssl-fetch changeBrian Dolbec2014-11-131-2/+4
* Removes doctest remnantsDevan Franchini2014-10-171-12/+0
* external.py: Adds RemoteDBCache() test to test suiteDevan Franchini2014-08-101-27/+2
* Implements the "with" syntax to open filesDevan Franchini2014-06-141-8/+6
* config.py: Adds proxies() @property functionDevan Franchini2014-06-121-9/+2
* remotedb.py, tar.py: Implements ssl-fetch codeDevan Franchini2014-06-121-94/+16
* Adds unicode compatibility supportDevan Franchini2014-06-021-1/+1
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+1
* Adds compatibility to exception handlingDevan Franchini2014-06-021-5/+5
* remotedb.py: Fix a couple debug noise level settings,Brian Dolbec2014-03-091-21/+32
* Indent fix.Brian Dolbec2013-12-281-9/+9
* Add https connection verification.Brian Dolbec2013-08-101-47/+110
* missed one rename from config to self.configBrian Dolbec2012-11-271-1/+1
* properly detect and enable gpg signed list support. prevents a build failure...Brian Dolbec2012-11-271-16/+36
* split out remotedb to it's own file, add gpg signed list support, some pyflak...Brian Dolbec2012-11-181-0/+410