Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/meid.py
Commit message (Expand)AuthorAgeFilesLines
* Drop pinning of isort now flake8-isort has been fixedArthur de Jong2021-01-101-2/+2
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-291-4/+4
* Docstring improvementsArthur de Jong2017-09-111-10/+10
* Ensure 100% branch coverageArthur de Jong2017-08-281-3/+4
* Add unicode robustness testsArthur de Jong2017-04-011-2/+2
* Add Python 2.6 supportArthur de Jong2016-11-141-2/+10
* Code style improvementsArthur de Jong2015-10-111-6/+2
* Turn on and improve branch coverageArthur de Jong2015-08-161-0/+2
* Fix common spelling mistakeArthur de Jong2014-11-011-1/+1
* Fix for invalidating MEIDs with invalid decimal bit lengthMatt McDonald2014-11-011-1/+5
* Add pragma: no cover for Python 3Arthur de Jong2013-12-311-1/+1
* Remove unused importArthur de Jong2013-11-091-1/+0
* Implement validate() for MEIDArthur de Jong2013-06-081-39/+58
* re-add Python3 supportArthur de Jong2012-02-261-4/+14
* some more documentation improvementsArthur de Jong2012-02-261-2/+2
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-4/+6
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-2/+5
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-13/+22
* spelling checkArthur de Jong2010-08-291-2/+2
* add a MEID (Mobile Equipment Identifier) moduleArthur de Jong2010-08-201-0/+147