summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings.Claudiu Popa2015-11-043-36/+38
* Merge bookmark heads.Claudiu Popa2015-11-041-0/+1
|\
| * Add __getitem__ method to collections.deque inferface description.Dmitry Pribysh2015-11-041-0/+1
* | Backout changeset 9c3f71, because it leads to too many false positives when u...Claudiu Popa2015-11-042-8/+0
|/
* Fix some inconsistencies with accessing the first argument of methodsClaudiu Popa2015-10-313-3/+59
* add support for inference on str.split()Laura M?dioni2015-10-302-0/+8
* Merge heads.Claudiu Popa2015-10-302-0/+10
|\
| * Add missing start and shutdown methods to the SyncManager tips.Claudiu Popa2015-10-302-0/+10
* | Update the docstring of object_type in order to make it clearer for its actua...Claudiu Popa2015-10-291-2/+4
|/
* Rename the brain files again to avoid naming conflicts.Claudiu Popa2015-10-2811-1/+23
* Remove trailing whitespace.Claudiu Popa2015-10-261-1/+1
* Update docstrings to reflect what's actually happening in some brain files.Claudiu Popa2015-10-262-8/+2
* 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-262-6/+31
* Use safe_infer for inference of elements in list multiplication operationfix-list-multiplicationDmitry Pribysh2015-10-241-3/+4
* Fix inference of list multiplication operation.Dmitry Pribysh2015-10-242-3/+19
* Merged in dmand/astroid/binop-inference-fix (pull request #92)Claudiu Popa2015-10-232-7/+19
|\
| * Fix binary operation inference crash by using cloned contextsbinop-inference-fixDmitry Pribysh2015-10-211-7/+7
| * Add unit test that crashes inference with 'maximum call depth exceeded' error.Dmitry Pribysh2015-10-211-0/+12
* | Remove trailing whitespace.Claudiu Popa2015-10-221-1/+1
* | Add support for indexing containers with instances which provides an __index_...Claudiu Popa2015-10-224-20/+53
* | Make class_as_index private.Claudiu Popa2015-10-221-2/+2
* | Create a call context when inferring unary operands on instances.Claudiu Popa2015-10-222-15/+19
* | Create a callcontext when determining an instance's truth value.Claudiu Popa2015-10-222-1/+13
* | Create a context call when __enter__ is called for solving what a context man...Claudiu Popa2015-10-222-0/+31
* | Replace the use of print in python3/data/module.py, since it complicates the ...Claudiu Popa2015-10-221-5/+3
|/
* Merged in jayvdb/astroid/use_print_function (pull request #91)Claudiu Popa2015-10-191-1/+1
|\
| * Replace __future__.print_statement with print_functionprint_statementJohn Vandenberg2015-10-191-1/+1
* | Fix SyntaxError on Python 2 for print functionuse_print_functionJohn Vandenberg2015-10-191-0/+1
|/
* Fix Arguments' _other_fieldsCeridwen2015-10-121-1/+1
* Move proxy_alias function to util.pyClaudiu Popa2015-10-113-28/+32
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-1110-15/+1
* Remove unused variable.Claudiu Popa2015-10-111-1/+0
* Move decorators from bases to decorators module.Claudiu Popa2015-10-115-76/+81
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-114-538/+537
* Remove trailing whitespace.Claudiu Popa2015-10-091-1/+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-11/+47
* Make duplicated_kwargs a public API.Claudiu Popa2015-10-082-4/+8
* Fix pylint warnings.Claudiu Popa2015-10-071-12/+11
* Change arguments.ArgumentsInference to arguments.CallSiteClaudiu Popa2015-10-073-33/+155
* 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
* Remove trailing whitespace.Claudiu Popa2015-10-061-1/+0
* Add support for looking up into DictUnpack's value in Dict.getitemClaudiu Popa2015-10-062-0/+15
* Remove the value from the DictUnpack node, since it's used mostly to represen...Claudiu Popa2015-10-062-10/+1
* Fix pylint errors.Claudiu Popa2015-10-062-8/+8
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-065-9/+62
* Remove trailing whitespace.Claudiu Popa2015-10-031-1/+1
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-034-49/+37