| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump astroid to 2.8.5, update changelogv2.8.5 | Pierre Sassoulas | 2021-11-12 | 1 | -1/+7 |
| * | More permissive version for typed-ast | Pierre Sassoulas | 2021-11-12 | 1 | -0/+4 |
| * | Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233) | Daniël van Noord | 2021-11-12 | 1 | -0/+6 |
| * | Fix crash on inference of __len__ (#1234) | Daniël van Noord | 2021-11-08 | 1 | -0/+4 |
| * | Small changes (#1232) | Marc Mueller | 2021-11-06 | 1 | -0/+1 |
| * | Bump astroid to 2.8.4, update changelogv2.8.4 | Pierre Sassoulas | 2021-10-25 | 1 | -1/+7 |
| * | Add assignment expressions to correct ``locals`` for certain parents (#1213) | Daniël van Noord | 2021-10-25 | 1 | -2/+7 |
| * | Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221) | Daniël van Noord | 2021-10-24 | 1 | -0/+4 |
| * | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+7 |
| * | Fix regression with import resolver (#1211) | Daniël van Noord | 2021-10-17 | 1 | -0/+4 |
| * | Fix crash with invalid field call (#1212) | Marc Mueller | 2021-10-15 | 1 | -1/+5 |
| * | Add recognition of previous partial args/kwargs when chaining (#1209) | Craig Franklin | 2021-10-10 | 1 | -0/+5 |
| * | Fix style changelog | Marc Mueller | 2021-10-07 | 1 | -0/+2 |
| * | Allow wrapt 1.13 (#1203) | Michael K | 2021-10-07 | 1 | -0/+1 |
| * | Bump astroid to 2.8.2, update changelogv2.8.2 | Pierre Sassoulas | 2021-10-07 | 1 | -1/+8 |
| * | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -9/+14 |
| * | Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202) | Pierre Sassoulas | 2021-10-06 | 1 | -0/+5 |
| * | Fix ``relative-beyond-top-level`` false positive (#1186) | Daniël van Noord | 2021-10-05 | 1 | -0/+4 |
| * | Bug pylint 4326 (#1183) | hippo91 | 2021-10-05 | 1 | -0/+4 |
| * | Improve brain for typing.Callable + typing.Type (#1192) | Marc Mueller | 2021-09-29 | 1 | -0/+2 |
| * | continuing #839: Extend attrs brain to support provisional APIs (#1187) | Jonathan Striebel | 2021-09-28 | 1 | -0/+3 |
| * | Remove deprecation warning raised by own astroid code (#1190) | Pierre Sassoulas | 2021-09-25 | 1 | -0/+1 |
| * | Bug pylint 4960 (#1176) | hippo91 | 2021-09-25 | 1 | -1/+9 |
| * | Fix regression on Compare node inference (#1185) | Daniël van Noord | 2021-09-21 | 1 | -0/+4 |
| * | Fix regression on ClassDef inference (#1181) | Daniël van Noord | 2021-09-17 | 1 | -0/+5 |
| * | Support dataclass inference for pydantic.dataclasses. | David Liu | 2021-09-17 | 1 | -0/+4 |
| * | 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 |