summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a crash when `None` participates in a `**` expression (#1696)Jacob Walls2022-07-103-0/+9
* Fix a crash involving properties within `if` blocksJacob Walls2022-07-103-1/+22
* Bump astroid to 2.12.0, update changelogv2.12.0Daniël van Noord2022-07-094-7/+19
* Remove ``2.11.8`` ChangeLogDaniël van Noord2022-07-091-7/+0
* Merge branch 'maintenance/2.11.x' of https://github.com/PyCQA/astroidDaniël van Noord2022-07-091-10/+16
|\
| * Bump astroid to 2.11.7, update changelogv2.11.7Daniël van Noord2022-07-093-3/+9
| * Update `subprocess.Popen` args for Python 3.9+ (#1679)Jacob Walls2022-07-093-7/+18
| * Refs #1662: Condition `usedforsecurity` support on Py3.9+ (#1665)Jacob Walls2022-07-092-8/+13
| * `hashlib`: Add support for `usedforsecurity` keyword (#1662)Jacob Walls2022-07-093-5/+8
* | Fix a crash involving properties within ``try ... except`` blocksDaniël van Noord2022-07-083-0/+31
* | Call ``Instance.__init__`` in ``nodes.Const``Daniël van Noord2022-07-062-2/+14
* | Add ``__init__`` to the ``ObjectModel`` and return ``BoundMethods`` (#1687)Daniël van Noord2022-07-064-40/+144
* | Fix order of attribute look ups for Super (#1686)Daniël van Noord2022-07-063-4/+71
* | Fix ``pylint`` issues and remove useless disablesDaniël van Noord2022-07-064-8/+3
* | Add brain for numpy core module ``einsumfunc``. (#1656)Mark Byrne2022-07-063-0/+89
* | [pre-commit.ci] pre-commit autoupdate (#1685)pre-commit-ci[bot]2022-07-051-1/+1
* | Add ``__new__`` and ``__call__`` to``ObjectModel`` and ``ClassModel`` (#1606)Daniël van Noord2022-07-035-17/+62
* | Prevent creating `Instance` that proxies another `Instance` when inferring `_...Jacob Walls2022-07-023-3/+23