summaryrefslogtreecommitdiff
path: root/tests/unittest_protocols.py
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+1
* Don't infer MatchAs in assigned_stmts if pattern is not None (#1096)Marc Mueller2021-07-111-59/+66
* Fix issues when inferring match variables (#1093)Marc Mueller2021-07-101-1/+69
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-2/+2
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-4/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-1/+2
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-5/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-0/+2
* Remove required_version for 3.6 and belowDavid Gilman2020-12-301-6/+0
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+277