| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move pyreverse specific modules and functionality back into pyreverse | Claudiu Popa | 2015-07-03 | 1 | -29/+0 |
| * | Add a couple of pragma disables for some false positives. | Claudiu Popa | 2015-06-30 | 1 | -0/+2 |
| * | Fix a couple of style issues: | Claudiu Popa | 2015-06-21 | 1 | -186/+164 |
| * | Add `igetattr` method to scoped_nodes.Function. | Claudiu Popa | 2015-06-20 | 1 | -0/+8 |
| * | Add a new method to the AST nodes, 'bool_value'. | Claudiu Popa | 2015-06-14 | 1 | -0/+24 |
| * | Remove a couple of useless TODOs. | Claudiu Popa | 2015-06-07 | 1 | -8/+4 |
| * | Fix pylint warnings over astroid, update the list of disabled messages in pyl... | Claudiu Popa | 2015-05-19 | 1 | -15/+10 |
| * | Fix bad-continuation errors from astroid. | Claudiu Popa | 2015-05-19 | 1 | -11/+15 |
| * | local_attr_ancestors fallbacks to using .ancestors if .mro() fails. | Claudiu Popa | 2015-05-09 | 1 | -3/+3 |
| * | .root() can't always return a Module, do a getattr over pure_python method in... | Claudiu Popa | 2015-05-09 | 1 | -1/+1 |
| * | Class.has_dynamic_getattr doesn't return True for special methods which aren'... | Claudiu Popa | 2015-05-07 | 1 | -5/+6 |
| * | Update the docstring for has_dynamic_getattr to better reflect reality. | Claudiu Popa | 2015-05-06 | 1 | -2/+7 |
| * | Remove hardcoded behaviour of has_dynamic_getattr for optparse. | Claudiu Popa | 2015-05-06 | 1 | -3/+0 |
| * | Classes aren't marked as interfaces anymore, in the `type` attribute. | Claudiu Popa | 2015-05-05 | 1 | -4/+2 |
| * | Fix recursive class attribute lookupsfix-recursive-attr-lookups | Philip Lorenz | 2015-05-04 | 1 | -1/+1 |
| * | Add two new exceptions for handling MRO error cases. | Claudiu Popa | 2015-05-03 | 1 | -8/+14 |
| * | Don't let ResolveError leak out from local_attr, when using .mro(). | Claudiu Popa | 2015-04-30 | 1 | -1/+6 |
| * | Expose a implicit_metaclass() method in Class. | Claudiu Popa | 2015-04-25 | 1 | -0/+11 |
| * | Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,... | Claudiu Popa | 2015-04-18 | 1 | -2/+7 |
| * | Don't hard fail when calling .mro() on a class which has combined both newsty... | Claudiu Popa | 2015-04-18 | 1 | -5/+16 |
| * | Handle empty strings as arguments to StopIteration when looking for slots(). | Claudiu Popa | 2015-04-18 | 1 | -1/+1 |
| * | .slots() will return an empty list for classes with empty slots. | Claudiu Popa | 2015-04-14 | 1 | -2/+8 |
| * | Remove trailing whitespace. | Claudiu Popa | 2015-04-14 | 1 | -1/+1 |
| * | Understand partially the 3-argument form of `type`. | Claudiu Popa | 2015-04-13 | 1 | -19/+38 |
| * | Set the current function as parent for the Generator object inferred from `in... | Claudiu Popa | 2015-04-01 | 1 | -1/+3 |
| * | Backed out changeset 53b22c3f6ed9 | Claudiu Popa | 2015-04-01 | 1 | -3/+1 |
| * | Set the current function as parent for the Generator object inferred from `in... | Claudiu Popa | 2015-04-01 | 1 | -1/+3 |
| * | Proper mro support for six.with_metaclass. Closes issue #85. | Claudiu Popa | 2015-03-31 | 1 | -0/+3 |
| * | Filter out YES nodes when creating a temporary class for the with_metaclass h... | Claudiu Popa | 2015-03-27 | 1 | -1/+2 |
| * | Fix a deep recursion loop problem: it is best to check if we have visited a c... | Daniel Balparda | 2015-03-16 | 1 | -4/+6 |
| * | Class.slots raises NotImplementedError for old style classes. | Claudiu Popa | 2015-03-14 | 1 | -0/+4 |
| * | Change the way how context caching and scoping is done. | Claudiu Popa | 2015-03-11 | 1 | -32/+33 |
| * | Improve the scope_lookup method for Classes. | Claudiu Popa | 2015-02-09 | 1 | -1/+15 |
| * | Fix all unused imports in the code base. | Claudiu Popa | 2015-01-29 | 1 | -1/+1 |
| * | Fix a crash which occurred when a class was the ancestor | Claudiu Popa | 2015-01-29 | 1 | -0/+3 |
| * | Fix a long line. | Claudiu Popa | 2015-01-28 | 1 | -1/+3 |
| * | MRO lookups can get into an infinite loop if a class is a subclass of itself.... | carl | 2015-01-28 | 1 | -1/+1 |
| * | Show for what classes a consistent mro order couldn't be determined. | Claudiu Popa | 2015-01-11 | 1 | -1/+7 |
| * | Remove all trailing whitespaces. | Claudiu Popa | 2015-01-10 | 1 | -2/+2 |
| * | Improve the mro resolution. | Claudiu Popa | 2015-01-10 | 1 | -2/+47 |
| * | .slots() can contain unicode strings on Python 2. | Claudiu Popa | 2015-01-03 | 1 | -1/+2 |
| * | Allow .mro to receive a context. | Claudiu Popa | 2015-01-03 | 1 | -2/+2 |
| * | Improve the detection for functions decorated with decorators | Claudiu Popa | 2014-12-29 | 1 | -55/+42 |
| * | Fix the error message, it raises for old style classes. | Claudiu Popa | 2014-12-21 | 1 | -1/+1 |
| * | Add a new method to Class nodes, 'mro'. | Claudiu Popa | 2014-12-15 | 1 | -1/+41 |
| * | It will be removed in astroid 1.6, not Pylint 1.6. | Claudiu Popa | 2014-12-15 | 1 | -2/+2 |
| * | Rework the file_stream API. | Claudiu Popa | 2014-12-15 | 1 | -7/+22 |
| * | Changed the API for Class.slots. | Claudiu Popa | 2014-12-05 | 1 | -2/+15 |
| * | Restore the file_stream API. | Claudiu Popa | 2014-11-25 | 1 | -2/+11 |
| * | Make Class.is_subtype_of public, and the context argument optional. | Torsten Marek | 2014-11-22 | 1 | -2/+2 |