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
*
astroid.context: import object one by one instead of the entire module
Pierre Sassoulas
2021-08-30
1
-9
/
+8
*
Fix bug in attribute inference from inside method calls.
David Liu
2021-08-28
1
-3
/
+17
*
Bump astroid to 2.7.0, update changelog
v2.7.0
Pierre Sassoulas
2021-08-15
1
-1
/
+1
*
Remove use of deprecated node_classes and scoped_node API in astroid
Pierre Sassoulas
2021-08-10
1
-1
/
+2
*
Bump astroid to 2.6.6, update changelog
v2.6.6
Pierre Sassoulas
2021-08-03
1
-1
/
+1
*
Update pylint to 2.9.6 (#1114)
Marc Mueller
2021-08-02
1
-3
/
+2
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
Catch StopIteration and reraise cleanly
Pierre Sassoulas
2021-07-19
1
-2
/
+4
*
Bump astroid to 2.6.3, update changelog
v2.6.3
Pierre Sassoulas
2021-07-19
1
-0
/
+2
*
Fix yield inference on inherited classes. (#1092)
doranid
2021-07-12
1
-15
/
+1
*
Don't infer MatchAs in assigned_stmts if pattern is not None (#1096)
Marc Mueller
2021-07-11
1
-2
/
+4
*
Fix issues when inferring match variables (#1093)
Marc Mueller
2021-07-10
1
-0
/
+61
*
Fix copyright links (#1084)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Catch the StopIteration that result from PEP-479 or add default value in ``ne...
Pierre Sassoulas
2021-06-30
1
-5
/
+8
*
Use the Context enum directly and not a constant based on it
Pierre Sassoulas
2021-06-19
1
-3
/
+9
*
Rename astroid.constants to astroid.const
Pierre Sassoulas
2021-06-19
1
-1
/
+1
*
Create a permanent enum for Context instead of deleting the class
Pierre Sassoulas
2021-06-19
1
-1
/
+2
*
Import exceptions from astroid.exceptions to avoid circular imports
Pierre Sassoulas
2021-06-15
1
-27
/
+30
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-11
/
+3
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-1
/
+2
*
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
-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
[next]