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
*
Upgrade the version to 2.8.6-dev0 following 2.8.5 release
Pierre Sassoulas
2021-11-12
1
-1
/
+1
*
Bump astroid to 2.8.5, update changelog
v2.8.5
Pierre Sassoulas
2021-11-12
6
-5
/
+6
*
Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)
Daniël van Noord
2021-11-12
1
-3
/
+41
*
Fix crash on inference of __len__ (#1234)
Daniël van Noord
2021-11-08
1
-1
/
+1
*
Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)
Daniël van Noord
2021-11-07
3
-9
/
+105
*
Small changes (#1232)
Marc Mueller
2021-11-06
2
-2
/
+3
*
Move back to a dev version following 2.8.4 release
Pierre Sassoulas
2021-10-25
1
-1
/
+1
*
Bump astroid to 2.8.4, update changelog
v2.8.4
Pierre Sassoulas
2021-10-25
5
-5
/
+6
*
Refactor and add typing to ``NodeNG.frame()`` (#1225)
Daniël van Noord
2021-10-25
2
-26
/
+45
*
Add assignment expressions to correct ``locals`` for certain parents (#1213)
Daniël van Noord
2021-10-25
1
-0
/
+13
*
Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)
Daniël van Noord
2021-10-24
1
-0
/
+40
*
Refactor and remove ``redefined-variable-type`` disable
Daniël van Noord
2021-10-24
2
-5
/
+5
*
Update brain_typing.py (#1220)
Redoubts
2021-10-23
1
-1
/
+1
*
Move back to a dev version following 2.8.3 release
Pierre Sassoulas
2021-10-17
1
-1
/
+1
*
Bump astroid to 2.8.3, update changelog
v2.8.3
Pierre Sassoulas
2021-10-17
17
-16
/
+17
*
Fix regression with import resolver (#1211)
Daniël van Noord
2021-10-17
1
-6
/
+7
*
Fix crash with invalid field call (#1212)
Marc Mueller
2021-10-15
1
-0
/
+1
*
Revert "Fix regression with import resolver"
Marc Mueller
2021-10-12
1
-7
/
+6
*
Fix regression with import resolver
Daniël van Noord
2021-10-12
1
-6
/
+7
*
Add recognition of previous partial args/kwargs when chaining (#1209)
Craig Franklin
2021-10-10
1
-1
/
+11
*
Move back to a dev version following 2.8.2 release
Pierre Sassoulas
2021-10-07
1
-1
/
+1
*
Bump astroid to 2.8.2, update changelog
v2.8.2
Pierre Sassoulas
2021-10-07
1
-1
/
+1
*
Better deprecation messages for guard functions (#1205)
Marc Mueller
2021-10-07
1
-2
/
+6
*
Move back to a dev version following 2.8.1 release
v2.8.1
Pierre Sassoulas
2021-10-06
1
-1
/
+1
*
Bump astroid to 2.8.1, update changelog
v2.8.1-rc1
Pierre Sassoulas
2021-10-06
20
-12
/
+26
*
Fix regression introduced by #1186 and add tests (#1204)
Daniël van Noord
2021-10-06
1
-1
/
+1
*
Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)
Pierre Sassoulas
2021-10-06
1
-0
/
+9
*
Fix ``relative-beyond-top-level`` false positive (#1186)
Daniël van Noord
2021-10-05
1
-2
/
+10
*
Bug pylint 4326 (#1183)
hippo91
2021-10-05
3
-5
/
+45
*
Improve brain for typing.Callable + typing.Type (#1192)
Marc Mueller
2021-09-29
1
-14
/
+33
*
Feature / Bug Fix: Brain for the stdlib signal module (#1172)
SupImDos
2021-09-29
1
-0
/
+117
*
continuing #839: Extend attrs brain to support provisional APIs (#1187)
Jonathan Striebel
2021-09-28
1
-2
/
+12
*
[pre-commit.ci] pre-commit autoupdate (#1191)
pre-commit-ci[bot]
2021-09-28
1
-1
/
+1
*
Remove deprecation warning raised by own astroid code (#1190)
Pierre Sassoulas
2021-09-25
1
-2
/
+1
*
Bug pylint 4960 (#1176)
hippo91
2021-09-25
2
-4
/
+28
*
Fix regression on Compare node inference (#1185)
Daniël van Noord
2021-09-21
1
-1
/
+2
*
Small improvements to Compare infer (#1182)
Marc Mueller
2021-09-18
1
-3
/
+5
*
Fix regression on ClassDef inference (#1181)
Daniël van Noord
2021-09-17
1
-1
/
+2
*
Support dataclass inference for pydantic.dataclasses.
David Liu
2021-09-17
1
-7
/
+6
*
Add f-strings with `flynt`
Daniël van Noord
2021-09-17
12
-117
/
+77
*
Fix all R6201: Consider using set for membership
Pierre Sassoulas
2021-09-17
10
-15
/
+15
*
Add typing to scope() (#1170)
Daniël van Noord
2021-09-15
5
-13
/
+61
*
Add Arguments typing to Lambda + FunctionDef (#1174)
Daniël van Noord
2021-09-15
1
-19
/
+5
*
Bump astroid to 2.8.0, update changelog
v2.8.0
Pierre Sassoulas
2021-09-14
10
-7
/
+11
*
Add inference of Compare nodes (#979)
Andrew Haigh
2021-09-14
1
-0
/
+94
*
Add node_ancestors method (#1169)
Nick Drozd
2021-09-13
2
-12
/
+11
*
Add typing to NodeNG.nodes_of_class (#1168)
Daniël van Noord
2021-09-13
2
-11
/
+53
*
Fix crash on datafields (#1165)
Daniël van Noord
2021-09-13
1
-2
/
+10
*
Support pyz imports (#1161)
grayjk
2021-09-10
1
-1
/
+1
*
Recognize nested classes in classes inherited from NamedTuple
Dimitri Prybysh
2021-09-06
1
-7
/
+7
[next]