summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Ensure that generated enum values have the correct base classesenum-fixesPhilip Lorenz2015-05-011-0/+3
* Expose a implicit_metaclass() method in Class.Claudiu Popa2015-04-251-1/+4
* Class.local_attr and Class.local_attr_ancestors uses internally a mro lookup,...Claudiu Popa2015-04-181-0/+12
* Don't hard fail when calling .mro() on a class which has combined both newsty...Claudiu Popa2015-04-181-0/+7
* Support multiple types of known properties in _wrap_attr.Claudiu Popa2015-04-171-1/+2
* UnboundMethod.getattr calls the getattr of its _proxied object.Claudiu Popa2015-04-171-0/+7
* Improve the inference of Getattr nodes when dealing with abstract properties ...Claudiu Popa2015-04-171-0/+9
* .slots() will return an empty list for classes with empty slots.Claudiu Popa2015-04-141-0/+6
* Understand partially the 3-argument form of `type`.Claudiu Popa2015-04-131-0/+4
* Add brain tips for multiprocessing post Python 3.4+.Claudiu Popa2015-04-021-1/+5
* Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-011-0/+4
* Backed out changeset 53b22c3f6ed9Claudiu Popa2015-04-011-4/+0
* Set the current function as parent for the Generator object inferred from `in...Claudiu Popa2015-04-011-0/+4
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-0/+6
* Add brain tips for multiprocessing.Manager and multiprocessing.managers.SyncM...Claudiu Popa2015-03-281-0/+3
* Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...Claudiu Popa2015-03-171-0/+7
* Prepare 1.3.6 release.astroid-1.3.6Claudiu Popa2015-03-141-1/+2
* Add a new option to AstroidManager for controlling the AST peephole optimizerClaudiu Popa2015-03-141-0/+6
* Class.slots raises NotImplementedError for old style classes.Claudiu Popa2015-03-141-0/+5
* Prepare 1.3.5.astroid-1.3.5Claudiu Popa2015-03-111-1/+2
* Implement the assigned_stmts operation for Starred nodes.Claudiu Popa2015-02-211-1/+5
* Improve the scope_lookup method for Classes.Claudiu Popa2015-02-091-0/+10
* Fix a crash which occurred when a class was the ancestorClaudiu Popa2015-01-291-0/+3
* Obtain the methods for the nose brain tip through anClaudiu Popa2015-01-271-0/+4
* Add the ability to optimize small ast subtrees.Claudiu Popa2015-01-181-0/+7
* Prepare a new micro release.astroid-1.3.4Claudiu Popa2015-01-171-1/+2
* Get the first element from the method list when obtaining nose.tools.trivial ...Claudiu Popa2015-01-161-0/+4
* Prepare the release.astroid-1.3.3Claudiu Popa2015-01-161-1/+1
* Add inference tips for nose.tools.Claudiu Popa2015-01-111-0/+2
* .slots() can contain unicode strings on Python 2.Claudiu Popa2015-01-031-0/+2
* Improve the detection for functions decorated with decoratorsClaudiu Popa2014-12-291-0/+3
* Add brain tips for six.moves. Closes issue #63.Claudiu Popa2014-12-181-0/+2
* Add a new method to Class nodes, 'mro'.Claudiu Popa2014-12-151-0/+3
* Rework the file_stream API.Claudiu Popa2014-12-151-5/+9
* Changed the API for Class.slots.Claudiu Popa2014-12-051-0/+5
* Add brain definition for most string and unicode methodsSylvain Th?nault2014-12-041-0/+3
* Add inference tips for dict calls.Claudiu Popa2014-12-031-1/+1
* Add inference tips for 'tuple', 'set' and 'list' builtins.Claudiu Popa2014-11-281-0/+2
* 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