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
/
brain
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support attrs decorators even if they are imported from attrs (#2059) (#2073)
Pierre Sassoulas
2023-04-01
1
-0
/
+5
*
Restore setting a Call as a base for classes using `six.with_metaclass` (#204...
github-actions[bot]
2023-03-26
1
-1
/
+0
*
Update ``FormattedValue.postinit`` and its brain (#2029)
Daniël van Noord
2023-02-13
1
-6
/
+19
*
Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...
Pierre Sassoulas
2023-02-12
1
-1
/
+3
*
Create ``UninferableBase``
Daniël van Noord
2023-02-05
5
-24
/
+25
*
Revert CallContext change since it caused a RecursionError regression (#2000)
Marc Mueller
2023-01-31
1
-0
/
+34
*
Add Lock to multiprocessing (#1976)
Dani Alcala
2023-01-31
2
-1
/
+2
*
Preserve parent CallContext when inferring nested functions (#1982)
Marc Mueller
2023-01-29
1
-34
/
+0
*
Fix issues with `typing_extensions.TypeVar` (#1973)
Marc Mueller
2023-01-22
2
-5
/
+23
*
Fix order of overwritten attributes in inherited dataclasses (#1970)
Daniël van Noord
2023-01-17
1
-24
/
+49
*
Fix a false positive with user-defined `Enum` class (#1967)
Mark Byrne
2023-01-15
1
-1
/
+21
*
Some modifications for pep237 with pydocstringformatter (#1792)
Pierre Sassoulas
2023-01-09
6
-11
/
+17
*
Initial pass with ``pydocstringformatter``
Daniël van Noord
2023-01-09
16
-47
/
+51
*
Attempt to improve comment clarity
James Addison
2023-01-07
1
-1
/
+1
*
Add ``regex`` brain (#1934)
Daniël van Noord
2023-01-02
1
-0
/
+92
*
brain tip for numpy masked_invalid (#1931)
Dani Alcala
2022-12-30
1
-1
/
+4
*
[pre-commit] Trying out black 23.1a1 (#1909)
Pierre Sassoulas
2022-12-27
1
-1
/
+0
*
Handle kw_only=True in dataclass fields
Daniël van Noord
2022-12-27
1
-14
/
+25
*
Handle init=False with defaults in dataclasses (#1898)
Daniël van Noord
2022-12-27
1
-19
/
+45
*
Misc type stuff (#1888)
Nick Drozd
2022-12-15
3
-4
/
+11
*
Inference tip str.format transformation: handle AttributeError during str.for...
James Addison
2022-12-15
1
-1
/
+2
*
Fix crash if numpy doesn't have version (#1892)
Tushar Sadhwani
2022-12-08
1
-1
/
+1
*
Handle properties in dataclasses correctly
Daniël van Noord
2022-12-07
1
-0
/
+19
*
Add some InferenceContext annotations (#1883)
Nick Drozd
2022-11-22
10
-33
/
+47
*
Add some bool annotations (#1877)
Nick Drozd
2022-11-22
13
-21
/
+19
*
Add some 'str' annotations (#1878)
Nick Drozd
2022-11-20
2
-4
/
+4
*
Prevent a crash when inferring calls to `str.format` with invalid args (#1866)
Jacob Walls
2022-11-12
1
-2
/
+4
*
Infer the `length` argument of the `random.sample` function. (#1862)
Mark Byrne
2022-11-04
1
-5
/
+5
*
Update the ``hashlib`` brain ``hash.digest`` & ``hash.hexdigest`` methods. (#...
Mark Byrne
2022-10-15
1
-33
/
+71
*
Add ``_value2member_map_`` member to the ``enum`` brain. (#1820)
Mark Byrne
2022-10-08
1
-0
/
+4
*
Fix regression in the creation of the ``__init__`` of dataclasses (#1812)
Daniël van Noord
2022-10-04
1
-27
/
+42
*
[flake8] Set the max complexity to the default instead of 83
Pierre Sassoulas
2022-09-19
1
-1
/
+1
*
[flake8] Set the max line length to 110 instead of 138
Pierre Sassoulas
2022-09-19
2
-7
/
+13
*
Apply black on the mechanize brain
Pierre Sassoulas
2022-09-19
1
-5
/
+45
*
Fixed the ``__init__`` of ``dataclassess`` with multiple inheritance (#1774)
Daniël van Noord
2022-09-07
1
-20
/
+42
*
Fix a crash on ``namedtuples`` that use ``typename`` (#1773)
Daniël van Noord
2022-09-07
1
-0
/
+12
*
Fix crash in ``dataclass`` brain (#1770)
Daniël van Noord
2022-09-06
1
-66
/
+66
*
Parse default values in ``dataclass`` attributes correctly (#1771)
Daniël van Noord
2022-09-06
1
-4
/
+1
*
Fix crash in ``dataclass`` brain (#1768)
Daniël van Noord
2022-09-06
1
-1
/
+3
*
Handle ``dataclass`` ``kw_only`` keyword correctly (#1764)
Daniël van Noord
2022-09-05
1
-34
/
+67
*
Fix a crash involving `Uninferable` args to `namedtuple` (#1763)
Jacob Walls
2022-09-04
1
-1
/
+7
*
Fix false positive with inference of `http` module (#1742)
Mark Byrne
2022-08-23
1
-1
/
+2
*
Don't add ``KW_ONLY`` fields to dataclass fields (#1746)
Daniël van Noord
2022-08-22
1
-2
/
+16
*
Fix crash with inference of type-annotated Enum classes (#1743)
Mark Byrne
2022-08-19
1
-1
/
+1
*
Fix false positive with inference of type-annotated Enum classes. (#1734)
Mark Byrne
2022-08-07
1
-1
/
+1
*
Add brain for numpy core module ``einsumfunc``. (#1656)
Mark Byrne
2022-07-06
1
-0
/
+27
*
Add typing and small refactors to ``namedtuple`` brain (#1681)
Daniël van Noord
2022-07-01
1
-8
/
+10
*
Refactor field inference to ``_get_namedtuple_fields`` (#1413)
Daniël van Noord
2022-07-01
1
-9
/
+23
*
Update `subprocess.Popen` args for Python 3.9+ (#1679)
Jacob Walls
2022-06-30
1
-4
/
+12
*
Avoid inferring all subscripted names in `pathlib` brain (#1671)
Jacob Walls
2022-06-29
1
-3
/
+1
[next]