| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restore the file_stream API. | Claudiu Popa | 2014-11-25 | 1 | -0/+8 |
| * | Prepare the 1.3.2 release.astroid-1.3.2 | Torsten Marek | 2014-11-22 | 1 | -1/+2 |
| * | Update the changelog. | Torsten Marek | 2014-11-22 | 1 | -3/+9 |
| * | Fix a crash with invalid subscript index. | Claudiu Popa | 2014-11-22 | 1 | -0/+2 |
| * | Added a changelog entry for a 1.3.1 bugfix release and a simple test for all ... | Torsten Marek | 2014-11-21 | 1 | -0/+5 |
| * | Update the changelog for a new release.astroid-1.3 | Torsten Marek | 2014-11-18 | 1 | -1/+2 |
| * | Complete the changelog and remove announce.txt, since it's not used anymore. | Torsten Marek | 2014-11-18 | 1 | -1/+4 |
| * | delete trailing white-spaces | Sylvain Th?nault | 2014-11-19 | 1 | -3/+3 |
| * | Update the changelog. | Torsten Marek | 2014-11-17 | 1 | -2/+21 |
| * | modutils._module_file opens __init__.py in binary mode. | Claudiu Popa | 2014-10-30 | 1 | -0/+3 |
| * | Add ChangeLog entry for changeset dde82e7. | Claudiu Popa | 2014-10-28 | 1 | -0/+4 |
| * | Add missing pytest plugin. Patch by Robbie Coomber. | Claudiu Popa | 2014-10-20 | 1 | -0/+2 |
| * | Various speed improvements. | Claudiu Popa | 2014-10-20 | 1 | -0/+37 |
| |\ |
|
| | * | Fix an infinite loop with decorator call chain inference, where the decorator... | Claudiu Popa | 2014-10-16 | 1 | -0/+3 |
| | * | Simplify the understanding of enum members. | Claudiu Popa | 2014-09-29 | 1 | -0/+2 |
| | * | Check that EmptyNode has an underlying object in EmptyNode.has_underlying_obj... | cpopa | 2014-09-16 | 1 | -0/+3 |
| | * | Fix a maximum recursion error occured during the inference, where statements ... | cpopa | 2014-08-26 | 1 | -0/+5 |
| | * | Bump version to 1.2.1.astroid-1.2.1 | cpopa | 2014-08-24 | 1 | -1/+2 |
| | * | Don't crash when trying to infer unbound object.__new__ call. Closes issue #11. | cpopa | 2014-08-21 | 1 | -0/+3 |
| | * | Fix an infinite loop in the inference, by returning a copy of instance attrib... | cpopa | 2014-08-20 | 1 | -0/+4 |
| | * | The inference engine handles binary operations (add, mul etc.) between instan... | cpopa | 2014-08-13 | 1 | -0/+3 |
| | * | Inference of the functional form of the enums takes into consideration the va... | cpopa | 2014-08-13 | 1 | -0/+3 |
| | * | Name inference will lookup in the parent function of the current scope, in ca... | cpopa | 2014-08-11 | 1 | -0/+4 |
| | * | enum members knows about the methods from the enum class. | cpopa | 2014-08-08 | 1 | -0/+2 |
| | * | namedtuple inference knows about '_fields' attribute. | cpopa | 2014-08-04 | 1 | -0/+2 |
| |/ |
|
| * | Set the parent of vararg and kwarg nodes when inferring them. Closes issue #43. | cpopa | 2014-07-29 | 1 | -0/+3 |
| * | Fix a crash occurred when inferring decorator call chain. Closes issue #42. | cpopa | 2014-07-28 | 1 | -0/+4 |
| * | Bump version of astroid to 1.2 for the upcoming release.astroid-1.2 | Torsten Marek | 2014-07-25 | 1 | -1/+1 |
| * | Add support in pylint-brain for understanding enum classes. | cpopa | 2014-07-25 | 1 | -0/+2 |
| * | Function nodes can detect decorator call chain and see if they are decorated ... | cpopa | 2014-07-24 | 1 | -0/+3 |
| * | Return new classes when inferring calls to type(name, bases, ns) and its subt... | Torsten Marek | 2014-07-24 | 1 | -0/+4 |
| * | Fix names grabed using wildcard import in "absolute import mode" | Sylvain Th?nault | 2014-07-24 | 1 | -0/+4 |
| * | backport (most of) logilab.common.modutils and related tests into astroid itself | Sylvain Th?nault | 2014-07-23 | 1 | -0/+4 |
| * | Expose function annotation to astroid. `Arguments` node exposes 'varargannota... | cpopa | 2014-07-13 | 1 | -0/+4 |
| * | Make islots private. | cpopa | 2014-07-03 | 1 | -1/+3 |
| * | Merge with default. | cpopa | 2014-07-03 | 1 | -0/+3 |
| |\ |
|
| | * | Add changelog entry for Class.metaclass() changes | Julien Cristau | 2014-06-30 | 1 | -0/+3 |
| * | | Add `slots` and `islots` methods to Class nodes. | cpopa | 2014-06-04 | 1 | -0/+2 |
| |/ |
|
| * | 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 |