Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/imsi.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-2/+2
* Correctly split IMSI with multi-length MNCArthur de Jong2018-04-101-2/+2
* Docstring improvementsArthur de Jong2017-09-111-2/+2
* Raise InvalidComponent for unregistered IMSIArthur de Jong2015-04-171-3/+3
* Implement validate() for IMSIArthur de Jong2013-06-081-12/+24
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-2/+4
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-2/+4
* add an IMSI (International Mobile Subscriber Identity) mo...Arthur de Jong2011-09-231-0/+80