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
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
3
-2
/
+24
*
Start working on 2.4.3
Claudiu Popa
2020-06-16
2
-1
/
+6
*
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
3
-9
/
+45
*
Fix the new violations of super-without-arguments
Claudiu Popa
2020-05-12
6
-48
/
+44
*
`FunctionDef.is_generator` properly handles `yield` nodes in `While` tests
Claudiu Popa
2020-05-12
4
-1
/
+22
*
Bump to 2.4.2 for the next version
Claudiu Popa
2020-05-12
2
-1
/
+6
*
Prepare 2.4.1
astroid-2.4.1
Claudiu Popa
2020-05-05
2
-2
/
+2
*
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
3
-1
/
+38
*
Do not crash with SyntaxError when parsing namedtuples with invalid label
Claudiu Popa
2020-05-01
3
-0
/
+18
*
Changed `python_requires` to use ">=" syntax (#780)
Colin Kennedy
2020-05-01
2
-1
/
+5
*
Exclude tests from getting installed from source distribution
Claudiu Popa
2020-04-30
2
-1
/
+3
*
Restructure the AST parsing heuristic to always pick the same module
Claudiu Popa
2020-04-29
4
-103
/
+143
*
Handle the case where the raw builder fails to retrieve the ``__all__`` attri...
Claudiu Popa
2020-04-28
2
-1
/
+17
*
Prepare 2.4.0 release of astroid
astroid-2.4.0
Claudiu Popa
2020-04-27
2
-1
/
+2
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
79
-98
/
+220
*
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
2
-0
/
+7
*
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
2
-1
/
+13
*
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
3
-0
/
+28
*
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
3
-2
/
+26
*
Allow slots added dynamically to a class to still be inferred
Claudiu Popa
2020-03-13
3
-3
/
+35
*
Merge TreeRebuilder3 into TreeRebuilder
Claudiu Popa
2020-03-12
1
-165
/
+111
*
Add a regression test for inferring self in lambda
Claudiu Popa
2020-03-12
1
-0
/
+12
*
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
2
-33
/
+8
*
Add a new ast_from_string method to AstroidManager
Anubhav
2020-03-11
3
-0
/
+22
*
Remove Python 2 specific tests
Claudiu Popa
2020-03-10
6
-354
/
+0
*
Use pytest.xfail instead of unittest.expectedFailure to have a common decorat...
Claudiu Popa
2020-03-10
2
-7
/
+7
*
Change test that expected as_string() to return a particular number of newlines
Claudiu Popa
2020-03-10
1
-7
/
+6
*
Infer the __len__ result of a subclass of an integer
Claudiu Popa
2020-03-10
2
-6
/
+18
*
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
3
-1
/
+32
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
5
-7
/
+65
*
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
6
-1
/
+35
*
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
3
-2
/
+23
*
Raise ``AttributeInferenceError`` when ``getattr()`` receives an empty name
Claudiu Popa
2020-03-06
3
-0
/
+32
*
Cache the inference of FunctionDef to prevent property inference mutating locals
Claudiu Popa
2020-03-06
2
-1
/
+45
*
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
2
-0
/
+26
*
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
3
-1
/
+22
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
5
-19
/
+28
*
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
3
-3
/
+32
*
Transform boto3.ServiceRequest to look like dynamic class
Claudiu Popa
2020-03-04
1
-0
/
+28
*
Disable test on PyPy since we cannot get 7.2 easily without manually installi...
Claudiu Popa
2020-03-03
1
-1
/
+7
*
Verify the existence of datetime and date in ancestors instead of object
Claudiu Popa
2020-03-03
1
-1
/
+3
[next]