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
...
*
|
|
`FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)
Claudiu Popa
2020-06-09
1
-0
/
+13
*
|
|
Add exception inference for `UnicodeDecodeError` (#797)
Claudiu Popa
2020-05-29
1
-0
/
+11
*
|
|
Properly construct the arguments of infered property descriptors (#796)
Claudiu Popa
2020-05-28
1
-0
/
+17
*
|
|
Remove unneeded python2 test data
David Cain
2020-05-21
60
-547
/
+1
*
|
|
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
1
-0
/
+12
*
|
|
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
1
-0
/
+28
*
|
|
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
26
-34
/
+86
*
|
|
Add posonlyargs_annotations to Arguments.as_string()
Claudiu Popa
2020-03-28
1
-0
/
+6
*
|
|
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
1
-0
/
+21
*
|
|
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
1
-0
/
+16
*
|
|
Allow slots added dynamically to a class to still be inferred
Claudiu Popa
2020-03-13
1
-0
/
+15
*
|
|
Add a regression test for inferring self in lambda
Claudiu Popa
2020-03-12
1
-0
/
+12
*
|
|
Kill `extrapath` from various `modutils` functions as it was not used
Claudiu Popa
2020-03-11
1
-8
/
+0
*
|
|
Add a new ast_from_string method to AstroidManager
Anubhav
2020-03-11
1
-0
/
+11
*
|
|
Remove Python 2 specific tests
Claudiu Popa
2020-03-10
6
-354
/
+0
*
|
|
Use pytest.xfail instead of unittest.expectedFailure to have a common decorat...
Claudiu Popa
2020-03-10
2
-7
/
+7
*
|
|
Change test that expected as_string() to return a particular number of newlines
Claudiu Popa
2020-03-10
1
-7
/
+6
*
|
|
Infer the __len__ result of a subclass of an integer
Claudiu Popa
2020-03-10
1
-4
/
+7
*
|
|
Prevent a recursion error for self reference variables and `type()` calls.
Claudiu Popa
2020-03-10
1
-0
/
+20
*
|
|
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-4
/
+19
*
|
|
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
4
-0
/
+29
*
|
|
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
1
-0
/
+12
*
|
|
Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name
Claudiu Popa
2020-03-06
1
-0
/
+14
*
|
|
Cache the inference of FunctionDef to prevent property inference mutating locals
Claudiu Popa
2020-03-06
1
-0
/
+22
*
|
|
Add support for converting Property objects to strings
Claudiu Popa
2020-03-06
1
-0
/
+23
*
|
|
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
1
-0
/
+17
*
|
|
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
1
-0
/
+21
*
|
|
Disable test on PyPy since we cannot get 7.2 easily without manually installi...
Claudiu Popa
2020-03-03
1
-1
/
+7
*
|
|
Verify the existence of datetime and date in ancestors instead of object
Claudiu Popa
2020-03-03
1
-1
/
+3
*
|
|
Better inference of class and static methods decorated with custom methods
Claudiu Popa
2020-03-03
1
-0
/
+78
*
|
|
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-0
/
+11
*
|
|
Infer qualified ``classmethod`` as a classmethod. (#759)
Claudiu Popa
2020-02-27
1
-0
/
+21
*
|
|
numpy.astype now returns a ndarray object
hippo91
2020-02-10
1
-0
/
+28
*
|
|
Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation
Claudiu Popa
2020-02-10
1
-0
/
+15
*
|
|
Make imag and real attributes numpy.ndarray
hippo91
2020-02-10
1
-0
/
+31
*
|
|
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
1
-0
/
+41
*
|
|
Use the parent of the node when inferring aug assign nodes instead of the sta...
Claudiu Popa
2020-01-05
1
-0
/
+18
|
|
/
|
/
|
*
|
Add the float_power function in the brain and in its associated test
hippo91
2019-12-30
1
-0
/
+6
|
/
*
Add missing methods of the numpy.core.multiarray module.
hippo91
2019-12-24
1
-7
/
+118
*
Make use of cache while transform builtin containers
Stanislav Levin
2019-12-23
1
-0
/
+14
*
Allow inferring attributes of `HTTPStatus` callable
Claudiu Popa
2019-12-16
1
-0
/
+9
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
1
-0
/
+9
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
1
-0
/
+18
*
Reformatting according to black
hippo91
2019-12-09
1
-15
/
+39
*
Reactivates tests for functions whose result is inferred as an ndarray and un...
hippo91
2019-12-09
1
-10
/
+10
*
Ufunc objects are no more functions but instances a fake Ufunc class
hippo91
2019-12-09
1
-1
/
+1
*
Adds unittest for ufunc objects returning pair of ndarray
hippo91
2019-12-09
1
-2
/
+33
*
Takes into account the fact that
hippo91
2019-12-09
1
-34
/
+14
*
geterrobj et seterrobj are not ufunc objects
hippo91
2019-12-09
1
-8
/
+4
[prev]
[next]