| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge upstream changes | Ceridwen | 2015-11-06 | 1 | -13/+18 |
|\ |
|
| * | Rename Uninferable and instatiate_class | Ceridwen | 2015-11-06 | 1 | -8/+8 |
| * | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -13/+18 |
* | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -8/+8 |
|/ |
|
* | Create a callcontext when determining an instance's truth value. | Claudiu Popa | 2015-10-22 | 1 | -0/+2 |
* | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -2/+0 |
* | Remove unused variable. | Claudiu Popa | 2015-10-11 | 1 | -1/+0 |
* | Move decorators from bases to decorators module. | Claudiu Popa | 2015-10-11 | 1 | -46/+0 |
* | Move bases.NodeNG and bases.Statement in node_classes | Claudiu Popa | 2015-10-11 | 1 | -478/+0 |
* | Skip objects which aren't callable when inferring an instance's call result. | Claudiu Popa | 2015-10-03 | 1 | -1/+1 |
* | Make context an optional argument for BoundMethod.infer_call_result. | Claudiu Popa | 2015-10-03 | 1 | -1/+3 |
* | Ignore non-callables when looking for special method implementations of bool ... | Claudiu Popa | 2015-10-03 | 1 | -0/+2 |
* | Merged in ceridwenv/astroid (pull request #88) | Claudiu Popa | 2015-09-26 | 1 | -2/+2 |
|\ |
|
| * | Add helper function for reraising exceptions | Ceridwen | 2015-09-21 | 1 | -7/+2 |
| * | Use six.reraise to avoid losing tracebacks for simple cases | Ceridwen | 2015-09-21 | 1 | -2/+7 |
* | | Make pylint happyy. | Claudiu Popa | 2015-09-25 | 1 | -1/+3 |
|/ |
|
* | Change a couple of readability issues, proper variable names and so on. | Claudiu Popa | 2015-09-18 | 1 | -21/+23 |
* | Fix indentation changed in merge, again | Ceridwen | 2015-09-13 | 1 | -1/+1 |
* | Fix indentation changed in merge, again | Ceridwen | 2015-09-13 | 1 | -5/+0 |
* | Fix indentation changed in merge | Ceridwen | 2015-09-13 | 1 | -1/+6 |
* | Final draft of improved state printing | Ceridwen | 2015-09-13 | 1 | -15/+158 |
* | First draft of improved state printing | Ceridwen | 2015-09-09 | 1 | -5/+8 |
* | Add support for understanding class creation using `type.__new__(mcs, name, b... | Claudiu Popa | 2015-09-02 | 1 | -0/+80 |
* | Don't raise StopIteration in InferenceContext.push, instead exit from the gen... | Claudiu Popa | 2015-08-28 | 1 | -9/+12 |
* | functools.wraps needs to be called with the decorated function and the implem... | Claudiu Popa | 2015-08-26 | 1 | -1/+1 |
* | Improve decorator introspection using wrapt and functools.wraps | Ceridwen | 2015-08-26 | 1 | -18/+20 |
* | Use a stack level of 2 when emitting warnings, since the call site of the dep... | Claudiu Popa | 2015-08-25 | 1 | -1/+1 |
* | Add deprecation warnings tests | Ceridwen | 2015-08-22 | 1 | -1/+2 |
* | Remove debug statements | Ceridwen | 2015-08-21 | 1 | -2/+0 |
* | Add tests for aliases | Ceridwen | 2015-08-21 | 1 | -6/+9 |
* | More fixes for bugs introduced during merge | Ceridwen | 2015-08-18 | 1 | -1/+2 |
* | Fix issues found in code review | Ceridwen | 2015-08-14 | 1 | -0/+3 |
* | Fix most obvious errors intorduced by the latest merge | Ceridwen | 2015-08-14 | 1 | -1/+1 |
* | Merge main into default | Ceridwen | 2015-08-14 | 1 | -108/+44 |
|\ |
|
| * | Big cleanup across the entire project | Claudiu Popa | 2015-08-12 | 1 | -29/+28 |
| * | Move InferenceContext and CallContext into astroid.context | Claudiu Popa | 2015-08-12 | 1 | -46/+1 |
| * | Move YES to astroid.util. | Claudiu Popa | 2015-08-09 | 1 | -28/+10 |
| * | Delegate the implementation of BoundMethod.infer_call_result to the parent. | Claudiu Popa | 2015-08-06 | 1 | -1/+1 |
| * | Class.getattr looks by default in the implicit and the explicit metaclasses, ... | Claudiu Popa | 2015-07-26 | 1 | -3/+5 |
| * | Merge | Claudiu Popa | 2015-07-25 | 1 | -2/+0 |
| |\ |
|
| | * | Remove the useless __docformat__ variable. | Claudiu Popa | 2015-07-23 | 1 | -2/+0 |
| * | | Get rid of astroid.common.decorators. | Florian Bruhin | 2015-07-25 | 1 | -2/+1 |
| |/ |
|
* | | Fix code review comments. | Ceridwen | 2015-07-13 | 1 | -2/+8 |
* | | Merged changes from logilab/astroid | Ceridwen | 2015-07-10 | 1 | -32/+37 |
|\ \
| |/
|/| |
|
| * | Refactor node classes to have constructors and change some names. | Ceridwen | 2015-07-10 | 1 | -5/+0 |
| * | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 1 | -31/+41 |
* | | Add new property name in the list of known property-like objects. | Claudiu Popa | 2015-07-03 | 1 | -1/+3 |
|/ |
|
* | Add support for inferring subscript on instances, which will use __getitem__... | Claudiu Popa | 2015-07-01 | 1 | -0/+7 |
* | Transform lambdas with a self argument at the class level to bound methods. | Claudiu Popa | 2015-06-30 | 1 | -0/+11 |
* | Implement bool_value correctly for data structures. | Claudiu Popa | 2015-06-16 | 1 | -10/+1 |