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
/
bases.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not import entire module in astroid/bases.py
Pierre Sassoulas
2021-08-30
1
-27
/
+33
*
More precise import in astroid/bases.py for a circulat import
Pierre Sassoulas
2021-08-30
1
-2
/
+2
*
Fix bug in attribute inference from inside method calls.
David Liu
2021-08-28
1
-3
/
+3
*
Bump astroid to 2.7.2, update changelog
v2.7.2
Pierre Sassoulas
2021-08-20
1
-1
/
+1
*
Temporary retro-compatibility with older pylint versions
Pierre Sassoulas
2021-08-19
1
-0
/
+1
*
Replace the constant BUILTINS by the string 'builtins'
Pierre Sassoulas
2021-08-19
1
-7
/
+7
*
Fix variable collision in _infer_stmts
Nick Drozd
2021-08-18
1
-2
/
+2
*
Remove use of deprecated node_classes and scoped_node API in astroid
Pierre Sassoulas
2021-08-10
1
-1
/
+1
*
Bump astroid to 2.6.4, update changelog
Pierre Sassoulas
2021-07-20
1
-1
/
+1
*
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
-2
/
+7
*
Fix 'unnecessary lambda' in astroid/bases/Generator
Pierre Sassoulas
2021-07-06
1
-2
/
+1
*
Fix useless parenthesis in string format with '%'
Pierre Sassoulas
2021-07-06
1
-2
/
+2
*
Fix 'Super of base class not called in __init__'
Pierre Sassoulas
2021-07-06
1
-1
/
+1
*
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
-10
/
+33
*
Create a constant for BUILTINS in astroid.constants
Pierre Sassoulas
2021-06-26
1
-4
/
+1
*
Rename non obvious PY3X constant to PY3X_PLUS
Pierre Sassoulas
2021-06-21
1
-2
/
+2
*
Simplification because AstroidManager is a singleton/borg
Pierre Sassoulas
2021-06-19
1
-1
/
+0
*
Rename astroid.constants to astroid.const
Pierre Sassoulas
2021-06-19
1
-1
/
+1
*
Create a astroid.constants.py to avoid circular imports
Pierre Sassoulas
2021-06-17
1
-2
/
+1
*
Import exceptions from astroid.exceptions to avoid circular imports
Pierre Sassoulas
2021-06-15
1
-18
/
+24
*
Fix/pylint2036 enum py310 (#1028)
Andrew Haigh
2021-06-14
1
-0
/
+6
*
Improve inference of Enum members called "name" and "value" (#1020)
Andrew Haigh
2021-06-13
1
-0
/
+1
*
Prepare for 2.5.8 release (#1013)
v2.5.8
Pierre Sassoulas
2021-06-07
1
-1
/
+1
*
Update copyright notice for 2.5.7
v2.5.7
Pierre Sassoulas
2021-05-29
1
-0
/
+1
*
Add check of __getitem__ signature to instance_getitem
Andrew Haigh
2021-05-24
1
-0
/
+6
*
Fix inference of instance attributes defined in base class (#933)
Andrew Haigh
2021-05-12
1
-1
/
+2
*
Fix local variable 'error' is assigned to but never used
Pierre Sassoulas
2021-05-01
1
-1
/
+1
*
Fix calling getattr with a constant attribute value
Pierre Sassoulas
2021-05-01
1
-1
/
+1
*
Fix a strange construct that seem unnecessary
Pierre Sassoulas
2021-05-01
1
-2
/
+12
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-2
/
+1
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+1
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-18
/
+9
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
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
1
-1
/
+5
*
``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``
Claudiu Popa
2020-03-26
1
-0
/
+3
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
1
-5
/
+5
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-6
/
+5
*
Allow inferring positional only arguments on Python 3.8
Claudiu Popa
2019-11-14
1
-1
/
+1
*
Fix lint warnings
Claudiu Popa
2019-10-11
1
-0
/
+1
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-8
/
+4
*
Replace InferenceError bubble up with a simple raise
Claudiu Popa
2019-07-16
1
-1
/
+1
*
``igetattr`` raises ``InferenceError`` on re-inference of the same object
Claudiu Popa
2019-04-09
1
-1
/
+5
*
Deleting irrelevant comment
hippo91
2019-01-27
1
-5
/
+0
*
Deleting a conditional that prevent return of a BoundMethod instance
hippo91
2019-01-26
1
-4
/
+3
*
Revert "Just breakpoint to debug and mark the origin of the problem"
hippo91
2018-12-22
1
-1
/
+0
*
Just breakpoint to debug and mark the origin of the problem
hippo91
2018-12-22
1
-0
/
+1
[next]