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
/
objects.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Protect against ``infer_call_result`` failing with `InferenceError` in `Super...
Claudiu Popa
2020-05-01
1
-1
/
+6
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+2
*
Reverse super call with setting the function to allow string representation b...
Claudiu Popa
2020-03-06
1
-1
/
+1
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-0
/
+26
*
Correctly instantiate exception instances when inferring their attributes wit...
Claudiu Popa
2019-02-28
1
-1
/
+1
*
Avoid statement deletion in the _filter_stmts method of the LookupMixin class...
hippo91
2019-01-23
1
-0
/
+29
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-2
/
+2
*
Add a registry for builtin exception models. Close PyCQA/pylint#1432
Claudiu Popa
2019-01-17
1
-4
/
+7
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-27
/
+49
*
infer_call_result can raise InferenceError so make sure to handle that for th...
Claudiu Popa
2018-07-31
1
-2
/
+4
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+5
*
Fix lint errors
Claudiu Popa
2018-05-31
1
-4
/
+4
*
Remove reraise() in favour of using raise..from
Claudiu Popa
2018-05-31
1
-4
/
+4
*
Remove six from a couple of files
Claudiu Popa
2018-05-31
1
-2
/
+2
*
Add qname method to Super objects
Bryce Guinta
2018-04-19
1
-0
/
+3
*
Revert "Move FrozenSet to node_classes so it is accessible"
Bryce Guinta
2018-03-11
1
-0
/
+15
*
Move FrozenSet to node_classes so it is accessible
Bryce Guinta
2018-03-11
1
-15
/
+0
*
Remove pylint errors
Derek Gustafson
2016-12-03
1
-0
/
+3
*
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
*
dict.values, dict.keys and dict.items are properly inferred
Claudiu Popa
2016-06-04
1
-0
/
+32
*
Exceptions have their own object model
Claudiu Popa
2016-06-04
1
-0
/
+11
*
Introduce a special attributes model
Claudiu Popa
2016-06-03
1
-9
/
+5
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-17
/
+3
*
Support accessing properties using super().
Claudiu Popa
2016-01-14
1
-0
/
+4
*
Cleanup pylint's warnings over astroid codebase
Claudiu Popa
2015-12-14
1
-2
/
+2
*
This bookmark adds structured exceptions to astroid.
Ceridwen
2015-11-02
1
-15
/
+28
*
Move bases.NodeNG and bases.Statement in node_classes
Claudiu Popa
2015-10-11
1
-1
/
+1
*
Move objects.Slice back into nodes.Slice
Claudiu Popa
2015-10-03
1
-44
/
+0
*
Remove trailing whitespace.
Claudiu Popa
2015-09-26
1
-2
/
+2
*
Add a separate Slice object, which is used when inferring the slice builtin call
Claudiu Popa
2015-09-26
1
-0
/
+43
*
Add helper function for reraising exceptions
Ceridwen
2015-09-21
1
-5
/
+2
*
Use six.reraise to avoid losing tracebacks for simple cases
Ceridwen
2015-09-21
1
-1
/
+5
*
Last merge (hopefully) and all bugs fixed but one
Ceridwen
2015-08-21
1
-21
/
+1
|
\
|
*
Understand slices of tuples, lists, strings and instances with support for sl...
Claudiu Popa
2015-08-21
1
-1
/
+0
|
*
Introduce a base class for Set, List and Tuple in order to avoid code duplica...
Claudiu Popa
2015-08-20
1
-13
/
+1
*
|
More fixes for bugs introduced during merge
Ceridwen
2015-08-18
1
-1
/
+1
*
|
Fix issues found in code review
Ceridwen
2015-08-14
1
-3
/
+3
*
|
Fix most obvious errors intorduced by the latest merge
Ceridwen
2015-08-14
1
-9
/
+3
*
|
Merge main into default
Ceridwen
2015-08-14
1
-35
/
+35
|
\
\
|
|
/
|
*
Big cleanup across the entire project
Claudiu Popa
2015-08-12
1
-35
/
+35
|
*
Get rid of astroid.common.decorators.
Florian Bruhin
2015-07-25
1
-1
/
+1
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-14
/
+27
|
/
*
Implement bool_value correctly for data structures.
Claudiu Popa
2015-06-16
1
-0
/
+3
*
Staticmethods retrieved with super are functions, not bound methods.
Claudiu Popa
2015-06-15
1
-1
/
+1
*
Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...
Claudiu Popa
2015-05-29
1
-6
/
+9
*
Fail when calling Super.super_mro if the object-or-type is not the expected t...
Claudiu Popa
2015-05-29
1
-1
/
+4
*
Remove unused import.
Claudiu Popa
2015-05-28
1
-1
/
+1
*
Update the rules for what descriptor is returned from a super(), depending on...
Claudiu Popa
2015-05-28
1
-10
/
+21
*
Add a new *inference object* called Super
Claudiu Popa
2015-05-28
1
-1
/
+108
[next]