summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+13
* Merge upstream changesCeridwen2015-11-061-23/+21
|\
| * Rename Uninferable and instatiate_classCeridwen2015-11-061-3/+3
| * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-23/+22
* | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-3/+3
|/
* Remove trailing whitespace.Claudiu Popa2015-10-261-1/+1
* Class.getattr('__mro__') returns the actual MRO.Claudiu Popa2015-10-261-0/+23
* Fix a crash which occurred when extra_decorators was considering non-class le...Claudiu Popa2015-09-291-0/+23
* Merged in renezhang/astroid_metaclass_loop (pull request #85)Claudiu Popa2015-08-261-0/+18
|\
| * Fix infinite loop in metaclass inferenceRene Zhang2015-08-201-0/+18
* | Emit a warning when an old AST name is used in an isinstance call.Claudiu Popa2015-08-251-1/+1
* | Add tests for aliasesCeridwen2015-08-211-1/+1
* | More fixes for bugs introduced during mergeCeridwen2015-08-181-1/+1
* | Merge main into defaultCeridwen2015-08-141-5/+142
|\ \ | |/
| * Move YES to astroid.util.Claudiu Popa2015-08-091-3/+6
| * Remove trailing whitespaces.Claudiu Popa2015-08-061-1/+1
| * Move the determination of extra_decorators directly into Function, as Functio...Claudiu Popa2015-08-061-0/+53
| * Remove trailing whitespace.Claudiu Popa2015-07-261-2/+2
| * Class.getattr looks by default in the implicit and the explicit metaclasses, ...Claudiu Popa2015-07-261-0/+81
| * Get rid of logilab.common.shellutils in test data.Florian Bruhin2015-07-251-3/+3
* | Merge logilab/astroid againCeridwen2015-07-111-34/+34
|\ \ | |/ |/|
| * Fix bugs introduced by merge and formattingCeridwen2015-07-111-1/+1
| * Merged changes from logilab/astroidCeridwen2015-07-101-33/+33
| |\
| | * Node constructors almost finished except for two bugsCeridwen2015-07-081-33/+33
* | | Fix pylint issues.Claudiu Popa2015-07-111-1/+0
* | | Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-43/+44
|/ /
* | Understand metaclasses added with six.add_metaclass decorator. Closes issue #...Claudiu Popa2015-07-071-0/+24
* | Move pyreverse specific modules and functionality back into pyreverseClaudiu Popa2015-07-031-28/+0
|/
* Transform lambdas with a self argument at the class level to bound methods.Claudiu Popa2015-06-301-0/+17
* Simplify a test.Claudiu Popa2015-06-201-56/+29
* Add `igetattr` method to scoped_nodes.Function.Claudiu Popa2015-06-201-1/+17
* Fix failing tests.Claudiu Popa2015-06-021-2/+2
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-0/+1
* Fix bad-continuation errors from astroid.Claudiu Popa2015-05-191-8/+7
* Remove trailing whitespace.Claudiu Popa2015-05-091-2/+2
* Add a test which shows that using namedtuple-generated classes with classes w...Claudiu Popa2015-05-091-0/+11
* local_attr_ancestors fallbacks to using .ancestors if .mro() fails.Claudiu Popa2015-05-091-1/+8
* Class.has_dynamic_getattr doesn't return True for special methods which aren'...Claudiu Popa2015-05-071-0/+24
* Classes aren't marked as interfaces anymore, in the `type` attribute.Claudiu Popa2015-05-051-2/+0
* Fix recursive class attribute lookupsfix-recursive-attr-lookupsPhilip Lorenz2015-05-041-2/+20
* Add two new exceptions for handling MRO error cases.Claudiu Popa2015-05-031-4/+15
* Don't let ResolveError leak out from local_attr, when using .mro().Claudiu Popa2015-04-301-0/+7
* Expose a implicit_metaclass() method in Class.Claudiu Popa2015-04-251-0/+15
* Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...Claudiu Popa2015-04-181-0/+22
* Don't hard fail when calling .mro() on a class which has combined both newsty...Claudiu Popa2015-04-181-0/+17
* .slots() will return an empty list for classes with empty slots.Claudiu Popa2015-04-141-0/+8
* Understand partially the 3-argument form of `type`.Claudiu Popa2015-04-131-0/+15
* Remove trailing whitespaceClaudiu Popa2015-04-011-1/+1
* Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-011-1/+16
* Backed out changeset 53b22c3f6ed9Claudiu Popa2015-04-011-16/+1