Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 3efe53b42e7b890f2960632c43a0ad371fff2594 (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
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