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
*
Merge branch 'maintenance/2.15.x' following 2.15.2 release
Pierre Sassoulas
2023-04-03
1
-1
/
+7
|
\
|
*
Bump astroid to 2.15.2, update changelog
v2.15.2
Pierre Sassoulas
2023-04-02
1
-1
/
+7
|
*
Support attrs decorators even if they are imported from attrs (#2059) (#2073)
Pierre Sassoulas
2023-04-01
1
-0
/
+3
*
|
Clean up the constructors of ``If`` and ``IfExp`` (#2076)
Daniël van Noord
2023-04-02
1
-0
/
+7
*
|
Remove dependency on ``wrapt``
Daniël van Noord
2023-04-01
1
-0
/
+2
*
|
Remove `cached` decorator
Jacob Walls
2023-04-01
1
-0
/
+3
*
|
Support attrs decorators even if they are imported from attrs (#2059)
alm
2023-04-01
1
-0
/
+3
*
|
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
1
-257
/
+257
|
/
*
Bump astroid to 2.15.1, update changelog
v2.15.1
Pierre Sassoulas
2023-03-26
1
-1
/
+7
*
Restore setting a Call as a base for classes using `six.with_metaclass` (#204...
github-actions[bot]
2023-03-26
1
-0
/
+6
*
Bump astroid to 2.15.0, update changelog (#2045)
v2.15.0
Pierre Sassoulas
2023-03-06
1
-1
/
+17
*
Clear context cache in AstroidManager.clear_cache()
Jacob Walls
2023-03-04
1
-0
/
+4
*
Infer returns from match cases (#2042)
Jacob Walls
2023-03-03
1
-0
/
+4
*
Fix `are_exclusive` function for walrus operator (#2023)
ostr00000
2023-02-13
1
-0
/
+3
*
Update ``FormattedValue.postinit`` and its brain (#2029)
Daniël van Noord
2023-02-13
1
-0
/
+5
*
Replace and deprecate modutils.is_standard_module() (#2015)
Avram Lubkin
2023-02-12
1
-0
/
+6
*
Merge branch 'maintenance/2.14.x' following 2.14.2 release
Pierre Sassoulas
2023-02-12
1
-1
/
+2
|
\
|
*
Bump astroid to 2.14.2, update changelog
v2.14.2
Pierre Sassoulas
2023-02-12
1
-1
/
+4
|
*
Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...
github-actions[bot]
2023-02-12
1
-0
/
+3
*
|
Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...
Pierre Sassoulas
2023-02-12
1
-0
/
+3
*
|
Add support for keyword only argument default values
Daniël van Noord
2023-02-05
1
-0
/
+3
*
|
Create ``UninferableBase``
Daniël van Noord
2023-02-05
1
-0
/
+5
*
|
Add support for custom import hooks (#1752)
Daniël van Noord
2023-02-05
1
-0
/
+3
|
/
*
Release 2.14.1 (#2004)
v2.14.1
Marc Mueller
2023-01-31
1
-2
/
+7
*
Merge remote-tracking branch 'upstream/maintenance/2.13.x' into maintenance/2...
Marc Mueller
2023-01-31
1
-0
/
+7
|
\
|
*
Release 2.13.5 (#2003)
v2.13.5
Marc Mueller
2023-01-31
1
-2
/
+7
|
*
[Backport 2.13.x] Revert CallContext change since it caused a RecursionError ...
Marc Mueller
2023-01-31
1
-0
/
+2
*
|
Revert CallContext change since it caused a RecursionError regression (#2000)...
github-actions[bot]
2023-01-31
1
-0
/
+2
*
|
Release 2.14.0 (#1998)
v2.14.0
Marc Mueller
2023-01-31
1
-5
/
+15
*
|
Merge remote-tracking branch 'upstream/maintenance/2.13.x'
Marc Mueller
2023-01-31
1
-1
/
+7
|
\
\
|
|
/
|
*
Bump astroid to 2.13.4, update changelog (#1997)
v2.13.4
Marc Mueller
2023-01-31
1
-1
/
+7
|
*
Add Lock to multiprocessing (#1976) (#1996)
github-actions[bot]
2023-01-31
1
-0
/
+4
|
*
Preserve parent CallContext when inferring nested functions (#1982) (#1983)
github-actions[bot]
2023-01-29
1
-1
/
+4
|
*
Fix PyPy ClassDef.fromlino with decorators (#1979) (#1980)
github-actions[bot]
2023-01-28
1
-0
/
+2
|
*
Fix issues with `typing_extensions.TypeVar` (#1973) (#1974)
github-actions[bot]
2023-01-22
1
-0
/
+2
*
|
Add Lock to multiprocessing (#1976)
Dani Alcala
2023-01-31
1
-0
/
+4
*
|
Add support for binary union types - Python 3.10 (#1977)
Marc Mueller
2023-01-30
1
-0
/
+3
*
|
Revert "Set higher recusion limit (2**12) for PyPy (#1984)"
Marc Mueller
2023-01-29
1
-3
/
+0
*
|
Set higher recusion limit (2**12) for PyPy (#1984)
Marc Mueller
2023-01-29
1
-0
/
+3
*
|
Preserve parent CallContext when inferring nested functions (#1982)
Marc Mueller
2023-01-29
1
-1
/
+4
*
|
Fix PyPy ClassDef.fromlino with decorators (#1979)
Marc Mueller
2023-01-28
1
-0
/
+2
*
|
Fix issues with `typing_extensions.TypeVar` (#1973)
Marc Mueller
2023-01-22
1
-0
/
+2
|
/
*
Bump astroid to 2.13.3, update changelog
v2.13.3
Pierre Sassoulas
2023-01-20
1
-1
/
+7
*
Fix order of overwritten attributes in inherited dataclasses (#1970) (#1972)
Mark Byrne
2023-01-18
1
-0
/
+4
*
Fix a false positive with user-defined `Enum` class (#1967)
Mark Byrne
2023-01-18
1
-0
/
+5
*
Do not require typing_extensions on Python 3.11
Michal Vasilek
2023-01-15
1
-0
/
+2
*
Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised unexpecte...
github-actions[bot]
2023-01-10
1
-0
/
+2
*
Bump astroid to 2.13.2, update changelog
v2.13.2
Pierre Sassoulas
2023-01-08
1
-1
/
+7
*
Remove typing_extensions from the tests requirements (#1944) (#1946)
github-actions[bot]
2023-01-08
1
-0
/
+4
*
Bump astroid to 2.13.1, update changelog (#1943)
v2.13.1
Pierre Sassoulas
2023-01-08
1
-1
/
+9
[next]