Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 1.7 release1.7Arthur de Jong2017-09-121-1/+7
* Add example with custom table to DammArthur de Jong2017-09-121-0/+13
* Update database filesArthur de Jong2017-09-115-181/+215
* Minor code improvements (mostly PEP8)Arthur de Jong2017-09-1114-20/+27
* Make import ordering consistentArthur de Jong2017-09-1118-19/+18
* Docstring improvementsArthur de Jong2017-09-11134-608/+535
* Fix Czech DIČ check digit calculationArthur de Jong2017-09-081-3/+3
* Add Estonian RegistrikoodArthur de Jong2017-09-041-0/+84
* Add support for German tax id numberMohammed Salman2017-09-031-0/+94
* Check bookland code in ISBNArthur de Jong2017-08-301-1/+3
* Ensure 100% branch coverageArthur de Jong2017-08-285-24/+12
* Add English Unique Pupil Number (UPN)Arthur de Jong2017-08-271-0/+109
* Add Canadian Business Number (BN)Arthur de Jong2017-08-261-0/+80
* Add Canadian Social Insurance Number (SIN)Arthur de Jong2017-08-262-0/+101
* Implement Finnish individual tax number validationMohammed Salman2017-08-201-0/+74
* Use slightly more compact codeArthur de Jong2017-06-021-5/+1
* An ISMN can only be 10 or 13 digitsArthur de Jong2017-04-151-2/+6
* Fix conversion of 9 digit ISBN to ISBN13Arthur de Jong2017-04-151-2/+4
* Switch to HTTPS URLsArthur de Jong2017-04-138-15/+15
* Fix bug in damm.is_valid() functionArthur de Jong2017-04-131-2/+2
* Get files ready for 1.6 release1.6Arthur de Jong2017-04-111-3/+9
* Update database filesArthur de Jong2017-04-105-216/+320
* Add Legal Entity IdentifierArthur de Jong2017-04-101-0/+68
* Integrate base10 conversion into Mod 97, 10Arthur de Jong2017-04-102-23/+19
* Add missing export (__all__)Arthur de Jong2017-04-101-2/+2
* Add Serbian Poreski Identifikacioni BrojArthur de Jong2017-04-102-0/+87
* Use a slightly more readable weight alternationArthur de Jong2017-04-075-10/+10
* Add European EIC (Energy Identification Code)Arthur de Jong2017-04-011-0/+88
* Add unicode robustness testsArthur de Jong2017-04-011-2/+2
* Add test for Ñ in Referencia CatastralArthur de Jong2017-04-011-4/+13
* Add European NACE classificationArthur de Jong2017-03-262-0/+1108
* Remove unused importArthur de Jong2017-03-261-1/+0
* Add support for Monaco VAT numberArthur de Jong2017-03-253-2/+93
* Remove unused importArthur de Jong2016-12-111-2/+0
* Add new 47 EIN prefix; fix duplicate 46; move 81Greg Kuwaye2016-12-111-2/+2
* Implement CBU (unique bank code) of ArgentinaLuciano Rossi2016-11-151-0/+86
* Add Python 2.6 supportArthur de Jong2016-11-142-4/+12
* Get files ready for 1.5 release1.5Arthur de Jong2016-11-131-2/+9
* Update database filesArthur de Jong2016-11-135-342/+488
* Implement calc_check_digits in SEPA Identifier of the Cre...Sergi Almacellas Abellana2016-11-131-7/+19
* Add Australian Tax File NumberArthur de Jong2016-10-141-0/+88
* Add Australian Company NumberArthur de Jong2016-10-141-0/+91
* Add Australian Business NumberArthur de Jong2016-10-142-0/+106
* Provide businessid as an aliasArthur de Jong2016-10-142-3/+10
* Add reference to Referencia Catastral implementationArthur de Jong2016-09-101-0/+4
* Add Spansih Referencia CatastralDavid García Garzón2016-09-101-0/+114
* Avoid leaving open file descriptor in testArthur de Jong2016-09-101-1/+2
* Add Spanish IBAN number moduleArthur de Jong2016-09-101-0/+79
* Validate country-specific part of IBANArthur de Jong2016-09-101-6/+27
* Introduce get_cc_module() utility functionArthur de Jong2016-09-102-16/+15