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
*
Replace the constant BUILTINS by the string 'builtins'
builtin-simplified
Pierre Sassoulas
2021-08-18
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
*
Add inference tips for dataclass attributes (#1126)
David Liu
2021-08-16
6
-81
/
+459
*
Add pylintrc config for typing extension (#1128)
Marc Mueller
2021-08-16
1
-0
/
+9
*
Bug pylint 4060 (#1127)
hippo91
2021-08-15
5
-2
/
+60
*
Enable some Pylint extensions
Nick Drozd
2021-08-14
2
-2
/
+4
*
[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
2
-29
/
+28
*
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2021-08-12
2
-11
/
+14
*
Support inference of Enum subclasses.
David Liu
2021-08-12
4
-9
/
+126
*
Create a file for NodeNG see #587
Pierre Sassoulas
2021-08-11
3
-667
/
+673
*
Create a astroid.nodes.const file for constants
Pierre Sassoulas
2021-08-11
2
-28
/
+30
*
Remove use of deprecated node_classes and scoped_node API in astroid
Pierre Sassoulas
2021-08-10
41
-370
/
+169
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-08-09
1
-1
/
+1
*
Fix rst syntax in Readme
Pierre Sassoulas
2021-08-06
1
-3
/
+3
*
Fix link to the Tidelift logo and subscription
Pierre Sassoulas
2021-08-06
1
-4
/
+4
*
Add an alt text for coverall badge
Pierre Sassoulas
2021-08-06
1
-0
/
+1
*
Add 'Pattern' to the astroid.nodes's API
Pierre Sassoulas
2021-08-05
4
-4
/
+7
*
Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'
Pierre Sassoulas
2021-08-05
10
-8378
/
+8812
*
Conditional test pickle (#935)
René Fritze
2021-08-05
3
-1
/
+38
*
Move back to a dev version following 2.6.6 release
Pierre Sassoulas
2021-08-03
2
-2
/
+2
*
Bump astroid to 2.6.6, update changelog
v2.6.6
Pierre Sassoulas
2021-08-03
18
-17
/
+30
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-08-02
1
-2
/
+2
*
Update pylint to 2.9.6 (#1114)
Marc Mueller
2021-08-02
8
-13
/
+10
*
Improve variable lookup to handle except clause variable scope
David Liu
2021-08-02
3
-1
/
+182
*
Improve variable lookup to handle function parameters being overwritten
David Liu
2021-08-02
4
-5
/
+142
*
Improve variable lookup to ignore exclusive statements
David Liu
2021-08-02
3
-3
/
+286
*
Fix incorrect scope for functools partials (#1097)
Alphadelta14
2021-08-01
4
-12
/
+47
*
Don't calculate slots when MRO parsing fails. (#1089)
doranid
2021-08-01
3
-3
/
+28
*
Infer the type of the result of calling typing.cast() (#1076)
Tim Martin
2021-07-30
3
-0
/
+67
*
[pre-commit.ci] pre-commit autoupdate (#1112)
pre-commit-ci[bot]
2021-07-28
1
-1
/
+1
*
Move back to a dev version following 2.6.5 release
Pierre Sassoulas
2021-07-21
2
-2
/
+2
[next]