diff options
author | David Douard <david.douard@logilab.fr> | 2014-09-01 15:20:28 +0200 |
---|---|---|
committer | David Douard <david.douard@logilab.fr> | 2014-09-01 15:20:28 +0200 |
commit | 9e897ae98d6ab4f756b4c85e14c20a9a72f3991b (patch) | |
tree | 453eb1f1b8cc4c1eab18c18365aae0888fa81b21 /ChangeLog | |
parent | 6fcffaf966c7225abf11b0f1982fc3af2e61cb1f (diff) | |
download | logilab-common-9e897ae98d6ab4f756b4c85e14c20a9a72f3991b.tar.gz |
prepare 0.63.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,6 +1,22 @@ ChangeLog for logilab.common ============================ +2014-11-05 -- 0.63.0 + * drop compatibility with python <= 2.5 (#264017) + + * fix textutils.py doctests for py3k + + * produce a clearer exception when dot is not installed (#253516) + + * make source python3-compatible (3.3+), without using 2to3. This + introduces a dependency on six (#265740) + + * fix umessage header decoding on python 3.3 and newer (#149345) + + * WARNING: the compat module no longer exports 'callable', 'izip', 'imap', + 'chain', 'sum', 'enumerate', 'frozenset', 'reversed', 'sorted', 'max', + 'relpath', 'InheritableSet', or any subprocess-related names. + 2014-07-30 -- 0.62.1 * shellutils: restore py 2.5 compat by removing usage of class decorator |