summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.12.14, update changelogv2.12.14Pierre Sassoulas2023-01-065-5/+5
* Use codecov and separate flags per OS (#1935) (#1936)Pierre Sassoulas2023-01-036-63/+83
* Handle kw_only=True in dataclass fieldsDaniël van Noord2022-12-273-14/+72
* Handle init=False with defaults in dataclasses (#1898)Daniël van Noord2022-12-273-19/+105
* [pypy 3.8] Fix wrong line given by the ast for pypy 3.8Pierre Sassoulas2022-12-272-6/+17
* Inference tip str.format transformation: handle AttributeError during str.for...James Addison2022-12-273-1/+10
* Fix crash if numpy doesn't have version (#1892)Tushar Sadhwani2022-12-272-1/+4
* Handle properties in dataclasses correctlyDaniël van Noord2022-12-273-0/+97
* [doc] Fix the sorting in the contributor.txt (#1920) (#1921)github-actions[bot]2022-12-261-6/+9
* [github actions] Add the same backporting job than in pylint (#1918)Pierre Sassoulas2022-12-261-0/+29
* Bump astroid to 2.12.13, update changelogv2.12.13Pierre Sassoulas2022-11-193-3/+4
* Move `_value2member_map_` changelog back to 2.12.11 (#1874)Jacob Walls2022-11-191-4/+4
* Fix uncaught ValueError in infer_getitem with zero-step slices (#1844)Andrew Haigh2022-11-194-0/+27
* Prevent a crash when inferring calls to `str.format` with invalid args (#1866)Jacob Walls2022-11-193-2/+15
* Move changelog entries to 2.12.13 (#1863)Marc Mueller2022-11-191-5/+5
* Infer the `length` argument of the `random.sample` function. (#1862)Mark Byrne2022-11-193-5/+31
* CI improvements (#1860)Marc Mueller2022-11-193-27/+24
* Prevent returning an empty list for `ClassDef.slots()` (#1861)Mark Byrne2022-11-193-2/+28
* Add PyPI deployment environment [ci] (#1855)Marc Mueller2022-11-191-0/+3
* Confirm changes before tbump commit (#1846)Marc Mueller2022-11-191-0/+4
* Use relative paths in create_contributor_list.pyMarc Mueller2022-11-191-3/+8
* Bump astroid to 2.12.12, update changelogv2.12.12Pierre Sassoulas2022-10-194-8/+14
* Fix getattr inference with empty annotation assignments (#1834)Marc Mueller2022-10-193-17/+42
* Move changelog entry for dataclasses regression (#1835)Marc Mueller2022-10-191-0/+7
* Prevent a crash when a module's ``__path__`` is missingJacob Walls2022-10-193-0/+13
* Update the ``hashlib`` brain ``hash.digest`` & ``hash.hexdigest`` methods. (#...Mark Byrne2022-10-193-38/+100
* Fix regression in the creation of the ``__init__`` of dataclasses (#1812)Daniël van Noord2022-10-194-27/+184
* Bump astroid to 2.12.11, update changelogv2.12.11Pierre Sassoulas2022-10-105-4/+16
* improve is_namespace checkSaugat Pachhai (सौगात)2022-10-103-1/+17
* Add ``_value2member_map_`` member to the ``enum`` brain. (#1820)Mark Byrne2022-10-103-0/+23
* Bump astroid to 2.12.10, update changelogv2.12.10Pierre Sassoulas2022-09-173-3/+9
* Stop detecting modules compiled by `cffi` as namespace packages (#1777)Jacob Walls2022-09-172-1/+13
* Create a ``CacheManager`` class to manage storing and clearing caches (#1782)Daniël van Noord2022-09-174-1/+33
* Bump astroid to 2.12.9, update changelogv2.12.9Pierre Sassoulas2022-09-073-3/+9
* Fixed the ``__init__`` of ``dataclassess`` with multiple inheritance (#1774)Daniël van Noord2022-09-073-20/+178
* Fix a crash on ``namedtuples`` that use ``typename`` (#1773)Daniël van Noord2022-09-073-0/+32
* Bump astroid to 2.12.8, update changelogv2.12.8Pierre Sassoulas2022-09-063-3/+10
* Fix crash in ``dataclass`` brain (#1770)Daniël van Noord2022-09-063-66/+94
* Parse default values in ``dataclass`` attributes correctly (#1771)Daniël van Noord2022-09-064-7/+58
* Bump astroid to 2.12.7, update changelogv2.12.7Pierre Sassoulas2022-09-063-3/+9
* Fix crash in ``dataclass`` brain (#1768)Daniël van Noord2022-09-063-1/+29
* Bump astroid to 2.12.6, update changelogv2.12.6Pierre Sassoulas2022-09-053-3/+9
* Handle ``dataclass`` ``kw_only`` keyword correctly (#1764)Daniël van Noord2022-09-053-36/+150
* Fix a crash involving `Uninferable` args to `namedtuple` (#1763)Jacob Walls2022-09-053-1/+29
* Bump astroid to 2.12.5, update changelogv2.12.5Pierre Sassoulas2022-08-293-3/+9
* Prevent first-party imports from being resolved to `site-packages` (#1756)Jacob Walls2022-08-293-2/+24
* Add a comment about missing ``__spec__`` on ``PyPy`` (#1758)Daniël van Noord2022-08-291-0/+2
* Fix namespace package detection for frozen stdlib modules on PyPy (#1757)Jacob Walls2022-08-293-2/+19
* Bump astroid to 2.12.4, update changelogv2.12.4Pierre Sassoulas2022-08-253-3/+9
* Fix crash involving non-standard type comments (#1753)Daniël van Noord2022-08-253-0/+16