summaryrefslogtreecommitdiff
path: root/astroid/brain
Commit message (Expand)AuthorAgeFilesLines
...
* | | Transform boto3.ServiceRequest to look like dynamic classClaudiu Popa2020-03-041-0/+28
* | | Pass a context to Arguments.call_site() callsClaudiu Popa2020-03-024-9/+9
* | | Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-1/+1
* | | numpy.astype now returns a ndarray objecthippo912020-02-101-1/+5
* | | Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretationClaudiu Popa2020-02-101-0/+2
* | | Make imag and real attributes numpy.ndarrayhippo912020-02-101-2/+2
* | | Add input param to subprocess.check_output. Close PyCQA/pylint#3317Claudiu Popa2020-01-051-0/+2
* | | Add a call to register_transform for each numpy function in case the current ...hippo912020-01-052-2/+15
| |/ |/|
* | 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-0/+32
* Make use of cache while transform builtin containersStanislav Levin2019-12-231-3/+6
* Allow inferring attributes of `HTTPStatus` callableClaudiu Popa2019-12-161-0/+10
* Handle StopIteration error in infer_int.David Liu2019-12-091-1/+1
* Reactivates tests for functions whose result is inferred as an ndarray and un...hippo912019-12-091-6/+6
* Adds a special Ufunc class for ufunc objects that return pair of ndarrayhippo912019-12-091-6/+6
* 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-041-0/+30
* brain_gi: Don't ignore special methodsPhilipp Hörist2019-12-041-1/+31
* Add more supported parameters to ``subprocess.check_output``Claudiu Popa2019-11-171-2/+10
* Add brain for "responses" (#717)Stefan Scherfke2019-11-061-0/+73
* Add `text` to `subprocess.check_output` signatureClaudiu Popa2019-10-301-13/+36
* threading.Lock.acquire returns a boolean valueClaudiu Popa2019-10-301-1/+1
* Provides annotations for scipy.signal module (#702)Valentin Valls2019-10-111-0/+89
* Add the env parameter to subprocess.check_outputClaudiu Popa2019-09-301-1/+2
* Fix no-member issue on Signal for PySide2 (#700)Antoine Boellinger2019-09-301-1/+1
* Allow annotated assign with attrsTomas Novak2019-09-261-2/+8
* A transform for the builtin `dataclasses` module was added.Claudiu Popa2019-09-261-0/+50
* Remove extraneous commaClaudiu Popa2019-09-251-1/+1
* Proper signature for subprocess.check_output. Close #PyCQA/3118Claudiu Popa2019-09-251-1/+4
* Update http brain tips to support `phrase` and `description`Claudiu Popa2019-09-121-1/+121
* Add a brain tip for ``subprocess.check_output``Claudiu Popa2019-09-111-0/+12
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-103-70/+32
* Add brain tips for `crypt`. Close PyCQA/pylint#3047Grygorii Iermolenko2019-08-221-0/+26
* Add support for positional only arguments in astroid for python 3.8Claudiu Popa2019-07-091-0/+1
* Make sure that node.expr points to a Name before calling looks_like_numpy_memberClaudiu Popa2019-06-201-0/+1
* Avoid use of inference engine before it is fully set up. Add docstringshippo912019-05-251-2/+34
* Merge branch 'bug_pylint_2721' of https://github.com/hippo91/astroid into bug...hippo912019-05-251-1/+1
|\
| * Corrects the way a numpy member is identifiedhippo912019-04-261-1/+1
* | Merge branch 'master' into bug_pylint_2721hippo912019-05-251-0/+9
|\ \ | |/ |/|
| * Fixed being unable to access class attributes on a NamedTuple (#673)Ashley Whetter2019-05-201-0/+9
* | Refomat according to blackhippo912019-04-219-41/+38
* | Refactor to make the introduction of new functions easierhippo912019-04-211-19/+16
* | Factorize functions inference systemhippo912019-04-203-63/+48
* | Reformat for easier new function introductionhippo912019-04-201-98/+32
* | Add definition for numpy.ones and numpy.zeros functionshippo912019-04-202-0/+35
* | Add the function numpy.emptyhippo912019-04-201-0/+14
* | Add the __init__ method for datetime64and timedelta64hippo912019-04-201-2/+4
* | Add .python-version file and .vscode directoryhippo912019-04-202-1/+2
* | Rename brain_numpy module and associated unit test modulehippo912019-04-201-1/+1