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
*
Allow wrapt 1.13 (#1203)
Michael K
2021-10-07
2
-1
/
+2
*
Move back to a dev version following 2.8.2 release
Pierre Sassoulas
2021-10-07
2
-2
/
+2
*
Bump astroid to 2.8.2, update changelog
v2.8.2
Pierre Sassoulas
2021-10-07
4
-4
/
+11
*
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
2
-2
/
+2
*
Bump astroid to 2.8.1, update changelog
v2.8.1-rc1
Pierre Sassoulas
2021-10-06
35
-25
/
+58
*
Fix regression introduced by #1186 and add tests (#1204)
Daniël van Noord
2021-10-06
6
-1
/
+18
*
Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)
Pierre Sassoulas
2021-10-06
2
-0
/
+14
*
Use 3.10 for Github actions (#1198)
Marc Mueller
2021-10-05
1
-4
/
+4
*
Fix ``relative-beyond-top-level`` false positive (#1186)
Daniël van Noord
2021-10-05
7
-2
/
+34
*
Bug pylint 4326 (#1183)
hippo91
2021-10-05
6
-7
/
+159
*
[pre-commit.ci] pre-commit autoupdate (#1197)
pre-commit-ci[bot]
2021-10-05
1
-1
/
+1
*
Improve brain for typing.Callable + typing.Type (#1192)
Marc Mueller
2021-09-29
3
-16
/
+63
*
Feature / Bug Fix: Brain for the stdlib signal module (#1172)
SupImDos
2021-09-29
2
-0
/
+158
*
continuing #839: Extend attrs brain to support provisional APIs (#1187)
Jonathan Striebel
2021-09-28
3
-4
/
+38
*
[pre-commit.ci] pre-commit autoupdate (#1191)
pre-commit-ci[bot]
2021-09-28
2
-2
/
+2
*
Remove deprecation warning raised by own astroid code (#1190)
Pierre Sassoulas
2021-09-25
2
-2
/
+2
*
Bug pylint 4960 (#1176)
hippo91
2021-09-25
4
-5
/
+90
*
Fix regression on Compare node inference (#1185)
Daniël van Noord
2021-09-21
3
-1
/
+18
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-09-20
1
-2
/
+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
3
-1
/
+12
*
Support dataclass inference for pydantic.dataclasses.
David Liu
2021-09-17
2
-7
/
+10
*
Add f-strings with `flynt`
Daniël van Noord
2021-09-17
23
-198
/
+125
*
Fix all R6201: Consider using set for membership
Pierre Sassoulas
2021-09-17
12
-19
/
+19
*
Upgrade to pylint 2.11 in pre-commit configuration
Pierre Sassoulas
2021-09-17
2
-1
/
+4
*
Add typing to scope() (#1170)
Daniël van Noord
2021-09-15
11
-19
/
+65
*
Add Arguments typing to Lambda + FunctionDef (#1174)
Daniël van Noord
2021-09-15
1
-19
/
+5
*
Fix documentation after changes to astroid.nodes (#1175)
Marc Mueller
2021-09-15
3
-171
/
+169
*
Bump astroid to 2.8.0, update changelog
v2.8.0
Pierre Sassoulas
2021-09-14
15
-13
/
+31
*
Add inference of Compare nodes (#979)
Andrew Haigh
2021-09-14
2
-2
/
+351
*
Add typing in tests directory (#1163)
Pierre Sassoulas
2021-09-14
21
-1133
/
+1338
*
[pre-commit.ci] pre-commit autoupdate (#1171)
pre-commit-ci[bot]
2021-09-14
1
-2
/
+2
*
Add node_ancestors method (#1169)
Nick Drozd
2021-09-13
3
-12
/
+13
*
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
3
-2
/
+31
*
Support pyz imports (#1161)
grayjk
2021-09-10
3
-1
/
+19
*
Recognize nested classes in classes inherited from NamedTuple
Dimitri Prybysh
2021-09-06
2
-7
/
+28
*
Add ``astroid.objects.ExceptionInstance`` import
Daniël van Noord
2021-09-04
1
-0
/
+1
*
Add Statement to the astroid.nodes API
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
[next]