2011-02-06 15:21  arthur

	* [r64] stdnum/isbn.dat: include an updated version

2011-02-06 14:00  arthur

	* [r63] README, stdnum/__init__.py, stdnum/us,
	  stdnum/us/__init__.py, stdnum/us/ssn.py,
	  tests/test_robustness.doctest: add an SSN (U.S. Social Security
	  Number) module

2011-02-05 22:48  arthur

	* [r62] README, stdnum/__init__.py: add ISIL to the documentation

2011-02-05 22:43  arthur

	* [r61] getisil.py, stdnum/isil.dat, stdnum/isil.py,
	  tests/test_robustness.doctest: add an ISIL (International
	  Standard Identifier for Libraries and Related Organizations)
	  module

2011-02-05 22:32  arthur

	* [r60] stdnum/numdb.py: allow most kind of characters in number
	  ranges

2011-02-05 22:08  arthur

	* [r59] stdnum/iban.py: move more validation into try/except
	  (specifically the _convert() call)

2011-02-05 22:03  arthur

	* [r58] tests/test_br_cpf.doctest, tests/test_iban.doctest,
	  tests/test_imei.doctest, tests/test_isan.doctest,
	  tests/test_isbn.doctest, tests/test_ismn.doctest,
	  tests/test_issn.doctest, tests/test_luhn.doctest,
	  tests/test_meid.doctest, tests/test_nl_bsn.doctest,
	  tests/test_robustness.doctest, tests/test_verhoeff.doctest: move
	  all robustness tests into one test file

2011-02-05 21:57  arthur

	* [r57] tests/test_iso7064.doctest: fix imports of iso7064.mod_*_*
	  modules

2011-02-05 21:55  arthur

	* [r56] stdnum/isbn.py: fix typo in r53

2011-02-05 21:55  arthur

	* [r55] stdnum/__init__.py: add encoding header

2011-01-31 21:59  arthur

	* [r54] README, stdnum/__init__.py: get README and package
	  docstring in sync

2011-01-21 10:49  arthur

	* [r53] stdnum/isbn.py, tests/test_isbn.doctest: add a convert
	  parameter to most isbn functions to automatically convert to
	  ISBN-13

2011-01-17 21:15  arthur

	* [r52] README: add note about CPF and update copyright year

2011-01-16 21:48  arthur

	* [r51] README, getiban.py, stdnum/iban.dat, stdnum/iban.py,
	  tests/test_iban.doctest: add an IBAN (International Bank Account
	  Number) module

2011-01-16 21:23  arthur

	* [r50] setup.py, stdnum/numdb.py: revert r49 because it wasn't
	  needed after all

2011-01-16 20:36  arthur

	* [r49] setup.py, stdnum/numdb.py: introduce a full parameter that
	  can be used to only return the part that is in the database

2011-01-16 19:13  arthur

	* [r48] stdnum/grid.py, stdnum/isan.py: fix import of iso7064
	  modules

2011-01-16 08:49  arthur

	* [r47] stdnum/numdb.py, test.dat: add test for partial match

2011-01-15 20:27  arthur

	* [r46] tests/test_nl_bsn.doctest: fix comments to refer to the new
	  path of the module

2011-01-15 20:26  arthur

	* [r45] stdnum/br, stdnum/br/__init__.py, stdnum/br/cpf.py,
	  tests/test_br_cpf.doctest: add a CPF (Cadastro de Pessoas
	  Físicas) module

2011-01-15 19:05  arthur

	* [r44] stdnum/bsn.py, stdnum/nl, stdnum/nl/__init__.py,
	  stdnum/nl/bsn.py, tests/test_bsn.doctest,
	  tests/test_nl_bsn.doctest: move bsn module inside nl package

2010-11-26 22:25  arthur

	* [r43] setup.py, stdnum/__init__.py: move general description to
	  package __init__.py file

2010-11-24 22:09  arthur

	* [r42] getisbn.py, stdnum/isbn, stdnum/isbn.dat, stdnum/isbn.py,
	  stdnum/numdb.py, test.dat, tests/test_isbn.doctest: implement a
	  new numdb module to hold information on hierarchically organised
	  numbers and switch the isbn module to use this format instead

2010-09-11 09:13  arthur

	* [r40] ChangeLog, NEWS, README, setup.py: get files ready for 0.3
	  release

2010-09-05 17:53  arthur

	* [r39] setup.py: have sdist target create a tarball with
	  reasonable permissions

2010-08-29 19:27  arthur

	* [r38] stdnum/bsn.py, stdnum/isan.py, stdnum/iso7064/mod_37_2.py,
	  stdnum/iso7064/mod_37_36.py, stdnum/meid.py, stdnum/verhoeff.py,
	  tests/test_bsn.doctest, tests/test_ismn.doctest: spelling check

2010-08-28 16:12  arthur

	* [r37] README, stdnum/grid.py: add a GRid (Global Release
	  Identifier) module

2010-08-27 14:44  arthur

	* [r36] README, stdnum/isan.py, tests/test_isan.doctest: add ISAN
	  (International Standard Audiovisual Number) module

