summaryrefslogtreecommitdiff
path: root/astroid/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pylint disables and resolves TODO in pylintrc (#2175)Jacob Walls2023-05-121-1/+0
* Remove cachedproperty decorator (#2140)Marc Mueller2023-04-241-46/+0
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-9/+7
* [pre-commit.ci] pre-commit autoupdate (#2097)pre-commit-ci[bot]2023-04-041-1/+1
* Remove dependency on ``wrapt``Daniël van Noord2023-04-011-35/+46
* Remove `cached` decoratorJacob Walls2023-04-011-15/+1
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)dependabot[bot]2023-02-231-0/+3
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-5/+9
* Bump pylint from 2.15.8 to 2.15.9 (#1907)dependabot[bot]2022-12-271-3/+2
* Add some inference annotations (#1887)Nick Drozd2022-12-151-2/+4
* Add some InferenceContext annotations (#1883)Nick Drozd2022-11-221-1/+1
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-1/+1
* [flake8] Set the max line length to 110 instead of 138Pierre Sassoulas2022-09-191-1/+2
* Create a ``CacheManager`` class to manage storing and clearing caches (#1782)Daniël van Noord2022-09-171-1/+2
* Catch RecursionError in ``raise_if_nothing_inferred`` (#1705)Daniël van Noord2022-07-111-0/+4
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+4
* Rename TypeVars (#1527)Marc Mueller2022-04-231-12/+12
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-15/+1
* Deprecate passing the doc argument (#1453)Daniël van Noord2022-03-091-0/+49
* Use functools.cached_property for 3.8+ (#1417)Daniël van Noord2022-03-031-0/+8
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+1
* Limit expensive decorator function (#1407)Marc Mueller2022-02-271-55/+76
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-121-1/+1
* Small changes (#1232)Marc Mueller2021-11-061-1/+1
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-1/+2
* Add f-strings with `flynt`Daniël van Noord2021-09-171-1/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-1/+1
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-021-0/+69
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-301-1/+1
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-301-2/+2
* Rewrite while-loop (#1147)Nick Drozd2021-08-271-9/+2
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-15/+15
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-3/+4
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-2/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-0/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Fix black issuesMarc Mueller2021-02-271-1/+1
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+2
* Fix exception causes all over the codebase (#806)Ram Rachum2020-06-201-2/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+1
* Cut generator flagsNick Drozd2019-01-161-17/+21
* Remove else after return/raiseTomas Gavenciak2018-12-111-4/+3