Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/imei.py
Commit message (Collapse)AuthorAgeFilesLines
* Only catch ExceptionArthur de Jong2014-10-181-1/+1
|
* Implement validate() for IMEI numbersArthur de Jong2013-06-081-16/+32
|
* some more documentation improvementsArthur de Jong2012-02-261-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@168 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-2/+4
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a stdnum.util module for holding utility ↵Arthur de Jong2012-02-041-2/+4
| | | | | | functions (for now clean()) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@100 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement an imei.split() function that splits the ↵Arthur de Jong2011-09-231-0/+10
| | | | | | number into a TAC, serial number and checksum or software version git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@82 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-6/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an add_check_digit option to the format() function ↵Arthur de Jong2010-08-201-1/+6
| | | | | | to add a check digit if needed and possible git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@28 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IMEI (International Mobile Equipment Identity) moduleArthur de Jong2010-08-201-0/+69
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@26 9dea7c4f-944c-4273-ac1a-574ede026edc