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
/
protocols.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
*
Update copyright notice
hippo91
2021-02-15
1
-0
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-0
/
+2
*
Fix starred_assigned_stmts elts cast (introduced in d68f2935)
Vilnis Termanis
2020-12-24
1
-2
/
+1
*
Fix exception causes all over the codebase (#806)
Ram Rachum
2020-06-20
1
-2
/
+2
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+4
*
Do not infer the first argument of a staticmethod in a metaclass as the class...
Claudiu Popa
2020-03-07
1
-2
/
+7
*
Prevent a recursion error when inferring self-referential variables without d...
Claudiu Popa
2020-03-05
1
-1
/
+1
*
``nodes.Const.itered`` returns a list of ``Const`` nodes, not strings
Claudiu Popa
2019-12-15
1
-1
/
+3
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-1
/
+1
*
Scope the inference to the current bound node when inferring instances of cla...
Claudiu Popa
2019-11-25
1
-0
/
+2
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-2
/
+2
*
Infer args unpacking of ``self``
Claudiu Popa
2019-11-14
1
-0
/
+3
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-2
/
+2
*
Fix linting errors
Claudiu Popa
2019-09-11
1
-1
/
+0
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-4
/
+1
*
Add inference support to NamedExpr nodes
Claudiu Popa
2019-06-02
1
-0
/
+17
*
Drop a superfluous and wrong callcontext when inferring the result of a conte...
Claudiu Popa
2019-04-09
1
-2
/
+0
*
Replace a couple of returns with explicit InferenceError exceptions
Claudiu Popa
2019-01-19
1
-8
/
+10
*
Remove StopIteration handling which should not leak at all from inference
Claudiu Popa
2019-01-18
1
-10
/
+3
*
Reuse the cls variable inferred earlier
Claudiu Popa
2018-10-11
1
-1
/
+1
*
Update some leftover docstrings
Claudiu Popa
2018-10-11
1
-5
/
+9
*
Use yield from
Claudiu Popa
2018-10-10
1
-2
/
+1
*
Remove some unneeded comments and use yield from
Claudiu Popa
2018-10-10
1
-6
/
+2
*
Use itertools.chain to join multiple generators together
Claudiu Popa
2018-10-10
1
-3
/
+8
*
Use a generator expression for _multiply_seq_by_int
Claudiu Popa
2018-10-10
1
-8
/
+6
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-118
/
+158
*
Rename asspath to assign_path to be more indicative of what it actually means
Claudiu Popa
2018-10-02
1
-44
/
+45
*
infer_call_result can raise InferenceError so make sure to handle that for th...
Claudiu Popa
2018-07-31
1
-2
/
+1
*
Cut obsolete "explicit StopIteration" comments
Nick Drozd
2018-07-30
1
-8
/
+0
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-5
/
+5
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+12
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-1
/
+2
*
Disable too-many-* for this function
Claudiu Popa
2018-06-15
1
-1
/
+1
*
Drop the requirement that lhs and rhs should have the same number of elements...
Claudiu Popa
2018-06-15
1
-9
/
+10
*
Added inference support for starred nodes in for loops
Claudiu Popa
2018-06-15
1
-5
/
+100
*
Use postinit() to initialize the list generated by a Starred node
Claudiu Popa
2018-06-15
1
-3
/
+9
*
The exception should be IndexError, not KeyError, since items is a list
Claudiu Popa
2018-06-15
1
-1
/
+1
*
Support unpacking for dicts in assignments
Claudiu Popa
2018-06-14
1
-13
/
+25
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-3
/
+1
*
Convert to yield from
Nick Drozd
2018-06-08
1
-17
/
+8
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-9
/
+9
*
Fix lint errors
Ashley Whetter
2018-05-05
1
-2
/
+2
*
Fix StopIteration raising for python3.7 (#534)
HoverHell
2018-04-24
1
-15
/
+24
*
Fix contextmanager transform for nested contextmanagers
Bryce Guinta
2018-03-05
1
-1
/
+4
*
Remove Python 2 branches, assume we always run on Python 3
Claudiu Popa
2018-02-21
1
-4
/
+2
*
Filter non-inferables nodes when inferring binary operations
Claudiu Popa
2017-12-15
1
-1
/
+2
*
Public facing node documentation
Ashley Whetter
2017-11-05
1
-0
/
+1
*
Fix an inference for trying to unpack Uninferable value in context manager (#...
Łukasz Rogalski
2017-05-22
1
-0
/
+5
*
Fix assigned_stmts() for AnnAssign nodes without value (#420)
Łukasz Rogalski
2017-04-02
1
-1
/
+9
[next]