summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Move back to a dev version following 2.8.4 releasePierre Sassoulas2021-10-251-1/+1
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-255-5/+6
* Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord2021-10-252-26/+45
* Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord2021-10-251-0/+13
* Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord2021-10-241-0/+40
* Refactor and remove ``redefined-variable-type`` disableDaniël van Noord2021-10-242-5/+5
* Update brain_typing.py (#1220)Redoubts2021-10-231-1/+1
* Move back to a dev version following 2.8.3 releasePierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-1717-16/+17
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-171-6/+7
* Fix crash with invalid field call (#1212)Marc Mueller2021-10-151-0/+1
* Revert "Fix regression with import resolver"Marc Mueller2021-10-121-7/+6
* Fix regression with import resolverDaniël van Noord2021-10-121-6/+7
* Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin2021-10-101-1/+11
* Move back to a dev version following 2.8.2 releasePierre Sassoulas2021-10-071-1/+1
* Bump astroid to 2.8.2, update changelogv2.8.2Pierre Sassoulas2021-10-071-1/+1
* Better deprecation messages for guard functions (#1205)Marc Mueller2021-10-071-2/+6
* Move back to a dev version following 2.8.1 releasev2.8.1Pierre Sassoulas2021-10-061-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-0620-12/+26
* Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord2021-10-061-1/+1
* Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)Pierre Sassoulas2021-10-061-0/+9
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-051-2/+10
* Bug pylint 4326 (#1183)hippo912021-10-053-5/+45
* Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller2021-09-291-14/+33
* Feature / Bug Fix: Brain for the stdlib signal module (#1172)SupImDos2021-09-291-0/+117
* continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel2021-09-281-2/+12
* [pre-commit.ci] pre-commit autoupdate (#1191)pre-commit-ci[bot]2021-09-281-1/+1
* Remove deprecation warning raised by own astroid code (#1190)Pierre Sassoulas2021-09-251-2/+1
* Bug pylint 4960 (#1176)hippo912021-09-252-4/+28
* Fix regression on Compare node inference (#1185)Daniël van Noord2021-09-211-1/+2
* Small improvements to Compare infer (#1182)Marc Mueller2021-09-181-3/+5
* Fix regression on ClassDef inference (#1181)Daniël van Noord2021-09-171-1/+2
* Support dataclass inference for pydantic.dataclasses.David Liu2021-09-171-7/+6
* Add f-strings with `flynt`Daniël van Noord2021-09-1712-117/+77
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-1710-15/+15
* Add typing to scope() (#1170)Daniël van Noord2021-09-155-13/+61
* Add Arguments typing to Lambda + FunctionDef (#1174)Daniël van Noord2021-09-151-19/+5
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-1410-7/+11
* Add inference of Compare nodes (#979)Andrew Haigh2021-09-141-0/+94
* Add node_ancestors method (#1169)Nick Drozd2021-09-132-12/+11
* Add typing to NodeNG.nodes_of_class (#1168)Daniël van Noord2021-09-132-11/+53
* Fix crash on datafields (#1165)Daniël van Noord2021-09-131-2/+10
* Support pyz imports (#1161)grayjk2021-09-101-1/+1
* Recognize nested classes in classes inherited from NamedTupleDimitri Prybysh2021-09-061-7/+7
* Add ``astroid.objects.ExceptionInstance`` importDaniël van Noord2021-09-041-0/+1
* Add Statement to the astroid.nodes APIPierre Sassoulas2021-09-041-0/+2
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-041-0/+2
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-023-3/+82
* Move back to a dev version following 2.7.3 releasePierre Sassoulas2021-08-301-1/+1
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-3010-4/+10