Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum
Commit message (Expand)AuthorAgeFilesLines
...
* Implement validate() for Austrian numbersArthur de Jong2013-06-081-11/+22
* Implement validate() for Romanian numbersArthur de Jong2013-06-082-42/+65
* Implement validate() for French numbersArthur de Jong2013-06-082-37/+66
* Implement validate() for Dutch numbersArthur de Jong2013-06-083-39/+88
* Implement validate() for MEIDArthur de Jong2013-06-081-39/+58
* Implement validate() for ISSNArthur de Jong2013-06-081-13/+29
* Implement validate() for ISMNArthur de Jong2013-06-081-17/+34
* Implement validate() for ISILArthur de Jong2013-06-081-14/+34
* Implement validate() for ISANArthur de Jong2013-06-081-22/+41
* Implement validate() for IBANArthur de Jong2013-06-081-28/+38
* Implement validate() for GRid numbersArthur de Jong2013-06-081-12/+20
* Implement validate() for IMSIArthur de Jong2013-06-081-12/+24
* Implement validate() for IMEI numbersArthur de Jong2013-06-081-16/+32
* Implement validate() for ISO 7064 algorithmsArthur de Jong2013-06-085-37/+102
* Implement validate() for the Verhoeff checksumArthur de Jong2013-06-081-7/+25
* Implement validate() for the Luhn algorithmsArthur de Jong2013-06-081-9/+28
* Implement validate() for ISBNArthur de Jong2013-06-081-20/+38
* Implement validate() for EANArthur de Jong2013-06-081-10/+22
* Raise a proper exception if cleaning failsArthur de Jong2013-06-081-1/+6
* Provide a module with validation exceptionsArthur de Jong2013-06-081-0/+66
* Revert generating stdnum docstring dynamicallyArthur de Jong2013-06-074-11/+71
* Remove empty lineArthur de Jong2013-06-071-1/+0
* GRid's format() function shouldn't have add_check_digit p...Arthur de Jong2013-06-071-2/+2
* Use a cleaner way to get all stdnum modulesArthur de Jong2013-04-261-3/+6
* Fix doctest to not be dependant on dict orderingArthur de Jong2013-04-261-15/+42
* generate part of the stdnum docstring based on introspect...Arthur de Jong2012-09-222-64/+33
* re-add Python3 supportArthur de Jong2012-02-268-11/+26
* get files ready for 0.7 release0.7Arthur de Jong2012-02-261-1/+1
* update data filesArthur de Jong2012-02-264-113/+122
* use a script to generate the list of number formats in st...Arthur de Jong2012-02-261-62/+56
* some more documentation improvementsArthur de Jong2012-02-2621-62/+59
* add a to_vta() function to the stdnum.fr.siren moduleArthur de Jong2012-02-261-0/+19
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-2667-203/+278
* make the get_birth_date() function publically availableArthur de Jong2012-02-241-2/+2
* add a CPR (personnummer, the Danish citizen number) moduleArthur de Jong2012-02-232-0/+100
* add a PPS No (Personal Public Service Number, Irish perso...Arthur de Jong2012-02-232-0/+61
* add an OIB (Osobni identifikacijski broj, Croatian person...Arthur de Jong2012-02-223-0/+79
* rename numdb test fileArthur de Jong2012-02-201-1/+1
* add a stdnum.eu.vat.check_vies() function to do an on-lin...Arthur de Jong2012-02-201-0/+21
* add "pragma: no cover" statements to code that isn't expe...Arthur de Jong2012-02-192-2/+2
* add a VAT (European Union VAT number) moduleArthur de Jong2012-02-193-0/+107
* make number description consistentArthur de Jong2012-02-191-2/+2
* for all countries, provide vat as an alias for the local ...Arthur de Jong2012-02-1918-0/+54
* give all packages a descriptionArthur de Jong2012-02-1929-0/+609
* remove stdnum.nl.vat alias moduleArthur de Jong2012-02-191-22/+0
* use introspection to find number modules and test themArthur de Jong2012-02-191-0/+14
* add a VAT (Идентификационен номер п...Arthur de Jong2012-02-182-0/+80
* add a PNF (ЛНЧ, Личен номер на чужде...Arthur de Jong2012-02-182-0/+60
* add an EGN (ЕГН, Единен граждански н...Arthur de Jong2012-02-183-0/+90
* explicitly return False if no rule matchesArthur de Jong2012-02-181-0/+1