| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix documentation after changes to astroid.nodes (#1175) | Marc Mueller | 2021-09-15 | 1 | -1/+1 |
| * | Bump astroid to 2.8.0, update changelogv2.8.0 | Pierre Sassoulas | 2021-09-14 | 1 | -4/+16 |
| * | Add node_ancestors method (#1169) | Nick Drozd | 2021-09-13 | 1 | -0/+2 |
| * | Fix crash on datafields (#1165) | Daniƫl van Noord | 2021-09-13 | 1 | -0/+3 |
| * | Support pyz imports (#1161) | grayjk | 2021-09-10 | 1 | -0/+3 |
| * | Deprecate some default values for node init calls (#1157) | Marc Mueller | 2021-09-02 | 1 | -0/+9 |
| * | Bump astroid to 2.7.3, update changelogv2.7.3 | Pierre Sassoulas | 2021-08-30 | 1 | -5/+11 |
| * | Bug pylint 3342 (#1148) | hippo91 | 2021-08-29 | 1 | -0/+7 |
| * | Bug pylint 4896 (#1154) | hippo91 | 2021-08-29 | 1 | -0/+4 |
| * | Fixed inference bug with chained attributes and inheritance | David Liu | 2021-08-28 | 1 | -0/+5 |
| * | Fixed inference bug with unbound inherited methods | David Liu | 2021-08-28 | 1 | -0/+6 |
| * | Fix bug in attribute inference from inside method calls. | David Liu | 2021-08-28 | 1 | -0/+3 |
| * | Relax dataclass filter for Uninferable nodes. (#1144) | David Liu | 2021-08-27 | 1 | -0/+4 |
| * | Removed mutable default value in _inference_tip_cache (#1139) | Sergei Lebedev | 2021-08-27 | 1 | -0/+2 |
| * | Add filter for abc.collections in dataclass inference | David Liu | 2021-08-22 | 1 | -0/+4 |
| * | Bump astroid to 2.7.2, update changelogv2.7.2 | Pierre Sassoulas | 2021-08-20 | 1 | -3/+12 |
| * | Generate synthetic __init__ method for dataclasses | David Liu | 2021-08-20 | 1 | -0/+3 |
| * | Replace the constant BUILTINS by the string 'builtins' | Pierre Sassoulas | 2021-08-19 | 1 | -1/+2 |
| * | Make BaseContainer a public API | Pierre Sassoulas | 2021-08-16 | 1 | -0/+1 |
| * | Bump astroid to 2.7.1, update changelogv2.7.1 | Pierre Sassoulas | 2021-08-16 | 1 | -3/+8 |
| * | Restrict type inference of dataclass attributes. (#1130) | David Liu | 2021-08-16 | 1 | -0/+5 |
| * | Fixed import of LookupMixIn from astroid.node_classes | Ashley Whetter | 2021-08-16 | 1 | -0/+2 |
| * | Bump astroid to 2.7.0, update changelogv2.7.0 | Pierre Sassoulas | 2021-08-15 | 1 | -7/+13 |
| * | Add inference tips for dataclass attributes (#1126) | David Liu | 2021-08-16 | 1 | -0/+9 |
| * | Bug pylint 4060 (#1127) | hippo91 | 2021-08-15 | 1 | -0/+3 |
| * | Support inference of Enum subclasses. | David Liu | 2021-08-12 | 1 | -0/+7 |
| * | Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes' | Pierre Sassoulas | 2021-08-05 | 1 | -0/+2 |
| * | Bump astroid to 2.6.6, update changelogv2.6.6 | Pierre Sassoulas | 2021-08-03 | 1 | -5/+10 |
| * | Improve variable lookup to handle except clause variable scope | David Liu | 2021-08-02 | 1 | -0/+2 |
| * | Improve variable lookup to handle function parameters being overwritten | David Liu | 2021-08-02 | 1 | -0/+4 |
| * | Improve variable lookup to ignore exclusive statements | David Liu | 2021-08-02 | 1 | -0/+4 |
| * | Don't calculate slots when MRO parsing fails. (#1089) | doranid | 2021-08-01 | 1 | -0/+4 |
| * | Infer the type of the result of calling typing.cast() (#1076) | Tim Martin | 2021-07-30 | 1 | -0/+1 |
| * | Bump astroid to 2.6.5, update changelogv2.6.5 | Pierre Sassoulas | 2021-07-21 | 1 | -1/+7 |
| * | Fix wrong exception raised in infer_import_from | Pierre Sassoulas | 2021-07-21 | 1 | -0/+5 |
| * | No more crash when the target is not an AssignName | Pierre Sassoulas | 2021-07-21 | 1 | -0/+4 |
| * | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+7 |
| * | Add Changelog for 2.6.4 | Pierre Sassoulas | 2021-07-20 | 1 | -0/+3 |
| * | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -1/+7 |
| * | Support lookup in nested non-FunctionDef scopes (#1102) | David Liu | 2021-07-19 | 1 | -0/+2 |
| * | Add setuptools dependence and related guard | Neil Girdhar | 2021-07-19 | 1 | -0/+2 |
| * | Make TypedDict instance callable | Marc Mueller | 2021-07-19 | 1 | -0/+4 |
| * | Add new If guard helper methods (#1099) | Marc Mueller | 2021-07-13 | 1 | -1/+1 |
| * | Fix yield inference on inherited classes. (#1092) | doranid | 2021-07-12 | 1 | -0/+5 |
| * | Fix issues when inferring match variables (#1093) | Marc Mueller | 2021-07-10 | 1 | -0/+6 |
| * | Handle the case where node is a Module in brain_builtin_inference | Pierre Sassoulas | 2021-07-09 | 1 | -0/+2 |
| * | Bump astroid to 2.6.2, update changelogv2.6.2 | Pierre Sassoulas | 2021-06-30 | 1 | -1/+7 |
| * | Catch the StopIteration that result from PEP-479 or add default value in ``ne... | Pierre Sassoulas | 2021-06-30 | 1 | -0/+6 |
| * | Handle inference fail when calculating lenght of a node | Pierre Sassoulas | 2021-06-30 | 1 | -0/+2 |
| * | Normalize capitalization of 'Release date' between astroid and pylint | Pierre Sassoulas | 2021-06-29 | 1 | -78/+78 |