summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow wrapt 1.13 (#1203)Michael K2021-10-072-1/+2
* Move back to a dev version following 2.8.2 releasePierre Sassoulas2021-10-072-2/+2
* Bump astroid to 2.8.2, update changelogv2.8.2Pierre Sassoulas2021-10-074-4/+11
* 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-062-2/+2
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-0635-25/+58
* Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord2021-10-066-1/+18
* Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)Pierre Sassoulas2021-10-062-0/+14
* Use 3.10 for Github actions (#1198)Marc Mueller2021-10-051-4/+4
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-057-2/+34
* Bug pylint 4326 (#1183)hippo912021-10-056-7/+159
* [pre-commit.ci] pre-commit autoupdate (#1197)pre-commit-ci[bot]2021-10-051-1/+1
* Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller2021-09-293-16/+63
* Feature / Bug Fix: Brain for the stdlib signal module (#1172)SupImDos2021-09-292-0/+158
* continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel2021-09-283-4/+38
* [pre-commit.ci] pre-commit autoupdate (#1191)pre-commit-ci[bot]2021-09-282-2/+2
* Remove deprecation warning raised by own astroid code (#1190)Pierre Sassoulas2021-09-252-2/+2
* Bug pylint 4960 (#1176)hippo912021-09-254-5/+90
* Fix regression on Compare node inference (#1185)Daniël van Noord2021-09-213-1/+18
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-09-201-2/+2
* Small improvements to Compare infer (#1182)Marc Mueller2021-09-181-3/+5
* Fix regression on ClassDef inference (#1181)Daniël van Noord2021-09-173-1/+12
* Support dataclass inference for pydantic.dataclasses.David Liu2021-09-172-7/+10
* Add f-strings with `flynt`Daniël van Noord2021-09-1723-198/+125
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-1712-19/+19
* Upgrade to pylint 2.11 in pre-commit configurationPierre Sassoulas2021-09-172-1/+4
* Add typing to scope() (#1170)Daniël van Noord2021-09-1511-19/+65
* Add Arguments typing to Lambda + FunctionDef (#1174)Daniël van Noord2021-09-151-19/+5
* Fix documentation after changes to astroid.nodes (#1175)Marc Mueller2021-09-153-171/+169
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-1415-13/+31
* Add inference of Compare nodes (#979)Andrew Haigh2021-09-142-2/+351
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-1421-1133/+1338
* [pre-commit.ci] pre-commit autoupdate (#1171)pre-commit-ci[bot]2021-09-141-2/+2
* Add node_ancestors method (#1169)Nick Drozd2021-09-133-12/+13
* 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-133-2/+31
* Support pyz imports (#1161)grayjk2021-09-103-1/+19
* Recognize nested classes in classes inherited from NamedTupleDimitri Prybysh2021-09-062-7/+28
* 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-047-77/+78
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-027-8/+193
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-301-2/+2
* Move back to a dev version following 2.7.3 releasePierre Sassoulas2021-08-302-2/+2
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-3012-10/+22
* 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-309-65/+78
* 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