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
/
tests
/
unittest_inference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly construct the arguments of infered property descriptors (#796)
Claudiu Popa
2020-05-28
1
-0
/
+17
*
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
1
-0
/
+28
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+7
*
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
1
-0
/
+21
*
Allow `FunctionDef.getattr` to look into both instance attrs and special attr...
Claudiu Popa
2020-03-26
1
-0
/
+16
*
Remove Python 2 specific tests
Claudiu Popa
2020-03-10
1
-24
/
+0
*
Use pytest.xfail instead of unittest.expectedFailure to have a common decorat...
Claudiu Popa
2020-03-10
1
-5
/
+5
*
Prevent a recursion error for self reference variables and `type()` calls.
Claudiu Popa
2020-03-10
1
-0
/
+20
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-4
/
+19
*
Prevent a recursion error to happen when inferring the declared metaclass of ...
Claudiu Popa
2020-03-07
1
-0
/
+9
*
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
1
-0
/
+12
*
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
-0
/
+22
*
Add support for converting Property objects to strings
Claudiu Popa
2020-03-06
1
-0
/
+23
*
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
1
-0
/
+17
*
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
1
-0
/
+21
*
Verify the existence of datetime and date in ancestors instead of object
Claudiu Popa
2020-03-03
1
-1
/
+3
*
Better inference of class and static methods decorated with custom methods
Claudiu Popa
2020-03-03
1
-0
/
+78
*
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-0
/
+11
*
Infer qualified ``classmethod`` as a classmethod. (#759)
Claudiu Popa
2020-02-27
1
-0
/
+21
*
Use the parent of the node when inferring aug assign nodes instead of the sta...
Claudiu Popa
2020-01-05
1
-0
/
+18
*
Make use of cache while transform builtin containers
Stanislav Levin
2019-12-23
1
-0
/
+14
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
1
-0
/
+18
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-0
/
+62
*
Scope the inference to the current bound node when inferring instances of cla...
Claudiu Popa
2019-11-25
1
-0
/
+52
*
Allow attribute assignment for exception instances
Claudiu Popa
2019-11-17
1
-0
/
+22
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-7
/
+17
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
1
-0
/
+19
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-0
/
+26
*
Moved tests out of package directory (#704)
Ashley Whetter
2019-10-15
1
-0
/
+5297