Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/getisbn.py
Commit message (Collapse)AuthorAgeFilesLines
* Update getisbn to allow TLSv1Arthur de Jong2017-09-111-1/+3
| | | | | The www.isbn-international.org site uses TLSv1 which seems to be blocked by recent Python/OpenSSL combinations unless configured otherwise.
* Update getisbn to Python3Arthur de Jong2016-11-131-5/+5
| | | | | There were some SSL-related issues with the urllib module. This was the easiest solution.
* Use ElementTree for simpler XML parsingArthur de Jong2014-07-051-65/+46
|
* Fix getisbn script and update ISBN data fileArthur de Jong2014-07-051-3/+3
|
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-10/+14
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* implement a new numdb module to hold information on ↵Arthur de Jong2010-11-241-0/+105
hierarchically organised numbers and switch the isbn module to use this format instead git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@42 9dea7c4f-944c-4273-ac1a-574ede026edc