summaryrefslogtreecommitdiffstats
path: root/glucometerutils/exceptions.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* The big typing cleanup.Diego Elio Pettenò2020-03-271-16/+19
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-6/+3
* format code with blackBen2020-03-081-7/+10
* Make InvalidChecksum parameters and message harder to misunderstand.Diego Elio Pettenò2019-09-261-3/+3
* Introduce an explicit InvalidDateTime exception for meters with unset time.Diego Elio Pettenò2019-07-011-0/+8
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* exceptions: avoid using kwargs for message, as it's not correct.Diego Elio Pettenò2019-01-281-2/+2
* Simplify exceptions hierarchy.Diego Elio Pettenò2018-12-121-14/+10
* Reindent all files to match the 4-spaces indentation.Diego Elio Pettenò2018-12-121-22/+22
* Add a ne support class for HID-based devices.Diego Elio Pettenò2017-06-041-0/+7
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+7
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-0/+7
* Make the ConnectionFailed exception more generic.Diego Elio Pettenò2016-02-131-2/+2
* Implement a basic driver for the FreeStyle Optium devices.Diego Elio Pettenò2016-02-081-0/+7
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-031-1/+1
* Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2013-08-031-8/+5
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-031-0/+1
* Initial import of the raw data.Diego Elio Pettenò2013-08-031-0/+29