Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/luhn.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 blind except Exception errorArthur de Jong2021-01-101-2/+2
|
* 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
| | | | 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-6/+7
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-4/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* make checksum calculation a little more readableArthur de Jong2010-08-201-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@27 9dea7c4f-944c-4273-ac1a-574ede026edc
* add functions for handling the Luhn and Luhn mod N ↵Arthur de Jong2010-08-201-0/+66
algorithms git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@25 9dea7c4f-944c-4273-ac1a-574ede026edc