aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18Add license, metadata, and OWNERS files.HEADndk-r26dndk-r26cndk-r26bndk-r26-rc1ndk-r26-beta1ndk-r26ndk-r25cndk-r25bndk-r25-beta4ndk-r25-beta3ndk-r25-beta2ndk-r25-beta1ndk-r25ndk-r24-rc1ndk-r24ndk-r27-releasendk-r26-releasendk-r25-releasendk-r24-releasemastermainDan Albert
2021-11-18Merge upstream tag v2.8.5.Dan Albert
2021-11-18Initial empty repositoryRoman Yepishev
2021-11-12Bump astroid to 2.8.5, update changelogPierre Sassoulas
2021-11-12More permissive version for typed-astPierre Sassoulas
2021-11-12Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)Daniël van Noord
2021-11-08[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
2021-11-08Fix crash on inference of __len__ (#1234)Daniël van Noord
2021-11-07Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord
2021-11-06Small changes (#1232)Marc Mueller
2021-11-01[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
2021-10-25Move back to a dev version following 2.8.4 releasePierre Sassoulas
2021-10-25Bump astroid to 2.8.4, update changelogPierre Sassoulas
2021-10-25Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord
2021-10-25Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord
2021-10-24Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord
2021-10-24Refactor and remove ``redefined-variable-type`` disableDaniël van Noord
2021-10-24Remove unnecessary disable from ``pylintrc`` (#1223)Daniël van Noord
2021-10-24Move skip in `ArgumentsNodeTC` to correct function (#1222)Daniël van Noord
2021-10-23Update brain_typing.py (#1220)Redoubts
2021-10-21Add test for __members__ (#1216)Joshua Cannon
2021-10-17Move back to a dev version following 2.8.3 releasePierre Sassoulas
2021-10-17Bump astroid to 2.8.3, update changelogPierre Sassoulas
2021-10-17Fix regression with import resolver (#1211)Daniël van Noord
2021-10-15Fix crash with invalid field call (#1212)Marc Mueller
2021-10-12Revert "Fix regression with import resolver"Marc Mueller
2021-10-12Fix regression with import resolverDaniël van Noord
2021-10-12[pre-commit.ci] pre-commit autoupdate (#1210)pre-commit-ci[bot]
2021-10-10Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin
2021-10-07Fix style changelogMarc Mueller
2021-10-07Allow wrapt 1.13 (#1203)Michael K
2021-10-07Move back to a dev version following 2.8.2 releasePierre Sassoulas
2021-10-07Bump astroid to 2.8.2, update changelogPierre Sassoulas
2021-10-07Better deprecation messages for guard functions (#1205)Marc Mueller
2021-10-06Move back to a dev version following 2.8.1 releasePierre Sassoulas
2021-10-06Bump astroid to 2.8.1, update changelogPierre Sassoulas
2021-10-06Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord
2021-10-06Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)Pierre Sassoulas
2021-10-05Use 3.10 for Github actions (#1198)Marc Mueller
2021-10-05Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord
2021-10-05Bug pylint 4326 (#1183)hippo91
2021-10-05[pre-commit.ci] pre-commit autoupdate (#1197)pre-commit-ci[bot]
2021-09-29Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller
2021-09-29Feature / Bug Fix: Brain for the stdlib signal module (#1172)SupImDos
2021-09-28continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel
2021-09-28[pre-commit.ci] pre-commit autoupdate (#1191)pre-commit-ci[bot]
2021-09-25Remove deprecation warning raised by own astroid code (#1190)Pierre Sassoulas
2021-09-25Bug pylint 4960 (#1176)hippo91
2021-09-21Fix regression on Compare node inference (#1185)Daniël van Noord
2021-09-20[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]