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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for 2.5.2 release
astroid-2.5.2
Pierre Sassoulas
2021-03-28
7
-1
/
+7
*
Add test
Marc Mueller
2021-03-07
1
-0
/
+6
*
Removes dead code
hippo91
2021-03-07
1
-1
/
+0
*
Reformats according to black
hippo91
2021-03-05
1
-5
/
+20
*
DIsables the test for ravel_multi_index because strangely it fails when numpy...
hippo91
2021-03-05
1
-1
/
+1
*
Double the test by import numpy module without aliasing it
hippo91
2021-03-05
1
-75
/
+92
*
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
26
-20
/
+48
*
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
*
Fix black issues
Marc Mueller
2021-02-27
3
-11
/
+14
*
Numpy ufunc methods are also inferred as Uninferable
hippo91
2021-02-21
1
-1
/
+1
*
Revert "Insures that numpy functions returning arrays are inferred only as ar...
hippo91
2021-02-21
1
-2
/
+4
*
Revert "Updates two tests that deal with the number of visits and the context...
hippo91
2021-02-21
1
-3
/
+2
*
Use new style super when applicable
Pierre Sassoulas
2021-02-21
4
-4
/
+4
*
Remove redundant open mode 'r' in opens
Pierre Sassoulas
2021-02-21
2
-3
/
+3
*
Remove old future import that are no longer required
Pierre Sassoulas
2021-02-21
1
-2
/
+0
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
13
-103
/
+68
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
17
-17
/
+1
*
Update copyright notice
hippo91
2021-02-15
25
-13
/
+38
*
Move the unit test to unittest_brain because it needs six
hippo91
2021-02-12
2
-28
/
+28
*
The node.bases has not to be tweaked otherwise leads to false positive unused...
hippo91
2021-02-12
1
-0
/
+28
*
Adds a test for property setter
hippo91
2021-02-10
1
-1
/
+10
*
Adds missing include
hippo91
2021-02-07
1
-0
/
+1
*
Merge branch 'master' into master
hippo91
2021-02-07
5
-7
/
+185
|
\
|
*
Corrected the parent of function type comment nodes
Ashley Whetter
2021-02-07
1
-0
/
+13
|
*
Add support of 'six.with_metaclass' (#841)
Francis Charette Migneault
2021-02-07
1
-0
/
+84
|
*
Julien palard mdk/class getitem (#885)
hippo91
2021-01-24
1
-0
/
+11
|
*
Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroid
sum_and_multiply
hippo91
2021-01-23
3
-7
/
+8
|
|
\
|
|
*
Merge branch 'master' into sum_and_multiply
hippo91
2020-06-20
87
-962
/
+725
|
|
|
\
|
|
*
\
Merge branch 'master' into sum_and_multiply
hippo91
2019-12-30
1
-0
/
+6
|
|
|
\
\
|
|
*
|
|
Corrects the use of numpy.multiply function
hippo91
2019-12-30
1
-1
/
+1
|
|
*
|
|
Updates two tests that deal with the number of visits and the context.path
hippo91
2019-12-30
1
-2
/
+3
|
|
*
|
|
Insures that numpy functions returning arrays are inferred only as array and ...
hippo91
2019-12-30
1
-4
/
+2
|
|
*
|
|
Add the test of functions add and multiply
hippo91
2019-12-28
1
-0
/
+2
|
*
|
|
|
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
|
|
/
/
/
/
|
*
|
|
|
``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes
Claudiu Popa
2021-01-01
1
-0
/
+11
|
*
|
|
|
Fix a crash in inference caused by `Uninferable` container elements
Claudiu Popa
2021-01-01
1
-0
/
+14
*
|
|
|
|
Remove required_version for 3.6 and below
David Gilman
2020-12-31
11
-88
/
+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
5
-48
/
+33
|
/
/
/
/
*
|
|
|
Fix a bug for dunder methods inference of function objects
Claudiu Popa
2020-12-30
1
-0
/
+11
*
|
|
|
Add the function random that is an alias of random_sample
hippo91
2020-12-29
1
-0
/
+1
*
|
|
|
Adds the ufunc degrees and radians tests
hippo91
2020-12-29
1
-0
/
+2
[next]