summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Don't add ``KW_ONLY`` fields to dataclass fields (#1746)Daniël van Noord2022-08-221-2/+16
* Fix crash with inference of type-annotated Enum classes (#1743)Mark Byrne2022-08-191-1/+1
* Fix a crash inferring invalid string formatting with `%`Jacob Walls2022-08-121-1/+1
* Fix crash in `ExplicitNamespacePackageFinder` (#1714)Jacob Walls2022-08-091-4/+5
* Fix false positive with inference of type-annotated Enum classes. (#1734)Mark Byrne2022-08-071-1/+1
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-07-231-2/+2
* Add some implicit typing (#1706)Daniël van Noord2022-07-115-40/+41
* Catch RecursionError in ``raise_if_nothing_inferred`` (#1705)Daniël van Noord2022-07-111-0/+4
* Prevent applying boolean ops to `NotImplemented` (#1702)Jacob Walls2022-07-101-3/+6
* Only infer module operations on string ``Const`` nodes (#1701)Daniël van Noord2022-07-101-1/+5
* Make the potential attributes of all exceptions explicitDaniël van Noord2022-07-101-34/+166
* Fix a crash when inferring old-style string formatting (`%`) using tuples (#1...Jacob Walls2022-07-091-0/+2
* Fix a crash when `None` participates in a `**` expression (#1696)Jacob Walls2022-07-091-0/+2
* Fix a crash involving properties within `if` blocksJacob Walls2022-07-091-1/+1
* Bump astroid to 2.13.0-dev0, update changelogDaniël van Noord2022-07-091-1/+1
* Bump astroid to 2.12.0, update changelogv2.12.0Daniël van Noord2022-07-091-1/+1
* Fix a crash involving properties within ``try ... except`` blocksDaniël van Noord2022-07-081-0/+3
* 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-061-36/+41
* Fix order of attribute look ups for Super (#1686)Daniël van Noord2022-07-061-3/+10
* Fix ``pylint`` issues and remove useless disablesDaniël van Noord2022-07-061-3/+0
* Add brain for numpy core module ``einsumfunc``. (#1656)Mark Byrne2022-07-061-0/+27
* Add ``__new__`` and ``__call__`` to``ObjectModel`` and ``ClassModel`` (#1606)Daniël van Noord2022-07-033-17/+42
* Prevent creating `Instance` that proxies another `Instance` when inferring `_...Jacob Walls2022-07-021-3/+9
* Add typing and small refactors to ``namedtuple`` brain (#1681)Daniël van Noord2022-07-012-12/+12
* Refactor field inference to ``_get_namedtuple_fields`` (#1413)Daniël van Noord2022-07-011-9/+23
* Update `subprocess.Popen` args for Python 3.9+ (#1679)Jacob Walls2022-06-301-4/+12
* Add typing to `ClassDef._metaclass` (#1675)Daniël van Noord2022-06-291-4/+2
* Add typing to `ClassDef.ancestors` (#1676)Daniël van Noord2022-06-292-9/+8
* Add typing to ``_function_type`` and ``_build_proxy_class``Daniël van Noord2022-06-293-5/+7
* Add typing to ``Proxy._proxied`` (#1673)Daniël van Noord2022-06-291-3/+7
* Avoid inferring all subscripted names in `pathlib` brain (#1671)Jacob Walls2022-06-291-3/+1
* Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657) (#1668)Daniël van Noord2022-06-252-19/+31
* Type infer_unary_op (#1664)Daniël van Noord2022-06-253-9/+38
* Fix inference of living container elements (#1663)Daniël van Noord2022-06-251-7/+34
* Refs #1662: Condition `usedforsecurity` support on Py3.9+ (#1665)Jacob Walls2022-06-251-5/+7
* Revert "Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657...Marc Mueller2022-06-252-34/+27
* `hashlib`: Add support for `usedforsecurity` keyword (#1662)Jacob Walls2022-06-251-3/+3
* Type ``_infer`` of binary operation nodes (#1659)Daniël van Noord2022-06-252-20/+46
* Type _infer of the last nodes (#1661)Daniël van Noord2022-06-251-18/+19
* Fix the qt brain for Signals on PySide 2 and 6 (#1654)adam-grant-hendry2022-06-251-5/+11
* Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657)Daniël van Noord2022-06-242-27/+34
* Type ``_infer`` of ``BoolOp`` (#1658)Daniël van Noord2022-06-241-5/+7
* Type ``_infer`` of ``Call``, ``Import`` and ``ImportFrom`` (#1653)Daniël van Noord2022-06-242-16/+25
* Fix typing of ``_infer`` to allow a return value in the ``Generator``Daniël van Noord2022-06-233-10/+9
* Revert #893: Avoid setting a Call as a base for metaclasses from six.with_met...Jacob Walls2022-06-231-0/+1
* Add typing to ``const_factory`` (#1650)Daniël van Noord2022-06-222-54/+28
* Add typing to Name._infer and AssignName.infer_lhs (#1651)Daniël van Noord2022-06-222-7/+21
* Fix type issue in TreeRebuilder added with change to Dict.itemsMarc Mueller2022-06-221-1/+4
* Avoid performing `**` operations on values greater than 1e5Jacob Walls2022-06-211-0/+7