summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_builtin_inference.py
Commit message (Expand)AuthorAgeFilesLines
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-1/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-11/+10
* Fix pylint warnings in astroid.brain.brain_builtin_inferencePierre Sassoulas2021-04-191-9/+9
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Prepare for 2.5.3 releaseastroid-2.5.3Pierre Sassoulas2021-04-101-0/+1
* Better handling of generic aliases (#923)Marc Mueller2021-04-071-1/+17
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-1/+3
* Merge branch 'master' into masterhippo912021-02-071-0/+2
|\
| * Fix a crash in inference caused by `Uninferable` container elementsClaudiu Popa2021-01-011-0/+2
* | Remove six from astroidDavid Gilman2020-12-301-7/+2
|/
* New copyright noticeshippo912020-12-271-1/+2
* Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-231-0/+1
* Separate string and bytes classes patching (#807)Claudiu Popa2020-06-231-47/+85
* Fix exception causes all over the codebase (#806)Ram Rachum2020-06-201-19/+19
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+7
* Add a new EvaluatedObject containerClaudiu Popa2020-03-101-3/+8
* ``NodeNG.bool_value()`` gained an optional ``context`` parameterClaudiu Popa2020-03-051-1/+1
* Pass a context to Arguments.call_site() callsClaudiu Popa2020-03-021-6/+6
* Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-1/+1
* Make use of cache while transform builtin containersStanislav Levin2019-12-231-3/+6
* Handle StopIteration error in infer_int.David Liu2019-12-091-1/+1
* Add support for inferring propertiesClaudiu Popa2019-12-041-0/+30
* Fix object_len infererence without context causing RecursionError (#660)Bryce Guinta2019-04-011-1/+1
* Improved builtin inference for ``tuple``, ``set``, ``frozenset``, ``list`` an...Claudiu Popa2019-03-281-13/+21
* remove one unused instance (#655)Frédéric Chapoton2019-03-111-1/+0
* Make sure to infer the arguments to the `slice()` builtinClaudiu Popa2019-02-281-0/+1
* Fix a recursion error caused by inferring the ``slice`` builtin.Claudiu Popa2019-01-211-1/+1
* Add a method to the manager to retrieve the builtins moduleClaudiu Popa2019-01-191-3/+1
* Remove Python 2 branchesClaudiu Popa2018-10-101-16/+7
* Initial formatting of astroidClaudiu Popa2018-10-021-110/+139
* Spelling fixesVille Skyttä2018-07-241-2/+2
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Remove useless TODOs that are either issues in the issue tracker or things wh...Claudiu Popa2018-06-121-9/+1
* Inference support for `dict.fromkeys`Claudiu Popa2018-06-091-4/+85
* `int()` builtin is inferred as returning integers.Claudiu Popa2018-06-091-5/+49
* `str()` builtin is inferred as returning strings.Claudiu Popa2018-06-071-1/+18
* Revert "Move FrozenSet to node_classes so it is accessible"Bryce Guinta2018-03-111-5/+5
* Implement inference for len builtinBryce Guinta2018-03-111-0/+24
* Move FrozenSet to node_classes so it is accessibleBryce Guinta2018-03-111-5/+5
* Add brain inference support for the `issubclass` builtinClaudiu Popa2018-03-101-0/+43
* Replace handling of AstroidError with MroErrorClaudiu Popa2018-03-051-3/+3
* Make sure to handle Uninferable by returning it rather than returning an exce...Claudiu Popa2018-03-051-0/+2
* Add inference for the builtin 'isinstance'Bryce Guinta2018-03-021-1/+61
* Stop generated builtin str methods from referencing a dummy classBryce Guinta2018-02-151-0/+5
* Fix inference tip collisionsBryce Guinta2018-02-061-4/+15
* Fix inference causing existing node locations to be changedBryce Guinta2018-01-301-2/+4
* The result of using object.__new__ as class decorator is correctly inferred a...Claudiu Popa2017-07-231-0/+23
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3