summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-2049/+0
* Clean new pylint errors from the codebaseClaudiu Popa2019-09-241-2/+1
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-34/+6
* Relax the spreading of defaults to both positional only and positional or key...Claudiu Popa2019-07-101-0/+6
* Add support for finding positional only arguments using the Arguments APIsClaudiu Popa2019-07-091-0/+16
* Add support for positional only arguments in astroid for python 3.8Claudiu Popa2019-07-091-0/+43
* Annotated AST follows PEP8 coding style when converted to string.Łukasz Rogalski2019-06-221-1/+1
* Fix lint errorsClaudiu Popa2019-06-021-4/+4
* Replace _verify_duplicates_mro with _clean_duplicates_mro.Peter de Blanc2019-06-021-0/+17
* Reformat according to blackhippo912019-01-271-1/+1
* Add docstringhippo912019-01-271-0/+4
* Fix unit test devoted to bound_methods and lambda through lambda factoryhippo912019-01-271-11/+11
* Add of another unit test devoted to bound method lambdas. Not yet correct.hippo912019-01-271-0/+19
* Initial formatting of astroidClaudiu Popa2018-10-021-624/+781
* Filter out ``Uninferable`` when inferring the call result result of a class w...Claudiu Popa2018-08-221-0/+13
* Spelling fixesVille Skyttä2018-07-241-1/+1
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-3/+13
* Improve as_string output of operators, elif, with, return & docsbrendanator2018-07-051-1/+1
* Adapt the ABCMeta test to take in account _py_abcClaudiu Popa2018-06-041-1/+1
* Remove some code that's always going to be the same now that we run on Python 3Claudiu Popa2018-06-041-1/+0
* pyupgrade (#549)Anthony Sottile2018-05-221-2/+2
* Stop infer_call_result from being improperly called in testsBryce Guinta2018-02-171-1/+1
* Fix lint errorsBryce Guinta2018-01-281-1/+1
* Assign __module__ and __qualname__ to class locals implicitlyBryce Guinta2018-01-031-4/+9
* When verifying duplicates classes in MRO, ignore on-the-fly generated classesClaudiu Popa2017-12-151-0/+29
* Fix lintClaudiu Popa2017-11-111-1/+0
* Remove file_stream since it was slated for removal for 1.6Claudiu Popa2017-11-111-20/+7
* Dunder class at method level is now inferred as the class of the methodClaudiu Popa2017-07-081-0/+33
* Don't raise DuplicateBaseError when classes at different locations are usedClaudiu Popa2017-07-081-1/+4
* Fix lintastroid-1.5.2Claudiu Popa2017-04-171-2/+1
* mro() can be computed for classes with old style classes in the hierarchyClaudiu Popa2017-04-151-0/+27
* Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...Claudiu Popa2017-04-121-1/+9
* Mark __init_subclass__ as classmethod (#389)Łukasz Rogalski2017-01-281-0/+11
* Make ClassDefs support keyword arguments. (#384)Derek Gustafson2017-01-221-0/+12
* Fix some pylint errors over the code base.Claudiu Popa2016-08-241-2/+0
* Add `returns` into the proper order in FunctionDef._astroid_fieldsClaudiu Popa2016-07-271-0/+12
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+7
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-26/+26
* Give priority to local special attributes for classes and modulesClaudiu Popa2016-06-051-4/+6
* Add test for slots and dict.keys.Claudiu Popa2016-06-041-0/+12
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* imported_names() got replaced by public_names()Claudiu Popa2016-02-201-3/+25
* The slots() method conflates all the slots from the ancestors into a list of ...Claudiu Popa2015-12-181-0/+27
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-5/+6
* Enable the warnings in tests through a context managerClaudiu Popa2015-12-111-2/+2
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+13
* Merge upstream changesCeridwen2015-11-061-1/+0
|\
| * Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-3/+3