summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add yield_from property for Yield nodes.cpopa2014-03-021-0/+3
* Don't crash when inferring nodes from with statements, with multiple context ...cpopa2014-02-221-0/+4
* Changelog update.cpopa2014-01-161-1/+1
* All class nodes are marked as new style classes for Py3k, closes #12.cpopa2014-01-161-0/+2
* Remove reference to Py3k.cpopa2013-12-181-1/+1
* Better Changelog message.cpopa2013-12-181-3/+2
* Add Changelog entry regarding `metaclass`, add a new test for py3k.cpopa2013-12-181-0/+4
* Add support for inferring the arguments to namedtuple invocations, to support...Torsten Marek2013-11-031-0/+2
* Make sure that the class object that is returned forTorsten Marek2013-11-031-0/+4
* 1.0.1astroid-version-1.0.1Sylvain Th?nault2013-10-181-1/+10
* backport fix done by Tobias Rzepka on pylint for python3 install on win32 pla...Sylvain Th?nault2013-10-031-0/+3
* prepare astroid 1.0Sylvain Th?nault2013-07-291-2/+4
* Update some function definitions in py2stdlib's hashlib stub moduleTorsten Marek2013-07-241-0/+3
* Add support for py3k's keyword only argumentsJulien Cristau2013-07-181-0/+2
* Properly recognize methods annotated with abc.abstract{property,method}Torsten Marek2013-06-201-0/+3
* namedtuple support using extended transformation function features. Closes #8766Sylvain Th?nault2013-06-181-0/+3
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-181-0/+5