Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: ca8f273df11088b0ca4f1865baa23ddcd42d8749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
2011-09-30 08:36  arthur

	* [r87] stdnum/imsi.dat, stdnum/isbn.dat, stdnum/isil.dat: update
	  data files

2011-09-30 08:22  arthur

	* [r86] setup.py, stdnum/__init__.py: move the version number
	  definition to the stdnum package

2011-09-25 07:45  arthur

	* [r85] stdnum/ismn.py: implement an ismn_type() function

2011-09-23 19:07  arthur

	* [r84] ., stdnum, stdnum/br, stdnum/iso7064, stdnum/nl, stdnum/us,
	  tests: ignore __pycache__ directories

2011-09-23 18:35  arthur

	* [r83] README, getimsi.py, stdnum/__init__.py, stdnum/imsi.dat,
	  stdnum/imsi.py, tests/test_robustness.doctest: add an IMSI
	  (International Mobile Subscriber Identity) module

2011-09-23 18:29  arthur

	* [r82] stdnum/imei.py: implement an imei.split() function that
	  splits the number into a TAC, serial number and checksum or
	  software version

2011-09-23 14:52  arthur

	* [r81] getiban.py: remove unneeded import

2011-09-20 21:14  arthur

	* [r80] stdnum/isbn.py, tests/test_isbn.doctest: implement a
	  conversion function from ISBN13 to ISBN10

2011-09-20 20:53  arthur

	* [r79] tests/test_imei.doctest, tests/test_isan.doctest,
	  tests/test_isbn.doctest, tests/test_ismn.doctest: fix space
	  before inline comments

2011-09-20 20:52  arthur

	* [r78] stdnum/isbn.py, tests/test_isbn.doctest: fix a problem with
	  an ISBN13 with a valid check digit but with an unknown bookland
	  prefix

2011-09-04 09:23  arthur

	* [r77] setup.py: fix homepage URL

2011-08-19 08:22  arthur

	* [r76] getiban.py, getisbn.py, getisil.py, setup.py,
	  stdnum/br/cpf.py, stdnum/ean.py, stdnum/grid.py, stdnum/iban.py,
	  stdnum/imei.py, stdnum/isan.py, stdnum/isbn.py, stdnum/isil.py,
	  stdnum/ismn.py, stdnum/iso7064/mod_11_10.py,
	  stdnum/iso7064/mod_11_2.py, stdnum/iso7064/mod_37_2.py,
	  stdnum/iso7064/mod_37_36.py, stdnum/iso7064/mod_97_10.py,
	  stdnum/issn.py, stdnum/luhn.py, stdnum/meid.py, stdnum/nl/bsn.py,
	  stdnum/numdb.py, stdnum/us/ssn.py, stdnum/verhoeff.py: make
	  source code layout follow PEP8 more

2011-07-09 15:15  arthur

	* [r74] ChangeLog, NEWS, setup.py: get files ready for 0.5 release

2011-07-09 15:12  arthur

	* [r73] stdnum/iban.dat, stdnum/isbn.dat, stdnum/isil.dat: update
	  data files

2011-06-20 20:56  arthur

	* [r72] stdnum/issn.py: implement a conversion function from ISSN
	  to EAN

2011-06-20 20:55  arthur

	* [r71] stdnum/isbn.py, stdnum/ismn.py: use the ean module for
	  calculating the check digit

2011-06-20 20:53  arthur

	* [r70] README, stdnum/__init__.py, stdnum/ean.py,
	  tests/test_robustness.doctest: add an EAN (International Article
	  Number) module

