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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash involving `Uninferable` args to `namedtuple` (#1763)
Jacob Walls
2022-09-04
1
-0
/
+2
*
Merge branch 'maintenance/2.12.x' following 2.12.5 release
Pierre Sassoulas
2022-08-29
1
-1
/
+7
|
\
|
*
Bump astroid to 2.12.5, update changelog
v2.12.5
Pierre Sassoulas
2022-08-29
1
-1
/
+7
|
*
Prevent first-party imports from being resolved to `site-packages` (#1756)
Jacob Walls
2022-08-29
1
-0
/
+5
|
*
Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
Jacob Walls
2022-08-29
1
-0
/
+4
*
|
Prevent first-party imports from being resolved to `site-packages` (#1756)
Jacob Walls
2022-08-29
1
-0
/
+5
*
|
Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
Jacob Walls
2022-08-27
1
-0
/
+4
*
|
Merge branch 'maintenance/2.12.x' following 2.12.4 release
Pierre Sassoulas
2022-08-25
1
-1
/
+7
|
\
\
|
|
/
|
*
Bump astroid to 2.12.4, update changelog
v2.12.4
Pierre Sassoulas
2022-08-25
1
-1
/
+7
|
*
Fix crash involving non-standard type comments (#1753)
Daniël van Noord
2022-08-25
1
-0
/
+3
*
|
Fix crash involving non-standard type comments (#1753)
Daniël van Noord
2022-08-25
1
-0
/
+3
*
|
Don't rely on the module cache when "importing self" (#1747)
Daniël van Noord
2022-08-23
1
-0
/
+5
|
/
*
Bump astroid to 2.12.3, update changelog
v2.12.3
Pierre Sassoulas
2022-08-23
1
-1
/
+7
*
Fix false positive with inference of `http` module (#1742)
Mark Byrne
2022-08-23
1
-0
/
+4
*
Don't add ``KW_ONLY`` fields to dataclass fields (#1746)
Daniël van Noord
2022-08-23
1
-0
/
+4
*
Bump ``wrapt`` to ``1.14`` (#1745)
Daniël van Noord
2022-08-23
1
-0
/
+3
*
Fix crash with inference of type-annotated Enum classes (#1743)
Mark Byrne
2022-08-23
1
-0
/
+2
*
Fix a crash inferring invalid string formatting with `%`
Jacob Walls
2022-08-23
1
-0
/
+4
*
Fix crash in `ExplicitNamespacePackageFinder` (#1714)
Jacob Walls
2022-08-23
1
-0
/
+4
*
Fix false positive with inference of type-annotated Enum classes. (#1734)
Mark Byrne
2022-08-23
1
-0
/
+3
*
Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)
Tim Paine
2022-08-23
1
-0
/
+3
*
Bump astroid to 2.12.2, update changelog
v2.12.2
Pierre Sassoulas
2022-07-12
1
-1
/
+7
*
Catch RecursionError in ``raise_if_nothing_inferred`` (#1705)
Daniël van Noord
2022-07-12
1
-0
/
+4
*
Only infer module operations on string ``Const`` nodes (#1701)
Daniël van Noord
2022-07-12
1
-0
/
+2
*
Bump astroid to 2.12.1, update changelog
v2.12.1
Pierre Sassoulas
2022-07-10
1
-1
/
+7
*
Fix a crash when inferring old-style string formatting (`%`) using tuples (#1...
Jacob Walls
2022-07-10
1
-0
/
+2
*
Fix a crash when `None` participates in a `**` expression (#1696)
Jacob Walls
2022-07-10
1
-0
/
+3
*
Fix a crash involving properties within `if` blocks
Jacob Walls
2022-07-10
1
-0
/
+1
*
Bump astroid to 2.12.0, update changelog
v2.12.0
Daniël van Noord
2022-07-09
1
-1
/
+13
*
Remove ``2.11.8`` ChangeLog
Daniël van Noord
2022-07-09
1
-7
/
+0
*
Merge branch 'maintenance/2.11.x' of https://github.com/PyCQA/astroid
Daniël van Noord
2022-07-09
1
-10
/
+16
|
\
|
*
Bump astroid to 2.11.7, update changelog
v2.11.7
Daniël van Noord
2022-07-09
1
-1
/
+7
|
*
Update `subprocess.Popen` args for Python 3.9+ (#1679)
Jacob Walls
2022-07-09
1
-0
/
+4
|
*
`hashlib`: Add support for `usedforsecurity` keyword (#1662)
Jacob Walls
2022-07-09
1
-0
/
+3
*
|
Fix a crash involving properties within ``try ... except`` blocks
Daniël van Noord
2022-07-08
1
-0
/
+4
*
|
Add ``__init__`` to the ``ObjectModel`` and return ``BoundMethods`` (#1687)
Daniël van Noord
2022-07-06
1
-0
/
+3
*
|
Add brain for numpy core module ``einsumfunc``. (#1656)
Mark Byrne
2022-07-06
1
-0
/
+4
*
|
Add ``__new__`` and ``__call__`` to``ObjectModel`` and ``ClassModel`` (#1606)
Daniël van Noord
2022-07-03
1
-0
/
+2
*
|
Prevent creating `Instance` that proxies another `Instance` when inferring `_...
Jacob Walls
2022-07-02
1
-0
/
+5
*
|
Update `subprocess.Popen` args for Python 3.9+ (#1679)
Jacob Walls
2022-06-30
1
-0
/
+4
*
|
Fix inference of living container elements (#1663)
Daniël van Noord
2022-06-25
1
-0
/
+3
*
|
`hashlib`: Add support for `usedforsecurity` keyword (#1662)
Jacob Walls
2022-06-25
1
-0
/
+3
*
|
Fix the qt brain for Signals on PySide 2 and 6 (#1654)
adam-grant-hendry
2022-06-25
1
-0
/
+4
*
|
Revert #893: Avoid setting a Call as a base for metaclasses from six.with_met...
Jacob Walls
2022-06-23
1
-0
/
+4
*
|
Avoid performing `**` operations on values greater than 1e5
Jacob Walls
2022-06-21
1
-0
/
+5
*
|
Move ``Mixins`` to ``_base_nodes`` (#1635)
Daniël van Noord
2022-06-20
1
-0
/
+4
*
|
Infer modulo operations on strings (#1617)
Daniël van Noord
2022-06-17
1
-0
/
+4
*
|
Merge branch 'maintenance/2.11.x' into main
Pierre Sassoulas
2022-06-13
1
-1
/
+7
|
\
\
|
|
/
|
*
Bump astroid to 2.11.6, update changelog
v2.11.6
Pierre Sassoulas
2022-06-13
1
-1
/
+7
|
*
`argparse` brain: avoid spurious addition of "namespace" to function locals
Jacob Walls
2022-06-13
1
-0
/
+4
[next]