summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prepare 1.6.6astroid-1.6.6Claudiu Popa2019-04-091-0/+17
* Prepare 1.6.5astroid-1.6.5Claudiu Popa2018-06-061-0/+16
* Prepare 1.6.4astroid-1.6.4Ashley Whetter2018-05-151-0/+8
* Prepare 1.6.3astroid-1.6.3Claudiu Popa2018-04-051-0/+12
* Prepare 1.6.2astroid-1.6.2Claudiu Popa2018-03-161-0/+2
* Fix Changelog indentationClaudiu Popa2018-03-161-7/+6
* Backport "Fix submodule import in six.moves" (commit cf5648658c87b6e3b2fa4394...Bryce Guinta2018-03-161-0/+4
* Fix contextmanager transform for nested contextmanagersBryce Guinta2018-03-151-0/+5
* Add attrs special attribute to prevent false positve in pylintBryce Guinta2018-03-151-0/+4
* Fix inference tip collisionsBryce Guinta2018-03-151-0/+7
* Fix augassign recursion errorBryce Guinta2018-02-181-0/+4
* Deletion of trailing lines.hippo912018-02-031-3/+0
* Add of ChangeLog entryhippo912018-02-031-0/+3
* Prepare releaseClaudiu Popa2018-01-231-1/+2
* Fix a crash when __annotations__ access a parent's __init__ that does not hav...Claudiu Popa2017-12-271-0/+5
* Add the release dateastroid-1.6.0Claudiu Popa2017-12-151-1/+2
* When verifying duplicates classes in MRO, ignore on-the-fly generated classesClaudiu Popa2017-12-151-0/+4
* Add transform for attr library to fix unsupported-assignment-operation false ...Bryce Guinta2017-12-111-0/+4
* Remove file_stream since it was slated for removal for 1.6Claudiu Popa2017-11-111-0/+4
* Add ChangeLog entries for @hippo91 changesClaudiu Popa2017-11-111-0/+2
* Add ChangeLog entryClaudiu Popa2017-11-021-0/+4
* Add brain tips for UUID.intClaudiu Popa2017-08-111-1/+5
* The result of using object.__new__ as class decorator is correctly inferred a...Claudiu Popa2017-07-231-0/+4
* Enums created with functional syntax are now iterable. Close PyCQA/pylint#992Claudiu Popa2017-07-191-0/+2
* Enums created with functional syntax are now iterable. Close PyCQA/pylint#1546Claudiu Popa2017-07-191-0/+1
* Dunder class at method level is now inferred as the class of the methodClaudiu Popa2017-07-081-0/+4
* The func form of namedtuples with keywords is now understoodClaudiu Popa2017-07-081-0/+4
* Don't raise DuplicateBaseError when classes at different locations are usedClaudiu Popa2017-07-081-0/+10
* Don't crash when getting the string representation of BadUnaryOperationMessageClaudiu Popa2017-07-081-0/+10
* Prepare 1.5.3astroid-1.5.3Claudiu Popa2017-06-031-1/+1
* Fix an inference for trying to unpack Uninferable value in context manager (#...Łukasz Rogalski2017-05-221-0/+2
* threading.X objects are now correctly recognised as ctx managers (#433)Łukasz Rogalski2017-05-221-0/+3
* Force enum34 1.1.3 or later (#430)Łukasz Rogalski2017-05-141-0/+11
* Prepare 1.5.2Claudiu Popa2017-04-171-1/+1
* mro() can be computed for classes with old style classes in the hierarchyClaudiu Popa2017-04-151-0/+2
* Add basic support for understanding typing.NamedTuple subclassesClaudiu Popa2017-04-141-0/+5
* Prepare 1.5.0 releaseastroid-1.5.0Claudiu Popa2017-04-131-1/+2
* Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...Claudiu Popa2017-04-121-0/+5
* Support rename=True in named tuple inference (#415)Łukasz Rogalski2017-04-021-0/+2
* Add support for asynchronous comprehensions (#400)Łukasz Rogalski2017-03-011-0/+3
* Add missing changelog entryClaudiu Popa2017-03-011-0/+2
* Infer starred expressions in tuple, list, set and dict literals (#396)Łukasz Rogalski2017-02-141-1/+4
* Add support for Python 3.6's annotated assignment nodesrr-2017-02-091-0/+2
* Fix metaclass detection when multiple keyword arguments are used in ClassDef ...Łukasz Rogalski2017-02-091-0/+3
* Implement __getitem__ inference for classes (using the metaclass)David Euresti2017-01-221-0/+2
* Add changelog entry for class keywordsClaudiu Popa2017-01-221-0/+5
* getitem() method accepts nodes now, instead of Python objects.Claudiu Popa2016-11-211-0/+2
* Add changelog entry for the explicit namespace package support.Claudiu Popa2016-08-241-0/+2
* Add brain tips for _io.TextIOWrapper's buffer and raw attributes.Claudiu Popa2016-08-221-0/+2
* Add `returns` into the proper order in FunctionDef._astroid_fieldsClaudiu Popa2016-07-271-0/+5