summaryrefslogtreecommitdiff
path: root/astroid/util.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-0/+1
* Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-221-24/+0
* YES is gone, we're using Uninferable for quite some time nowClaudiu Popa2018-10-101-4/+0
* Initial formatting of astroidClaudiu Popa2018-10-021-16/+28
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+4
* Limit inference to a maximum of 100 results at a time to preventBryce Guinta2018-07-061-0/+24
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-2/+2
* Fix lint errorsClaudiu Popa2018-05-311-2/+0
* Remove reraise() in favour of using raise..fromClaudiu Popa2018-05-311-7/+0
* Remove six from a couple of filesClaudiu Popa2018-05-311-0/+1
* Fix the remaining lint errorsClaudiu Popa2017-10-121-0/+1
* Don't crash when getting the string representation of BadUnaryOperationMessageClaudiu Popa2017-07-081-1/+22
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-6/+3
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Make Uninferable have a false value by default.Claudiu Popa2016-07-161-0/+5
* Introduce a special attributes modelClaudiu Popa2016-06-031-0/+13
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-11-291-0/+6
* Merge upstream changesCeridwen2015-11-061-0/+4
|\
| * Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-2/+6
* | Rename Uninferable and instatiate_classCeridwen2015-11-061-2/+2
* | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-0/+35
|/
* Move proxy_alias function to util.pyClaudiu Popa2015-10-111-0/+21
* Use the object.__new__ decorator to create a singleton instance of the YES ob...Claudiu Popa2015-09-261-5/+3
* Add helper function for reraising exceptionsCeridwen2015-09-211-0/+11
* Move YES to astroid.util.Claudiu Popa2015-08-091-0/+38