eric
|
61dc601d7c
|
unicode -> str
|
2020-02-12 11:36:49 -05:00 |
eric
|
b0abceb678
|
deal with more punctuation in isbn string
|
2018-04-18 14:54:09 -04:00 |
eric
|
fd02b5e66c
|
allow unicode dashes in isbns
|
2018-04-18 11:15:46 -04:00 |
eric
|
d9979ff45b
|
delint, pass tests
|
2017-08-03 17:31:12 -04:00 |
eric
|
ada73a909c
|
nits and tests
|
2017-08-03 17:09:42 -04:00 |
eric
|
db97a98ae8
|
https
|
2017-07-27 10:33:13 -04:00 |
eric
|
4e4d1debd0
|
fix bug in isbn module
|
2014-11-05 18:33:30 -05:00 |
Raymond Yee
|
e4285400ea
|
Changed the isbn.ISBN class to not throw exceptions on invalid ISBNs but rather return None at various places
|
2012-02-08 09:19:17 -08:00 |
Raymond Yee
|
50ac0c6991
|
Added checking for non-978/979 ISBN-13 and also checks against converting 979 ISBN 13 to ISBN-10.
|
2011-11-18 11:25:13 -08:00 |
Raymond Yee
|
161e92877c
|
Forgot to include core/isbn.py changes
|
2011-11-18 10:23:06 -08:00 |
Raymond Yee
|
ee76eb136a
|
Changed the behavior of __str__ and __unicode__ of ISBN to spit back a representation matching the type of the ISBN -- and not automatically push to ISBN 13 format
|
2011-11-18 10:21:29 -08:00 |
Raymond Yee
|
bc771274e4
|
An ISBN class that will take ISBN-10 or ISBN-13, convert between formats, handles hyphenation, tested for equality, and validated
Corresponding tests show how to use the ISBN class
|
2011-11-18 10:01:37 -08:00 |
Ed Summers
|
7e92ec77dd
|
fall back to isbn-13 lookup on open library if isbn-10 is not there
|
2011-09-09 18:27:29 +00:00 |