| Commit message (Expand) | Author | Age | Files | Lines |
* | [brain tests] Move the file to their dir and shorten name | Pierre Sassoulas | 2023-02-09 | 1 | -3495/+0 |
* | Revert CallContext change since it caused a RecursionError regression (#2000) | Marc Mueller | 2023-01-31 | 1 | -1/+8 |
* | Add Lock to multiprocessing (#1976) | Dani Alcala | 2023-01-31 | 1 | -0/+5 |
* | Preserve parent CallContext when inferring nested functions (#1982) | Marc Mueller | 2023-01-29 | 1 | -4/+22 |
* | Fix issues with `typing_extensions.TypeVar` (#1973) | Marc Mueller | 2023-01-22 | 1 | -0/+32 |
* | Fix a false positive with user-defined `Enum` class (#1967) | Mark Byrne | 2023-01-15 | 1 | -0/+44 |
* | Ignore DeprecationWarning from importing `nose` in test | Jacob Walls | 2022-11-20 | 1 | -2/+4 |
* | Infer the `length` argument of the `random.sample` function. (#1862) | Mark Byrne | 2022-11-04 | 1 | -0/+23 |
* | Prevent returning an empty list for `ClassDef.slots()` (#1861) | Mark Byrne | 2022-11-03 | 1 | -0/+20 |
* | Update the ``hashlib`` brain ``hash.digest`` & ``hash.hexdigest`` methods. (#... | Mark Byrne | 2022-10-15 | 1 | -5/+25 |
* | [flake8] Set the max line length to 110 instead of 138 | Pierre Sassoulas | 2022-09-19 | 1 | -2/+4 |
* | Fix a crash on ``namedtuples`` that use ``typename`` (#1773) | Daniël van Noord | 2022-09-07 | 1 | -0/+17 |
* | Fix a crash involving `Uninferable` args to `namedtuple` (#1763) | Jacob Walls | 2022-09-04 | 1 | -0/+20 |
* | Fix false positive with inference of `http` module (#1742) | Mark Byrne | 2022-08-23 | 1 | -1/+14 |
* | Refs #1662: Condition `usedforsecurity` support on Py3.9+ (#1665) | Jacob Walls | 2022-06-25 | 1 | -2/+6 |
* | `hashlib`: Add support for `usedforsecurity` keyword (#1662) | Jacob Walls | 2022-06-25 | 1 | -2/+2 |
* | Revert #893: Avoid setting a Call as a base for metaclasses from six.with_met... | Jacob Walls | 2022-06-23 | 1 | -1/+17 |
* | Fix inference of ``Enums`` when they are imported under an alias (#1587) | Daniël van Noord | 2022-06-02 | 1 | -0/+14 |
* | Permit subscripting additional builtin classes (#1572) | Jacob Walls | 2022-05-23 | 1 | -4/+3 |
* | Update typing for Python 3.7 (1) (#1555) | Marc Mueller | 2022-05-13 | 1 | -2/+5 |
* | Require Python 3.7.2 (#1542) | Jacob Walls | 2022-05-10 | 1 | -15/+1 |
* | Avoid adding the name of a parent namedtuple to child's locals (#1489) | Jacob Walls | 2022-03-26 | 1 | -0/+2 |
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -45/+1 |
* | Do no pass ``doc`` attribute to ``nodes.Module`` in tests (#1455) | Daniël van Noord | 2022-03-09 | 1 | -1/+1 |
* | Pass ``doc_node`` to postinit of all ``PartialFunction`` constructors (#1437) | Daniël van Noord | 2022-03-07 | 1 | -0/+24 |
* | Bump astroid to 2.10.0, update changelogv2.10.0 | Pierre Sassoulas | 2022-02-27 | 1 | -0/+3 |
* | Fix crash inferring on NewType named with f-string (#1400) | Jacob Walls | 2022-02-19 | 1 | -1/+18 |
* | Add support for attrs v21.3.0+ (#1331) | Jacob Bogdanov | 2022-01-20 | 1 | -0/+67 |
* | Bump astroid to 2.9.2, update changelogv2.9.2 | Alexander Shadchin | 2022-01-04 | 1 | -1/+1 |
* | Bump astroid to 2.9.1, update changelogv2.9.1 | Pierre Sassoulas | 2021-12-31 | 1 | -1/+2 |
* | Fix typos (#1288) | Kian Meng, Ang | 2021-12-13 | 1 | -2/+2 |
* | Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277) | Nick Drozd | 2021-11-27 | 1 | -4/+1 |
* | Bump astroid to 2.8.6, update changelogv2.8.6 | Pierre Sassoulas | 2021-11-21 | 1 | -1/+1 |
* | Bump astroid to 2.8.5, update changelogv2.8.5 | Pierre Sassoulas | 2021-11-12 | 1 | -2/+2 |
* | Fix crash on inference of __len__ (#1234) | Daniël van Noord | 2021-11-08 | 1 | -0/+53 |
* | Bump astroid to 2.8.4, update changelogv2.8.4 | Pierre Sassoulas | 2021-10-25 | 1 | -1/+2 |
* | Add test for __members__ (#1216) | Joshua Cannon | 2021-10-21 | 1 | -0/+15 |
* | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+2 |
* | Add recognition of previous partial args/kwargs when chaining (#1209) | Craig Franklin | 2021-10-10 | 1 | -0/+28 |
* | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -1/+3 |
* | Improve brain for typing.Callable + typing.Type (#1192) | Marc Mueller | 2021-09-29 | 1 | -2/+28 |
* | continuing #839: Extend attrs brain to support provisional APIs (#1187) | Jonathan Striebel | 2021-09-28 | 1 | -2/+23 |
* | Add f-strings with `flynt` | Daniël van Noord | 2021-09-17 | 1 | -10/+6 |
* | Fix all R6201: Consider using set for membership | Pierre Sassoulas | 2021-09-17 | 1 | -2/+2 |
* | Bump astroid to 2.8.0, update changelogv2.8.0 | Pierre Sassoulas | 2021-09-14 | 1 | -0/+1 |
* | Add typing in tests directory (#1163) | Pierre Sassoulas | 2021-09-14 | 1 | -164/+182 |
* | Recognize nested classes in classes inherited from NamedTuple | Dimitri Prybysh | 2021-09-06 | 1 | -0/+21 |
* | Replace the constant BUILTINS by the string 'builtins' | Pierre Sassoulas | 2021-08-19 | 1 | -5/+3 |
* | Bump astroid to 2.7.1, update changelogv2.7.1 | Pierre Sassoulas | 2021-08-16 | 1 | -1/+1 |
* | Bump astroid to 2.7.0, update changelogv2.7.0 | Pierre Sassoulas | 2021-08-15 | 1 | -1/+3 |