summaryrefslogtreecommitdiff
path: root/astroid/objects.py
Commit message (Expand)AuthorAgeFilesLines
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-15/+28
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-111-1/+1
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-031-44/+0
* Remove trailing whitespace.Claudiu Popa2015-09-261-2/+2
* Add a separate Slice object, which is used when inferring the slice builtin callClaudiu Popa2015-09-261-0/+43
* Add helper function for reraising exceptionsCeridwen2015-09-211-5/+2
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-1/+5
* Last merge (hopefully) and all bugs fixed but oneCeridwen2015-08-211-14/+14
|\
| * More fixes for bugs introduced during mergeCeridwen2015-08-181-1/+1
| * Fix issues found in code reviewCeridwen2015-08-141-3/+3
| * Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-9/+3
| * Merge main into defaultCeridwen2015-08-141-35/+35
| |\
| * | Node constructors almost finished except for two bugsCeridwen2015-07-081-14/+27
* | | Understand slices of tuples, lists, strings and instances with support for sl...Claudiu Popa2015-08-211-1/+0
* | | Introduce a base class for Set, List and Tuple in order to avoid code duplica...Claudiu Popa2015-08-201-13/+1
| |/ |/|
* | Big cleanup across the entire projectClaudiu Popa2015-08-121-35/+35
* | Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-1/+1
|/
* Implement bool_value correctly for data structures.Claudiu Popa2015-06-161-0/+3
* Staticmethods retrieved with super are functions, not bound methods.Claudiu Popa2015-06-151-1/+1
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-291-6/+9
* Fail when calling Super.super_mro if the object-or-type is not the expected t...Claudiu Popa2015-05-291-1/+4
* Remove unused import.Claudiu Popa2015-05-281-1/+1
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-281-10/+21
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-1/+108
* Specify that inference objects can be found in the AST tree, but only after i...Claudiu Popa2015-05-191-2/+2
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-0/+58