Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/issn.py
Commit message (Collapse)AuthorAgeFilesLines
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-4/+6
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a stdnum.util module for holding utility ↵Arthur de Jong2012-02-041-2/+3
| | | | | | functions (for now clean()) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@100 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-4/+8
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a conversion function from ISSN to EANArthur de Jong2011-06-201-0/+10
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@72 9dea7c4f-944c-4273-ac1a-574ede026edc
* switch to using enumerate() for looping over numbers ↵Arthur de Jong2010-08-261-1/+1
| | | | | | where needed git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@34 9dea7c4f-944c-4273-ac1a-574ede026edc
* fix typoArthur de Jong2010-08-201-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@24 9dea7c4f-944c-4273-ac1a-574ede026edc
* rename validate() function to is_valid()Arthur de Jong2010-07-271-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@18 9dea7c4f-944c-4273-ac1a-574ede026edc
* handle wrong types passed to validate() more gracefullyArthur de Jong2010-07-271-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@15 9dea7c4f-944c-4273-ac1a-574ede026edc
* spelling check an extra doctest and a simplificationArthur de Jong2010-07-251-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@6 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an ISSN (International Standard Serial Number) moduleArthur de Jong2010-07-231-0/+57
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@4 9dea7c4f-944c-4273-ac1a-574ede026edc