summaryrefslogtreecommitdiff
path: root/astroid/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* [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/+1
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-2/+1
* Make inheritance pattern of ``AssignTypeNodes`` explicit (#1642)Daniël van Noord2022-06-201-2/+2
* Make inheritance pattern of various base nodes explicit (#1641)Daniël van Noord2022-06-201-2/+5
* Make inheritance pattern of ``BlockNodes`` explicitDaniël van Noord2022-06-201-9/+4
* Move ``Mixins`` to ``_base_nodes`` (#1635)Daniël van Noord2022-06-201-159/+26
* Correct typing of ``relative_to_absolute_name`` (#1637)Daniël van Noord2022-06-201-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-3/+6
* Simplify ``cached_property`` import guardsDaniël van Noord2022-03-151-1/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-14/+1
* Use functools.cached_property for 3.8+ (#1417)Daniël van Noord2022-03-031-2/+8
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-0/+1
* Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)Daniël van Noord2021-11-241-4/+10
* 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
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-2/+3
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+1
* [pre-commit.ci] pre-commit autoupdate (#985)pre-commit-ci[bot]2021-05-111-1/+1
* 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-0/+1
* Fix black issuesMarc Mueller2021-02-271-2/+1
* Cache the result of get_assign_nodesClaudiu Popa2018-10-101-3/+8
* Initial formatting of astroidClaudiu Popa2018-10-021-13/+12
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+6
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-3/+3
* Add NoChildrenMixinNick Drozd2018-06-081-0/+6
* kill aliases scheduled for removalClaudiu Popa2018-05-241-23/+0
* Add MultiLineBlockMixinNick Drozd2018-03-301-0/+35
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-1/+0
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-17/+3
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-5/+15
* Add helper function for reraising exceptionsCeridwen2015-09-211-12/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-3/+12
* Use a stack level of 2 when emitting warnings, since the call site of the dep...Claudiu Popa2015-08-251-3/+3
* Add deprecation warnings testsCeridwen2015-08-221-6/+6
* Merge main into defaultCeridwen2015-08-141-11/+8
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-10/+8
| * Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-2/+1
* | Fix missing warnings importCeridwen2015-07-231-0/+2