summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.2.5astroid-2.2.52.2Claudiu Popa2019-03-082-1/+9
* Use a list to hold the statements to be filtered per node instead of keeping ...Claudiu Popa2019-03-081-6/+8
* The last except handler wins when inferring variables bound in an except hand...Claudiu Popa2019-03-083-2/+77
* Add changelog entry for typed-ast change plus prepare 2.2.4astroid-2.2.4Claudiu Popa2019-03-052-1/+7
* Use the latest typed-ast across the boardClaudiu Popa2019-03-051-2/+1
* Bump to 2.2.3 and add ChangeLog entryastroid-2.2.3Claudiu Popa2019-03-042-1/+16
* Replace `any` with `uninferable` when returning values from `numpy` transformClaudiu Popa2019-03-041-249/+249
* Add automatic travis deploysClaudiu Popa2019-03-031-0/+9
* Prepare 2.2.2Claudiu Popa2019-03-022-1/+7
* Prepare 2.2.1astroid-2.2.1Claudiu Popa2019-03-021-1/+1
* Correctly instantiate exception instances when inferring their attributes wit...Claudiu Popa2019-02-283-1/+20
* Open up 2.2.1 and add changelog entry for the slice() fixClaudiu Popa2019-02-282-1/+9
* Make sure to infer the arguments to the `slice()` builtinClaudiu Popa2019-02-281-0/+1
* When picking the parse function, make sure to parse with the right minor versionastroid-2.2.0Claudiu Popa2019-02-271-1/+7
* Disable test that does not make sense on versions older than Python 3.6Claudiu Popa2019-02-271-0/+1
* Prepare 2.2.0Claudiu Popa2019-02-272-5/+4
* Remove merge markerClaudiu Popa2019-02-271-1/+1
* Don't clear the manager caching any longerClaudiu Popa2019-02-271-2/+0
* Use the right pytest methods for setup and teardownClaudiu Popa2019-02-271-2/+2
* Use the same versions in tox as in __pkginfo__Claudiu Popa2019-02-271-1/+2
* Added 2 more missing _ssl constants (#648)Benjamin Elven2019-02-251-1/+1
* Merge pull request #643 from hippo91/bug_pylint_2436hippo912019-02-243-0/+108
|\
| * Merges masterhippo912019-02-243-9/+11
| |\
| | * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-02-245-8/+58
| | |\ | |_|/ |/| |
* | | Do a new dev releaseClaudiu Popa2019-02-201-1/+1
* | | Install typed ast 1.3 for Python 3.7 and earlier versions for Python 3.6Claudiu Popa2019-02-191-1/+2
* | | Update to typed-ast 1.3 and drop the Python 3.7 restrictionClaudiu Popa2019-02-193-6/+3
* | | Add support of unary operators to numpy types.hippo912019-02-173-1/+53
| * | Merge branch 'master' into bug_pylint_2436hippo912019-02-154-3/+43
| |\ \ | | |/
| | * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-02-154-3/+43
| | |\ | |_|/ |/| |
* | | Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745Claudiu Popa2019-02-133-3/+20
* | | Add a proper ``strerror`` inference to the ``OSError`` exceptions.Claudiu Popa2019-02-133-0/+23
| * | Format according to Blackhippo912019-02-092-7/+18
| * | Add of ChangeLog entryhippo912019-02-091-0/+5
| * | Refactors and generalizes unittests dealing with tuple or list inference of n...hippo912019-02-091-8/+16
| * | Merge branch 'master' into bug_pylint_2436hippo912019-02-093-4/+54
| |\ \ | | |/
| | * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-02-093-4/+54
| | |\ | |_|/ |/| |
* | | Support non-const nodes as values of Enum attributes.Claudiu Popa2019-02-053-4/+30
* | | Fix a crash in the ``enum`` brain tip caused by non-assign members in class d...Claudiu Popa2019-02-043-1/+25
| * | Add a unittest checking that the call to numpy.array function is not inferred...hippo912019-02-091-0/+71
| * | Refactoring to code DRYhippo912019-02-031-20/+28
| * | Adding support for unary operators for numpy ndarray and numbers. Adding hook...hippo912019-02-031-1/+54
| |/
| * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-02-021-9/+9
| |\ | |/ |/|
* | Docs: Fixing transformation example to be functional (#640)Azeem Bande-Ali2019-01-281-9/+9
| * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-01-271-26/+26
| |\ | |/ |/|
* | Remove inadvertent returns from class bodiesClaudiu Popa2019-01-271-26/+26
| * Merge branch 'master' of https://github.com/PyCQA/astroidhippo912019-01-267-301/+327
| |\ | |/ |/|
* | ``brain_numpy`` returns an undefined type for ``numpy`` methods to avoid ``as...Claudiu Popa2019-01-252-272/+276
* | Bump typed_ast to 1.2.0Claudiu Popa2019-01-231-1/+1
* | Avoid statement deletion in the _filter_stmts method of the LookupMixin class...hippo912019-01-235-28/+50