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
/
astroid
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
1
-1
/
+6
*
|
|
Do not crash with SyntaxError when parsing namedtuples with invalid label
Claudiu Popa
2020-05-01
1
-0
/
+2
*
|
|
Restructure the AST parsing heuristic to always pick the same module
Claudiu Popa
2020-04-29
3
-103
/
+138
*
|
|
Handle the case where the raw builder fails to retrieve the ``__all__`` attri...
Claudiu Popa
2020-04-28
1
-1
/
+8
*
|
|
master is now 2.5.0
Claudiu Popa
2020-04-28
1
-1
/
+1
*
|
|
Prepare 2.4.0 release of astroid
astroid-2.4.0
Claudiu Popa
2020-04-27
1
-0
/
+1
*
|
|
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
52
-60
/
+128
*
|
|
Transform read_module() into a lambda to prevent it being marked as a bound m...
Claudiu Popa
2020-04-27
1
-1
/
+1
*
|
|
Export `six.moves.reload_module` from `importlib` not `imp`
Claudiu Popa
2020-04-27
1
-1
/
+2
*
|
|
Fix formatting error
Claudiu Popa
2020-04-03
1
-1
/
+1
*
|
|
Inspect compiled CFFI extension members
Robin Jarry
2020-04-03
1
-0
/
+5
*
|
|
Add posonlyargs_annotations to Arguments.get_children()
Claudiu Popa
2020-03-28
1
-0
/
+6
*
|
|
Add posonlyargs_annotations to Arguments.as_string()
Claudiu Popa
2020-03-28
1
-1
/
+7
*
|
|
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
1
-0
/
+3
*
|
|
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
1
-2
/
+6
*
|
|
Allow slots added dynamically to a class to still be inferred
Claudiu Popa
2020-03-13
1
-3
/
+15
*
|
|
Merge TreeRebuilder3 into TreeRebuilder
Claudiu Popa
2020-03-12
1
-165
/
+111
*
|
|
Add an optional `path` parameter to `modpath_from_file`
Claudiu Popa
2020-03-11
1
-16
/
+21
*
|
|
Kill `extrapath` from various `modutils` functions as it was not used
Claudiu Popa
2020-03-11
1
-25
/
+8
*
|
|
Add a new ast_from_string method to AstroidManager
Anubhav
2020-03-11
1
-0
/
+7
*
|
|
Infer the __len__ result of a subclass of an integer
Claudiu Popa
2020-03-10
1
-2
/
+11
*
|
|
Call super() for EvaluatedObject
Claudiu Popa
2020-03-10
1
-3
/
+5
*
|
|
Prevent a recursion error for self reference variables and `type()` calls.
Claudiu Popa
2020-03-10
1
-1
/
+8
*
|
|
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
4
-3
/
+46
*
|
|
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
1
-1
/
+2
*
|
|
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
1
-2
/
+7
*
|
|
Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name
Claudiu Popa
2020-03-06
1
-0
/
+14
*
|
|
Cache the inference of FunctionDef to prevent property inference mutating locals
Claudiu Popa
2020-03-06
1
-1
/
+23
*
|
|
Reverse super call with setting the function to allow string representation b...
Claudiu Popa
2020-03-06
1
-1
/
+1
*
|
|
Merge AsStringVisitor3 into AsStringVisitor since we no longer support Python 2
Claudiu Popa
2020-03-06
1
-110
/
+71
*
|
|
Add support for converting Property objects to strings
Claudiu Popa
2020-03-06
1
-0
/
+3
*
|
|
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
1
-1
/
+1
*
|
|
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
4
-19
/
+19
*
|
|
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
1
-3
/
+4
*
|
|
Transform boto3.ServiceRequest to look like dynamic class
Claudiu Popa
2020-03-04
1
-0
/
+28
*
|
|
Better inference of class and static methods decorated with custom methods
Claudiu Popa
2020-03-03
1
-0
/
+15
*
|
|
Pass a context to Arguments.call_site() calls
Claudiu Popa
2020-03-02
4
-9
/
+9
*
|
|
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
2
-14
/
+29
*
|
|
Infer qualified ``classmethod`` as a classmethod. (#759)
Claudiu Popa
2020-02-27
1
-5
/
+15
*
|
|
Relax upper bound on `wrapt` (#756)
Michael
2020-02-27
1
-1
/
+1
*
|
|
numpy.astype now returns a ndarray object
hippo91
2020-02-10
1
-1
/
+5
*
|
|
Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretation
Claudiu Popa
2020-02-10
1
-0
/
+2
*
|
|
Don't crash upon invalid contex on attr. inference (#746)
Leandro T. C. Melo
2020-02-10
1
-0
/
+2
*
|
|
Make imag and real attributes numpy.ndarray
hippo91
2020-02-10
1
-2
/
+2
*
|
|
Revert the redefinition of type_comment_kwonlyargs
Claudiu Popa
2020-01-12
1
-1
/
+0
*
|
|
Make sure type_comment_kwonlyargs is set as well
Claudiu Popa
2020-01-12
1
-0
/
+1
*
|
|
Fix unbound local error caused by 061aaebea2be2d21831ef687cc4ba4a25d953c65
Claudiu Popa
2020-01-12
2
-1
/
+2
*
|
|
Can access positional only and keyword only argument type comments
Ashley Whetter
2020-01-11
2
-0
/
+42
*
|
|
Return a stub module instead of an import error for frozen modules
Ashley Whetter
2020-01-11
1
-0
/
+2
*
|
|
Use the parent of the node when inferring aug assign nodes instead of the sta...
Claudiu Popa
2020-01-05
1
-3
/
+2
[prev]
[next]