Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move from % syntax to format or f-strings | Pierre Sassoulas | 2021-02-21 | 1 | -15/+11 | |
| | | | | This is possible with python 3.6 | |||||
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 | |
| | ||||||
* | Update copyright notice | hippo91 | 2021-02-15 | 1 | -1/+3 | |
| | ||||||
* | Move the unit test to unittest_brain because it needs six | hippo91 | 2021-02-12 | 1 | -0/+28 | |
| | ||||||
* | Adds missing include | hippo91 | 2021-02-07 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into master | hippo91 | 2021-02-07 | 1 | -0/+55 | |
|\ | ||||||
| * | Julien palard mdk/class getitem (#885) | hippo91 | 2021-01-24 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add missing __class_getitem__ to deque. * The __class_getitem__ method is added only for python versions above 3.9 * Adds two tests that ensure that __class_getitem__ method is not present for python versions prior to 3.9 but present for python versions above 3.9 * Reorganizes * Adds an entry * Add Julien Palard in copyright Co-authored-by: Julien Palard <julien@palard.fr> | |||||
| * | Merge pull request #883 from hippo91/bug_pylint_4001 | hippo91 | 2021-01-23 | 1 | -0/+36 | |
| |\ | | | | | | | Bug pylint 4001 | |||||
| | * | Formatting according to black | hippo91 | 2021-01-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | Adds doc | hippo91 | 2021-01-19 | 1 | -0/+9 | |
| | | | ||||||
| | * | Adds unittest for brain_type module | hippo91 | 2021-01-18 | 1 | -0/+27 | |
| | | | ||||||
| * | | brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9 | Damien Baty | 2021-01-18 | 1 | -0/+7 | |
| |/ | | | | | | | | | | | | | | | | | | | This is necessary for pylint to detect that `subprocess.Popen` is subscriptable, starting from Python 3.9 (see PyCQA/pylint#4034). $ python3.9 >>> import subprocess >>> subprocess.Popen.__class_getitem__ <bound method GenericAlias of <class 'subprocess.Popen'>> | |||||
* | | Remove required_version for 3.6 and below | David Gilman | 2020-12-31 | 1 | -9/+0 | |
| | | | | | | | | We are now guaranteed to be running on 3.6+ | |||||
* | | Add tox support for six-less environments | David Gilman | 2020-12-31 | 1 | -0/+7 | |
| | | ||||||
* | | Remove six from astroid | David Gilman | 2020-12-30 | 1 | -2/+10 | |
|/ | ||||||
* | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+2 | |
| | ||||||
* | Do not crash when encountering starred assignments in enums. | Claudiu Popa | 2020-12-26 | 1 | -0/+10 | |
| | | | | Close #835 | |||||
* | Remove dependency on imp. | Peter Kolbus | 2020-11-27 | 1 | -2/+4 | |
| | ||||||
* | Squash one-off inference utility functions to help reduce recursion errors ↵ | Bryce Guinta | 2020-06-23 | 1 | -0/+16 | |
| | | | | | | | (#804) This also makes debugging a lot simpler reducing the complexity of the function stack. | |||||
* | Separate string and bytes classes patching (#807) | Claudiu Popa | 2020-06-23 | 1 | -0/+15 | |
| | | | Fixes PyCQA/pylint#3599 | |||||
* | Do not crash with SyntaxError when parsing namedtuples with invalid label | Claudiu Popa | 2020-05-01 | 1 | -0/+12 | |
| | | | | Close PyCQA/pylint#3549 | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -3/+11 | |
| | ||||||
* | Infer the __len__ result of a subclass of an integer | Claudiu Popa | 2020-03-10 | 1 | -4/+7 | |
| | | | | | Rather than failing the inference altogether, we can infer the default int value for subclasses of ints. | |||||
* | Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation | Claudiu Popa | 2020-02-10 | 1 | -0/+15 | |
| | | | | Closes PyCQA/pylint#3365 | |||||
* | Allow inferring attributes of `HTTPStatus` callable | Claudiu Popa | 2019-12-16 | 1 | -0/+9 | |
| | | | | Close PyCQA/pylint#3296 | |||||
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 1 | -0/+1977 | |