Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/iban.py
Commit message (Expand)AuthorAgeFilesLines
* Minor code improvements (mostly PEP8)Arthur de Jong2017-09-111-1/+1
* Docstring improvementsArthur de Jong2017-09-111-3/+3
* Ensure 100% branch coverageArthur de Jong2017-08-281-3/+0
* Integrate base10 conversion into Mod 97, 10Arthur de Jong2017-04-101-21/+4
* Validate country-specific part of IBANArthur de Jong2016-09-101-6/+27
* Implement calc_check_digits() in IBANArthur de Jong2016-09-101-7/+18
* Make more information links consistentArthur de Jong2016-04-111-2/+3
* Integrate information from the wikiArthur de Jong2015-10-301-1/+5
* Code style improvementsArthur de Jong2015-10-111-1/+1
* Fix common spelling mistakeArthur de Jong2014-11-011-2/+2
* Only catch ExceptionArthur de Jong2014-10-181-1/+1
* Implement validate() for IBANArthur de Jong2013-06-081-28/+38
* 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