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
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-17
1
-18
/
+9
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-17
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
*
Fix a bug where an Attribute used as a base class was triggering a crash
Claudiu Popa
2018-12-04
1
-0
/
+2
*
Use copy_context where it makes sense
Claudiu Popa
2018-10-10
1
-1
/
+0
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-79
/
+116
*
`async` functions are now inferred as `AsyncGenerator` when inferring their c...
Claudiu Popa
2018-08-16
1
-0
/
+16
*
infer_call_result can raise InferenceError so make sure to handle that for th...
Claudiu Popa
2018-07-31
1
-5
/
+8
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+10
*
Fix attributes of ancestor classes from appearing in attribute inference
Bryce Guinta
2018-07-13
1
-7
/
+2
*
Fix type.__new__ calls with incorrect arguments creating instances
Bryce Guinta
2018-07-08
1
-1
/
+1
*
Avoid calling object.__new__ for type.__new__
Bryce Guinta
2018-07-05
1
-1
/
+3
*
Allow technically valid (but weird) type.__new__ calls
Bryce Guinta
2018-07-05
1
-9
/
+5
*
Fix inference for nested calls
Bryce Guinta
2018-07-05
1
-11
/
+6
*
Refactor assinging boundnode to context
Bryce Guinta
2018-07-04
1
-10
/
+2
*
Fix issue with inherited __call__ improperly inferencing self
Bryce Guinta
2018-06-29
1
-0
/
+5
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Prevent Const copy resulting in recursion
Bryce Guinta
2018-06-23
1
-1
/
+7
*
Add cache_readonly to POSSIBLE_PROPERTIES for pandas
Daniel Colascione
2018-06-21
1
-1
/
+1
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-3
/
+1
*
Convert to yield from
Nick Drozd
2018-06-08
1
-2
/
+1
*
Callables gained an implicit_parameter() method which returns the number of i...
Claudiu Popa
2018-06-07
1
-0
/
+6
*
Fix lint
Claudiu Popa
2018-06-06
1
-1
/
+1
*
Subclasses of *property* are now interpreted as properties
Claudiu Popa
2018-06-05
1
-1
/
+18
*
Replace some for statements with yield from
Claudiu Popa
2018-05-31
1
-5
/
+2
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-8
/
+8
*
Remove six from a couple of files
Claudiu Popa
2018-05-31
1
-2
/
+4
*
Protect against passing lookup_class to non-class proxied objects
Claudiu Popa
2018-05-26
1
-1
/
+4
*
Add context_lookup to infer_call_result for function arguments
Bryce Guinta
2018-03-30
1
-6
/
+25
*
Fix lint warnings
Claudiu Popa
2017-10-12
1
-9
/
+9
*
Fix an infinite loop that could occur during inference of __nonzero__. (#412)
Calen Pennington
2017-03-11
1
-1
/
+2
*
Make ClassDefs support keyword arguments. (#384)
Derek Gustafson
2017-01-22
1
-1
/
+1
*
Remove pylint errors
Derek Gustafson
2016-12-03
1
-0
/
+5
*
Correct the generator comprehension to return Instances only when the element...
Claudiu Popa
2016-11-01
1
-1
/
+1
*
Fix some pylint errors over the code base.
Claudiu Popa
2016-08-24
1
-1
/
+0
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+5
[next]