summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Implement __getitem__ inference for classes (using the metaclass)David Euresti2017-01-221-0/+2
* Add changelog entry for class keywordsClaudiu Popa2017-01-221-0/+5
* getitem() method accepts nodes now, instead of Python objects.Claudiu Popa2016-12-301-0/+2
* Add changelog entry for the explicit namespace package support.Claudiu Popa2016-08-241-0/+1
* Add brain tips for _io.TextIOWrapper's buffer and raw attributes.Claudiu Popa2016-08-221-0/+2
* Add `returns` into the proper order in FunctionDef._astroid_fieldsClaudiu Popa2016-07-271-0/+5
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-0/+2
* Add test for not recording assignment locals in ExceptHandlersClaudiu Popa2016-05-251-0/+1
* Fix a crash which occurred when the class of a namedtuple could not be inferred.Claudiu Popa2016-05-201-0/+2
* Add Changelog entry for namespace packages.Claudiu Popa2016-05-091-1/+12
* Don't crash when a decorated method has the same name as the decorator, which...Claudiu Popa2016-04-301-0/+3
* Improve inference with regard redefinition of values in subclassesClaudiu Popa2016-04-261-1/+7
* Calling lambda methods (defined at class level) can be understood.Claudiu Popa2016-04-261-0/+2
* Don't take in consideration invalid assignments, especially when __slots__ de...Claudiu Popa2016-04-251-0/+5
* Functional form of enums support accessing values through __call__.Claudiu Popa2016-04-131-0/+2
* Understand the `dir` builtin.Claudiu Popa2016-04-051-0/+6
* Add brain tips for the functools.lru_cache decorator.Claudiu Popa2016-03-281-0/+2
* Add brain tips for the ssl library.Claudiu Popa2016-03-241-0/+2
* decoratornames() does not leak InferenceError anymore.Claudiu Popa2016-03-111-0/+2
* dict.values, dict.keys and dict.items are properly inferredClaudiu Popa2016-03-061-0/+3
* Exceptions have their own object modelClaudiu Popa2016-03-031-0/+11
* Unbound methods don't occur anymore on Python 3Claudiu Popa2016-02-251-0/+6
* Introduce a special attributes modelClaudiu Popa2016-02-231-0/+8
* imported_names() got replaced by public_names()Claudiu Popa2016-02-181-0/+14
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-0/+19
* NodeNG.nearest was removed.Claudiu Popa2016-01-251-0/+3
* Fix unpack_infer to fail if results are emptyDave Baum2016-01-151-0/+3
* Support accessing properties using super().Claudiu Popa2016-01-151-0/+2
* Enforce strong updates per frames.Claudiu Popa2016-01-121-0/+13
* Use keys and values as separate arguments for nodes.DictClaudiu Popa2016-01-041-1/+4
* Lambda is no longer at the top of the FunctionDef.Claudiu Popa2016-01-031-0/+6
* Move mixins into tree.base.Claudiu Popa2016-01-021-0/+2
* Remove do_import_module and real_name from ImportFrom and Import nodes.Claudiu Popa2016-01-021-0/+11
* Add support for inference on threading.LockLaura Médioni2015-12-291-0/+8
* The slots() method conflates all the slots from the ancestors into a list of ...Claudiu Popa2015-12-291-0/+7
* Don't forget to give credit to the original author.Claudiu Popa2015-12-291-1/+1
* Use printf-style formatting in as_string, in order to avoid a potential probl...Claudiu Popa2015-12-291-1/+13
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+8
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+3
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-061-0/+3
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-0/+11
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-051-0/+7
* Fix a bug in the inference of Starred nodesClaudiu Popa2015-11-111-0/+4
* .scope() returns the proper scope for Arguments's default values, function an...Claudiu Popa2015-11-101-0/+3
* Class.getattr('__mro__') returns the actual MRO.Claudiu Popa2015-10-261-0/+3
* Add support for indexing containers with instances which provides an __index_...Claudiu Popa2015-10-221-0/+3
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-0/+9
* Add brain tip for understanding numpy.core's mutation of the __all__ variableClaudiu Popa2015-09-241-0/+2
* Understand the `slice` builtin. Closes issue #184.Claudiu Popa2015-09-111-0/+2
* Add support for understanding class creation using `type.__new__(mcs, name, b...Claudiu Popa2015-09-021-0/+7