summaryrefslogtreecommitdiff
path: root/tests/unittest_scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Use new style super when applicablesimplification-for-python3.6-codePierre Sassoulas2021-02-171-1/+1
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-171-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-171-1/+0
* Update copyright noticehippo912021-02-151-1/+2
* Remove required_version for 3.6 and belowDavid Gilman2020-12-301-7/+0
* Remove six from astroidDavid Gilman2020-12-301-12/+14
* New copyright noticeshippo912020-12-271-0/+1
* Fix formatting regressionTim Martin2020-10-161-9/+1
* Fix incorrect MRO being calculated for scoped multiple inheritanceTim Martin2020-10-131-0/+24
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+7
* Add posonlyargs_annotations to Arguments.as_string()Claudiu Popa2020-03-281-0/+6
* Allow slots added dynamically to a class to still be inferredClaudiu Popa2020-03-131-0/+15
* Remove Python 2 specific testsClaudiu Popa2020-03-101-223/+0
* Add support for inferring propertiesClaudiu Popa2019-12-041-2/+2
* Spelling fixes (#706)Ville Skyttä2019-10-161-1/+1
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+2049