summaryrefslogtreecommitdiff
path: root/astroid/bases.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-6/+6
* Add a new possible property, lazy_attribute.Claudiu Popa2015-05-031-1/+2
* Filter out YES results from .decoratornames().Claudiu Popa2015-04-181-1/+2
* Fix a typo in the possible properties list and add more tests.Claudiu Popa2015-04-181-1/+1
* Make is_property a private function. Remove some trailing whitespaces.Claudiu Popa2015-04-171-10/+7
* Support multiple types of known properties in _wrap_attr.Claudiu Popa2015-04-171-1/+21
* UnboundMethod.getattr calls the getattr of its _proxied object.Claudiu Popa2015-04-171-2/+2
* Improve the inference of Getattr nodes when dealing with abstract properties ...Claudiu Popa2015-04-171-1/+2
* Remove trailing whitespace.Claudiu Popa2015-03-111-1/+1
* Change the way how context caching and scoping is done.Claudiu Popa2015-03-111-66/+53
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+665