summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Annotated AST follows PEP8 coding style when converted to string.Ɓukasz Rogalski2019-06-221-0/+2
* Drop support for Python 3.4Claudiu Popa2019-06-201-0/+2
* Replace _verify_duplicates_mro with _clean_duplicates_mro.Peter de Blanc2019-06-021-8/+12
* ``assert`` only functions are properly inferred as returning ``None``Claudiu Popa2019-06-021-0/+4
* Merge branch 'master' into bug_pylint_2721Claudiu Popa2019-06-021-1/+7
|\
| * Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...Claudiu Popa2019-06-011-0/+4
| * Added support for inferring `IfExp` nodes.Claudiu Popa2019-06-011-0/+2
* | Merge branch 'bug_pylint_2721' of https://github.com/hippo91/astroid into bug...hippo912019-05-251-0/+7
|\ \
| * | Add the references to pylint bugs correctedhippo912019-04-261-0/+6
* | | Merge branch 'master' into bug_pylint_2721hippo912019-05-251-0/+17
|\ \ \ | |/ / |/| / | |/
| * Fixed being unable to find distutils submodules by name when in a virtualenv ...Ashley Whetter2019-05-231-0/+3
| * Instances of exceptions are inferred as such when inferring in non-exception ...Claudiu Popa2019-05-211-0/+6
| * Fixed being unable to access class attributes on a NamedTuple (#673)Ashley Whetter2019-05-201-0/+4
| * Can access per argument type comments (#667)Ashley Whetter2019-05-141-0/+4
* | Add the __init__ method for datetime64and timedelta64hippo912019-04-201-0/+12
|/
* Drop a superfluous and wrong callcontext when inferring the result of a conte...Claudiu Popa2019-04-091-0/+4
* ``igetattr`` raises ``InferenceError`` on re-inference of the same objectClaudiu Popa2019-04-091-0/+11
* Variable annotations can no longer be retrieved with `ClassDef.getattr`Claudiu Popa2019-04-031-0/+5
* Fix object_len infererence without context causing RecursionError (#660)Bryce Guinta2019-04-011-0/+7
* Improved builtin inference for ``tuple``, ``set``, ``frozenset``, ``list`` an...Claudiu Popa2019-03-281-0/+9
* ``threading.Lock.locked()`` is properly recognized as a member of ``threading...Claudiu Popa2019-03-051-0/+6
* The last except handler wins when inferring variables bound in an except hand...Claudiu Popa2019-03-031-0/+4
* master is now 2.3.0Claudiu Popa2019-03-031-0/+4
* Merge branch 'master' into bug_pylint_2594hippo912019-02-281-1/+6
|\
| * Prepare 2.2.0Claudiu Popa2019-02-271-4/+3
| * Remove merge markerClaudiu Popa2019-02-271-1/+1
| * Merges masterhippo912019-02-241-2/+8
| |\
| * \ Merge branch 'master' into bug_pylint_2436hippo912019-02-151-0/+6
| |\ \
| * | | Add of ChangeLog entryhippo912019-02-091-0/+5
* | | | Merge branch 'master' into bug_pylint_2594hippo912019-02-241-0/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | Update to typed-ast 1.3 and drop the Python 3.7 restrictionClaudiu Popa2019-02-191-0/+2
| * | | Add support of unary operators to numpy types.hippo912019-02-171-0/+3
| | |/ | |/|
| * | Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745Claudiu Popa2019-02-131-0/+2
| * | Add a proper ``strerror`` inference to the ``OSError`` exceptions.Claudiu Popa2019-02-131-0/+4
| |/
| * Support non-const nodes as values of Enum attributes.Claudiu Popa2019-02-051-0/+4
| * Fix a crash in the ``enum`` brain tip caused by non-assign members in class d...Claudiu Popa2019-02-041-0/+5
* | Add an entryhippo912019-01-271-0/+4
|/
* ``brain_numpy`` returns an undefined type for ``numpy`` methods to avoid ``as...Claudiu Popa2019-01-251-0/+4
* Avoid statement deletion in the _filter_stmts method of the LookupMixin class...hippo912019-01-231-0/+4
* Fix a recursion error caused by inferring the ``slice`` builtin.Claudiu Popa2019-01-211-0/+4
* Fix typo in description for brain_attrs (#638)Bianca Power2019-01-201-0/+2
* Remove the restriction that "old style classes" cannot have a MRO.Claudiu Popa2019-01-191-0/+6
* Added more builtin exceptions attributes. Close #580Claudiu Popa2019-01-181-0/+2
* Add a registry for builtin exception models. Close PyCQA/pylint#1432Claudiu Popa2019-01-171-0/+2
* Add brain tips for `http.client`. Close PyCQA/pylint#2687Claudiu Popa2019-01-161-0/+2
* Prevent crashing when processing ``enums`` with mixed single and double quotes.Claudiu Popa2019-01-131-0/+4
* ``typing`` types have the `__args__` property. Close PyCQA/pylint#2419Claudiu Popa2018-12-181-0/+3
* Extend detection of classes defined with attrTomas Gavenciak2018-12-121-0/+4
* Fix a bug where an Attribute used as a base class was triggering a crashClaudiu Popa2018-12-041-0/+4
* Added special support for `enum.IntFlag`Claudiu Popa2018-11-291-0/+9