Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
Commit message (Expand)AuthorAgeFilesLines
* spelling checkArthur de Jong2010-08-296-9/+9
* add a GRid (Global Release Identifier) moduleArthur de Jong2010-08-281-0/+58
* add ISAN (International Standard Audiovisual Number) moduleArthur de Jong2010-08-271-0/+118
* implement some ISO/IEC 7064 check digit schemesArthur de Jong2010-08-276-0/+319
* switch to using enumerate() for looping over numbers wher...Arthur de Jong2010-08-264-6/+6
* add an ISMN (International Standard Music Number) moduleArthur de Jong2010-08-211-0/+103
* update ranges from newly downloaded fileArthur de Jong2010-08-211-3/+4
* add a MEID (Mobile Equipment Identifier) moduleArthur de Jong2010-08-201-0/+147
* add an add_check_digit option to the format() function to...Arthur de Jong2010-08-201-1/+6
* make checksum calculation a little more readableArthur de Jong2010-08-201-3/+3
* add an IMEI (International Mobile Equipment Identity) moduleArthur de Jong2010-08-201-0/+69
* add functions for handling the Luhn and Luhn mod N algori...Arthur de Jong2010-08-201-0/+66
* fix typoArthur de Jong2010-08-201-1/+1
* add functions for handling the Verhoeff algorithmArthur de Jong2010-08-201-0/+83
* rename validate() function to is_valid()Arthur de Jong2010-07-273-9/+9
* fix typo in output() functionArthur de Jong2010-07-271-1/+1
* fix range detection to handle lookup errors more gracefullyArthur de Jong2010-07-271-1/+1
* handle wrong types passed to validate() more gracefullyArthur de Jong2010-07-273-3/+12
* spelling check an extra doctest and a simplificationArthur de Jong2010-07-254-9/+11
* add BSN (Burgerservicenummer, the Ducth national identifi...Arthur de Jong2010-07-231-0/+57
* add an ISSN (International Standard Serial Number) moduleArthur de Jong2010-07-231-0/+57
* fix example and fix ISBN13 conversionArthur de Jong2010-07-231-2/+2
* get rid of remainders of old code that used exceptionsArthur de Jong2010-07-231-17/+0
* make a initial repository layout with an implementation o...Arthur de Jong2010-07-233-0/+535