-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGES
55 lines (31 loc) · 1.03 KB
/
CHANGES
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
Python-NKF 1.0.4 (2024-04-09)
* nkf.codecs: Do not raise AttributeError for unknown encodings
Python-NKF 1.0.3 (2024-03-07)
* Development: Migrate to PDM and PDM-Backend
* Rename to nkf.codecs module from nkf_codecs
* Require Python 3.9
Python-NKF 1.0.2 (2024-02-28)
* nkf 2.1.5
Python-NKF 1.0.1 (2024-02-27)
* Fix build
Python-NKF 1.0.0 (2024-02-26)
* nkf_codecs.py: Support Python 3
* Drop Python 2 support
Python-NKF 0.2.0 (2014-09-29)
* Support Python 3 by @ikegami-yukino
Python-NKF 0.1.1 (2013-11-22)
* nkf 2.1.3
Python-NKF 0.1.0 (2013-03-04)
* nkf 2.1.2
* Add nkf_codecs.py
* Add hacks for Mailman 2.1
* Upload to PyPI
Python-NKF 20090602 (2009-06-02)
* Remove WISH_TRUE, use get_guessed_code() for nkf-2.0.9
by SATOH Fumiyasu (fumiyas @ osstech co jp)
Python-NKF 20080717 (2008-07-17)
* Change the type of strlen from long to int, by SATOH Fumiyasu.
Python-NKF 20070201 (2007-02-01)
* Add guess() function.
Python-NKF 20070113 (2007-01-13)
* Remove pynkf_parseopts(), by SATOH Fumiyasu.