summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-11 11:04:54 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-11 11:04:54 +0200
commit201edf589f93be9ed66916874b3e704a127f2007 (patch)
treeedc58cd4d36b4ebb950e9b94f66938d7ad53e86f /ChangeLog
parent20180f3add21b4dc93d728754a1a491793837709 (diff)
parentee3a7c45f3bf5e515f355f5d90a4c53753a6cf1f (diff)
downloadlogilab-common-201edf589f93be9ed66916874b3e704a127f2007.tar.gz
backport stable branch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c579d02..a216b5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
ChangeLog for logilab.common
============================
+--
+ * testlib: check for generators in with_tempdir (closes #117533)
+
+ * registry:
+ * select_or_none should not silent ObjectNotFound exception
+ (closes #119819)
+ * remove 2 accidentally introduced tabs breaking python 3 compat
+ (closes #117580)
+
+ * fix umessages test w/ python 3 and LC_ALL=C (closes #119967, report and
+ patch by Ian Delaney)
+
2013-01-21 -- 0.59.0
@@ -21,7 +33,7 @@ ChangeLog for logilab.common
- use register_all when no registration callback defined (closes #111011)
- * loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436)
+ * logging_ext: on windows, use colorama to display colored logs, if available (closes #107436)
* packaging: remove references to ftp at logilab
@@ -35,7 +47,10 @@ ChangeLog for logilab.common
* configuration: enhance merge_options function (closes #113458)
-
+ * decorators: fix @monkeypatch decorator contract for dark corner
+ cases such as monkeypatching of a callable instance: no more
+ turned into an unbound method, which was broken in python 3 and
+ probably not used anywhere (actually closes #104047).
2012-11-14 -- 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever