index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash caused by a lookup of a monkey-patched method (#803)
2.4
Claudiu Popa
2020-06-16
1
-0
/
+4
*
Start working on 2.4.3
Claudiu Popa
2020-06-16
1
-0
/
+5
*
Prepare 2.4.2
astroid-2.4.2
Claudiu Popa
2020-06-08
1
-1
/
+1
*
Properly construct the arguments of infered property descriptors (#796)
Claudiu Popa
2020-05-28
1
-0
/
+4
*
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
1
-0
/
+4
*
Bump to 2.4.2 for the next version
Claudiu Popa
2020-05-12
1
-0
/
+5
*
Prepare 2.4.1
astroid-2.4.1
Claudiu Popa
2020-05-05
1
-1
/
+1
*
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
1
-0
/
+4
*
Do not crash with SyntaxError when parsing namedtuples with invalid label
Claudiu Popa
2020-05-01
1
-0
/
+4
*
Changed `python_requires` to use ">=" syntax (#780)
Colin Kennedy
2020-05-01
1
-0
/
+4
*
Restructure the AST parsing heuristic to always pick the same module
Claudiu Popa
2020-04-29
1
-0
/
+5
*
Handle the case where the raw builder fails to retrieve the ``__all__`` attri...
Claudiu Popa
2020-04-28
1
-0
/
+9
*
Prepare 2.4.0 release of astroid
astroid-2.4.0
Claudiu Popa
2020-04-27
1
-1
/
+1
*
Inspect compiled CFFI extension members
Robin Jarry
2020-04-03
1
-0
/
+2
*
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
1
-0
/
+4
*
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
1
-0
/
+4
*
Allow slots added dynamically to a class to still be inferred
Claudiu Popa
2020-03-13
1
-0
/
+5
*
Add a new ast_from_string method to AstroidManager
Anubhav
2020-03-11
1
-0
/
+4
*
Prevent a recursion error for self reference variables and `type()` calls.
Claudiu Popa
2020-03-10
1
-0
/
+4
*
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
1
-0
/
+4
*
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
1
-0
/
+4
*
Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name
Claudiu Popa
2020-03-06
1
-0
/
+4
*
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
1
-0
/
+4
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
1
-0
/
+9
*
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
1
-0
/
+7
*
Better inference of class and static methods decorated with custom methods
Claudiu Popa
2020-03-03
1
-0
/
+4
*
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-0
/
+4
*
Infer qualified ``classmethod`` as a classmethod. (#759)
Claudiu Popa
2020-02-27
1
-0
/
+4
*
Relax upper bound on `wrapt` (#756)
Michael
2020-02-27
1
-0
/
+4
*
numpy.astype now returns a ndarray object
hippo91
2020-02-10
1
-0
/
+3
*
Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation
Claudiu Popa
2020-02-10
1
-0
/
+4
*
Make imag and real attributes numpy.ndarray
hippo91
2020-02-10
1
-0
/
+4
*
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
1
-0
/
+6
*
Use the parent of the node when inferring aug assign nodes instead of the sta...
Claudiu Popa
2020-01-05
1
-0
/
+5
*
Add a call to register_transform for each numpy function in case the current ...
hippo91
2020-01-05
1
-0
/
+6
*
Add the float_power function in the brain and in its associated test
hippo91
2019-12-30
1
-0
/
+4
*
Add missing methods of the numpy.core.multiarray module.
hippo91
2019-12-24
1
-0
/
+4
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
1
-0
/
+4
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
1
-0
/
+4
*
Corrects links toward issues
hippo91
2019-12-09
1
-2
/
+2
*
Adds two entries dealing with numpy
hippo91
2019-12-09
1
-0
/
+10
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-0
/
+2
*
brain_gi: Don't ignore special methods
Philipp Hörist
2019-12-04
1
-0
/
+4
*
Retry parsing a module that has invalid type comments
Claudiu Popa
2019-11-26
1
-0
/
+8
*
Scope the inference to the current bound node when inferring instances of cla...
Claudiu Popa
2019-11-25
1
-0
/
+11
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-0
/
+11
*
Add more supported parameters to ``subprocess.check_output``
Claudiu Popa
2019-11-17
1
-0
/
+4
*
Add a ChangeLog entry for the proposed change
Enji Cooper
2019-11-16
1
-0
/
+6
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
1
-0
/
+10
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-0
/
+3
[next]