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
/
arguments.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
New copyright notices
hippo91
2020-12-27
1
-0
/
+1
*
Fix incorrect error message formatting
Claudiu Popa
2020-12-26
1
-1
/
+1
*
When inferring argument takes into account possible posonyargs before raising...
hippo91
2020-11-22
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+1
*
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-13
/
+28
*
Add support for inferring exception instances in all contexts
Claudiu Popa
2019-11-17
1
-1
/
+1
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-38
/
+62
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+5
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-3
/
+7
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Fix linting
Claudiu Popa
2018-06-14
1
-1
/
+1
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-1
/
+1
*
Replace some for statements with yield from
Claudiu Popa
2018-05-31
1
-1
/
+0
*
Remove six from a couple of files
Claudiu Popa
2018-05-31
1
-3
/
+1
*
pyupgrade (#549)
Anthony Sottile
2018-05-22
1
-1
/
+1
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+3
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-17
/
+3
*
Cleanup pylint's warnings over astroid codebase
Claudiu Popa
2015-12-14
1
-1
/
+2
*
Merge upstream changes
Ceridwen
2015-11-06
1
-1
/
+11
|
\
|
*
Merge upstream
Ceridwen
2015-11-06
1
-0
/
+10
|
|
\
|
|
*
Fix pylint warnings.
Claudiu Popa
2015-11-04
1
-2
/
+2
|
|
*
Fix some inconsistencies with accessing the first argument of methods
Claudiu Popa
2015-10-31
1
-0
/
+10
|
*
|
Rename Uninferable and instantiate_class, fix broken tests, improve
Ceridwen
2015-11-06
1
-12
/
+12
|
|
/
*
|
Rename Uninferable and instatiate_class
Ceridwen
2015-11-06
1
-12
/
+12
*
|
This bookmark adds structured exceptions to astroid.
Ceridwen
2015-11-02
1
-6
/
+33
|
/
*
Make duplicated_kwargs a public API.
Claudiu Popa
2015-10-08
1
-4
/
+3
*
Change arguments.ArgumentsInference to arguments.CallSite
Claudiu Popa
2015-10-07
1
-26
/
+64
*
Change the signature of the ArgumentInference class to accept directly the ar...
Claudiu Popa
2015-10-07
1
-7
/
+7
*
Improve the understanding of arguments
Claudiu Popa
2015-09-09
1
-0
/
+193