2011-03-06 21:56  arthur

	* [r69] setup.py, stdnum/numdb.py: also support Python3 with the
	  same codebase (see #3)

2011-03-06 19:54  arthur

	* [r68] setup.py: ensure that data files are always included

2011-03-02 19:30  arthur

	* [r67] stdnum/verhoeff.py: Python 2.5 compatibility improvement

2011-02-06 15:23  arthur

	* [r65] ChangeLog, NEWS, setup.py: get files ready for 0.4 release

2011-02-06 15:21  arthur

	* [r64] stdnum/isbn.dat: include an updated version

2011-02-06 14:00  arthur

	* [r63] README, stdnum/__init__.py, stdnum/us,
	  stdnum/us/__init__.py, stdnum/us/ssn.py,
	  tests/test_robustness.doctest: add an SSN (U.S. Social Security
	  Number) module

2011-02-05 22:48  arthur

	* [r62] README, stdnum/__init__.py: add ISIL to the documentation

2011-02-05 22:43  arthur

	* [r61] getisil.py, stdnum/isil.dat, stdnum/isil.py,
	  tests/test_robustness.doctest: add an ISIL (International
	  Standard Identifier for Libraries and Related Organizations)
	  module

2011-02-05 22:32  arthur

	* [r60] stdnum/numdb.py: allow most kind of characters in number
	  ranges

2011-02-05 22:08  arthur

	* [r59] stdnum/iban.py: move more validation into try/except
	  (specifically the _convert() call)

2011-02-05 22:03  arthur

	* [r58] tests/test_br_cpf.doctest, tests/test_iban.doctest,
	  tests/test_imei.doctest, tests/test_isan.doctest,
	  tests/test_isbn.doctest, tests/test_ismn.doctest,
	  tests/test_issn.doctest, tests/test_luhn.doctest,
	  tests/test_meid.doctest, tests/test_nl_bsn.doctest,
	  tests/test_robustness.doctest, tests/test_verhoeff.doctest: move
	  all robustness tests into one test file

2011-02-05 21:57  arthur

	* [r57] tests/test_iso7064.doctest: fix imports of iso7064.mod_*_*
	  modules

2011-02-05 21:55  arthur

	* [r56] stdnum/isbn.py: fix typo in r53

2011-02-05 21:55  arthur

	* [r55] stdnum/__init__.py: add encoding header

2011-01-31 21:59  arthur

	* [r54] README, stdnum/__init__.py: get README and package
	  docstring in sync

2011-01-21 10:49  arthur

	* [r53] stdnum/isbn.py, tests/test_isbn.doctest: add a convert
	  parameter to most isbn functions to automatically convert to
	  ISBN-13

2011-01-17 21:15  arthur

	* [r52] README: add note about CPF and update copyright year

2011-01-16 21:48  arthur

	* [r51] README, getiban.py, stdnum/iban.dat, stdnum/iban.py,
	  tests/test_iban.doctest: add an IBAN (International Bank Account
	  Number) module

2011-01-16 21:23  arthur

	* [r50] setup.py, stdnum/numdb.py: revert r49 because it wasn't
	  needed after all

2011-01-16 20:36  arthur

	* [r49] setup.py, stdnum/numdb.py: introduce a full parameter that
	  can be used to only return the part that is in the database

2011-01-16 19:13  arthur

	* [r48] stdnum/grid.py, stdnum/isan.py: fix import of iso7064
	  modules

2011-01-16 08:49  arthur

	* [r47] stdnum/numdb.py, test.dat: add test for partial match

2011-01-15 20:27  arthur

	* [r46] tests/test_nl_bsn.doctest: fix comments to refer to the new
	  path of the module

2011-01-15 20:26  arthur

	* [r45] stdnum/br, stdnum/br/__init__.py, stdnum/br/cpf.py,
	  tests/test_br_cpf.doctest: add a CPF (Cadastro de Pessoas
	  FĂ­sicas) module

2011-01-15 19:05  arthur

	* [r44] stdnum/bsn.py, stdnum/nl, stdnum/nl/__init__.py,
	  stdnum/nl/bsn.py, tests/test_bsn.doctest,
	  tests/test_nl_bsn.doctest: move bsn module inside nl package

2010-11-26 22:25  arthur

	* [r43] setup.py, stdnum/__init__.py: move general description to
	  package __init__.py file

2010-11-24 22:09  arthur

	* [r42] getisbn.py, stdnum/isbn, stdnum/isbn.dat, stdnum/isbn.py,
	  stdnum/numdb.py, test.dat, tests/test_isbn.doctest: implement a
	  new numdb module to hold information on hierarchically organised
	  numbers and switch the isbn module to use this format instead

2010-09-11 09:13  arthur

	* [r40] ChangeLog, NEWS, README, setup.py: get files ready for 0.3
	  release

2010-09-05 17:53  arthur

	* [r39] setup.py: have sdist target create a tarball with
	  reasonable permissions

2010-08-29 19:27  arthur

	* [r38] stdnum/bsn.py, stdnum/isan.py, stdnum/iso7064/mod_37_2.py,
	  stdnum/iso7064/mod_37_36.py, stdnum/meid.py, stdnum/verhoeff.py,
	  tests/test_bsn.doctest, tests/test_ismn.doctest: spelling check

2010-08-28 16:12  arthur

	* [r37] README, stdnum/grid.py: add a GRid (Global Release
	  Identifier) module

2010-08-27 14:44  arthur

	* [r36] README, stdnum/isan.py, tests/test_isan.doctest: add ISAN
	  (International Standard Audiovisual Number) module

2010-08-27 11:36  arthur

	* [r35] README, stdnum/iso7064, stdnum/iso7064/__init__.py,
	  stdnum/iso7064/mod_11_10.py, stdnum/iso7064/mod_11_2.py,
	  stdnum/iso7064/mod_37_2.py, stdnum/iso7064/mod_37_36.py,
	  stdnum/iso7064/mod_97_10.py, tests/test_iso7064.doctest:
	  implement some ISO/IEC 7064 check digit schemes

2010-08-26 21:03  arthur

	* [r34] stdnum/isbn/__init__.py, stdnum/ismn.py, stdnum/issn.py,
	  stdnum/verhoeff.py: switch to using enumerate() for looping over
	  numbers where needed

2010-08-21 15:37  arthur

	* [r33] README, stdnum/ismn.py, tests/test_ismn.doctest: add an
	  ISMN (International Standard Music Number) module

2010-08-21 12:41  arthur

	* [r32] tests/test_isbn.doctest: simplify ranges tests a bit

2010-08-21 12:40  arthur

	* [r31] stdnum/isbn/ranges.py: update ranges from newly downloaded
	  file

2010-08-20 19:47  arthur

	* [r30] README, stdnum/meid.py, tests/test_meid.doctest: add a MEID
	  (Mobile Equipment Identifier) module

2010-08-20 19:41  arthur

	* [r29] setup.cfg, tests/test_isbn.doctest,
	  tests/test_issn.doctest: write some more tests (some of which are
	  a bit of a hack) to get coverage to 100%

2010-08-20 16:25  arthur

	* [r28] stdnum/imei.py, tests/test_imei.doctest: add an
	  add_check_digit option to the format() function to add a check
	  digit if needed and possible

2010-08-20 14:44  arthur

	* [r27] stdnum/luhn.py: make checksum calculation a little more
	  readable

2010-08-20 14:16  arthur

	* [r26] README, stdnum/imei.py, tests/test_imei.doctest: add an
	  IMEI (International Mobile Equipment Identity) module

2010-08-20 12:16  arthur

	* [r25] README, stdnum/luhn.py, tests/test_luhn.doctest: add
	  functions for handling the Luhn and Luhn mod N algorithms

2010-08-20 11:56  arthur

	* [r24] stdnum/issn.py: fix typo

2010-08-20 09:37  arthur

	* [r23] README, stdnum/verhoeff.py, tests/test_verhoeff.doctest:
	  add functions for handling the Verhoeff algorithm

2010-08-16 19:50  arthur

	* [r21] ChangeLog, NEWS, setup.py: get files ready for 0.2 release

2010-08-16 19:45  arthur

	* [r20] debian: debian package configuration is now available at
	  http://svn.debian.org/viewsvn/python-modules/packages/python-stdnum/trunk/

2010-08-14 20:47  arthur

	* [r19] setup.cfg, tests, tests/test_bsn.doctest,
	  tests/test_isbn.doctest: add more doctests that are not part of
	  the module documentation

2010-07-27 20:19  arthur

	* [r18] README, stdnum/bsn.py, stdnum/isbn/__init__.py,
	  stdnum/issn.py: rename validate() function to is_valid()

2010-07-27 20:14  arthur

	* [r17] stdnum/isbn/ranges.py: fix typo in output() function

2010-07-27 20:14  arthur

	* [r16] stdnum/isbn/ranges.py: fix range detection to handle lookup
	  errors more gracefully

2010-07-27 20:13  arthur

	* [r15] stdnum/bsn.py, stdnum/isbn/__init__.py, stdnum/issn.py:
	  handle wrong types passed to validate() more gracefully

2010-07-26 20:46  arthur

	* [r14] debian/changelog, debian/source/format, debian/watch: make
	  release 0.1-1

2010-07-25 12:54  arthur

	* [r12] ChangeLog: get files ready for 0.1 release

2010-07-25 12:53  arthur

	* [r11] debian, debian/changelog, debian/compat, debian/control,
	  debian/copyright, debian/docs, debian/rules, debian/source,
	  debian/source/format: add Debian packaging

2010-07-25 11:27  arthur

	* [r10] COPYING, ChangeLog, MANIFEST.in, NEWS: include some more
	  files in the source distribution

2010-07-25 10:42  arthur

	* [r9] ., setup.cfg: use nose for testing and ignore generated
	  files and directories

2010-07-25 09:24  arthur

	* [r8] setup.py: add a setup.py script for use of setuptools

2010-07-25 09:21  arthur

	* [r7] README: add documentation to the README

2010-07-25 09:21  arthur

	* [r6] stdnum/bsn.py, stdnum/isbn/__init__.py,
	  stdnum/isbn/ranges.py, stdnum/issn.py: spelling check an extra
	  doctest and a simplification

2010-07-23 19:13  arthur

	* [r5] stdnum/bsn.py: add BSN (Burgerservicenummer, the Ducth
	  national identification number) module

2010-07-23 14:46  arthur

	* [r4] stdnum/issn.py: add an ISSN (International Standard Serial
	  Number) module

2010-07-23 14:34  arthur

	* [r3] stdnum/isbn/__init__.py: fix example and fix ISBN13
	  conversion

2010-07-23 13:51  arthur

	* [r2] stdnum/isbn/__init__.py: get rid of remainders of old code
	  that used exceptions

2010-07-23 13:40  arthur

	* [r1] ., README, stdnum, stdnum/__init__.py, stdnum/isbn,
	  stdnum/isbn/__init__.py, stdnum/isbn/ranges.py: make a initial
	  repository layout with an implementation of the isbn module