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
/
nodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-23
/
+7
*
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
*
Use `@cached_property` in guts of `ClassDef.slots()`
Jacob Walls
2023-04-01
1
-2
/
+5
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
11
-25
/
+25
*
Restore setting a Call as a base for classes using `six.with_metaclass` (#2049)
Jacob Walls
2023-03-26
1
-1
/
+9
*
Upgrade pre-commit configuration and move to ruff (#2057)
Pierre Sassoulas
2023-03-14
2
-5
/
+4
*
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
*
Add 'TryStar' nodes from Python 3.11 #1516 (#2028)
Pierre Sassoulas
2023-03-05
2
-0
/
+102
*
Infer returns from match cases (#2042)
Jacob Walls
2023-03-03
1
-1
/
+2
*
Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)
dependabot[bot]
2023-02-23
3
-0
/
+11
*
Fix `are_exclusive` function for walrus operator (#2023)
ostr00000
2023-02-13
1
-4
/
+8
*
Update ``FormattedValue.postinit`` and its brain (#2029)
Daniël van Noord
2023-02-13
1
-6
/
+5
*
Add support for keyword only argument default values
Daniël van Noord
2023-02-05
1
-4
/
+8
*
Create ``UninferableBase``
Daniël van Noord
2023-02-05
2
-14
/
+12
*
Fix PyPy ClassDef.fromlino with decorators (#1979)
Marc Mueller
2023-01-28
1
-2
/
+3
*
Some modifications for pep237 with pydocstringformatter (#1792)
Pierre Sassoulas
2023-01-09
1
-6
/
+11
*
Initial pass with ``pydocstringformatter``
Daniël van Noord
2023-01-09
3
-12
/
+13
*
Make ``Arguments.defaults`` ``None`` for uninferable signatures (#1595)
Daniël van Noord
2023-01-02
1
-3
/
+4
*
Cache `ClassDef._metaclass_lookup_attribute` (#1932)
Jacob Walls
2022-12-31
1
-0
/
+2
*
Bump pylint from 2.15.8 to 2.15.9 (#1907)
dependabot[bot]
2022-12-27
1
-2
/
+2
*
Add some inference annotations (#1887)
Nick Drozd
2022-12-15
1
-1
/
+1
*
Use more dict literals where possible (#1893)
Nick Drozd
2022-11-30
1
-3
/
+3
*
Partial typing of the ``infer_binary_op`` path (#1787)
Daniël van Noord
2022-11-28
2
-2
/
+8
*
Add some type annotations to raw_building (#1885)
Nick Drozd
2022-11-26
1
-1
/
+4
*
Fix misc type issues (#1884)
Nick Drozd
2022-11-22
1
-1
/
+1
*
Add some InferenceContext annotations (#1883)
Nick Drozd
2022-11-22
3
-44
/
+46
*
Add some bool annotations (#1877)
Nick Drozd
2022-11-22
5
-83
/
+51
*
Add some 'str' annotations (#1878)
Nick Drozd
2022-11-20
3
-84
/
+87
*
Fix uncaught ValueError in infer_getitem with zero-step slices (#1844)
Andrew Haigh
2022-11-13
1
-0
/
+12
*
Add typing for `set_local` (#1837)
Marc Mueller
2022-11-08
5
-43
/
+31
*
Prevent returning an empty list for `ClassDef.slots()` (#1861)
Mark Byrne
2022-11-03
1
-2
/
+4
*
Fix getattr inference with empty annotation assignments (#1834)
Marc Mueller
2022-10-17
1
-15
/
+20
*
Fix detecting invalid metaclasses (#1836)
Marc Mueller
2022-10-17
1
-1
/
+1
*
Fix regression in the creation of the ``__init__`` of dataclasses (#1812)
Daniël van Noord
2022-10-04
1
-0
/
+69
*
[flake8] Set the max complexity to the default instead of 83
Pierre Sassoulas
2022-09-19
1
-1
/
+1
*
Type ``object_type``
Daniël van Noord
2022-09-17
1
-1
/
+1
*
Add typing to ``metaclass`` methods (#1678)
Daniël van Noord
2022-09-17
1
-6
/
+8
*
Parse default values in ``dataclass`` attributes correctly (#1771)
Daniël van Noord
2022-09-06
1
-3
/
+14
*
Don't rely on the module cache when "importing self" (#1747)
Daniël van Noord
2022-08-23
2
-17
/
+24
[next]