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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Statement to the astroid.nodes API
import-from-astroid-nodes-in-test-directory
Pierre Sassoulas
2021-09-04
1
-0
/
+2
*
Import from astroid.nodes everywhere in the tests
Pierre Sassoulas
2021-09-04
7
-77
/
+78
*
Deprecate some default values for node init calls (#1157)
Marc Mueller
2021-09-02
7
-8
/
+193
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-08-30
1
-2
/
+2
*
Move back to a dev version following 2.7.3 release
Pierre Sassoulas
2021-08-30
2
-2
/
+2
*
Bump astroid to 2.7.3, update changelog
v2.7.3
Pierre Sassoulas
2021-08-30
12
-10
/
+22
*
Import from astroid.nodes directly
Pierre Sassoulas
2021-08-30
1
-1
/
+1
*
Use TYPE_CHECKING guard to remove a circular import
Pierre Sassoulas
2021-08-30
1
-2
/
+4
*
astroid.context: import object one by one instead of the entire module
Pierre Sassoulas
2021-08-30
9
-65
/
+78
*
Do not import entire module in astroid/bases.py
Pierre Sassoulas
2021-08-30
1
-27
/
+33
*
Do not import entire module in astroid/arguments.py
Pierre Sassoulas
2021-08-30
1
-26
/
+25
*
Import specific objects instead of the whole base package
Pierre Sassoulas
2021-08-30
1
-5
/
+5
*
More precise import in astroid/bases.py for a circulat import
Pierre Sassoulas
2021-08-30
1
-2
/
+2
*
Bug pylint 3342 (#1148)
hippo91
2021-08-29
7
-11
/
+83
*
Bug pylint 4896 (#1154)
hippo91
2021-08-29
3
-0
/
+188
*
Fixed inference bug with chained attributes and inheritance
David Liu
2021-08-28
3
-17
/
+36
*
Fixed inference bug with unbound inherited methods
David Liu
2021-08-28
3
-5
/
+140
*
Fix bug in attribute inference from inside method calls.
David Liu
2021-08-28
9
-25
/
+474
*
Rewrite while-loop (#1147)
Nick Drozd
2021-08-27
1
-9
/
+2
*
Relax dataclass filter for Uninferable nodes. (#1144)
David Liu
2021-08-27
3
-95
/
+175
*
Removed mutable default value in _inference_tip_cache (#1139)
Sergei Lebedev
2021-08-27
2
-18
/
+17
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-08-23
1
-1
/
+1
*
Add filter for abc.collections in dataclass inference
David Liu
2021-08-22
3
-4
/
+10
*
Remove constraint on numpy for 3.10
Marc Mueller
2021-08-21
1
-4
/
+1
*
Upgrade pylint checks to 2.10.0
Pierre Sassoulas
2021-08-21
3
-3
/
+3
*
Fix bug in bump_changelog for version with 10 in it
Pierre Sassoulas
2021-08-21
2
-3
/
+4
*
Move back to a dev version following 2.7.2 release
Pierre Sassoulas
2021-08-20
2
-2
/
+2
*
Bump astroid to 2.7.2, update changelog
v2.7.2
Pierre Sassoulas
2021-08-20
4
-6
/
+15
*
Generate synthetic __init__ method for dataclasses
David Liu
2021-08-20
3
-25
/
+457
*
Temporary retro-compatibility with older pylint versions
Pierre Sassoulas
2021-08-19
2
-0
/
+2
*
Replace the constant BUILTINS by the string 'builtins'
Pierre Sassoulas
2021-08-19
16
-90
/
+81
*
Fix got "Tuple[int, ...]", expected "Tuple[int]"
Pierre Sassoulas
2021-08-18
1
-1
/
+1
*
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
*
Fix variable collision in _infer_stmts
Nick Drozd
2021-08-18
1
-2
/
+2
*
Make 4 spaces the default indent for AsStringVisitor
Pierre Sassoulas
2021-08-16
2
-2
/
+2
*
Make BaseContainer a public API
Pierre Sassoulas
2021-08-16
5
-6
/
+11
*
Fix shadowing of builtins vars in as_string
Pierre Sassoulas
2021-08-16
1
-2
/
+2
*
Use the AsStringVisitor directly in NodeNg
Pierre Sassoulas
2021-08-16
1
-2
/
+2
*
Ignore a warning not relevant to the Visitor pattern
Pierre Sassoulas
2021-08-16
1
-7
/
+3
*
Move astroid.as_string to the node packages
Pierre Sassoulas
2021-08-16
3
-8
/
+6
*
Remove a typo in ExceptHandler's docstring
Pierre Sassoulas
2021-08-16
1
-1
/
+1
*
Fix Unresolved reference 'astroid'
Pierre Sassoulas
2021-08-16
2
-3
/
+74
*
Add CONST_CLS and ComprehensionScope in astroid.nodes.__all__
Pierre Sassoulas
2021-08-16
1
-0
/
+2
*
Bump astroid to 2.7.1, update changelog
v2.7.1
Pierre Sassoulas
2021-08-16
9
-11
/
+16
*
Restrict type inference of dataclass attributes. (#1130)
David Liu
2021-08-16
3
-10
/
+104
*
Fixed import of LookupMixIn from astroid.node_classes
Ashley Whetter
2021-08-16
2
-0
/
+3
*
Move back to a dev version following 2.7.0 release
Pierre Sassoulas
2021-08-15
2
-2
/
+2
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
19
-26
/
+38
[next]