summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_inference.py
Commit message (Expand)AuthorAgeFilesLines
* Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-1/+13
* Merge upstreamCeridwen2015-11-061-6/+42
|\
| * Backout changeset 9c3f71, because it leads to too many false positives when u...Claudiu Popa2015-11-041-6/+0
| * Fix some inconsistencies with accessing the first argument of methodsClaudiu Popa2015-10-311-0/+42
* | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-54/+54
|/
* add support for inference on str.split()Laura M?dioni2015-10-301-0/+6
* Fix inference of list multiplication operation.Dmitry Pribysh2015-10-241-0/+13
* Merged in dmand/astroid/binop-inference-fix (pull request #92)Claudiu Popa2015-10-231-0/+12
|\
| * 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-221-0/+23
* | Create a call context when inferring unary operands on instances.Claudiu Popa2015-10-221-15/+16
* | Create a callcontext when determining an instance's truth value.Claudiu Popa2015-10-221-1/+11
* | Create a context call when __enter__ is called for solving what a context man...Claudiu Popa2015-10-221-0/+29
|/
* Move decorators from bases to decorators module.Claudiu Popa2015-10-111-3/+4
* Support PEP 448 unpackings in dict calls.Claudiu Popa2015-10-081-0/+26
* Make duplicated_kwargs a public API.Claudiu Popa2015-10-081-0/+5
* Fix pylint warnings.Claudiu Popa2015-10-071-12/+11
* Change arguments.ArgumentsInference to arguments.CallSiteClaudiu Popa2015-10-071-0/+87
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-031-1/+1
* Don't wrap instance's arguments into a Const, instead let the original index ...Claudiu Popa2015-10-031-0/+12
* Fix a crash which occurred when inferring unary operands which yielded object...Claudiu Popa2015-10-031-0/+8
* Skip objects which aren't callable when inferring an instance's call result.Claudiu Popa2015-10-031-0/+16
* Ignore non-callables when looking for special method implementations of bool ...Claudiu Popa2015-10-031-1/+20
* Import test for pylint regarding context inference in relation with factory m...Claudiu Popa2015-09-291-0/+19
* Remove trailing whitespace.Claudiu Popa2015-09-261-1/+1
* Add a separate Slice object, which is used when inferring the slice builtin callClaudiu Popa2015-09-261-0/+28
* Fix indentation to make pylint happyyy.Claudiu Popa2015-09-251-11/+11
* Make pylint happyy.Claudiu Popa2015-09-251-19/+19
* Fix a crash when inferring subscripts which returned the same object all the ...Claudiu Popa2015-09-251-1/+14
* Allow only classes to be looked up in the metaclass chain for searching for a...Claudiu Popa2015-09-221-0/+27
* Final draft of state printing after mergeCeridwen2015-09-131-3/+4
|\
| * Final draft of improved state printingCeridwen2015-09-131-3/+4
* | Fix trailing whitespaces and add the missing code that wasn't added in the pr...Claudiu Popa2015-09-111-17/+18
* | Understand the `slice` builtin. Closes issue #184.Claudiu Popa2015-09-111-0/+32
* | Improve the understanding of argumentsClaudiu Popa2015-09-091-0/+211
|/
* Add support for understanding class creation using `type.__new__(mcs, name, b...Claudiu Popa2015-09-021-0/+117
* Merge PR #79Claudiu Popa2015-08-221-0/+14
|\
| * Fix unknown getattr and igetattr methodsRene Zhang2015-08-201-0/+14
* | Add deprecation warnings testsCeridwen2015-08-221-1/+16
* | Last merge (hopefully) and all bugs fixed but oneCeridwen2015-08-211-315/+315
|\ \ | |/ |/|
| * Add tests for aliasesCeridwen2015-08-211-3/+0
| * More fixes for bugs introduced during mergeCeridwen2015-08-181-0/+3
| * Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-18/+2
| * Merge main into defaultCeridwen2015-08-141-48/+93
| |\
| * \ Merge logilab/astroidCeridwen2015-07-131-314/+314
| |\ \
| | * \ Merge logilab/astroid againCeridwen2015-07-111-317/+317
| | |\ \
| | | * \ Merged changes from logilab/astroidCeridwen2015-07-101-317/+317
| | | |\ \
| | | | * | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-5/+0
| | | | * | Node constructors almost finished except for two bugsCeridwen2015-07-081-317/+322