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
/
interpreter
/
objectmodel.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-6
/
+3
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+2
*
Fix trailing whitespaces
Marc Mueller
2021-02-27
1
-1
/
+1
*
Use new style super when applicable
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
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
*
pylint + black formatting
hippo91
2021-02-10
1
-15
/
+7
*
Adds docstring and reformat attr_fset method
hippo91
2021-02-10
1
-11
/
+15
*
In the attr_fset method, retrieve the FunctionDef corresponding to setter pro...
hippo91
2021-02-10
1
-13
/
+20
*
Back to original attr_fget definition
hippo91
2021-02-10
1
-13
/
+1
*
Unify the way property arguments are declared
hippo91
2021-02-10
1
-1
/
+13
*
Setting hard the arguments of method property setter
hippo91
2021-02-10
1
-2
/
+13
*
Adds the attr_fset property
hippo91
2021-02-10
1
-0
/
+22
*
Fix a bug for dunder methods inference of function objects
Claudiu Popa
2020-12-30
1
-0
/
+1
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+1
*
Add exception inference for `UnicodeDecodeError` (#797)
Claudiu Popa
2020-05-29
1
-0
/
+7
*
Properly construct the arguments of infered property descriptors (#796)
Claudiu Popa
2020-05-28
1
-9
/
+24
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+3
*
Rename variable to not shadow builtin
Claudiu Popa
2019-12-16
1
-3
/
+3
*
Set arguments on inferred properties and property descriptors such as fget()
Claudiu Popa
2019-12-15
1
-1
/
+3
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-0
/
+45
*
Don't set a parent for descriptor bound methods created on `__get__` access
Claudiu Popa
2019-11-08
1
-1
/
+0
*
Fix lint warnings
Claudiu Popa
2019-10-11
1
-3
/
+8
*
Build FunctionDef.__get__ to use positional only arguments when inferring the...
Claudiu Popa
2019-07-09
1
-4
/
+8
*
Introduce a new argument to `Arguments` for storing the positional only annot...
Claudiu Popa
2019-07-09
1
-0
/
+1
*
Add a proper ``strerror`` inference to the ``OSError`` exceptions.
Claudiu Popa
2019-02-13
1
-0
/
+4
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-5
/
+4
*
Added more builtin exceptions attributes. Close #580
Claudiu Popa
2019-01-18
1
-1
/
+43
*
Use a different prefix for the object model methods
Claudiu Popa
2019-01-18
1
-89
/
+87
*
Add a registry for builtin exception models. Close PyCQA/pylint#1432
Claudiu Popa
2019-01-17
1
-0
/
+12
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-83
/
+86
*
`async` functions are now inferred as `AsyncGenerator` when inferring their c...
Claudiu Popa
2018-08-16
1
-0
/
+20
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-1
/
+1
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-1
/
+6
*
Fix issue causing a pylint test to fail
Bryce Guinta
2018-07-06
1
-0
/
+6
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-4
/
+4
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Callables gained an implicit_parameter() method which returns the number of i...
Claudiu Popa
2018-06-07
1
-0
/
+6
*
DescriptorBoundMethod has the correct number of arguments defined.
Claudiu Popa
2018-06-07
1
-0
/
+25
*
Do not build the bound method if the inferred class is Uninferable
Claudiu Popa
2018-06-07
1
-0
/
+5
*
Add context_lookup to infer_call_result for function arguments
Bryce Guinta
2018-03-30
1
-4
/
+4
*
Module.__path__ is now a list
Claudiu Popa
2018-03-30
1
-3
/
+8
*
Remove Python 2 branches, assume we always run on Python 3
Claudiu Popa
2018-02-21
1
-54
/
+21
*
Fix bad-whitespace
Bryce Guinta
2018-01-01
1
-1
/
+1
*
Fix a crash when __annotations__ access a parent's __init__ that does not hav...
Claudiu Popa
2017-12-27
1
-2
/
+2
*
Remove print statement
Claudiu Popa
2017-09-21
1
-1
/
+0
*
Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...
Claudiu Popa
2017-04-12
1
-3
/
+11
*
Replace functools32 with backports.functools_lru_cache for consistency with p...
Ceridwen
2017-03-13
1
-1
/
+1
*
Cache object attributes
Calen Pennington
2017-03-13
1
-0
/
+6
[next]