summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pin coverage to <5 to account for the private coverage format changing1.6Claudiu Popa2020-01-261-3/+3
* Prepare 1.6.6astroid-1.6.6Claudiu Popa2019-04-092-1/+18
* Add automatic travis deploysClaudiu Popa2019-04-091-0/+9
* make is_standard_module() properly classify extensions (#659) (#661)markmcclain2019-04-092-4/+5
* Fix lint errorsClaudiu Popa2018-06-148-28/+12
* Use pylint<2.0 for running the lintingClaudiu Popa2018-06-141-1/+3
* Add cPickle to the list of available imports for six.moves in Python2Bryce Guinta2018-06-141-0/+1
* Prepare 1.6.5astroid-1.6.5Claudiu Popa2018-06-062-1/+17
* Don't propagate Uninferable objects when inferring BinOpsClaudiu Popa2018-06-051-0/+2
* Protect against passing lookup_class to non-class proxied objectsClaudiu Popa2018-05-261-1/+4
* Prepare 1.6.4astroid-1.6.4Ashley Whetter2018-05-152-1/+9
* Skip non-attrs specific attributesClaudiu Popa2018-05-072-0/+16
* Add brain tip for numpy.sum. Close PyCQA/pylint#1558Claudiu Popa2018-04-161-0/+9
* deque.rotate has a default paramter. Close PyCQA/pylint#2013Claudiu Popa2018-04-121-1/+1
* Prepare 1.6.3astroid-1.6.3Claudiu Popa2018-04-052-1/+13
* fix nested namespace package importChris Philip2018-04-024-1/+14
* Use .path for inferring a module's __path__ attribute. Close #528:Claudiu Popa2018-03-301-3/+9
* Improve the six urllib functions for Python 2 by setting them as instance att...Claudiu Popa2018-03-282-63/+66
* Prepare 1.6.2astroid-1.6.2Claudiu Popa2018-03-162-1/+3
* Fix Changelog indentationClaudiu Popa2018-03-161-7/+6
* Backport "Fix submodule import in six.moves" (commit cf5648658c87b6e3b2fa4394...Bryce Guinta2018-03-163-4/+51
* Fix contextmanager transform for nested contextmanagersBryce Guinta2018-03-153-1/+39
* Add attrs special attribute to prevent false positve in pylintBryce Guinta2018-03-153-0/+24
* Fix inference tip collisionsBryce Guinta2018-03-156-11/+61
* Fix augassign recursion errorBryce Guinta2018-02-183-5/+23
* Skip test when it doesn't work with pytestBryce Guinta2018-02-181-2/+19
* Use pytest as default test runner instead of unittest for toxBryce Guinta2018-02-182-1/+8
* Fix inference issue with inference path cloningBryce Guinta2018-02-182-2/+37
* Merge pull request #488 from hippo91/1.6hippo912018-02-047-8/+67
|\
| * Skipping unit test ObjectDunderNewTest.test_object_dunder_new_is_inferred_if_...hippo912018-02-041-1/+1
| * Correcting or disabling emission of useless-return message.hippo912018-02-043-4/+3
| * Deletion of trailing lines.hippo912018-02-031-3/+0
| * Backport of PR #486hippo912018-02-032-0/+60
| * Add of ChangeLog entryhippo912018-02-031-0/+3
|/
* Fix lintastroid-1.6.1Claudiu Popa2018-01-231-1/+1
* Prepare releaseClaudiu Popa2018-01-232-2/+3
* Fix a crash when __annotations__ access a parent's __init__ that does not hav...Claudiu Popa2017-12-273-2/+19
* Add the release dateastroid-1.6.0Claudiu Popa2017-12-151-1/+2
* Add new release instructions as for pylintClaudiu Popa2017-12-151-2/+5
* Filter non-inferables nodes when inferring binary operationsClaudiu Popa2017-12-152-1/+26
* Remove unreachable codeClaudiu Popa2017-12-151-1/+0
* Only mock attr.ib attributesClaudiu Popa2017-12-151-0/+7
* Make attr.ib attributes instances of Unknown, not of AttributeClaudiu Popa2017-12-152-2/+7
* Make Unknown a rhs assignable nodeClaudiu Popa2017-12-151-1/+1
* Update version comparisons after reviewHugo2017-12-152-3/+3
* Drop support for EOL Python 3.3Hugo2017-12-1513-47/+33
* When verifying duplicates classes in MRO, ignore on-the-fly generated classesClaudiu Popa2017-12-153-1/+34
* Add transform for attr library to fix unsupported-assignment-operation false ...Bryce Guinta2017-12-114-0/+71
* Fix lintClaudiu Popa2017-11-112-2/+0
* Remove file_stream since it was slated for removal for 1.6Claudiu Popa2017-11-113-48/+11