summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import from astroid.nodes directly Pierre Sassoulas2021-08-301-1/+1
* Use TYPE_CHECKING guard to remove a circular importPierre Sassoulas2021-08-301-2/+4
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-308-59/+64
* Do not import entire module in astroid/bases.pyPierre Sassoulas2021-08-301-27/+33
* Do not import entire module in astroid/arguments.pyPierre Sassoulas2021-08-301-26/+25
* Import specific objects instead of the whole base packagePierre Sassoulas2021-08-301-5/+5
* More precise import in astroid/bases.py for a circulat importPierre Sassoulas2021-08-301-2/+2
* Bug pylint 3342 (#1148)hippo912021-08-295-11/+38
* Bug pylint 4896 (#1154)hippo912021-08-291-0/+78
* Fixed inference bug with chained attributes and inheritanceDavid Liu2021-08-281-17/+1
* Fixed inference bug with unbound inherited methodsDavid Liu2021-08-281-4/+8
* Fix bug in attribute inference from inside method calls.David Liu2021-08-286-22/+44
* Rewrite while-loop (#1147)Nick Drozd2021-08-271-9/+2
* Relax dataclass filter for Uninferable nodes. (#1144)David Liu2021-08-271-33/+40
* Removed mutable default value in _inference_tip_cache (#1139)Sergei Lebedev2021-08-271-18/+15