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
/
tests
/
unittest_brain.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove check for six tox-environment
Marc Mueller
2021-04-24
1
-7
/
+0
*
Fix crash when evaluating typing.NamedTuple (#956)
Marc Mueller
2021-04-21
1
-0
/
+26
*
Add inference tip for ``typing.Tuple`` (#948)
Marc Mueller
2021-04-21
1
-0
/
+13
*
Fix import order in unittest_brain.py
Pierre Sassoulas
2021-04-19
1
-8
/
+9
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-6
/
+2
*
Fix redefining name 'bases' from outer scope
Pierre Sassoulas
2021-04-19
1
-2
/
+1
*
Fix Expression is assigned to nothing
Pierre Sassoulas
2021-04-19
1
-0
/
+1
*
Fix Unused variable 'meth_inf'
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Remove conditional for having pytest, we have pytest
Pierre Sassoulas
2021-04-19
1
-3
/
+0
*
Remove python < 3.4 compatibility code for enum module
Pierre Sassoulas
2021-04-19
1
-18
/
+0
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...
Marc Mueller
2021-04-10
1
-0
/
+50
*
Better handling of generic aliases (#923)
Marc Mueller
2021-04-07
1
-49
/
+167
*
Use inference_tip for typing.TypedDict brain (#928)
Marc Mueller
2021-04-07
1
-5
/
+2
*
Bug pylint 4206 (#921)
hippo91
2021-04-06
1
-40
/
+250
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
1
-1
/
+1
*
Solves "Duplicates found in MROs" false positives. (#905, #916)
Marc Mueller
2021-02-28
1
-0
/
+115
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+2
*
Don't transform dataclass ClassVars (#914)
Marc Mueller
2021-02-28
1
-0
/
+12
*
Small improvements
Marc Mueller
2021-02-28
1
-3
/
+1
*
Fix tests
Marc Mueller
2021-02-28
1
-0
/
+3
*
Improve typing.TypedDict inference
Marc Mueller
2021-02-28
1
-0
/
+15
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-15
/
+11
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Update copyright notice
hippo91
2021-02-15
1
-1
/
+3
*
Move the unit test to unittest_brain because it needs six
hippo91
2021-02-12
1
-0
/
+28
*
Adds missing include
hippo91
2021-02-07
1
-0
/
+1
*
Merge branch 'master' into master
hippo91
2021-02-07
1
-0
/
+55
|
\
|
*
Julien palard mdk/class getitem (#885)
hippo91
2021-01-24
1
-0
/
+11
|
*
Merge pull request #883 from hippo91/bug_pylint_4001
hippo91
2021-01-23
1
-0
/
+36
|
|
\
|
|
*
Formatting according to black
hippo91
2021-01-20
1
-2
/
+2
|
|
*
Adds doc
hippo91
2021-01-19
1
-0
/
+9
|
|
*
Adds unittest for brain_type module
hippo91
2021-01-18
1
-0
/
+27
|
*
|
brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9
Damien Baty
2021-01-18
1
-0
/
+7
|
|
/
*
|
Remove required_version for 3.6 and below
David Gilman
2020-12-31
1
-9
/
+0
*
|
Add tox support for six-less environments
David Gilman
2020-12-31
1
-0
/
+7
*
|
Remove six from astroid
David Gilman
2020-12-30
1
-2
/
+10
|
/
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+2
*
Do not crash when encountering starred assignments in enums.
Claudiu Popa
2020-12-26
1
-0
/
+10
*
Remove dependency on imp.
Peter Kolbus
2020-11-27
1
-2
/
+4
*
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-23
1
-0
/
+16
*
Separate string and bytes classes patching (#807)
Claudiu Popa
2020-06-23
1
-0
/
+15
*
Do not crash with SyntaxError when parsing namedtuples with invalid label
Claudiu Popa
2020-05-01
1
-0
/
+12
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-3
/
+11
*
Infer the __len__ result of a subclass of an integer
Claudiu Popa
2020-03-10
1
-4
/
+7
*
Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation
Claudiu Popa
2020-02-10
1
-0
/
+15
*
Allow inferring attributes of `HTTPStatus` callable
Claudiu Popa
2019-12-16
1
-0
/
+9
*
Moved tests out of package directory (#704)
Ashley Whetter
2019-10-15
1
-0
/
+1977