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
*
Disable no-member for false positive with zipimport
upgrade-pylint-to-2.12.2
Pierre Sassoulas
2021-12-15
2
-1
/
+2
*
Remove useless suppression for python 3.8
Pierre Sassoulas
2021-12-15
1
-3
/
+2
*
Fix incorrect typing of optional default values
Daniël van Noord
2021-12-15
4
-7
/
+14
*
Prefer using the module loader to get source in builder. (#1207)
Gregory P. Smith
2021-12-15
1
-1
/
+9
*
Add typing to ``_normalize_path`` and ``_cache_normalize_path`` (#1291)
Daniël van Noord
2021-12-15
1
-2
/
+5
*
Add typing to ``brain_typing`` (#1293)
Daniël van Noord
2021-12-15
1
-8
/
+8
*
Resolve symlinks in the import path (#1253)
Keichi Takahashi
2021-12-15
1
-10
/
+9
*
Add mypy ignores and docstrings to ``modutils`` and ``util.py``
Daniël van Noord
2021-12-14
2
-4
/
+8
*
Remove unused code - TreeRebuilder docstring (#1289)
Marc Mueller
2021-12-13
1
-5
/
+1
*
Fix typos (#1288)
Kian Meng, Ang
2021-12-13
6
-6
/
+6
*
Add parameter typing to ``assigned_stmts`` (#1249)
Daniël van Noord
2021-12-08
2
-12
/
+155
*
Fix crash if a variable named "type" is subscripted in a generator expression...
Jacob Walls
2021-12-07
1
-1
/
+1
*
Fix typing of Arguments.args (#1283)
Daniël van Noord
2021-12-05
1
-2
/
+7
*
Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)
Nick Drozd
2021-11-27
5
-32
/
+15
*
Fix ``mypy`` warnings for ``astroid/rebuilder`` (#1244)
Daniël van Noord
2021-11-24
2
-4
/
+11
*
Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)
Daniël van Noord
2021-11-24
6
-17
/
+34
*
Fix deque.insert() signature (#1272)
John Belmonte
2021-11-22
1
-1
/
+1
*
Upgrade the version to 2.9.1-dev0 following 2.9.0 release
Pierre Sassoulas
2021-11-21
1
-1
/
+1
*
Bump astroid to 2.9.0, update changelog
v2.9.0
Pierre Sassoulas
2021-11-21
1
-1
/
+1
*
Add as_string visitor for Unknown node (#1268)
Marc Mueller
2021-11-21
1
-0
/
+4
*
Add end_lineno and end_col_offset to nodes (#1258)
Marc Mueller
2021-11-21
5
-187
/
+1725
*
Always treat __class_getitem__ as a classmethod (#1266)
Dmitry Shachnev
2021-11-21
1
-0
/
+2
*
Upgrade the version to 2.9.0-dev0 following 2.8.6 release
Pierre Sassoulas
2021-11-21
1
-1
/
+1
*
Bump astroid to 2.8.6, update changelog
v2.8.6
Pierre Sassoulas
2021-11-21
12
-9
/
+13
*
Fix small spelling errors (#1265)
Marc Mueller
2021-11-21
1
-1
/
+1
*
Add annotations for always None attributes (#1261)
Marc Mueller
2021-11-19
2
-0
/
+13
*
Add ``InferenceContext`` to ``ClassModel`` (#1257)
Daniël van Noord
2021-11-19
1
-1
/
+7
*
Change ``NoReturn`` to be encapsulated in strings (#1252)
Daniël van Noord
2021-11-18
2
-6
/
+7
*
Add ``type: ignore`` to method reassignments (#1247)
Daniël van Noord
2021-11-17
1
-19
/
+21
*
Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)
Daniël van Noord
2021-11-17
2
-3
/
+3
*
Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)
Daniël van Noord
2021-11-17
3
-6
/
+9
*
Fix ``mypy`` warnings for ``astroid/nodes/node_ng``
Daniël van Noord
2021-11-17
1
-2
/
+3
*
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
[next]