| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump astroid to 2.12.14, update changelogv2.12.14 | Pierre Sassoulas | 2023-01-06 | 5 | -5/+5 |
| * | Use codecov and separate flags per OS (#1935) (#1936) | Pierre Sassoulas | 2023-01-03 | 6 | -63/+83 |
| * | Handle kw_only=True in dataclass fields | Daniël van Noord | 2022-12-27 | 3 | -14/+72 |
| * | Handle init=False with defaults in dataclasses (#1898) | Daniël van Noord | 2022-12-27 | 3 | -19/+105 |
| * | [pypy 3.8] Fix wrong line given by the ast for pypy 3.8 | Pierre Sassoulas | 2022-12-27 | 2 | -6/+17 |
| * | Inference tip str.format transformation: handle AttributeError during str.for... | James Addison | 2022-12-27 | 3 | -1/+10 |
| * | Fix crash if numpy doesn't have version (#1892) | Tushar Sadhwani | 2022-12-27 | 2 | -1/+4 |
| * | Handle properties in dataclasses correctly | Daniël van Noord | 2022-12-27 | 3 | -0/+97 |
| * | [doc] Fix the sorting in the contributor.txt (#1920) (#1921) | github-actions[bot] | 2022-12-26 | 1 | -6/+9 |
| * | [github actions] Add the same backporting job than in pylint (#1918) | Pierre Sassoulas | 2022-12-26 | 1 | -0/+29 |
| * | Bump astroid to 2.12.13, update changelogv2.12.13 | Pierre Sassoulas | 2022-11-19 | 3 | -3/+4 |
| * | Move `_value2member_map_` changelog back to 2.12.11 (#1874) | Jacob Walls | 2022-11-19 | 1 | -4/+4 |
| * | Fix uncaught ValueError in infer_getitem with zero-step slices (#1844) | Andrew Haigh | 2022-11-19 | 4 | -0/+27 |
| * | Prevent a crash when inferring calls to `str.format` with invalid args (#1866) | Jacob Walls | 2022-11-19 | 3 | -2/+15 |
| * | Move changelog entries to 2.12.13 (#1863) | Marc Mueller | 2022-11-19 | 1 | -5/+5 |
| * | Infer the `length` argument of the `random.sample` function. (#1862) | Mark Byrne | 2022-11-19 | 3 | -5/+31 |
| * | CI improvements (#1860) | Marc Mueller | 2022-11-19 | 3 | -27/+24 |
| * | Prevent returning an empty list for `ClassDef.slots()` (#1861) | Mark Byrne | 2022-11-19 | 3 | -2/+28 |
| * | Add PyPI deployment environment [ci] (#1855) | Marc Mueller | 2022-11-19 | 1 | -0/+3 |
| * | Confirm changes before tbump commit (#1846) | Marc Mueller | 2022-11-19 | 1 | -0/+4 |
| * | Use relative paths in create_contributor_list.py | Marc Mueller | 2022-11-19 | 1 | -3/+8 |
| * | 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 |