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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for 2.5.4 release
astroid-2.5.4
Pierre Sassoulas
2021-04-24
2
-1
/
+2
*
Remove backports.functools_lru_cache dependency
Marc Mueller
2021-04-22
1
-5
/
+1
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
2
-8
/
+4
*
Fix legacy no-member by disabling the warning
Pierre Sassoulas
2021-04-19
1
-3
/
+5
*
Fix issue #891
Pierre Sassoulas
2021-04-10
2
-2
/
+2
*
Upgrading pyupgrade in pre-commit configuration
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
2
-1
/
+5
*
Fix trailing whitespaces
Marc Mueller
2021-02-27
2
-2
/
+2
*
Use new style super when applicable
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Remove IOError that are an alias to OSError see PEP3151
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
2
-1
/
+2
*
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
*
Update astroid/interpreter/_import/spec.py
hippo91
2020-12-29
1
-1
/
+1
*
Update astroid/interpreter/_import/spec.py
hippo91
2020-12-29
1
-1
/
+1
*
Update astroid/interpreter/_import/spec.py
hippo91
2020-12-29
1
-1
/
+1
*
Update astroid/interpreter/_import/spec.py
hippo91
2020-12-29
1
-1
/
+1
*
Merge branch 'master' into fix_deprecated_importlib_methods
hippo91
2020-12-29
2
-2
/
+4
|
\
|
*
New copyright notices
hippo91
2020-12-27
2
-2
/
+4
*
|
Reformated according to black
hippo91
2020-12-24
1
-1
/
+5
*
|
Adds copyright notice
hippo91
2020-12-24
1
-0
/
+1
*
|
Adds docstring to the _precache_zipimporters function
hippo91
2020-12-24
1
-0
/
+10
*
|
Changes the return value of the _precache_zipimporters function so that only ...
hippo91
2020-12-24
1
-1
/
+1
|
/
*
Remove dependency on imp.
Peter Kolbus
2020-11-27
1
-44
/
+57
*
Explicitly return None on certain functions
Raphael Gaschignard
2020-10-28
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
*
Fix the new violations of super-without-arguments
Claudiu Popa
2020-05-12
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
2
-1
/
+5
*
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
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-1
/
+1
*
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
*
Fixed being unable to find distutils submodules by name when in a virtualenv ...
Ashley Whetter
2019-05-23
1
-0
/
+7
*
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
[next]