summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash caused by a lookup of a monkey-patched method (#803)2.4Claudiu Popa2020-06-161-0/+4
* Start working on 2.4.3Claudiu Popa2020-06-161-0/+5
* Prepare 2.4.2astroid-2.4.2Claudiu Popa2020-06-081-1/+1
* Properly construct the arguments of infered property descriptors (#796)Claudiu Popa2020-05-281-0/+4
* `FunctionDef.is_generator` properly handles `yield` nodes in `While` testsClaudiu Popa2020-05-121-0/+4
* Bump to 2.4.2 for the next versionClaudiu Popa2020-05-121-0/+5
* Prepare 2.4.1astroid-2.4.1Claudiu Popa2020-05-051-1/+1
* Protect against ``infer_call_result`` failing with `InferenceError` in `Super...Claudiu Popa2020-05-011-0/+4
* Do not crash with SyntaxError when parsing namedtuples with invalid labelClaudiu Popa2020-05-011-0/+4
* Changed `python_requires` to use ">=" syntax (#780)Colin Kennedy2020-05-011-0/+4
* Restructure the AST parsing heuristic to always pick the same moduleClaudiu Popa2020-04-291-0/+5
* Handle the case where the raw builder fails to retrieve the ``__all__`` attri...Claudiu Popa2020-04-281-0/+9
* Prepare 2.4.0 release of astroidastroid-2.4.0Claudiu Popa2020-04-271-1/+1
* Inspect compiled CFFI extension membersRobin Jarry2020-04-031-0/+2
* ``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``Claudiu Popa2020-03-261-0/+4
* Allow `FunctionDef.getattr` to look into both instance attrs and special attr...Claudiu Popa2020-03-261-0/+4
* Allow slots added dynamically to a class to still be inferredClaudiu Popa2020-03-131-0/+5
* Add a new ast_from_string method to AstroidManagerAnubhav2020-03-111-0/+4
* Prevent a recursion error for self reference variables and `type()` calls.Claudiu Popa2020-03-101-0/+4
* Prevent a recursion error to happen when inferring the declared metaclass of ...Claudiu Popa2020-03-071-0/+4
* Do not infer the first argument of a staticmethod in a metaclass as the class...Claudiu Popa2020-03-071-0/+4
* Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty nameClaudiu Popa2020-03-061-0/+4
* Prevent a recursion error when inferring self-referential variables without d...Claudiu Popa2020-03-051-0/+4
* ``NodeNG.bool_value()`` gained an optional ``context`` parameterClaudiu Popa2020-03-051-0/+9
* Reverse the order of decorators for `infer_subscript`Claudiu Popa2020-03-051-0/+7
* Better inference of class and static methods decorated with custom methodsClaudiu Popa2020-03-031-0/+4
* Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-0/+4
* Infer qualified ``classmethod`` as a classmethod. (#759)Claudiu Popa2020-02-271-0/+4
* Relax upper bound on `wrapt` (#756)Michael2020-02-271-0/+4
* numpy.astype now returns a ndarray objecthippo912020-02-101-0/+3
* Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretationClaudiu Popa2020-02-101-0/+4
* Make imag and real attributes numpy.ndarrayhippo912020-02-101-0/+4
* Can access positional only and keyword only argument type commentsAshley Whetter2020-01-111-0/+6
* Use the parent of the node when inferring aug assign nodes instead of the sta...Claudiu Popa2020-01-051-0/+5
* Add a call to register_transform for each numpy function in case the current ...hippo912020-01-051-0/+6
* Add the float_power function in the brain and in its associated testhippo912019-12-301-0/+4
* Add missing methods of the numpy.core.multiarray module.hippo912019-12-241-0/+4
* ``nodes.Const.itered`` returns a list of ``Const`` nodes, not stringsClaudiu Popa2019-12-151-0/+4
* Handle StopIteration error in infer_int.David Liu2019-12-091-0/+4
* Corrects links toward issueshippo912019-12-091-2/+2
* Adds two entries dealing with numpyhippo912019-12-091-0/+10
* Add support for inferring propertiesClaudiu Popa2019-12-041-0/+2
* brain_gi: Don't ignore special methodsPhilipp Hörist2019-12-041-0/+4
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-261-0/+8
* Scope the inference to the current bound node when inferring instances of cla...Claudiu Popa2019-11-251-0/+11
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-171-0/+11
* Add more supported parameters to ``subprocess.check_output``Claudiu Popa2019-11-171-0/+4
* Add a ChangeLog entry for the proposed changeEnji Cooper2019-11-161-0/+6
* Infer args unpacking of ``self``Claudiu Popa2019-11-141-0/+10
* Allow inferring positional only arguments on Python 3.8Claudiu Popa2019-11-141-0/+3