summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_objects.py
Commit message (Expand)AuthorAgeFilesLines
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-556/+0
* Initial formatting of astroidClaudiu Popa2018-10-021-109/+144
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+2
* Add qname method to Super objectsBryce Guinta2018-04-191-0/+13
* Revert "Move FrozenSet to node_classes so it is accessible"Bryce Guinta2018-03-111-1/+1
* Move FrozenSet to node_classes so it is accessibleBryce Guinta2018-03-111-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
* 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-19/+20
* Convert all files to new license headerCeridwen2016-05-161-517/+503
* Support accessing properties using super().Claudiu Popa2016-01-141-0/+18
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-10/+10
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-2/+0
* More fixes for bugs introduced during mergeCeridwen2015-08-181-2/+0
* Convert line endings for some files back to DOSCeridwen2015-08-151-503/+503
* Fix issues found in code reviewCeridwen2015-08-141-0/+4
* Node constructors almost finished except for two bugsCeridwen2015-07-081-485/+483
* Staticmethods retrieved with super are functions, not bound methods.Claudiu Popa2015-06-151-0/+6
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-291-2/+4
* Fail when calling Super.super_mro if the object-or-type is not the expected t...Claudiu Popa2015-05-291-0/+11
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-281-6/+59
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-0/+380
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-0/+49