Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/iban.py
Commit message (Expand)AuthorAgeFilesLines
* some more documentation improvementsArthur de Jong2012-02-261-1/+7
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-2/+2
* add "pragma: no cover" statements to code that isn't expe...Arthur de Jong2012-02-191-1/+1
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-3/+5
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-6/+12
* move more validation into try/except (specifically the _c...Arthur de Jong2011-02-051-3/+3
* add an IBAN (International Bank Account Number) moduleArthur de Jong2011-01-161-0/+91