| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge with default. | cpopa | 2014-05-07 | 1 | -0/+1 |
| |\ |
|
| | * | 1.1.1 | Sylvain Th?nault | 2014-04-30 | 1 | -1/+3 |
| * | | Function nodes can detect if they are decorated with subclasses of builtin de... | cpopa | 2014-05-07 | 1 | -0/+4 |
| |/ |
|
| * | Merge with default. | cpopa | 2014-04-29 | 1 | -1/+4 |
| |\ |
|
| | * | Look in ancestors when a class node doesn't use an explicitly defined metacla... | cpopa | 2014-04-25 | 1 | -0/+4 |
| * | | Only cache modules if no other module with the same name is known yet, and | Torsten Marek | 2014-04-26 | 1 | -0/+5 |
| |/ |
|
| * | astroid 1.1astroid-1.1 | Sylvain Th?nault | 2014-04-18 | 1 | -1/+2 |
| * | Unwrap instances found in `.ancestors()`, by using their _proxied class. Don'... | cpopa | 2014-04-12 | 1 | -0/+3 |
| * | fix crash when class has some __call__ method that is not inferable. Closes #17 | Sylvain Th?nault | 2014-04-08 | 1 | -4/+8 |
| * | Backout changeset. | cpopa | 2014-04-02 | 1 | -5/+1 |
| * | Fix a false positive with builtin exceptions, by rewriting the `args` and `me... | cpopa | 2014-03-08 | 1 | -1/+5 |
| * | Drop yield_from API, add a new YieldFrom node instead. | cpopa | 2014-03-04 | 1 | -3/+1 |
| * | Add yield_from property for Yield nodes. | cpopa | 2014-03-02 | 1 | -0/+3 |
| * | Don't crash when inferring nodes from with statements, with multiple context ... | cpopa | 2014-02-22 | 1 | -0/+4 |
| * | Changelog update. | cpopa | 2014-01-16 | 1 | -1/+1 |
| * | All class nodes are marked as new style classes for Py3k, closes #12. | cpopa | 2014-01-16 | 1 | -0/+2 |
| * | Remove reference to Py3k. | cpopa | 2013-12-18 | 1 | -1/+1 |
| * | Better Changelog message. | cpopa | 2013-12-18 | 1 | -3/+2 |
| * | Add Changelog entry regarding `metaclass`, add a new test for py3k. | cpopa | 2013-12-18 | 1 | -0/+4 |
| * | Add support for inferring the arguments to namedtuple invocations, to support... | Torsten Marek | 2013-11-03 | 1 | -0/+2 |
| * | Make sure that the class object that is returned for | Torsten Marek | 2013-11-03 | 1 | -0/+4 |
| * | 1.0.1astroid-version-1.0.1 | Sylvain Th?nault | 2013-10-18 | 1 | -1/+10 |
| * | backport fix done by Tobias Rzepka on pylint for python3 install on win32 pla... | Sylvain Th?nault | 2013-10-03 | 1 | -0/+3 |
| * | prepare astroid 1.0 | Sylvain Th?nault | 2013-07-29 | 1 | -2/+4 |
| * | Update some function definitions in py2stdlib's hashlib stub module | Torsten Marek | 2013-07-24 | 1 | -0/+3 |
| * | Add support for py3k's keyword only arguments | Julien Cristau | 2013-07-18 | 1 | -0/+2 |
| * | Properly recognize methods annotated with abc.abstract{property,method} | Torsten Marek | 2013-06-20 | 1 | -0/+3 |
| * | namedtuple support using extended transformation function features. Closes #8766 | Sylvain Th?nault | 2013-06-18 | 1 | -0/+3 |
| * | [transforms] allow transformation functions on any nodes, not only modules | Sylvain Th?nault | 2013-06-18 | 1 | -0/+5 |
| * | Added the test_utils module for building ASTs and extracting deeply nested no... | Torsten Marek | 2013-06-18 | 1 | -0/+2 |
| * | rename the project astroid | David Douard | 2013-06-17 | 1 | -2/+5 |
| * | 0.24.3logilab-astng-version-0.24.3 | Sylvain Th?nault | 2013-04-16 | 1 | -4/+24 |
| * | [py3.3] don't crash on 'yield from' nodes. Closes #124360 | Sylvain Th?nault | 2013-03-27 | 1 | -1/+1 |
| * | Add support for inference of subscript operations on dict literals. Closes #1... | Torsten Marek | 2013-03-27 | 1 | -0/+2 |
| * | Set literals should be treated as inference leaves. Closes #47957 | Torsten Marek | 2013-03-27 | 1 | -0/+1 |
| * | Fix inference for generator methods to correctly handle yields in lambdas. Cl... | Torsten Marek | 2013-03-27 | 1 | -0/+4 |
| * | Add missing modules in py2stdlib brain hashlib. Closes #123056 | Torsten Marek | 2013-03-27 | 1 | -0/+1 |
| * | Use correct argument names in the py2stdlib brain urlparse module. Closes #12... | Torsten Marek | 2013-03-27 | 1 | -1/+4 |
| * | backport proper subprocess.Popen implementation from pylint brain. See #46273 | Sylvain Th?nault | 2013-02-22 | 1 | -0/+1 |
| * | fixes for python 3.3 ast nodes changes. Closes #120646 | Sylvain Th?nault | 2013-02-22 | 1 | -0/+1 |
| * | fix Changelog | Sylvain Th?nault | 2013-02-22 | 1 | -0/+5 |
| * | 0.24.1logilab-astng-version-0.24.1 | Sylvain Th?nault | 2012-10-05 | 1 | -0/+3 |
| * | fix function fromlineno when some decorator is splited on multiple lines. Clo... | Mark Gius | 2012-09-20 | 1 | -0/+2 |
| * | properly define file_encoding Module attribute. Closes #104041 | Sylvain Th?nault | 2012-08-29 | 1 | -0/+1 |
| * | default is stable | Sylvain Th?nault | 2012-08-01 | 1 | -0/+8 |
| |\ |
|
| | * | 0.24 | Sylvain Th?nault | 2012-07-18 | 1 | -1/+3 |
| | * | include basic stdlib description from the pylint-brain project (https://bitbu... | Sylvain Th?nault | 2012-07-17 | 1 | -0/+4 |
| * | | default is stable | Sylvain Th?nault | 2012-07-16 | 1 | -1/+2 |
| |\ \
| |/
|/| |
|
| | * | get_module_part should be given a context_file. Closes pyreverse crash #92362 | Sylvain Th?nault | 2012-04-24 | 1 | -0/+3 |
| * | | Fix raw_building.object_build for pypy implementation. Closes #99583 | FELD Boris | 2012-07-16 | 1 | -0/+4 |
| |/ |
|