summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump astroid to 2.12.3, update changelogv2.12.3Pierre Sassoulas2022-08-234-10/+11
* Remove str instance in model of BaseException.attrs (#1749)Daniël van Noord2022-08-232-5/+17
* Fix false positive with inference of `http` module (#1742)Mark Byrne2022-08-233-2/+20
* Don't add ``KW_ONLY`` fields to dataclass fields (#1746)Daniël van Noord2022-08-233-2/+54
* Bump ``wrapt`` to ``1.14`` (#1745)Daniël van Noord2022-08-232-1/+5
* Fix crash with inference of type-annotated Enum classes (#1743)Mark Byrne2022-08-233-1/+22
* Fix a crash inferring invalid string formatting with `%`Jacob Walls2022-08-233-1/+6
* Fix crash in `ExplicitNamespacePackageFinder` (#1714)Jacob Walls2022-08-234-4/+27
* Fix false positive with inference of type-annotated Enum classes. (#1734)Mark Byrne2022-08-233-1/+76
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-08-235-2/+49
* Bump astroid to 2.12.2, update changelogv2.12.2Pierre Sassoulas2022-07-125-5/+14
* [pre-commit.ci] pre-commit autoupdate (#1707)pre-commit-ci[bot]2022-07-121-1/+1
* Add some implicit typing (#1706)Daniël van Noord2022-07-125-40/+41
* Catch RecursionError in ``raise_if_nothing_inferred`` (#1705)Daniël van Noord2022-07-123-1/+27
* Bump runners to ``3.10`` (#1704)Daniël van Noord2022-07-123-4/+4
* Prevent applying boolean ops to `NotImplemented` (#1702)Jacob Walls2022-07-122-3/+12
* Only infer module operations on string ``Const`` nodes (#1701)Daniël van Noord2022-07-123-1/+8
* Make the potential attributes of all exceptions explicitDaniël van Noord2022-07-121-34/+166
* [contributors] Remove the logilab alias, we can show individualPierre Sassoulas2022-07-122-20/+10
* Bump astroid to 2.12.1, update changelogv2.12.1Pierre Sassoulas2022-07-104-8/+20
* Fix a crash when inferring old-style string formatting (`%`) using tuples (#1...Jacob Walls2022-07-103-0/+7