| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump astroid to 2.9.3, update changelogv2.9.3 | Pierre Sassoulas | 2022-01-09 | 1 | -1/+7 |
| * | Fix finding packages without an ``__init__.py`` (#1333) | Daniël van Noord | 2022-01-09 | 1 | -0/+8 |
| * | Fix a typo in the changelog | Pierre Sassoulas | 2022-01-09 | 1 | -1/+1 |
| * | Bump astroid to 2.9.2, update changelogv2.9.2 | Alexander Shadchin | 2022-01-04 | 1 | -1/+4 |
| * | Bump astroid to 2.9.1, update changelogv2.9.1 | Pierre Sassoulas | 2021-12-31 | 1 | -11/+16 |
| * | Remove distutils path patching (#1321) | Daniël van Noord | 2021-12-31 | 1 | -0/+4 |
| * | Fix frame() error on inferred node (#1263) | Tushar Sadhwani | 2021-12-29 | 1 | -0/+4 |
| * | Fix dataclass inference for marshmallow_dataclass (#1298) | Nicolas Noirbent | 2021-12-23 | 1 | -0/+3 |
| * | Make Module call the __init__ of NodeNG (#1262) | Daniël van Noord | 2021-12-16 | 1 | -0/+3 |
| * | Prefer using the module loader to get source in builder. (#1207) | Gregory P. Smith | 2021-12-15 | 1 | -0/+6 |
| * | Resolve symlinks in the import path (#1253) | Keichi Takahashi | 2021-12-15 | 1 | -0/+10 |
| * | Fix typos (#1288) | Kian Meng, Ang | 2021-12-13 | 1 | -2/+2 |
| * | Fix crash if a variable named "type" is subscripted in a generator expression... | Jacob Walls | 2021-12-07 | 1 | -0/+4 |
| * | Fix typing of Arguments.args (#1283) | Daniël van Noord | 2021-12-05 | 1 | -0/+2 |
| * | Fix deque.insert() signature (#1272) | John Belmonte | 2021-11-22 | 1 | -0/+4 |
| * | Require Python 3.6.2 (#1269) | Marc Mueller | 2021-11-21 | 1 | -0/+1 |
| * | Bump astroid to 2.9.0, update changelogv2.9.0 | Pierre Sassoulas | 2021-11-21 | 1 | -1/+13 |
| * | Add as_string visitor for Unknown node (#1268) | Marc Mueller | 2021-11-21 | 1 | -0/+4 |
| * | Add end_lineno and end_col_offset to nodes (#1258) | Marc Mueller | 2021-11-21 | 1 | -0/+2 |
| * | Always treat __class_getitem__ as a classmethod (#1266) | Dmitry Shachnev | 2021-11-21 | 1 | -0/+1 |
| * | Bump astroid to 2.8.6, update changelogv2.8.6 | Pierre Sassoulas | 2021-11-21 | 1 | -1/+1 |
| * | Fix small spelling errors (#1265) | Marc Mueller | 2021-11-21 | 1 | -3/+3 |
| * | Add ``InferenceContext`` to ``ClassModel`` (#1257) | Daniël van Noord | 2021-11-19 | 1 | -0/+4 |
| * | Change ``NoReturn`` to be encapsulated in strings (#1252) | Daniël van Noord | 2021-11-18 | 1 | -0/+3 |
| * | 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 |