summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix annotation related bugs for Python 3.3 (wrong member was used)Claudiu Popa2015-08-251-4/+4
* | Add ChangeLog entries for the newest changes.Claudiu Popa2015-08-251-0/+20
* | Emit a warning when an old AST name is used in an isinstance call.Claudiu Popa2015-08-253-12/+32
* | Use a stack level of 2 when emitting warnings, since the call site of the dep...Claudiu Popa2015-08-253-5/+5
* | Use the old display types, since they are used by pylint to generate error me...Claudiu Popa2015-08-221-2/+2
* | Install lazy_object_proxy as a dependency.Claudiu Popa2015-08-221-1/+1
* | Restore pylint in the testing environment.Claudiu Popa2015-08-221-1/+1
* | Merge PR #79Claudiu Popa2015-08-222-2/+16
|\ \
| * | Fix unknown getattr and igetattr methodsRene Zhang2015-08-202-2/+16
| |/
* | Add deprecation warnings testsCeridwen2015-08-226-14/+55
* | Try to fix thisCeridwen2015-08-211-0/+20
* | Remove tox.iniCeridwen2015-08-211-20/+0
* | Remove debug statementsCeridwen2015-08-215-13/+0
* | Last merge (hopefully) and all bugs fixed but oneCeridwen2015-08-2136-1452/+1923
|\ \ | |/ |/|
| * Add tests for aliasesCeridwen2015-08-2113-50/+178
| * More fixes for bugs introduced during mergeCeridwen2015-08-1813-78/+90
| * Convert line endings for some files back to DOSCeridwen2015-08-152-661/+661
| * More code review fixesCeridwen2015-08-153-85/+41
| * Fix issues found in code reviewCeridwen2015-08-145-38/+37
| * Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-1413-74/+33
| * Merge main into defaultCeridwen2015-08-1441-990/+1775
| |\
| * | Fix missing warnings importCeridwen2015-07-231-0/+2
| * | Merge logilab/astroidCeridwen2015-07-1334-2013/+2383
| |\ \
| | * | Work around drone.ioCeridwen2015-07-131-2/+3
| | * | Move proxies to nodes.py and scoped_nodes.pyCeridwen2015-07-133-28/+27
| | * | Fix code review comments.Ceridwen2015-07-1310-216/+244
| | * | Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino...Ceridwen2015-07-116-8/+17
| | * | Merge logilab/astroid againCeridwen2015-07-1133-1981/+2314
| | |\ \
| | | * | Fix bugs introduced by merge and formattingCeridwen2015-07-116-17/+18
| | | * | Merged changes from logilab/astroidCeridwen2015-07-1032-1976/+2308
| | | |\ \
| | | | * | Fix small formatting issuesCeridwen2015-07-103-7/+7
| | | | * | Refactor node classes to have constructors and change some names.Ceridwen2015-07-1010-65/+37
| | | | * | Node constructors almost finished except for two bugsCeridwen2015-07-0832-1971/+2342
* | | | | | Remove obsoleted config options.Claudiu Popa2015-08-211-21/+0
* | | | | | Understand slices of tuples, lists, strings and instances with support for sl...Claudiu Popa2015-08-215-22/+202