summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.3.3astroid-2.3.32.3Claudiu Popa2019-11-061-1/+1
* Update six version to 1.13 (#719)Uilian Ries2019-11-061-1/+1
* Fix lint warningsClaudiu Popa2019-10-185-18/+17
* Pass an inference context to `metaclass()` when inferring an object typeClaudiu Popa2019-10-182-6/+13
* Bump the branch to 2.3.2Claudiu Popa2019-10-181-1/+1
* All type comments have as parent the corresponding `astroid` nodeClaudiu Popa2019-10-093-8/+33
* Add the env parameter to subprocess.check_outputClaudiu Popa2019-10-091-1/+2
* Fix no-member issue on Signal for PySide2 (#700)Antoine Boellinger2019-10-091-1/+1
* Allow annotated assign with attrsTomas Novak2019-10-092-2/+21
* Pin all the dependencies we use right nowClaudiu Popa2019-10-091-3/+3
* Force typed_ast >= 1.4.0 for all supported Python versionsClaudiu Popa2019-10-091-2/+1
* Remove typing dependency which is no longer neededClaudiu Popa2019-10-091-1/+0
* Bump master to 2.3.1Claudiu Popa2019-10-091-1/+1
* A transform for the builtin `dataclasses` module was added.Claudiu Popa2019-10-092-0/+83
* Remove extraneous commaClaudiu Popa2019-10-091-1/+1
* Proper signature for subprocess.check_output. Close #PyCQA/3118Claudiu Popa2019-10-091-1/+4
* Clean new pylint errors from the codebaseClaudiu Popa2019-09-247-48/+17
* Prepare 2.3.0Claudiu Popa2019-09-241-1/+1
* Skip test that does not work on Python 3.8 due to library differencesClaudiu Popa2019-09-121-0/+5
* Update http brain tips to support `phrase` and `description`Claudiu Popa2019-09-122-1/+134
* Fix linting errorsClaudiu Popa2019-09-116-9/+3
* Make the version a dev one for nowClaudiu Popa2019-09-111-1/+1
* Add a brain tip for ``subprocess.check_output``Claudiu Popa2019-09-112-0/+24
* Remove copyright header and simplify the files to a simple classClaudiu Popa2019-09-112-18/+0
* Remove NodeNG.nearest method (#692)kavins142019-09-101-27/+0
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-1018-270/+103
* Update method docstring (#690)kavins142019-09-081-6/+6
* Add brain tips for `crypt`. Close PyCQA/pylint#3047Grygorii Iermolenko2019-08-222-0/+42
* Disable pylint false positiveClaudiu Popa2019-08-061-1/+1
* Consolidate typed-ast version dependency configThomas Hisch2019-07-161-1/+2
* Replace InferenceError bubble up with a simple raiseClaudiu Popa2019-07-161-1/+1
* Allow importing wheel files. Close #541Claudiu Popa2019-07-111-1/+4
* Fix typed_ast based tests for Python 3.8Claudiu Popa2019-07-101-2/+8
* Run f string debug test on Python 3.8+Claudiu Popa2019-07-101-0/+1
* Remove `__class__` from FunctionDef locals, instead look it up in the current...Claudiu Popa2019-07-102-5/+14
* Obtain type comments on Python 3.8 by passing type_comments=True to the parse...Claudiu Popa2019-07-101-2/+5
* Add a simple test for f-string debug modeClaudiu Popa2019-07-101-0/+6
* Relax the spreading of defaults to both positional only and positional or key...Claudiu Popa2019-07-102-10/+10
* Fallback to the builtin ast on Python 3.8 when typed_ast is not availableClaudiu Popa2019-07-091-0/+6
* Use inspect.signature instead of using inspect.getargspecClaudiu Popa2019-07-092-10/+32
* Disable legit errors for too many parametersClaudiu Popa2019-07-091-0/+3
* Add support for finding positional only arguments using the Arguments APIsClaudiu Popa2019-07-093-10/+46
* Build FunctionDef.__get__ to use positional only arguments when inferring the...Claudiu Popa2019-07-092-6/+20
* Introduce a new argument to `Arguments` for storing the positional only annot...Claudiu Popa2019-07-094-0/+37
* Add support for positional only arguments in astroid for python 3.8Claudiu Popa2019-07-094-1/+80
* Grab the Constant value on Python 3.8+Claudiu Popa2019-07-071-1/+2
* Grab only Constant strings for docstringsClaudiu Popa2019-07-062-12/+19
* Add test for extracting a doc to make sure we have it working on Python 3.8Claudiu Popa2019-07-061-0/+11
* Fix formattingClaudiu Popa2019-07-061-2/+4
* Fix finding of docstring under python3.8Zbigniew Jędrzejewski-Szmek2019-07-061-2/+4