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
*
Add additional guards for six
Marc Mueller
2021-04-24
1
-0
/
+12
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
1
-3
/
+2
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-12
/
+7
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+2
*
Fix black issues
Marc Mueller
2021-02-27
1
-5
/
+11
*
Revert "Updates two tests that deal with the number of visits and the context...
hippo91
2021-02-21
1
-3
/
+2
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-31
/
+23
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Update copyright notice
hippo91
2021-02-15
1
-2
/
+4
*
Move the unit test to unittest_brain because it needs six
hippo91
2021-02-12
1
-28
/
+0
*
The node.bases has not to be tweaked otherwise leads to false positive unused...
hippo91
2021-02-12
1
-0
/
+28
*
Adds a test for property setter
hippo91
2021-02-10
1
-1
/
+10
*
Merge branch 'master' into master
hippo91
2021-02-07
1
-2
/
+101
|
\
|
*
Add support of 'six.with_metaclass' (#841)
Francis Charette Migneault
2021-02-07
1
-0
/
+84
|
*
Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroid
sum_and_multiply
hippo91
2021-01-23
1
-2
/
+3
|
|
\
|
|
*
Merge branch 'master' into sum_and_multiply
hippo91
2020-06-20
1
-35
/
+382
|
|
|
\
|
|
*
|
Updates two tests that deal with the number of visits and the context.path
hippo91
2019-12-30
1
-2
/
+3
|
*
|
|
Fix a crash in inference caused by `Uninferable` container elements
Claudiu Popa
2021-01-01
1
-0
/
+14
*
|
|
|
Remove required_version for 3.6 and below
David Gilman
2020-12-31
1
-19
/
+0
*
|
|
|
Remove six from astroid
David Gilman
2020-12-30
1
-16
/
+5
|
/
/
/
*
|
|
New copyright notices
hippo91
2020-12-27
1
-1
/
+5
*
|
|
Merge pull request #858 from hippo91/fix_python39_new
hippo91
2020-12-13
1
-0
/
+29
|
\
\
\
|
*
|
|
Thanks to the preceeding commit the inference is more precise for class decor...
hippo91
2020-11-22
1
-0
/
+29
*
|
|
|
Remove dependency on imp.
Peter Kolbus
2020-11-27
1
-12
/
+0
|
/
/
/
*
|
|
Skip test for | in dictionaries due to PEP-584 in Python 3.9+ (#829)
Karthikeyan Singaravelan
2020-09-14
1
-2
/
+6
*
|
|
Separate string and bytes classes patching (#807)
Claudiu Popa
2020-06-23
1
-8
/
+4
*
|
|
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-22
1
-1
/
+1
|
|
/
|
/
|
*
|
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
[next]