summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | `FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)Claudiu Popa2020-06-091-0/+13
* | | Add exception inference for `UnicodeDecodeError` (#797)Claudiu Popa2020-05-291-0/+11
* | | Properly construct the arguments of infered property descriptors (#796)Claudiu Popa2020-05-281-0/+17
* | | Remove unneeded python2 test dataDavid Cain2020-05-2160-547/+1
* | | `FunctionDef.is_generator` properly handles `yield` nodes in `While` testsClaudiu Popa2020-05-121-0/+12
* | | Protect against ``infer_call_result`` failing with `InferenceError` in `Super...Claudiu Popa2020-05-011-0/+28
* | | Do not crash with SyntaxError when parsing namedtuples with invalid labelClaudiu Popa2020-05-011-0/+12
* | | Add missing copyright annotations for the past releasesClaudiu Popa2020-04-2726-34/+86
* | | Add posonlyargs_annotations to Arguments.as_string()Claudiu Popa2020-03-281-0/+6
* | | ``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``Claudiu Popa2020-03-261-0/+21
* | | Allow `FunctionDef.getattr` to look into both instance attrs and special attr...Claudiu Popa2020-03-261-0/+16
* | | Allow slots added dynamically to a class to still be inferredClaudiu Popa2020-03-131-0/+15
* | | Add a regression test for inferring self in lambdaClaudiu Popa2020-03-121-0/+12
* | | Kill `extrapath` from various `modutils` functions as it was not usedClaudiu Popa2020-03-111-8/+0
* | | Add a new ast_from_string method to AstroidManagerAnubhav2020-03-111-0/+11
* | | Remove Python 2 specific testsClaudiu Popa2020-03-106-354/+0
* | | Use pytest.xfail instead of unittest.expectedFailure to have a common decorat...Claudiu Popa2020-03-102-7/+7
* | | Change test that expected as_string() to return a particular number of newlinesClaudiu Popa2020-03-101-7/+6
* | | Infer the __len__ result of a subclass of an integerClaudiu Popa2020-03-101-4/+7
* | | Prevent a recursion error for self reference variables and `type()` calls.Claudiu Popa2020-03-101-0/+20
* | | Add a new EvaluatedObject containerClaudiu Popa2020-03-101-4/+19
* | | Prevent a recursion error to happen when inferring the declared metaclass of ...Claudiu Popa2020-03-074-0/+29
* | | Do not infer the first argument of a staticmethod in a metaclass as the class...Claudiu Popa2020-03-071-0/+12
* | | Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty nameClaudiu Popa2020-03-061-0/+14
* | | Cache the inference of FunctionDef to prevent property inference mutating localsClaudiu Popa2020-03-061-0/+22
* | | Add support for converting Property objects to stringsClaudiu Popa2020-03-061-0/+23
* | | Prevent a recursion error when inferring self-referential variables without d...Claudiu Popa2020-03-051-0/+17
* | | Reverse the order of decorators for `infer_subscript`Claudiu Popa2020-03-051-0/+21
* | | Disable test on PyPy since we cannot get 7.2 easily without manually installi...Claudiu Popa2020-03-031-1/+7
* | | Verify the existence of datetime and date in ancestors instead of objectClaudiu Popa2020-03-031-1/+3
* | | Better inference of class and static methods decorated with custom methodsClaudiu Popa2020-03-031-0/+78
* | | Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-0/+11
* | | Infer qualified ``classmethod`` as a classmethod. (#759)Claudiu Popa2020-02-271-0/+21
* | | numpy.astype now returns a ndarray objecthippo912020-02-101-0/+28
* | | Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretationClaudiu Popa2020-02-101-0/+15
* | | Make imag and real attributes numpy.ndarrayhippo912020-02-101-0/+31
* | | Can access positional only and keyword only argument type commentsAshley Whetter2020-01-111-0/+41
* | | Use the parent of the node when inferring aug assign nodes instead of the sta...Claudiu Popa2020-01-051-0/+18
| |/ |/|
* | Add the float_power function in the brain and in its associated testhippo912019-12-301-0/+6
|/
* Add missing methods of the numpy.core.multiarray module.hippo912019-12-241-7/+118
* Make use of cache while transform builtin containersStanislav Levin2019-12-231-0/+14
* Allow inferring attributes of `HTTPStatus` callableClaudiu Popa2019-12-161-0/+9
* ``nodes.Const.itered`` returns a list of ``Const`` nodes, not stringsClaudiu Popa2019-12-151-0/+9
* Handle StopIteration error in infer_int.David Liu2019-12-091-0/+18
* Reformatting according to blackhippo912019-12-091-15/+39
* Reactivates tests for functions whose result is inferred as an ndarray and un...hippo912019-12-091-10/+10
* Ufunc objects are no more functions but instances a fake Ufunc classhippo912019-12-091-1/+1
* Adds unittest for ufunc objects returning pair of ndarrayhippo912019-12-091-2/+33
* Takes into account the fact thathippo912019-12-091-34/+14
* geterrobj et seterrobj are not ufunc objectshippo912019-12-091-8/+4