|
| 1 | +2011-02-06 15:21 arthur |
| 2 | + |
| 3 | + * [r64] stdnum/isbn.dat: include an updated version |
| 4 | + |
| 5 | +2011-02-06 14:00 arthur |
| 6 | + |
| 7 | + * [r63] README, stdnum/__init__.py, stdnum/us, |
| 8 | + stdnum/us/__init__.py, stdnum/us/ssn.py, |
| 9 | + tests/test_robustness.doctest: add an SSN (U.S. Social Security |
| 10 | + Number) module |
| 11 | + |
| 12 | +2011-02-05 22:48 arthur |
| 13 | + |
| 14 | + * [r62] README, stdnum/__init__.py: add ISIL to the documentation |
| 15 | + |
| 16 | +2011-02-05 22:43 arthur |
| 17 | + |
| 18 | + * [r61] getisil.py, stdnum/isil.dat, stdnum/isil.py, |
| 19 | + tests/test_robustness.doctest: add an ISIL (International |
| 20 | + Standard Identifier for Libraries and Related Organizations) |
| 21 | + module |
| 22 | + |
| 23 | +2011-02-05 22:32 arthur |
| 24 | + |
| 25 | + * [r60] stdnum/numdb.py: allow most kind of characters in number |
| 26 | + ranges |
| 27 | + |
| 28 | +2011-02-05 22:08 arthur |
| 29 | + |
| 30 | + * [r59] stdnum/iban.py: move more validation into try/except |
| 31 | + (specifically the _convert() call) |
| 32 | + |
| 33 | +2011-02-05 22:03 arthur |
| 34 | + |
| 35 | + * [r58] tests/test_br_cpf.doctest, tests/test_iban.doctest, |
| 36 | + tests/test_imei.doctest, tests/test_isan.doctest, |
| 37 | + tests/test_isbn.doctest, tests/test_ismn.doctest, |
| 38 | + tests/test_issn.doctest, tests/test_luhn.doctest, |
| 39 | + tests/test_meid.doctest, tests/test_nl_bsn.doctest, |
| 40 | + tests/test_robustness.doctest, tests/test_verhoeff.doctest: move |
| 41 | + all robustness tests into one test file |
| 42 | + |
| 43 | +2011-02-05 21:57 arthur |
| 44 | + |
| 45 | + * [r57] tests/test_iso7064.doctest: fix imports of iso7064.mod_*_* |
| 46 | + modules |
| 47 | + |
| 48 | +2011-02-05 21:55 arthur |
| 49 | + |
| 50 | + * [r56] stdnum/isbn.py: fix typo in r53 |
| 51 | + |
| 52 | +2011-02-05 21:55 arthur |
| 53 | + |
| 54 | + * [r55] stdnum/__init__.py: add encoding header |
| 55 | + |
| 56 | +2011-01-31 21:59 arthur |
| 57 | + |
| 58 | + * [r54] README, stdnum/__init__.py: get README and package |
| 59 | + docstring in sync |
| 60 | + |
| 61 | +2011-01-21 10:49 arthur |
| 62 | + |
| 63 | + * [r53] stdnum/isbn.py, tests/test_isbn.doctest: add a convert |
| 64 | + parameter to most isbn functions to automatically convert to |
| 65 | + ISBN-13 |
| 66 | + |
| 67 | +2011-01-17 21:15 arthur |
| 68 | + |
| 69 | + * [r52] README: add note about CPF and update copyright year |
| 70 | + |
| 71 | +2011-01-16 21:48 arthur |
| 72 | + |
| 73 | + * [r51] README, getiban.py, stdnum/iban.dat, stdnum/iban.py, |
| 74 | + tests/test_iban.doctest: add an IBAN (International Bank Account |
| 75 | + Number) module |
| 76 | + |
| 77 | +2011-01-16 21:23 arthur |
| 78 | + |
| 79 | + * [r50] setup.py, stdnum/numdb.py: revert r49 because it wasn't |
| 80 | + needed after all |
| 81 | + |
| 82 | +2011-01-16 20:36 arthur |
| 83 | + |
| 84 | + * [r49] setup.py, stdnum/numdb.py: introduce a full parameter that |
| 85 | + can be used to only return the part that is in the database |
| 86 | + |
| 87 | +2011-01-16 19:13 arthur |
| 88 | + |
| 89 | + * [r48] stdnum/grid.py, stdnum/isan.py: fix import of iso7064 |
| 90 | + modules |
| 91 | + |
| 92 | +2011-01-16 08:49 arthur |
| 93 | + |
| 94 | + * [r47] stdnum/numdb.py, test.dat: add test for partial match |
| 95 | + |
| 96 | +2011-01-15 20:27 arthur |
| 97 | + |
| 98 | + * [r46] tests/test_nl_bsn.doctest: fix comments to refer to the new |
| 99 | + path of the module |
| 100 | + |
| 101 | +2011-01-15 20:26 arthur |
| 102 | + |
| 103 | + * [r45] stdnum/br, stdnum/br/__init__.py, stdnum/br/cpf.py, |
| 104 | + tests/test_br_cpf.doctest: add a CPF (Cadastro de Pessoas |
| 105 | + Físicas) module |
| 106 | + |
| 107 | +2011-01-15 19:05 arthur |
| 108 | + |
| 109 | + * [r44] stdnum/bsn.py, stdnum/nl, stdnum/nl/__init__.py, |
| 110 | + stdnum/nl/bsn.py, tests/test_bsn.doctest, |
| 111 | + tests/test_nl_bsn.doctest: move bsn module inside nl package |
| 112 | + |
| 113 | +2010-11-26 22:25 arthur |
| 114 | + |
| 115 | + * [r43] setup.py, stdnum/__init__.py: move general description to |
| 116 | + package __init__.py file |
| 117 | + |
| 118 | +2010-11-24 22:09 arthur |
| 119 | + |
| 120 | + * [r42] getisbn.py, stdnum/isbn, stdnum/isbn.dat, stdnum/isbn.py, |
| 121 | + stdnum/numdb.py, test.dat, tests/test_isbn.doctest: implement a |
| 122 | + new numdb module to hold information on hierarchically organised |
| 123 | + numbers and switch the isbn module to use this format instead |
| 124 | + |
| 125 | +2010-09-11 09:13 arthur |
| 126 | + |
| 127 | + * [r40] ChangeLog, NEWS, README, setup.py: get files ready for 0.3 |
| 128 | + release |
| 129 | + |
1 | 130 | 2010-09-05 17:53 arthur
|
2 | 131 |
|
3 | 132 | * [r39] setup.py: have sdist target create a tarball with
|
|
0 commit comments