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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move skip in `ArgumentsNodeTC` to correct function (#1222)
Daniël van Noord
2021-10-24
1
-3
/
+3
*
Add test for __members__ (#1216)
Joshua Cannon
2021-10-21
1
-0
/
+15
*
Bump astroid to 2.8.3, update changelog
v2.8.3
Pierre Sassoulas
2021-10-17
12
-12
/
+13
*
Fix regression with import resolver (#1211)
Daniël van Noord
2021-10-17
8
-0
/
+9
*
Fix crash with invalid field call (#1212)
Marc Mueller
2021-10-15
1
-0
/
+17
*
Revert "Fix regression with import resolver"
Marc Mueller
2021-10-12
8
-7
/
+0
*
Fix regression with import resolver
Daniël van Noord
2021-10-12
8
-0
/
+7
*
Add recognition of previous partial args/kwargs when chaining (#1209)
Craig Franklin
2021-10-10
1
-0
/
+28
*
Bump astroid to 2.8.2, update changelog
v2.8.2
Pierre Sassoulas
2021-10-07
1
-1
/
+1
*
Bump astroid to 2.8.1, update changelog
v2.8.1-rc1
Pierre Sassoulas
2021-10-06
13
-3
/
+17
*
Fix regression introduced by #1186 and add tests (#1204)
Daniël van Noord
2021-10-06
5
-0
/
+17
*
Fix ``relative-beyond-top-level`` false positive (#1186)
Daniël van Noord
2021-10-05
5
-0
/
+20
*
Bug pylint 4326 (#1183)
hippo91
2021-10-05
2
-2
/
+110
*
Improve brain for typing.Callable + typing.Type (#1192)
Marc Mueller
2021-09-29
1
-2
/
+28
*
Feature / Bug Fix: Brain for the stdlib signal module (#1172)
SupImDos
2021-09-29
1
-0
/
+41
*
continuing #839: Extend attrs brain to support provisional APIs (#1187)
Jonathan Striebel
2021-09-28
1
-2
/
+23
*
Bug pylint 4960 (#1176)
hippo91
2021-09-25
1
-0
/
+53
*
Fix regression on Compare node inference (#1185)
Daniël van Noord
2021-09-21
1
-0
/
+12
*
Fix regression on ClassDef inference (#1181)
Daniël van Noord
2021-09-17
1
-0
/
+5
*
Add f-strings with `flynt`
Daniël van Noord
2021-09-17
10
-80
/
+47
*
Fix all R6201: Consider using set for membership
Pierre Sassoulas
2021-09-17
1
-2
/
+2
*
Add typing to scope() (#1170)
Daniël van Noord
2021-09-15
4
-4
/
+1
*
Bump astroid to 2.8.0, update changelog
v2.8.0
Pierre Sassoulas
2021-09-14
3
-1
/
+3
*
Add inference of Compare nodes (#979)
Andrew Haigh
2021-09-14
1
-2
/
+257
*
Add typing in tests directory (#1163)
Pierre Sassoulas
2021-09-14
21
-1133
/
+1338
*
Fix crash on datafields (#1165)
Daniël van Noord
2021-09-13
1
-0
/
+18
*
Support pyz imports (#1161)
grayjk
2021-09-10
1
-0
/
+15
*
Recognize nested classes in classes inherited from NamedTuple
Dimitri Prybysh
2021-09-06
1
-0
/
+21
*
Import from astroid.nodes everywhere in the tests
Pierre Sassoulas
2021-09-04
6
-77
/
+76
*
Deprecate some default values for node init calls (#1157)
Marc Mueller
2021-09-02
2
-4
/
+101
*
astroid.context: import object one by one instead of the entire module
Pierre Sassoulas
2021-08-30
1
-6
/
+14
*
Bug pylint 3342 (#1148)
hippo91
2021-08-29
1
-0
/
+38
*
Bug pylint 4896 (#1154)
hippo91
2021-08-29
1
-0
/
+106
*
Fixed inference bug with chained attributes and inheritance
David Liu
2021-08-28
1
-0
/
+30
*
Fixed inference bug with unbound inherited methods
David Liu
2021-08-28
1
-1
/
+126
*
Fix bug in attribute inference from inside method calls.
David Liu
2021-08-28
2
-3
/
+427
*
Relax dataclass filter for Uninferable nodes. (#1144)
David Liu
2021-08-27
1
-62
/
+131
*
Add filter for abc.collections in dataclass inference
David Liu
2021-08-22
1
-4
/
+5
*
Generate synthetic __init__ method for dataclasses
David Liu
2021-08-20
1
-0
/
+278
*
Replace the constant BUILTINS by the string 'builtins'
Pierre Sassoulas
2021-08-19
9
-53
/
+48
*
Fix Cannot infer type of lambda
Pierre Sassoulas
2021-08-18
1
-1
/
+1
*
Fix Cannot resolve name "builder" (possible cyclic definition)
Pierre Sassoulas
2021-08-18
1
-3
/
+3
*
Fix expression has type "str", base class "_NodeTest" defined the type as "None"
Pierre Sassoulas
2021-08-18
1
-1
/
+1
*
Bump astroid to 2.7.1, update changelog
v2.7.1
Pierre Sassoulas
2021-08-16
1
-1
/
+1
*
Restrict type inference of dataclass attributes. (#1130)
David Liu
2021-08-16
1
-0
/
+60
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
6
-6
/
+9
*
Add inference tips for dataclass attributes (#1126)
David Liu
2021-08-16
2
-45
/
+237
*
Bug pylint 4060 (#1127)
hippo91
2021-08-15
1
-0
/
+30
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-08-12
1
-1
/
+1
*
Remove early return in _is_enum_subclass
David Liu
2021-08-12
1
-5
/
+27
[next]