summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix SyntaxError on Python 2 for print functionuse_print_functionJohn Vandenberg2015-10-191-0/+1
* Don't reinstall astroid, use the one that's already available.Claudiu Popa2015-10-161-2/+0
* Fix Arguments' _other_fieldsCeridwen2015-10-121-1/+1
* Move proxy_alias function to util.pyClaudiu Popa2015-10-113-28/+32
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-1110-15/+1
* Remove unused variable.Claudiu Popa2015-10-111-1/+0
* Move decorators from bases to decorators module.Claudiu Popa2015-10-115-76/+81
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-114-538/+537
* Remove trailing whitespace.Claudiu Popa2015-10-091-1/+1
* The functional form of Enum returns a class, not an instance.Claudiu Popa2015-10-092-1/+13
* Support PEP 448 unpackings in dict calls.Claudiu Popa2015-10-082-11/+47
* Make duplicated_kwargs a public API.Claudiu Popa2015-10-082-4/+8
* Fix pylint warnings.Claudiu Popa2015-10-071-12/+11
* Change arguments.ArgumentsInference to arguments.CallSiteClaudiu Popa2015-10-073-33/+155
* Change the signature of the ArgumentInference class to accept directly the ar...Claudiu Popa2015-10-072-10/+13
* Add brain tips for PyQt signals for supporting emit / connect and disconnect ...Claudiu Popa2015-10-063-22/+57
* Remove trailing whitespace.Claudiu Popa2015-10-061-1/+0
* Add support for looking up into DictUnpack's value in Dict.getitemClaudiu Popa2015-10-062-0/+15
* Remove the value from the DictUnpack node, since it's used mostly to represen...Claudiu Popa2015-10-062-10/+1
* Fix pylint errors.Claudiu Popa2015-10-062-8/+8
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-066-9/+71
* Remove trailing whitespace.Claudiu Popa2015-10-031-1/+1
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-034-49/+37
* Don't wrap instance's arguments into a Const, instead let the original index ...Claudiu Popa2015-10-032-19/+28
* Add a test for issue #188, which was triggered because the transforms weren't...Claudiu Popa2015-10-031-0/+25
* Fix a crash which occurred when inferring unary operands which yielded object...Claudiu Popa2015-10-032-0/+10
* Skip objects which aren't callable when inferring an instance's call result.Claudiu Popa2015-10-032-1/+17
* Make context an optional argument for BoundMethod.infer_call_result.Claudiu Popa2015-10-031-1/+3
* Ignore non-callables when looking for special method implementations of bool ...Claudiu Popa2015-10-032-1/+22
* Import test from pylint regarding a crash that used to occur a long time ago.Claudiu Popa2015-09-301-0/+10
* Import test for pylint regarding context inference in relation with factory m...Claudiu Popa2015-09-291-0/+19
* Fix a crash which occurred when extra_decorators was considering non-class le...Claudiu Popa2015-09-292-1/+27
* Remove InferenceContext's __repr__ implementation, since it makes it unusable...Claudiu Popa2015-09-281-6/+0
* Add test for issue #183.Claudiu Popa2015-09-271-0/+9
* Hopefully actually fix #185Ceridwen2015-09-262-2/+13
* Remove trailing whitespace.Claudiu Popa2015-09-262-3/+3
* Add a separate Slice object, which is used when inferring the slice builtin callClaudiu Popa2015-09-263-3/+74
* remove the test env for..testing purposes.Claudiu Popa2015-09-261-6/+0
* Fix pylint errors.Claudiu Popa2015-09-262-5/+3
* Use the object.__new__ decorator to create a singleton instance of the YES ob...Claudiu Popa2015-09-261-5/+3
* Fix a regression with the reraise of AstroidBuildingException.Claudiu Popa2015-09-261-1/+6
* Revert the tox change, since drone.io fails.Claudiu Popa2015-09-261-1/+1
* Make instancecheck a private function.Claudiu Popa2015-09-261-2/+2
* Merged in ceridwenv/astroid (pull request #88)Claudiu Popa2015-09-2612-36/+59
|\
| * Add helper function for reraising exceptionsCeridwen2015-09-2111-96/+47
| * Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-2111-36/+108
* | Add numpy transform tip for understanding numpy's calculation of __all__.Claudiu Popa2015-09-262-3/+19
* | Fix indentation to make pylint happyyy.Claudiu Popa2015-09-251-11/+11
* | Make pylint happyy.Claudiu Popa2015-09-257-26/+27
* | Reactivate pylint.Claudiu Popa2015-09-251-4/+1