summaryrefslogtreecommitdiff
path: root/astroid/tests
Commit message (Expand)AuthorAgeFilesLines
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+50
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+13
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-063-9/+9
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-063-2/+8
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-051-0/+22
* Use printf-style formatting in as_string, in orderClaudiu Popa2015-12-011-0/+17
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-11-291-0/+10
* Merge structured exceptions into masterClaudiu Popa2015-11-236-42/+40
|\
| * Merge upstream changesCeridwen2015-11-066-42/+40
| |\
| | * Rename Uninferable and instatiate_classCeridwen2015-11-069-72/+72
| | * This bookmark adds structured exceptions to astroid.Ceridwen2015-11-026-42/+41
* | | Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-233-65/+102
* | | Add disable unused-importCeridwen2015-11-061-1/+1
|/ /
* | 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-0610-78/+80
|/ /
* | add support for inference on str.split()Laura M?dioni2015-10-301-0/+6
|/
* Add missing start and shutdown methods to the SyncManager tips.Claudiu Popa2015-10-301-0/+5
* Rename the brain files again to avoid naming conflicts.Claudiu Popa2015-10-281-0/+22
* Remove trailing whitespace.Claudiu Popa2015-10-261-1/+1
* Class.getattr('__mro__') returns the actual MRO.Claudiu Popa2015-10-261-0/+23
* 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
* | 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
|/
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-2/+0
* Move decorators from bases to decorators module.Claudiu Popa2015-10-111-3/+4
* Remove trailing whitespace.Claudiu Popa2015-10-091-1/+1
* The functional form of Enum returns a class, not an instance.Claudiu Popa2015-10-091-0/+12
* 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
* Remove trailing whitespace.Claudiu Popa2015-10-061-1/+0
* Add support for looking up into DictUnpack's value in Dict.getitemClaudiu Popa2015-10-061-0/+9
* Fix pylint errors.Claudiu Popa2015-10-061-1/+1
* Add a new node, DictUnpack, for representing the unpacking of a dict using PE...Claudiu Popa2015-10-061-0/+16
* 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
* Add a test for issue #188, which was triggered because the transforms weren't...Claudiu Popa2015-10-031-0/+25
* Fix a crash which occurred when inferring unary operands which yielded object...Claudiu Popa2015-10-031-0/+8