summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Remove non-breaking whitespaces from the codebasePierre Sassoulas2021-04-183-4/+6
* Fix issue #891Pierre Sassoulas2021-04-1064-68/+68
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-103-17/+17
* Prepare for 2.5.3 releaseastroid-2.5.3Pierre Sassoulas2021-04-103-2/+4
* Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...Marc Mueller2021-04-102-9/+70
* Better handling of generic aliases (#923)Marc Mueller2021-04-073-44/+158
* Use inference_tip for typing.TypedDict brain (#928)Marc Mueller2021-04-071-5/+3
* Bug pylint 4206 (#921)hippo912021-04-063-61/+158
* Astroid master branch version is 2.6.0Pierre Sassoulas2021-03-281-1/+1
* Add 2.5.3 to the changelog2.5Pierre Sassoulas2021-03-281-2/+2
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-2828-3/+28
* Add 2.5.2 in changelogPierre Sassoulas2021-03-281-2/+2
* Fix version for 2.5.1 tagPierre Sassoulas2021-03-281-2/+2
* Check if keywords is not None before iterating over itMarc Mueller2021-03-071-1/+2
* Iterate over Keywords when using ClassDef.get_childrenMarc Mueller2021-03-071-1/+2
* Reformats according to blackhippo912021-03-051-1/+4
* "import numpy" has to be detected as a valid import of numpyhippo912021-03-051-1/+1
* Solves "Duplicates found in MROs" false positives. (#905, #916)Marc Mueller2021-02-281-0/+99
* Upgrade copyrite noticePierre Sassoulas2021-02-2850-38/+76
* Upgrade the version handling to mirror pylint'sPierre Sassoulas2021-02-281-2/+7
* Don't transform dataclass ClassVars (#914)Marc Mueller2021-02-281-0/+12
* Update license metadataMarc Mueller2021-02-281-1/+1
* Small improvementsMarc Mueller2021-02-281-3/+5
* Update astroid/brain/brain_typing.pyMarc Mueller2021-02-281-3/+1
* Fix testsMarc Mueller2021-02-281-2/+4
* Improve typing.TypedDict inferenceMarc Mueller2021-02-281-0/+28
* Fix black issuesMarc Mueller2021-02-278-12/+11
* Fix trailing whitespacesMarc Mueller2021-02-273-4/+4
* Update dev versionMarc Mueller2021-02-221-1/+1
* Revert "Turns the context.path from a set to a dict which values are the numb...hippo912021-02-211-6/+4
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-212-2/+2
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-211-1/+1
* Remove old future import that are no longer requiredPierre Sassoulas2021-02-211-1/+0
* Use set litteral when possiblePierre Sassoulas2021-02-211-2/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-2111-114/+95
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2119-19/+0
* Update __pkginfo__.pyhippo912021-02-211-1/+1
* Update copyright noticehippo912021-02-1541-12/+48
* Prepare version 2.5hippo912021-02-151-1/+3
* The node.bases has not to be tweaked otherwise leads to false positive unused...hippo912021-02-121-1/+0
* pylint + black formattinghippo912021-02-101-15/+7
* Adds docstring and reformat attr_fset methodhippo912021-02-101-11/+15
* In the attr_fset method, retrieve the FunctionDef corresponding to setter pro...hippo912021-02-101-13/+20
* Back to original attr_fget definitionhippo912021-02-101-13/+1
* Unify the way property arguments are declaredhippo912021-02-101-1/+13
* Setting hard the arguments of method property setterhippo912021-02-101-2/+13
* Adds the attr_fset propertyhippo912021-02-101-0/+22
* Merge branch 'master' into masterhippo912021-02-079-8/+137
|\
| * Corrected the parent of function type comment nodesAshley Whetter2021-02-071-4/+4