summaryrefslogtreecommitdiff
path: root/astroid/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* Cache the result of get_assign_nodesClaudiu Popa2018-10-101-3/+8
* Initial formatting of astroidClaudiu Popa2018-10-021-13/+12
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+6
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-3/+3
* Add NoChildrenMixinNick Drozd2018-06-081-0/+6
* kill aliases scheduled for removalClaudiu Popa2018-05-241-23/+0
* Add MultiLineBlockMixinNick Drozd2018-03-301-0/+35
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-1/+0
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-17/+3
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-5/+15
* Add helper function for reraising exceptionsCeridwen2015-09-211-12/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-3/+12
* Use a stack level of 2 when emitting warnings, since the call site of the dep...Claudiu Popa2015-08-251-3/+3
* Add deprecation warnings testsCeridwen2015-08-221-6/+6
* Merge main into defaultCeridwen2015-08-141-11/+8
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-10/+8
| * Get rid of astroid.common.decorators.Florian Bruhin2015-07-251-2/+1
* | Fix missing warnings importCeridwen2015-07-231-0/+2
* | Merge logilab/astroidCeridwen2015-07-131-1/+2
|\ \ | |/
| * do_import_module passes the proper relative_only flag if the level is higher ...Claudiu Popa2015-07-141-1/+2
* | Fix code review comments.Ceridwen2015-07-131-0/+21
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-5/+5
|/
* Reraise InferenceError with the syntax error that lead to a failed do_import_...Claudiu Popa2015-03-181-1/+3
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+124