summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge structured exceptions into masterClaudiu Popa2015-11-2322-280/+570
|\
| * Merge upstream changesCeridwen2015-11-0623-282/+572
| |\
| | * Rename Uninferable and instatiate_classCeridwen2015-11-0623-207/+207
| | * Use next()'s default argumentCeridwen2015-11-061-4/+3
| | * Use raise directly rather than reraise() in decorators: reraise in this case ...Ceridwen2015-11-061-4/+5
| | * Add structured exceptions to decorators and remaining functions.Ceridwen2015-11-065-82/+112
| | * Improve InferenceError for remove_nodesCeridwen2015-11-031-1/+1
| | * Improve InferenceError for remove_nodesCeridwen2015-11-032-3/+5
| | * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-0224-245/+506
* | | Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-236-70/+119
* | | With the tox bug fixed, it's now possible to use one tox.ini for all testingCeridwen2015-11-091-8/+2
* | | Add disable unused-importCeridwen2015-11-061-1/+1
* | | Uncomment right tox.ini lineCeridwen2015-11-061-2/+2
|/ /
* | Merge upstreamCeridwen2015-11-066-44/+95
|\ \
| * | 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
| |/ /
| * | Merge bookmark heads.Claudiu Popa2015-11-043-3/+59
| |\ \
| | * \ Merge @.Claudiu Popa2015-11-021-23/+9
| | |\ \
| | * | | Fix some inconsistencies with accessing the first argument of methodsClaudiu Popa2015-10-313-3/+59
* | | | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-0625-216/+234
|/ / / /
* | | | Fix drone.io lineCeridwen2015-11-021-2/+2
* | | | Fix pylint commands lineCeridwen2015-11-021-2/+5
| |/ / |/| |
* | | Merge masterCeridwen2015-11-022-0/+8
|\ \ \ | |/ /
| * | add support for inference on str.split()Laura M?dioni2015-10-302-0/+8
| |/
* | Use conditional deps to simplify tox.iniCeridwen2015-11-021-23/+9
|/
* 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-263-6/+34
* Merged in dmand/astroid/fix-list-multiplication (pull request #93)Claudiu Popa2015-10-240-0/+0
|\
* | 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-225-20/+56
* | 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
|/