Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/luhn.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring improvementsArthur de Jong2017-09-111-4/+4
* Only catch ExceptionArthur de Jong2014-10-181-1/+1
* Implement validate() for the Luhn algorithmsArthur de Jong2013-06-081-9/+28
* some more documentation improvementsArthur de Jong2012-02-261-6/+2
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-6/+7
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-4/+8
* make checksum calculation a little more readableArthur de Jong2010-08-201-3/+3
* add functions for handling the Luhn and Luhn mod N algori...Arthur de Jong2010-08-201-0/+66