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
/
brain
/
brain_builtin_inference.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable checks for and fix useless suppression
Pierre Sassoulas
2021-04-19
1
-1
/
+1
*
Add an isort configuration in setup.cfg and apply it
Pierre Sassoulas
2021-04-19
1
-11
/
+10
*
Fix pylint warnings in astroid.brain.brain_builtin_inference
Pierre Sassoulas
2021-04-19
1
-9
/
+9
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Prepare for 2.5.3 release
astroid-2.5.3
Pierre Sassoulas
2021-04-10
1
-0
/
+1
*
Better handling of generic aliases (#923)
Marc Mueller
2021-04-07
1
-1
/
+17
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-1
/
+2
*
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
-1
/
+3
*
Merge branch 'master' into master
hippo91
2021-02-07
1
-0
/
+2
|
\
|
*
Fix a crash in inference caused by `Uninferable` container elements
Claudiu Popa
2021-01-01
1
-0
/
+2
*
|
Remove six from astroid
David Gilman
2020-12-30
1
-7
/
+2
|
/
*
New copyright notices
hippo91
2020-12-27
1
-1
/
+2
*
Squash one-off inference utility functions to help reduce recursion errors (#...
Bryce Guinta
2020-06-23
1
-0
/
+1
*
Separate string and bytes classes patching (#807)
Claudiu Popa
2020-06-23
1
-47
/
+85
*
Fix exception causes all over the codebase (#806)
Ram Rachum
2020-06-20
1
-19
/
+19
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-1
/
+7
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-3
/
+8
*
``NodeNG.bool_value()`` gained an optional ``context`` parameter
Claudiu Popa
2020-03-05
1
-1
/
+1
*
Pass a context to Arguments.call_site() calls
Claudiu Popa
2020-03-02
1
-6
/
+6
*
Pass a context argument to ``astroid.Arguments`` to prevent recursion errors
Claudiu Popa
2020-03-02
1
-1
/
+1
*
Make use of cache while transform builtin containers
Stanislav Levin
2019-12-23
1
-3
/
+6
*
Handle StopIteration error in infer_int.
David Liu
2019-12-09
1
-1
/
+1
*
Add support for inferring properties
Claudiu Popa
2019-12-04
1
-0
/
+30
*
Fix object_len infererence without context causing RecursionError (#660)
Bryce Guinta
2019-04-01
1
-1
/
+1
*
Improved builtin inference for ``tuple``, ``set``, ``frozenset``, ``list`` an...
Claudiu Popa
2019-03-28
1
-13
/
+21
*
remove one unused instance (#655)
Frédéric Chapoton
2019-03-11
1
-1
/
+0
*
Make sure to infer the arguments to the `slice()` builtin
Claudiu Popa
2019-02-28
1
-0
/
+1
*
Fix a recursion error caused by inferring the ``slice`` builtin.
Claudiu Popa
2019-01-21
1
-1
/
+1
*
Add a method to the manager to retrieve the builtins module
Claudiu Popa
2019-01-19
1
-3
/
+1
*
Remove Python 2 branches
Claudiu Popa
2018-10-10
1
-16
/
+7
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-110
/
+139
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+5
*
Remove useless TODOs that are either issues in the issue tracker or things wh...
Claudiu Popa
2018-06-12
1
-9
/
+1
*
Inference support for `dict.fromkeys`
Claudiu Popa
2018-06-09
1
-4
/
+85
*
`int()` builtin is inferred as returning integers.
Claudiu Popa
2018-06-09
1
-5
/
+49
*
`str()` builtin is inferred as returning strings.
Claudiu Popa
2018-06-07
1
-1
/
+18
*
Revert "Move FrozenSet to node_classes so it is accessible"
Bryce Guinta
2018-03-11
1
-5
/
+5
*
Implement inference for len builtin
Bryce Guinta
2018-03-11
1
-0
/
+24
*
Move FrozenSet to node_classes so it is accessible
Bryce Guinta
2018-03-11
1
-5
/
+5
*
Add brain inference support for the `issubclass` builtin
Claudiu Popa
2018-03-10
1
-0
/
+43
*
Replace handling of AstroidError with MroError
Claudiu Popa
2018-03-05
1
-3
/
+3
*
Make sure to handle Uninferable by returning it rather than returning an exce...
Claudiu Popa
2018-03-05
1
-0
/
+2
*
Add inference for the builtin 'isinstance'
Bryce Guinta
2018-03-02
1
-1
/
+61
*
Stop generated builtin str methods from referencing a dummy class
Bryce Guinta
2018-02-15
1
-0
/
+5
*
Fix inference tip collisions
Bryce Guinta
2018-02-06
1
-4
/
+15
*
Fix inference causing existing node locations to be changed
Bryce Guinta
2018-01-30
1
-2
/
+4
*
The result of using object.__new__ as class decorator is correctly inferred a...
Claudiu Popa
2017-07-23
1
-0
/
+23
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+3
[next]