| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump astroid to 2.12.12, update changelogv2.12.12 | Pierre Sassoulas | 2022-10-19 | 4 | -8/+14 |
| * | Fix getattr inference with empty annotation assignments (#1834) | Marc Mueller | 2022-10-19 | 3 | -17/+42 |
| * | Move changelog entry for dataclasses regression (#1835) | Marc Mueller | 2022-10-19 | 1 | -0/+7 |
| * | Prevent a crash when a module's ``__path__`` is missing | Jacob Walls | 2022-10-19 | 3 | -0/+13 |
| * | Update the ``hashlib`` brain ``hash.digest`` & ``hash.hexdigest`` methods. (#... | Mark Byrne | 2022-10-19 | 3 | -38/+100 |
| * | Fix regression in the creation of the ``__init__`` of dataclasses (#1812) | Daniël van Noord | 2022-10-19 | 4 | -27/+184 |
| * | Bump astroid to 2.12.11, update changelogv2.12.11 | Pierre Sassoulas | 2022-10-10 | 5 | -4/+16 |
| * | improve is_namespace check | Saugat Pachhai (सौगात) | 2022-10-10 | 3 | -1/+17 |
| * | Add ``_value2member_map_`` member to the ``enum`` brain. (#1820) | Mark Byrne | 2022-10-10 | 3 | -0/+23 |
| * | Bump astroid to 2.12.10, update changelogv2.12.10 | Pierre Sassoulas | 2022-09-17 | 3 | -3/+9 |
| * | Stop detecting modules compiled by `cffi` as namespace packages (#1777) | Jacob Walls | 2022-09-17 | 2 | -1/+13 |
| * | Create a ``CacheManager`` class to manage storing and clearing caches (#1782) | Daniël van Noord | 2022-09-17 | 4 | -1/+33 |
| * | Bump astroid to 2.12.9, update changelogv2.12.9 | Pierre Sassoulas | 2022-09-07 | 3 | -3/+9 |
| * | Fixed the ``__init__`` of ``dataclassess`` with multiple inheritance (#1774) | Daniël van Noord | 2022-09-07 | 3 | -20/+178 |
| * | Fix a crash on ``namedtuples`` that use ``typename`` (#1773) | Daniël van Noord | 2022-09-07 | 3 | -0/+32 |
| * | Bump astroid to 2.12.8, update changelogv2.12.8 | Pierre Sassoulas | 2022-09-06 | 3 | -3/+10 |
| * | Fix crash in ``dataclass`` brain (#1770) | Daniël van Noord | 2022-09-06 | 3 | -66/+94 |
| * | Parse default values in ``dataclass`` attributes correctly (#1771) | Daniël van Noord | 2022-09-06 | 4 | -7/+58 |
| * | Bump astroid to 2.12.7, update changelogv2.12.7 | Pierre Sassoulas | 2022-09-06 | 3 | -3/+9 |
| * | Fix crash in ``dataclass`` brain (#1768) | Daniël van Noord | 2022-09-06 | 3 | -1/+29 |
| * | Bump astroid to 2.12.6, update changelogv2.12.6 | Pierre Sassoulas | 2022-09-05 | 3 | -3/+9 |
| * | Handle ``dataclass`` ``kw_only`` keyword correctly (#1764) | Daniël van Noord | 2022-09-05 | 3 | -36/+150 |
| * | Fix a crash involving `Uninferable` args to `namedtuple` (#1763) | Jacob Walls | 2022-09-05 | 3 | -1/+29 |
| * | Bump astroid to 2.12.5, update changelogv2.12.5 | Pierre Sassoulas | 2022-08-29 | 3 | -3/+9 |
| * | Prevent first-party imports from being resolved to `site-packages` (#1756) | Jacob Walls | 2022-08-29 | 3 | -2/+24 |
| * | Add a comment about missing ``__spec__`` on ``PyPy`` (#1758) | Daniël van Noord | 2022-08-29 | 1 | -0/+2 |
| * | Fix namespace package detection for frozen stdlib modules on PyPy (#1757) | Jacob Walls | 2022-08-29 | 3 | -2/+19 |
| * | Bump astroid to 2.12.4, update changelogv2.12.4 | Pierre Sassoulas | 2022-08-25 | 3 | -3/+9 |
| * | Fix crash involving non-standard type comments (#1753) | Daniël van Noord | 2022-08-25 | 3 | -0/+16 |
| * | Bump astroid to 2.12.3, update changelogv2.12.3 | Pierre Sassoulas | 2022-08-23 | 4 | -10/+11 |
| * | Remove str instance in model of BaseException.attrs (#1749) | Daniël van Noord | 2022-08-23 | 2 | -5/+17 |
| * | Fix false positive with inference of `http` module (#1742) | Mark Byrne | 2022-08-23 | 3 | -2/+20 |
| * | Don't add ``KW_ONLY`` fields to dataclass fields (#1746) | Daniël van Noord | 2022-08-23 | 3 | -2/+54 |
| * | Bump ``wrapt`` to ``1.14`` (#1745) | Daniël van Noord | 2022-08-23 | 2 | -1/+5 |
| * | Fix crash with inference of type-annotated Enum classes (#1743) | Mark Byrne | 2022-08-23 | 3 | -1/+22 |
| * | Fix a crash inferring invalid string formatting with `%` | Jacob Walls | 2022-08-23 | 3 | -1/+6 |
| * | Fix crash in `ExplicitNamespacePackageFinder` (#1714) | Jacob Walls | 2022-08-23 | 4 | -4/+27 |
| * | Fix false positive with inference of type-annotated Enum classes. (#1734) | Mark Byrne | 2022-08-23 | 3 | -1/+76 |
| * | Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719) | Tim Paine | 2022-08-23 | 5 | -2/+49 |
| * | Bump astroid to 2.12.2, update changelogv2.12.2 | Pierre Sassoulas | 2022-07-12 | 5 | -5/+14 |
| * | [pre-commit.ci] pre-commit autoupdate (#1707) | pre-commit-ci[bot] | 2022-07-12 | 1 | -1/+1 |
| * | Add some implicit typing (#1706) | Daniël van Noord | 2022-07-12 | 5 | -40/+41 |
| * | Catch RecursionError in ``raise_if_nothing_inferred`` (#1705) | Daniël van Noord | 2022-07-12 | 3 | -1/+27 |
| * | Bump runners to ``3.10`` (#1704) | Daniël van Noord | 2022-07-12 | 3 | -4/+4 |
| * | Prevent applying boolean ops to `NotImplemented` (#1702) | Jacob Walls | 2022-07-12 | 2 | -3/+12 |
| * | Only infer module operations on string ``Const`` nodes (#1701) | Daniël van Noord | 2022-07-12 | 3 | -1/+8 |
| * | Make the potential attributes of all exceptions explicit | Daniël van Noord | 2022-07-12 | 1 | -34/+166 |
| * | [contributors] Remove the logilab alias, we can show individual | Pierre Sassoulas | 2022-07-12 | 2 | -20/+10 |
| * | Bump astroid to 2.12.1, update changelogv2.12.1 | Pierre Sassoulas | 2022-07-10 | 4 | -8/+20 |
| * | Fix a crash when inferring old-style string formatting (`%`) using tuples (#1... | Jacob Walls | 2022-07-10 | 3 | -0/+7 |