summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Restore the file_stream API.Claudiu Popa2014-11-251-0/+8
* Prepare the 1.3.2 release.astroid-1.3.2Torsten Marek2014-11-221-1/+2
* Update the changelog.Torsten Marek2014-11-221-3/+9
* Fix a crash with invalid subscript index.Claudiu Popa2014-11-221-0/+2
* Added a changelog entry for a 1.3.1 bugfix release and a simple test for all ...Torsten Marek2014-11-211-0/+5
* Update the changelog for a new release.astroid-1.3Torsten Marek2014-11-181-1/+2
* Complete the changelog and remove announce.txt, since it's not used anymore.Torsten Marek2014-11-181-1/+4
* delete trailing white-spacesSylvain Th?nault2014-11-191-3/+3
* Update the changelog.Torsten Marek2014-11-171-2/+21
* modutils._module_file opens __init__.py in binary mode.Claudiu Popa2014-10-301-0/+3
* Add ChangeLog entry for changeset dde82e7.Claudiu Popa2014-10-281-0/+4
* Add missing pytest plugin. Patch by Robbie Coomber.Claudiu Popa2014-10-201-0/+2
* Various speed improvements.Claudiu Popa2014-10-201-0/+37
|\
| * Fix an infinite loop with decorator call chain inference, where the decorator...Claudiu Popa2014-10-161-0/+3
| * Simplify the understanding of enum members.Claudiu Popa2014-09-291-0/+2
| * Check that EmptyNode has an underlying object in EmptyNode.has_underlying_obj...cpopa2014-09-161-0/+3
| * Fix a maximum recursion error occured during the inference, where statements ...cpopa2014-08-261-0/+5
| * Bump version to 1.2.1.astroid-1.2.1cpopa2014-08-241-1/+2
| * Don't crash when trying to infer unbound object.__new__ call. Closes issue #11.cpopa2014-08-211-0/+3
| * Fix an infinite loop in the inference, by returning a copy of instance attrib...cpopa2014-08-201-0/+4
| * The inference engine handles binary operations (add, mul etc.) between instan...cpopa2014-08-131-0/+3
| * Inference of the functional form of the enums takes into consideration the va...cpopa2014-08-131-0/+3
| * Name inference will lookup in the parent function of the current scope, in ca...cpopa2014-08-111-0/+4
| * enum members knows about the methods from the enum class.cpopa2014-08-081-0/+2
| * namedtuple inference knows about '_fields' attribute.cpopa2014-08-041-0/+2
|/
* Set the parent of vararg and kwarg nodes when inferring them. Closes issue #43.cpopa2014-07-291-0/+3
* Fix a crash occurred when inferring decorator call chain. Closes issue #42.cpopa2014-07-281-0/+4
* Bump version of astroid to 1.2 for the upcoming release.astroid-1.2Torsten Marek2014-07-251-1/+1
* Add support in pylint-brain for understanding enum classes.cpopa2014-07-251-0/+2
* Function nodes can detect decorator call chain and see if they are decorated ...cpopa2014-07-241-0/+3
* Return new classes when inferring calls to type(name, bases, ns) and its subt...Torsten Marek2014-07-241-0/+4
* Fix names grabed using wildcard import in "absolute import mode"Sylvain Th?nault2014-07-241-0/+4
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Th?nault2014-07-231-0/+4
* Expose function annotation to astroid. `Arguments` node exposes 'varargannota...cpopa2014-07-131-0/+4
* Make islots private.cpopa2014-07-031-1/+3
* Merge with default.cpopa2014-07-031-0/+3
|\
| * Add changelog entry for Class.metaclass() changesJulien Cristau2014-06-301-0/+3
* | Add `slots` and `islots` methods to Class nodes.cpopa2014-06-041-0/+2
|/
* Merge with default.cpopa2014-05-071-0/+1
|\
| * 1.1.1Sylvain Th?nault2014-04-301-1/+3
* | Function nodes can detect if they are decorated with subclasses of builtin de...cpopa2014-05-071-0/+4
|/
* Merge with default.cpopa2014-04-291-1/+4
|\
| * Look in ancestors when a class node doesn't use an explicitly defined metacla...cpopa2014-04-251-0/+4
* | Only cache modules if no other module with the same name is known yet, andTorsten Marek2014-04-261-0/+5
|/
* astroid 1.1astroid-1.1Sylvain Th?nault2014-04-181-1/+2
* Unwrap instances found in `.ancestors()`, by using their _proxied class. Don'...cpopa2014-04-121-0/+3
* fix crash when class has some __call__ method that is not inferable. Closes #17Sylvain Th?nault2014-04-081-4/+8
* Backout changeset.cpopa2014-04-021-5/+1
* Fix a false positive with builtin exceptions, by rewriting the `args` and `me...cpopa2014-03-081-1/+5
* Drop yield_from API, add a new YieldFrom node instead.cpopa2014-03-041-3/+1