summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make pylint happy.1.4.0Claudiu Popa2015-12-082-2/+2
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-055-13/+50
* Use printf-style formatting in as_string, in orderClaudiu Popa2015-12-013-7/+29
* Added tag astroid-1.4.1 for changeset 90a41f5f9e8fClaudiu Popa2015-11-290-0/+0
* Prepare a new bug fix release.astroid-1.4.1Claudiu Popa2015-11-292-1/+15
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-11-293-0/+19
* Added tag astroid-1.4 for changeset 3c78efb03537Claudiu Popa2015-11-290-0/+0
* Don't forget to install pylint as well.astroid-1.4Claudiu Popa2015-11-291-0/+1
* Removed tag astroid-1.4Claudiu Popa2015-11-290-0/+0
* Added tag astroid-1.4 for changeset 5b5738496f0cClaudiu Popa2015-11-290-0/+0
* Removed tag astroid-1.4Claudiu Popa2015-11-290-0/+0
* Add astroid as a dependency for pylint, since it's not picked up.Claudiu Popa2015-11-291-0/+2
* Added tag astroid-1.4 for changeset 9a398270ddecClaudiu Popa2015-11-290-0/+0
* Disable redefined-variable-type for now.Claudiu Popa2015-11-295-6/+10
* Prepare the release.Claudiu Popa2015-11-291-1/+1
* Add __delitem__ to deque's brain tip.Claudiu Popa2015-11-261-0/+1
* Add __setitem__ to deque's brain tip.Claudiu Popa2015-11-261-0/+1
* Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-236-70/+108
* Merge fix for sys.modules changingCeridwen2015-11-201-1/+1
|\
| * Materialize the items when iterating them in Dict's constructorClaudiu Popa2015-11-211-1/+1
* | Add deprecation warnings and forward-compatibility APIs for node attributesCeridwen2015-11-2020-160/+199
* | Add deprecations for node attributes in scoped_nodesCeridwen2015-11-203-8/+109
|/
* Use safe_infer for inference of elements in list multiplication operationDmitry Pribysh2015-10-242-3/+5
* Fix inference of list multiplication operation.Dmitry Pribysh2015-10-242-5/+25
* Fix pylint errors.Claudiu Popa2015-11-199-28/+17
* Fix tests.Claudiu Popa2015-11-193-7/+6
* astroid.utils.ASTWalker and astroid.utils.LocalsVisitor were moved to pylint....Claudiu Popa2015-06-172-239/+3
* Use the new node names.Claudiu Popa2015-11-194-31/+31
* Remove logilab.common import.Claudiu Popa2015-11-191-1/+1
* Test Super.pytype, Super.display_type and Super.nameClaudiu Popa2015-07-071-0/+11
* Staticmethods retrieved with super are functions, not bound methods.Claudiu Popa2015-06-152-1/+7
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-293-8/+17
* Fail when calling Super.super_mro if the object-or-type is not the expected t...Claudiu Popa2015-05-292-1/+15
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-283-17/+82
* Add a new *inference object* called SuperClaudiu Popa2015-05-286-1/+578
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-197-0/+183
* With the tox bug fixed, it's now possible to use one tox.ini for all testingCeridwen2015-11-091-11/+10
* Add __getitem__ method to collections.deque inferface description.Dmitry Pribysh2015-11-041-0/+1
* Add missing start and shutdown methods to the SyncManager tips.Claudiu Popa2015-10-302-0/+10
* Rename the brain files again to avoid naming conflicts.Claudiu Popa2015-10-2811-1/+23
* Rename the brain files into something more suggestive. Closes issue #208.Claudiu Popa2015-10-2610-0/+0
* Class.getattr('__mro__') returns the actual MRO.Claudiu Popa2015-10-263-6/+32
* Replace the use of print in python3/data/module.py, since it complicates the ...Claudiu Popa2015-10-221-5/+3
* Fix SyntaxError on Python 2 for print functionJohn Vandenberg2015-10-191-0/+1
* The functional form of Enum returns a class, not an instance.Claudiu Popa2015-10-092-1/+13
* Support PEP 448 unpackings in dict calls.Claudiu Popa2015-10-082-8/+42
* Make duplicated_kwargs a public API.Claudiu Popa2015-10-082-4/+8
* Change arguments.ArgumentsInference to arguments.CallSiteClaudiu Popa2015-10-073-34/+156
* Change the signature of the ArgumentInference class to accept directly the ar...Claudiu Popa2015-10-072-10/+13
* Add brain tips for PyQt signals for supporting emit / connect and disconnect ...Claudiu Popa2015-10-063-22/+57