Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/issn.py
Commit message (Expand)AuthorAgeFilesLines
* Docstring improvementsArthur de Jong2017-09-111-5/+4
* Make more information links consistentArthur de Jong2016-04-111-2/+3
* Integrate information from the wikiArthur de Jong2015-10-301-2/+10
* Implement validate() for ISSNArthur de Jong2013-06-081-13/+29
* ensure that the module docstrings are in a somewhat more ...Arthur de Jong2012-02-261-4/+6
* implement a stdnum.util module for holding utility functi...Arthur de Jong2012-02-041-2/+3
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-4/+8
* implement a conversion function from ISSN to EANArthur de Jong2011-06-201-0/+10
* switch to using enumerate() for looping over numbers wher...Arthur de Jong2010-08-261-1/+1
* fix typoArthur de Jong2010-08-201-1/+1
* rename validate() function to is_valid()Arthur de Jong2010-07-271-3/+3
* handle wrong types passed to validate() more gracefullyArthur de Jong2010-07-271-1/+4
* spelling check an extra doctest and a simplificationArthur de Jong2010-07-251-1/+1
* add an ISSN (International Standard Serial Number) moduleArthur de Jong2010-07-231-0/+57