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
*
Mandatory fields for Return (#2104)
Nick Drozd
2023-04-05
2
-39
/
+4
*
Mandatory fields for Raise (#2103)
Nick Drozd
2023-04-05
1
-42
/
+6
*
Mandatory fields for Slice
Nick Drozd
2023-04-05
1
-47
/
+9
*
Type ``igetattr`` (#2101)
Daniël van Noord
2023-04-05
4
-13
/
+20
*
Fix typing issues with ``class_instance_as_index`` (#2102)
Daniël van Noord
2023-04-05
1
-1
/
+1
*
Mandatory fields for Assert (#2100)
Nick Drozd
2023-04-04
1
-41
/
+5
*
Mandatory fields for While (#2095)
Nick Drozd
2023-04-04
1
-51
/
+11
*
[pre-commit.ci] pre-commit autoupdate (#2097)
pre-commit-ci[bot]
2023-04-04
1
-1
/
+1
*
Fix constructors of ``Call``
Daniël van Noord
2023-04-04
2
-53
/
+10
*
Fix constructors of ``Name``
Daniël van Noord
2023-04-04
3
-26
/
+39
*
Add typing to the ``scope_lookup`` interface
Daniël van Noord
2023-04-04
4
-30
/
+30
*
Mandatory fields for For (#2091)
Nick Drozd
2023-04-04
1
-60
/
+17
*
Fix two minor type errors
Nick Drozd
2023-04-04
1
-8
/
+10
*
Manadatory fields for Await
Nick Drozd
2023-04-04
1
-37
/
+3
*
Formalize the ``block_range`` methods on nodes
Daniël van Noord
2023-04-03
4
-25
/
+11
*
Fix ``lineno`` API on nodes
Daniël van Noord
2023-04-03
3
-14
/
+27
*
Fix constructors of ``Arguments``
Daniël van Noord
2023-04-03
3
-129
/
+79
*
Fix constructors of ``Keyword``
Daniël van Noord
2023-04-03
1
-30
/
+11
*
Fix typing issues with ``Lambda``
Daniël van Noord
2023-04-03
1
-3
/
+3
*
Broaden signatures of methods of classes that are subclassed
Daniël van Noord
2023-04-03
2
-4
/
+4
*
Fix usage of ``Self``
Daniël van Noord
2023-04-03
1
-2
/
+2
*
Expand signature of ``InferenceError``
Daniël van Noord
2023-04-03
1
-4
/
+5
*
Fix constructors of ``AnnAssign``
Daniël van Noord
2023-04-03
1
-51
/
+10
*
Fix constructors of ``UnaryOp``
Daniël van Noord
2023-04-03
1
-31
/
+11
*
Fix constructors of ``Compare``
Daniël van Noord
2023-04-03
1
-49
/
+6
*
Fix constructors of ``Starred``
Daniël van Noord
2023-04-03
1
-30
/
+11
*
Fix constructors of ``AugAssign`` (#2082)
Daniël van Noord
2023-04-03
1
-39
/
+14
*
Fix constructors of ``Attribute``, ``DelAttr`` and ``AssignAttr`` (#2084)
Daniël van Noord
2023-04-03
1
-101
/
+33
*
Fix constructors of ``Subscript`` (#2083)
Daniël van Noord
2023-04-03
1
-37
/
+14
*
Mandatory fields for Assign (#2061)
Nick Drozd
2023-04-03
1
-49
/
+12
*
Fix constructors of ``AssignName`` (#2077)
Daniël van Noord
2023-04-03
3
-28
/
+52
*
Fix constructors of ``DelName`` (#2078)
Daniël van Noord
2023-04-03
1
-23
/
+7
*
Fix constructors of ``BinOp`` (#2081)
Daniël van Noord
2023-04-03
1
-36
/
+14
*
Fix constructors of ``Delete`` (#2079)
Daniël van Noord
2023-04-03
1
-25
/
+7
*
Clean up the constructors of ``If`` and ``IfExp`` (#2076)
Daniël van Noord
2023-04-02
1
-86
/
+18
*
Fix sorting in ``__init__.py``
Daniël van Noord
2023-04-01
1
-4
/
+2
*
Remove dependency on ``wrapt``
Daniël van Noord
2023-04-01
2
-53
/
+68
*
Remove `cached` decorator
Jacob Walls
2023-04-01
4
-46
/
+2
*
Use `@cached_property` in guts of `ClassDef.slots()`
Jacob Walls
2023-04-01
1
-2
/
+5
*
Support attrs decorators even if they are imported from attrs (#2059)
alm
2023-04-01
1
-0
/
+5
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
98
-220
/
+220
*
Restore setting a Call as a base for classes using `six.with_metaclass` (#2049)
Jacob Walls
2023-03-26
2
-2
/
+9
*
Add typing to ``TransformVisitor`` (#2062)
Daniël van Noord
2023-03-22
1
-25
/
+90
*
Upgrade pre-commit configuration and move to ruff (#2057)
Pierre Sassoulas
2023-03-14
6
-9
/
+8
*
Change `_get_assign_nodes()` to `cached_property` (#2051)
Jacob Walls
2023-03-12
4
-14
/
+13
*
Don't cache decoratornames
Jacob Walls
2023-03-12
1
-1
/
+0
*
Bump astroid to 2.16.0-dev0, update changelog
Pierre Sassoulas
2023-03-06
1
-1
/
+1
*
Bump astroid to 2.15.0, update changelog (#2045)
v2.15.0
Pierre Sassoulas
2023-03-06
1
-1
/
+1
*
Add 'TryStar' nodes from Python 3.11 #1516 (#2028)
Pierre Sassoulas
2023-03-05
3
-0
/
+118
*
Clear context cache in AstroidManager.clear_cache()
Jacob Walls
2023-03-04
1
-2
/
+3
[next]