summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add an entrybug_666hippo912019-12-271-0/+5
* Reformatting according to blackhippo912019-12-274-14/+28
* Add commentshippo912019-12-272-1/+7
* Enrichmet of thz assertion failure messagehippo912019-12-271-1/+1
* Fixing the test about numpy multiply function which call is infered as a pair...hippo912019-12-271-3/+4
* Infer the call to sum results in a pair Uninferable, ndarrayhippo912019-12-271-8/+7
* Add the test of functions add and multiplyhippo912019-12-271-0/+2
* Interact a minimum with the inference engine.hippo912019-12-271-13/+17
* Adds two missing ufunc instances (add and multiply)hippo912019-12-271-0/+2
* Adds a call to register_transform for each function in case the current node ...hippo912019-12-261-0/+5
* The method looks_like_numpy_member is able to deal with astroid.Name nodeshippo912019-12-261-4/+8
* Enable duplicate-code checkNick Drozd2019-12-241-2/+0
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-242-3/+1
* Enable else-if-used extensionNick Drozd2019-12-243-16/+16
* Add missing methods of the numpy.core.multiarray module.hippo912019-12-243-7/+154
* Make use of cache while transform builtin containersStanislav Levin2019-12-232-3/+20
* Rename variable to not shadow builtinClaudiu Popa2019-12-161-3/+3
* Pin coverage to <5 to account for the private coverage format changingClaudiu Popa2019-12-161-3/+3
* Allow inferring attributes of `HTTPStatus` callableClaudiu Popa2019-12-162-0/+19
* Set arguments on inferred properties and property descriptors such as fget()Claudiu Popa2019-12-152-1/+4
* ``nodes.Const.itered`` returns a list of ``Const`` nodes, not stringsClaudiu Popa2019-12-154-4/+19
* Handle StopIteration error in infer_int.David Liu2019-12-093-1/+23
* Reformatting according to blackhippo912019-12-091-15/+39
* Corrects links toward issueshippo912019-12-091-2/+2
* Adds two entries dealing with numpyhippo912019-12-091-0/+10
* Reactivates tests for functions whose result is inferred as an ndarray and un...hippo912019-12-092-16/+16
* 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
* Adds a special Ufunc class for ufunc objects that return pair of ndarrayhippo912019-12-091-6/+6
* Takes into account the fact thathippo912019-12-092-36/+16
* geterrobj et seterrobj are not ufunc objectshippo912019-12-091-8/+4
* The ufunc functions are now instance s of FakeUfunc class that mimics the beh...hippo912019-12-091-71/+107
* The shape attribute is an numpy.ndarrayhippo912019-12-091-1/+1
* Add support for inferring propertiesClaudiu Popa2019-12-0411-22/+233
* brain_gi: Don't ignore special methodsPhilipp Hörist2019-12-042-1/+35
* Disable test on Python 3.8+ where the builtin ast does not have a specific errorClaudiu Popa2019-11-261-0/+8
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-264-6/+60
* Avoid a call to `getcwd` if it is not neededRaphael Gaschignard2019-11-261-2/+3
* Scope the inference to the current bound node when inferring instances of cla...Claudiu Popa2019-11-253-0/+65
* Allow attribute assignment for exception instancesClaudiu Popa2019-11-172-3/+28
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-175-15/+38
* Add more supported parameters to ``subprocess.check_output``Claudiu Popa2019-11-172-2/+14
* Add a ChangeLog entry for the proposed changeEnji Cooper2019-11-161-0/+6
* Make installing pytest-runner contingent on running testsEnji Cooper2019-11-161-1/+5
* Fix fixable pylint warningsEnji Cooper2019-11-161-5/+4
* Infer args unpacking of ``self``Claudiu Popa2019-11-143-0/+32
* Allow inferring positional only arguments on Python 3.8Claudiu Popa2019-11-146-12/+43
* Don't set a parent for descriptor bound methods created on `__get__` accessClaudiu Popa2019-11-081-1/+0
* Add brain for "responses" (#717)Stefan Scherfke2019-11-062-0/+75
* Update six version to 1.13 (#719)Uilian Ries2019-11-062-2/+2