Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.5 release0.5Arthur de Jong2011-07-093-1/+50
* update data filesArthur de Jong2011-07-093-9/+19
* implement a conversion function from ISSN to EANArthur de Jong2011-06-201-0/+10
* use the ean module for calculating the check digitArthur de Jong2011-06-202-17/+11
* add an EAN (International Article Number) moduleArthur de Jong2011-06-204-1/+53
* also support Python3 with the same codebase (see #3)Arthur de Jong2011-03-062-7/+12
* ensure that data files are always includedArthur de Jong2011-03-061-0/+1
* Python 2.5 compatibility improvementArthur de Jong2011-03-021-10/+10
* get files ready for 0.4 release0.4Arthur de Jong2011-02-063-2/+149
* include an updated versionArthur de Jong2011-02-061-3/+3
* add an SSN (U.S. Social Security Number) moduleArthur de Jong2011-02-065-0/+75
* add ISIL to the documentationArthur de Jong2011-02-052-1/+5
* add an ISIL (International Standard Identifier for Librar...Arthur de Jong2011-02-054-1/+165
* allow most kind of characters in number rangesArthur de Jong2011-02-051-1/+1
* move more validation into try/except (specifically the _c...Arthur de Jong2011-02-051-3/+3
* move all robustness tests into one test fileArthur de Jong2011-02-0511-203/+20
* fix imports of iso7064.mod_*_* modulesArthur de Jong2011-02-051-24/+24
* fix typo in r53Arthur de Jong2011-02-051-1/+1
* add encoding headerArthur de Jong2011-02-051-0/+1
* get README and package docstring in syncArthur de Jong2011-01-312-15/+18
* add a convert parameter to most isbn functions to automat...Arthur de Jong2011-01-212-14/+22
* add note about CPF and update copyright yearArthur de Jong2011-01-171-1/+3
* add an IBAN (International Bank Account Number) moduleArthur de Jong2011-01-165-0/+411
* revert r49 because it wasn't needed after allArthur de Jong2011-01-162-26/+13
* introduce a full parameter that can be used to only retur...Arthur de Jong2011-01-162-12/+25
* fix import of iso7064 modulesArthur de Jong2011-01-162-7/+7
* add test for partial matchArthur de Jong2011-01-162-0/+4
* fix comments to refer to the new path of the moduleArthur de Jong2011-01-151-2/+2
* add a CPF (Cadastro de Pessoas FĂ­sicas) moduleArthur de Jong2011-01-153-0/+107
* move bsn module inside nl packageArthur de Jong2011-01-153-1/+1
* move general description to package __init__.py fileArthur de Jong2010-11-262-22/+42
* implement a new numdb module to hold information on hiera...Arthur de Jong2010-11-247-476/+716
* get files ready for 0.3 release0.3Arthur de Jong2010-09-114-1/+127
* have sdist target create a tarball with reasonable permis...Arthur de Jong2010-09-051-0/+6
* spelling checkArthur de Jong2010-08-298-11/+11
* add a GRid (Global Release Identifier) moduleArthur de Jong2010-08-282-0/+59
* add ISAN (International Standard Audiovisual Number) moduleArthur de Jong2010-08-273-0/+218
* implement some ISO/IEC 7064 check digit schemesArthur de Jong2010-08-278-2/+410
* switch to using enumerate() for looping over numbers wher...Arthur de Jong2010-08-264-6/+6
* add an ISMN (International Standard Music Number) moduleArthur de Jong2010-08-213-0/+183
* simplify ranges tests a bitArthur de Jong2010-08-211-7/+8
* update ranges from newly downloaded fileArthur de Jong2010-08-211-3/+4
* add a MEID (Mobile Equipment Identifier) moduleArthur de Jong2010-08-203-0/+311
* write some more tests (some of which are a bit of a hack)...Arthur de Jong2010-08-203-0/+94
* add an add_check_digit option to the format() function to...Arthur de Jong2010-08-202-1/+24
* make checksum calculation a little more readableArthur de Jong2010-08-201-3/+3
* add an IMEI (International Mobile Equipment Identity) moduleArthur de Jong2010-08-203-1/+136
* add functions for handling the Luhn and Luhn mod N algori...Arthur de Jong2010-08-203-0/+142
* fix typoArthur de Jong2010-08-201-1/+1
* add functions for handling the Verhoeff algorithmArthur de Jong2010-08-203-0/+160