summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-241-0/+1
* Enable else-if-used extensionNick Drozd2019-12-242-16/+15
* 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
* Rename variable to not shadow builtinClaudiu Popa2019-12-161-3/+3
* Allow inferring attributes of `HTTPStatus` callableClaudiu Popa2019-12-161-0/+10
* 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-152-4/+6
* 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-047-19/+166
* brain_gi: Don't ignore special methodsPhilipp Hörist2019-12-041-1/+31
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-262-6/+27
* 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-251-0/+2
* Allow attribute assignment for exception instancesClaudiu Popa2019-11-171-3/+6
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-173-8/+10
* Add more supported parameters to ``subprocess.check_output``Claudiu Popa2019-11-171-2/+10
* Infer args unpacking of ``self``Claudiu Popa2019-11-141-0/+3
* Allow inferring positional only arguments on Python 3.8Claudiu Popa2019-11-144-12/+14
* 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-061-0/+73
* Update six version to 1.13 (#719)Uilian Ries2019-11-061-1/+1
* Add `text` to `subprocess.check_output` signatureClaudiu Popa2019-10-301-13/+36
* threading.Lock.acquire returns a boolean valueClaudiu Popa2019-10-301-1/+1
* Fix as_string for f-strings (#709)Alex Hall2019-10-191-5/+28
* Remove accidental TODOAlex Hall2019-10-181-1/+1
* Fix as_string for attribute nodes with integer valuesAlex Hall2019-10-181-1/+4
* Fix async function definitions with decorators (#710)Alex Hall2019-10-181-7/+12
* Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)Alex Hall2019-10-181-10/+6
* Pass an inference context to `metaclass()` when inferring an object typeClaudiu Popa2019-10-182-6/+13
* Spelling fixes (#706)Ville Skyttä2019-10-161-2/+2
* Moved tests out of package directory (#704)Ashley Whetter2019-10-15145-17495/+0
* Fix lint warningsClaudiu Popa2019-10-115-18/+17
* Provides annotations for scipy.signal module (#702)Valentin Valls2019-10-111-0/+89
* All type comments have as parent the corresponding `astroid` nodeClaudiu Popa2019-10-093-8/+33
* Make master 2.4.0Claudiu Popa2019-10-091-1/+1
* 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-262-2/+21
* Pin all the dependencies we use right nowClaudiu Popa2019-09-261-3/+3
* Force typed_ast >= 1.4.0 for all supported Python versionsClaudiu Popa2019-09-261-2/+1
* Remove typing dependency which is no longer neededClaudiu Popa2019-09-261-1/+0
* Bump master to 2.3.1Claudiu Popa2019-09-261-1/+1