summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix a crash when inferring subscripts which returned the same object all the ...Claudiu Popa2015-09-252-4/+20
* | Add brain tip for understanding numpy.core's mutation of the __all__ variableClaudiu Popa2015-09-243-0/+67
* | Allow only classes to be looked up in the metaclass chain for searching for a...Claudiu Popa2015-09-222-1/+28
|/
* Use the Python 3.3 environment, since drone.io lives in the prehistoric ages.Claudiu Popa2015-09-181-1/+1
* Change a couple of readability issues, proper variable names and so on.Claudiu Popa2015-09-182-27/+31
* Use the new name of the AsStringVisitor.Claudiu Popa2015-09-181-1/+1
* Add Call.starargs and Call.kwargs propertiesClaudiu Popa2015-09-121-0/+10
* Fix indentation changed in merge, againCeridwen2015-09-131-1/+1
* Fix indentation changed in merge, againCeridwen2015-09-131-5/+0
* Fix indentation changed in mergeCeridwen2015-09-131-1/+6
* Final draft of state printing after mergeCeridwen2015-09-138-92/+221
|\
| * Final draft of improved state printingCeridwen2015-09-138-129/+192
| * First draft of improved state printingCeridwen2015-09-095-62/+128
* | Disable pylint job temporarily until it gets fixed.Claudiu Popa2015-09-111-1/+3
* | Fix trailing whitespaces and add the missing code that wasn't added in the pr...Claudiu Popa2015-09-114-22/+23
* | Understand the `slice` builtin. Closes issue #184.Claudiu Popa2015-09-113-0/+61
* | Improve the understanding of argumentsClaudiu Popa2015-09-095-77/+422
* | Second pass of the Python 3.5 support: adding Async nodes.Claudiu Popa2015-09-075-5/+107
* | First pass of the Python 3.5 support.Claudiu Popa2015-09-078-32/+51
|/
* Don't use AsStringRegexpPredicate for detecting functional Enums.Claudiu Popa2015-09-052-7/+25
* Add support for understanding class creation using `type.__new__(mcs, name, b...Claudiu Popa2015-09-023-0/+204
* Don't raise StopIteration in InferenceContext.push, instead exit from the gen...Claudiu Popa2015-08-282-11/+15
* Update the version to reflect what will be released. Some users are using the...Claudiu Popa2015-08-261-1/+1
* Disable the no-value-for-parameter message for now, since it's a false positi...Claudiu Popa2015-08-261-0/+2
* functools.wraps needs to be called with the decorated function and the implem...Claudiu Popa2015-08-262-5/+4
* Merged in ceridwenv/astroid (pull request #86)Claudiu Popa2015-08-262-7/+33
|\
| * Make seen a parameter with a default value, instead of passing explicitly None.Claudiu Popa2015-08-261-2/+2
| * Merged in renezhang/astroid_metaclass_loop (pull request #85)Claudiu Popa2015-08-262-7/+33
| |\
| | * Add new _find_metaclass method to maintain signature of metaclassRene Zhang2015-08-261-8/+11
| | * Fix infinite loop in metaclass inferenceRene Zhang2015-08-202-4/+27
* | | Add wrapt to pkginfoCeridwen2015-08-261-1/+1
* | | Revert tox.ini, againCeridwen2015-08-261-2/+2
* | | Improve decorator introspection using wrapt and functools.wrapsCeridwen2015-08-264-44/+43
|/ /
* | Change the order of the mixins, so that mixins are the first in the MRO befor...Claudiu Popa2015-08-251-2/+2
* | Fix pylint issues.Claudiu Popa2015-08-256-32/+29