| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for understanding class creation using `type.__new__(mcs, name, b... | Claudiu Popa | 2015-09-02 | 3 | -0/+204 |
* | Don't raise StopIteration in InferenceContext.push, instead exit from the gen... | Claudiu Popa | 2015-08-28 | 2 | -11/+15 |
* | Update the version to reflect what will be released. Some users are using the... | Claudiu Popa | 2015-08-26 | 1 | -1/+1 |
* | Disable the no-value-for-parameter message for now, since it's a false positi... | Claudiu Popa | 2015-08-26 | 1 | -0/+2 |
* | functools.wraps needs to be called with the decorated function and the implem... | Claudiu Popa | 2015-08-26 | 2 | -5/+4 |
* | Merged in ceridwenv/astroid (pull request #86) | Claudiu Popa | 2015-08-26 | 2 | -7/+33 |
|\ |
|
| * | Make seen a parameter with a default value, instead of passing explicitly None. | Claudiu Popa | 2015-08-26 | 1 | -2/+2 |
| * | Merged in renezhang/astroid_metaclass_loop (pull request #85) | Claudiu Popa | 2015-08-26 | 2 | -7/+33 |
| |\ |
|
| | * | Add new _find_metaclass method to maintain signature of metaclass | Rene Zhang | 2015-08-26 | 1 | -8/+11 |
| | * | Fix infinite loop in metaclass inference | Rene Zhang | 2015-08-20 | 2 | -4/+27 |
* | | | Add wrapt to pkginfo | Ceridwen | 2015-08-26 | 1 | -1/+1 |
* | | | Revert tox.ini, again | Ceridwen | 2015-08-26 | 1 | -2/+2 |
* | | | Improve decorator introspection using wrapt and functools.wraps | Ceridwen | 2015-08-26 | 4 | -44/+43 |
|/ / |
|
* | | Change the order of the mixins, so that mixins are the first in the MRO befor... | Claudiu Popa | 2015-08-25 | 1 | -2/+2 |
* | | Fix pylint issues. | Claudiu Popa | 2015-08-25 | 6 | -32/+29 |
* | | Fix annotation related bugs for Python 3.3 (wrong member was used) | Claudiu Popa | 2015-08-25 | 1 | -4/+4 |
* | | Add ChangeLog entries for the newest changes. | Claudiu Popa | 2015-08-25 | 1 | -0/+20 |
* | | Emit a warning when an old AST name is used in an isinstance call. | Claudiu Popa | 2015-08-25 | 3 | -12/+32 |
* | | Use a stack level of 2 when emitting warnings, since the call site of the dep... | Claudiu Popa | 2015-08-25 | 3 | -5/+5 |
* | | Use the old display types, since they are used by pylint to generate error me... | Claudiu Popa | 2015-08-22 | 1 | -2/+2 |
* | | Install lazy_object_proxy as a dependency. | Claudiu Popa | 2015-08-22 | 1 | -1/+1 |
* | | Restore pylint in the testing environment. | Claudiu Popa | 2015-08-22 | 1 | -1/+1 |
* | | Merge PR #79 | Claudiu Popa | 2015-08-22 | 2 | -2/+16 |
|\ \ |
|
| * | | Fix unknown getattr and igetattr methods | Rene Zhang | 2015-08-20 | 2 | -2/+16 |
| |/ |
|
* | | Add deprecation warnings tests | Ceridwen | 2015-08-22 | 6 | -14/+55 |
* | | Try to fix this | Ceridwen | 2015-08-21 | 1 | -0/+20 |
* | | Remove tox.ini | Ceridwen | 2015-08-21 | 1 | -20/+0 |
* | | Remove debug statements | Ceridwen | 2015-08-21 | 5 | -13/+0 |
* | | Last merge (hopefully) and all bugs fixed but one | Ceridwen | 2015-08-21 | 36 | -1452/+1923 |
|\ \
| |/
|/| |
|
| * | Add tests for aliases | Ceridwen | 2015-08-21 | 13 | -50/+178 |
| * | More fixes for bugs introduced during merge | Ceridwen | 2015-08-18 | 13 | -78/+90 |
| * | Convert line endings for some files back to DOS | Ceridwen | 2015-08-15 | 2 | -661/+661 |
| * | More code review fixes | Ceridwen | 2015-08-15 | 3 | -85/+41 |
| * | Fix issues found in code review | Ceridwen | 2015-08-14 | 5 | -38/+37 |
| * | Fix most obvious errors intorduced by the latest merge | Ceridwen | 2015-08-14 | 13 | -74/+33 |
| * | Merge main into default | Ceridwen | 2015-08-14 | 41 | -990/+1775 |
| |\ |
|
| * | | Fix missing warnings import | Ceridwen | 2015-07-23 | 1 | -0/+2 |
| * | | Merge logilab/astroid | Ceridwen | 2015-07-13 | 34 | -2013/+2383 |
| |\ \ |
|
| | * | | Work around drone.io | Ceridwen | 2015-07-13 | 1 | -2/+3 |
| | * | | Move proxies to nodes.py and scoped_nodes.py | Ceridwen | 2015-07-13 | 3 | -28/+27 |
| | * | | Fix code review comments. | Ceridwen | 2015-07-13 | 10 | -216/+244 |
| | * | | Fix isinstance/proxy bug by changing from lazy-object-proxy to wrapt and mino... | Ceridwen | 2015-07-11 | 6 | -8/+17 |
| | * | | Merge logilab/astroid again | Ceridwen | 2015-07-11 | 33 | -1981/+2314 |
| | |\ \ |
|
| | | * | | Fix bugs introduced by merge and formatting | Ceridwen | 2015-07-11 | 6 | -17/+18 |
| | | * | | Merged changes from logilab/astroid | Ceridwen | 2015-07-10 | 32 | -1976/+2308 |
| | | |\ \ |
|
| | | | * | | Fix small formatting issues | Ceridwen | 2015-07-10 | 3 | -7/+7 |
| | | | * | | Refactor node classes to have constructors and change some names. | Ceridwen | 2015-07-10 | 10 | -65/+37 |
| | | | * | | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 32 | -1971/+2342 |
* | | | | | | Remove obsoleted config options. | Claudiu Popa | 2015-08-21 | 1 | -21/+0 |
* | | | | | | Understand slices of tuples, lists, strings and instances with support for sl... | Claudiu Popa | 2015-08-21 | 5 | -22/+202 |