summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 738b4031..6969cdc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,35 @@
Change log for the astng package
================================
- --
+--
+ * Ned Batchelder patch to properly import eggs with Windows line
+ endings. This fixes a problem with pylint not being able to
+ import setuptools.
+ * Winfried Plapper patches fixing .op attribute value for AugAssign nodes,
+ visit_ifexp in nodes_as_string
+
+2009-12-18 -- 0.19.3
+ * fix name error making 0.19.2 almost useless
+
+
+
+2009-12-18 -- 0.19.2
+ * fix #18773: inference bug on class member (due to bad handling of instance
+ / class nodes "bounded" to method calls)
+
+ * fix #9515: strange message for non-class "Class baz has no egg member" (due to
+ bad inference of function call)
+
* fix #18953: inference fails with augmented assignment (special case for augmented
assignement in infer_ass method)
+
* fix #13944: false positive for class/instance attributes (Instance.getattr
should return assign nodes on instance classes as well as instance.
+
* include spelling fixes provided by Dotan Barak
+
+
2009-08-27 -- 0.19.1
* fix #8771: crash on yield expression