index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't add ``KW_ONLY`` fields to dataclass fields (#1746)
Daniël van Noord
2022-08-22
1
-2
/
+16
*
Fix crash with inference of type-annotated Enum classes (#1743)
Mark Byrne
2022-08-19
1
-1
/
+1
*
Fix a crash inferring invalid string formatting with `%`
Jacob Walls
2022-08-12
1
-1
/
+1
*
Fix crash in `ExplicitNamespacePackageFinder` (#1714)
Jacob Walls
2022-08-09
1
-4
/
+5
*
Fix false positive with inference of type-annotated Enum classes. (#1734)
Mark Byrne
2022-08-07
1
-1
/
+1
*
Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)
Tim Paine
2022-07-23
1
-2
/
+2
*
Add some implicit typing (#1706)
Daniël van Noord
2022-07-11
5
-40
/
+41
*
Catch RecursionError in ``raise_if_nothing_inferred`` (#1705)
Daniël van Noord
2022-07-11
1
-0
/
+4
*
Prevent applying boolean ops to `NotImplemented` (#1702)
Jacob Walls
2022-07-10
1
-3
/
+6
*
Only infer module operations on string ``Const`` nodes (#1701)
Daniël van Noord
2022-07-10
1
-1
/
+5
*
Make the potential attributes of all exceptions explicit
Daniël van Noord
2022-07-10
1
-34
/
+166
*
Fix a crash when inferring old-style string formatting (`%`) using tuples (#1...
Jacob Walls
2022-07-09
1
-0
/
+2
*
Fix a crash when `None` participates in a `**` expression (#1696)
Jacob Walls
2022-07-09
1
-0
/
+2
*
Fix a crash involving properties within `if` blocks
Jacob Walls
2022-07-09
1
-1
/
+1
*
Bump astroid to 2.13.0-dev0, update changelog
Daniël van Noord
2022-07-09
1
-1
/
+1
*
Bump astroid to 2.12.0, update changelog
v2.12.0
Daniël van Noord
2022-07-09
1
-1
/
+1
*
Fix a crash involving properties within ``try ... except`` blocks
Daniël van Noord
2022-07-08
1
-0
/
+3
*
Call ``Instance.__init__`` in ``nodes.Const``
Daniël van Noord
2022-07-06
2
-2
/
+14
*
Add ``__init__`` to the ``ObjectModel`` and return ``BoundMethods`` (#1687)
Daniël van Noord
2022-07-06
1
-36
/
+41
*
Fix order of attribute look ups for Super (#1686)
Daniël van Noord
2022-07-06
1
-3
/
+10
*
Fix ``pylint`` issues and remove useless disables
Daniël van Noord
2022-07-06
1
-3
/
+0
*
Add brain for numpy core module ``einsumfunc``. (#1656)
Mark Byrne
2022-07-06
1
-0
/
+27
*
Add ``__new__`` and ``__call__`` to``ObjectModel`` and ``ClassModel`` (#1606)
Daniël van Noord
2022-07-03
3
-17
/
+42
*
Prevent creating `Instance` that proxies another `Instance` when inferring `_...
Jacob Walls
2022-07-02
1
-3
/
+9
*
Add typing and small refactors to ``namedtuple`` brain (#1681)
Daniël van Noord
2022-07-01
2
-12
/
+12
*
Refactor field inference to ``_get_namedtuple_fields`` (#1413)
Daniël van Noord
2022-07-01
1
-9
/
+23
*
Update `subprocess.Popen` args for Python 3.9+ (#1679)
Jacob Walls
2022-06-30
1
-4
/
+12
*
Add typing to `ClassDef._metaclass` (#1675)
Daniël van Noord
2022-06-29
1
-4
/
+2
*
Add typing to `ClassDef.ancestors` (#1676)
Daniël van Noord
2022-06-29
2
-9
/
+8
*
Add typing to ``_function_type`` and ``_build_proxy_class``
Daniël van Noord
2022-06-29
3
-5
/
+7
*
Add typing to ``Proxy._proxied`` (#1673)
Daniël van Noord
2022-06-29
1
-3
/
+7
*
Avoid inferring all subscripted names in `pathlib` brain (#1671)
Jacob Walls
2022-06-29
1
-3
/
+1
*
Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657) (#1668)
Daniël van Noord
2022-06-25
2
-19
/
+31
*
Type infer_unary_op (#1664)
Daniël van Noord
2022-06-25
3
-9
/
+38
*
Fix inference of living container elements (#1663)
Daniël van Noord
2022-06-25
1
-7
/
+34
*
Refs #1662: Condition `usedforsecurity` support on Py3.9+ (#1665)
Jacob Walls
2022-06-25
1
-5
/
+7
*
Revert "Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657...
Marc Mueller
2022-06-25
2
-34
/
+27
*
`hashlib`: Add support for `usedforsecurity` keyword (#1662)
Jacob Walls
2022-06-25
1
-3
/
+3
*
Type ``_infer`` of binary operation nodes (#1659)
Daniël van Noord
2022-06-25
2
-20
/
+46
*
Type _infer of the last nodes (#1661)
Daniël van Noord
2022-06-25
1
-18
/
+19
*
Fix the qt brain for Signals on PySide 2 and 6 (#1654)
adam-grant-hendry
2022-06-25
1
-5
/
+11
*
Type ``_infer`` of Attribute, AssignAttr, Global and Subscript (#1657)
Daniël van Noord
2022-06-24
2
-27
/
+34
*
Type ``_infer`` of ``BoolOp`` (#1658)
Daniël van Noord
2022-06-24
1
-5
/
+7
*
Type ``_infer`` of ``Call``, ``Import`` and ``ImportFrom`` (#1653)
Daniël van Noord
2022-06-24
2
-16
/
+25
*
Fix typing of ``_infer`` to allow a return value in the ``Generator``
Daniël van Noord
2022-06-23
3
-10
/
+9
*
Revert #893: Avoid setting a Call as a base for metaclasses from six.with_met...
Jacob Walls
2022-06-23
1
-0
/
+1
*
Add typing to ``const_factory`` (#1650)
Daniël van Noord
2022-06-22
2
-54
/
+28
*
Add typing to Name._infer and AssignName.infer_lhs (#1651)
Daniël van Noord
2022-06-22
2
-7
/
+21
*
Fix type issue in TreeRebuilder added with change to Dict.items
Marc Mueller
2022-06-22
1
-1
/
+4
*
Avoid performing `**` operations on values greater than 1e5
Jacob Walls
2022-06-21
1
-0
/
+7
[next]