2010-08-27 11:36  arthur

	* [r35] README, stdnum/iso7064, stdnum/iso7064/__init__.py,
	  stdnum/iso7064/mod_11_10.py, stdnum/iso7064/mod_11_2.py,
	  stdnum/iso7064/mod_37_2.py, stdnum/iso7064/mod_37_36.py,
	  stdnum/iso7064/mod_97_10.py, tests/test_iso7064.doctest:
	  implement some ISO/IEC 7064 check digit schemes

2010-08-26 21:03  arthur

	* [r34] stdnum/isbn/__init__.py, stdnum/ismn.py, stdnum/issn.py,
	  stdnum/verhoeff.py: switch to using enumerate() for looping over
	  numbers where needed

2010-08-21 15:37  arthur

	* [r33] README, stdnum/ismn.py, tests/test_ismn.doctest: add an
	  ISMN (International Standard Music Number) module

2010-08-21 12:41  arthur

	* [r32] tests/test_isbn.doctest: simplify ranges tests a bit

2010-08-21 12:40  arthur

	* [r31] stdnum/isbn/ranges.py: update ranges from newly downloaded
	  file

2010-08-20 19:47  arthur

	* [r30] README, stdnum/meid.py, tests/test_meid.doctest: add a MEID
	  (Mobile Equipment Identifier) module

2010-08-20 19:41  arthur

	* [r29] setup.cfg, tests/test_isbn.doctest,
	  tests/test_issn.doctest: write some more tests (some of which are
	  a bit of a hack) to get coverage to 100%

2010-08-20 16:25  arthur

	* [r28] stdnum/imei.py, tests/test_imei.doctest: add an
	  add_check_digit option to the format() function to add a check
	  digit if needed and possible

2010-08-20 14:44  arthur

	* [r27] stdnum/luhn.py: make checksum calculation a little more
	  readable

2010-08-20 14:16  arthur

	* [r26] README, stdnum/imei.py, tests/test_imei.doctest: add an
	  IMEI (International Mobile Equipment Identity) module

2010-08-20 12:16  arthur

	* [r25] README, stdnum/luhn.py, tests/test_luhn.doctest: add
	  functions for handling the Luhn and Luhn mod N algorithms

2010-08-20 11:56  arthur

	* [r24] stdnum/issn.py: fix typo

2010-08-20 09:37  arthur

	* [r23] README, stdnum/verhoeff.py, tests/test_verhoeff.doctest:
	  add functions for handling the Verhoeff algorithm

2010-08-16 19:50  arthur

	* [r21] ChangeLog, NEWS, setup.py: get files ready for 0.2 release

2010-08-16 19:45  arthur

	* [r20] debian: debian package configuration is now available at
	  http://svn.debian.org/viewsvn/python-modules/packages/python-stdnum/trunk/

2010-08-14 20:47  arthur

	* [r19] setup.cfg, tests, tests/test_bsn.doctest,
	  tests/test_isbn.doctest: add more doctests that are not part of
	  the module documentation

2010-07-27 20:19  arthur

	* [r18] README, stdnum/bsn.py, stdnum/isbn/__init__.py,
	  stdnum/issn.py: rename validate() function to is_valid()

2010-07-27 20:14  arthur

	* [r17] stdnum/isbn/ranges.py: fix typo in output() function

2010-07-27 20:14  arthur

	* [r16] stdnum/isbn/ranges.py: fix range detection to handle lookup
	  errors more gracefully

2010-07-27 20:13  arthur

	* [r15] stdnum/bsn.py, stdnum/isbn/__init__.py, stdnum/issn.py:
	  handle wrong types passed to validate() more gracefully

2010-07-26 20:46  arthur

	* [r14] debian/changelog, debian/source/format, debian/watch: make
	  release 0.1-1

2010-07-25 12:54  arthur

	* [r12] ChangeLog: get files ready for 0.1 release

2010-07-25 12:53  arthur

	* [r11] debian, debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/docs, debian/rules, debian/source,
	  debian/source/format: add Debian packaging

2010-07-25 11:27  arthur

	* [r10] COPYING, ChangeLog, MANIFEST.in, NEWS: include some more
	  files in the source distribution

2010-07-25 10:42  arthur

	* [r9] ., setup.cfg: use nose for testing and ignore generated
	  files and directories

2010-07-25 09:24  arthur

	* [r8] setup.py: add a setup.py script for use of setuptools

2010-07-25 09:21  arthur

	* [r7] README: add documentation to the README

2010-07-25 09:21  arthur

	* [r6] stdnum/bsn.py, stdnum/isbn/__init__.py,
	  stdnum/isbn/ranges.py, stdnum/issn.py: spelling check an extra
	  doctest and a simplification

2010-07-23 19:13  arthur

	* [r5] stdnum/bsn.py: add BSN (Burgerservicenummer, the Ducth
	  national identification number) module

2010-07-23 14:46  arthur

	* [r4] stdnum/issn.py: add an ISSN (International Standard Serial
	  Number) module

2010-07-23 14:34  arthur

	* [r3] stdnum/isbn/__init__.py: fix example and fix ISBN13
	  conversion

2010-07-23 13:51  arthur

	* [r2] stdnum/isbn/__init__.py: get rid of remainders of old code
	  that used exceptions

2010-07-23 13:40  arthur

	* [r1] ., README, stdnum, stdnum/__init__.py, stdnum/isbn,
	  stdnum/isbn/__init__.py, stdnum/isbn/ranges.py: make a initial
	  repository layout with an implementation of the isbn module

