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
/
inference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-17
1
-1
/
+0
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+5
*
Cache the inference of FunctionDef to prevent property inference mutating locals
Claudiu Popa
2020-03-06
1
-1
/
+23
*
Reverse the order of decorators for `infer_subscript`
Claudiu Popa
2020-03-05
1
-3
/
+4
*
Don't crash upon invalid contex on attr. inference (#746)
Leandro T. C. Melo
2020-02-10
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
*
Enable else-if-used extension
Nick Drozd
2019-12-24
1
-6
/
+6
*
Set arguments on inferred properties and property descriptors such as fget()
Claudiu Popa
2019-12-15
1
-0
/
+1
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-8
/
+31
*
Pass an inference context to `metaclass()` when inferring an object type
Claudiu Popa
2019-10-18
1
-5
/
+12
*
Add inference support to NamedExpr nodes
Claudiu Popa
2019-06-02
1
-3
/
+11
*
Added support for inferring `IfExp` nodes.
Claudiu Popa
2019-06-01
1
-0
/
+29
*
Make sure that Attribute.infer has a protection against StopIterations
Claudiu Popa
2019-01-19
1
-3
/
+5
*
Remove StopIteration handling which should not leak at all from inference
Claudiu Popa
2019-01-18
1
-9
/
+1
*
Move infer_name_module() in pylint and remove it from here
Claudiu Popa
2019-01-13
1
-9
/
+0
*
Revert path copying in InferenceContext()
Claudiu Popa
2018-12-30
1
-3
/
+0
*
Multiple "value" or "slice" values on subscript inference.
Daniel Martin
2018-10-15
1
-46
/
+43
*
Replace a nested for loop with a product() call
Claudiu Popa
2018-10-11
1
-15
/
+8
*
Use yield from
Claudiu Popa
2018-10-10
1
-2
/
+1
*
Remove unneeded comment
Claudiu Popa
2018-10-10
1
-3
/
+0
*
Replace a nested for loop with itertools.product
Claudiu Popa
2018-10-10
1
-15
/
+16
*
Replace checks against None and Uninferable to boolean checks
Claudiu Popa
2018-10-10
1
-3
/
+3
*
Simplify the creation of extra_context for _infer_call
Claudiu Popa
2018-10-10
1
-3
/
+2
*
Use copy_context where it makes sense
Claudiu Popa
2018-10-10
1
-6
/
+5
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-94
/
+143
*
Pass parameters by keyword name when inferring sequences.
Claudiu Popa
2018-09-28
1
-1
/
+2
*
infer_call_result can raise InferenceError so make sure to handle that for th...
Claudiu Popa
2018-07-31
1
-1
/
+0
*
Cut obsolete "explicit StopIteration" comments
Nick Drozd
2018-07-30
1
-10
/
+0
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Fix lint error
Bryce Guinta
2018-07-24
1
-0
/
+1
*
Wrap the inference functions with raise_if_nothing_inferred where we didn't h...
Claudiu Popa
2018-07-24
1
-1
/
+16
*
Rename method for making it clearer
Claudiu Popa
2018-07-24
1
-15
/
+15
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+14
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-3
/
+3
*
Refactor assinging boundnode to context
Bryce Guinta
2018-07-04
1
-7
/
+4
*
Make sure that context_lookup is always defined
Claudiu Popa
2018-06-13
1
-1
/
+6
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-7
/
+2
*
Convert to yield from
Nick Drozd
2018-06-08
1
-17
/
+9
*
Don't propagate Uninferable objects when inferring BinOps
Claudiu Popa
2018-06-05
1
-0
/
+2
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-14
/
+27
*
Fix lint errors
Ashley Whetter
2018-05-05
1
-6
/
+6
*
Fix StopIteration raising for python3.7 (#534)
HoverHell
2018-04-24
1
-8
/
+14
*
Set context boundnode for binary operation to correct inference
Bryce Guinta
2018-03-30
1
-0
/
+2
*
Add context_lookup to infer_call_result for function arguments
Bryce Guinta
2018-03-30
1
-1
/
+20
*
Fix duplicate values in inferred dictionary node from dictionary unpacking
Bryce Guinta
2018-03-02
1
-2
/
+26
*
Fix augassign recursion error
Bryce Guinta
2018-02-18
1
-5
/
+0
*
Fix lint warnings
Claudiu Popa
2017-10-12
1
-0
/
+1
*
Skip Uninferable inferred objects when inferring a Dict
Claudiu Popa
2017-08-12
1
-1
/
+1
*
Catch _NonDeducibleTypeHierarchy in inference._infer_augassign (#443)
Michał Masłowski
2017-07-08
1
-4
/
+2
*
Typo
Claudiu Popa
2017-03-12
1
-1
/
+1
[next]