| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump astroid to 2.8.6, update changelogv2.8.6 | Pierre Sassoulas | 2021-11-21 | 1 | -1/+1 |
| * | Bump astroid to 2.8.5, update changelogv2.8.5 | Pierre Sassoulas | 2021-11-12 | 1 | -1/+1 |
| * | Add typing and deprecation warnings to ``NodeNG.statement`` (#1217) | Daniël van Noord | 2021-11-07 | 1 | -0/+18 |
| * | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+1 |
| * | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -0/+1 |
| * | Add f-strings with `flynt` | Daniël van Noord | 2021-09-17 | 1 | -3/+1 |
| * | Add typing to scope() (#1170) | Daniël van Noord | 2021-09-15 | 1 | -1/+18 |
| * | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
| * | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -0/+1 |
| * | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| * | Create a __all__ in astroid.exceptions and import with wildcard | Pierre Sassoulas | 2021-06-15 | 1 | -0/+29 |
| * | Prepare for 2.5.8 release (#1013)v2.5.8 | Pierre Sassoulas | 2021-06-07 | 1 | -1/+1 |
| * | Update copyright notice for 2.5.7v2.5.7 | Pierre Sassoulas | 2021-05-29 | 1 | -0/+1 |
| * | Fix unhandled AstroidSyntaxError raised by infer_named_tuple brain (#929) | Andrew Haigh | 2021-05-29 | 1 | -0/+4 |
| * | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
| * | Prepare for 2.5.2 releaseastroid-2.5.2 | Pierre Sassoulas | 2021-03-28 | 1 | -0/+1 |
| * | Upgrade copyrite notice | Pierre Sassoulas | 2021-02-28 | 1 | -1/+1 |
| * | Update copyright notice | hippo91 | 2021-02-15 | 1 | -0/+1 |
| * | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+1 |
| * | Fix the new violations of super-without-arguments | Claudiu Popa | 2020-05-12 | 1 | -7/+7 |
| * | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -10/+23 |
| * | Update the copyright noticesastroid-2.0 | Claudiu Popa | 2018-07-15 | 1 | -2/+4 |
| * | Allow google style docs to be built along side sphinx style docs, using napol... | Claudiu Popa | 2018-06-04 | 1 | -3/+2 |
| * | Fix inference tip collisions | Bryce Guinta | 2018-02-06 | 1 | -0/+7 |
| * | Fix lint warnings | Claudiu Popa | 2017-10-12 | 1 | -6/+0 |
| * | Let the type error propagate as an AstroidTypeError. | Claudiu Popa | 2016-12-03 | 1 | -0/+8 |
| * | Remove pylint errors | Derek Gustafson | 2016-12-03 | 1 | -0/+6 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+5 |
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| * | Now is_subtype / is_supertype raises an internal exception when a type hierar... | Claudiu Popa | 2016-06-03 | 1 | -0/+4 |
| * | Convert all files to new license header | Ceridwen | 2016-05-16 | 1 | -17/+3 |
| * | Cleanup pylint's warnings over astroid codebase | Claudiu Popa | 2015-12-14 | 1 | -1/+2 |
| * | relative_to_absolute_name will now raise TooManyLevelsError when a relative i... | Claudiu Popa | 2015-12-06 | 1 | -0/+15 |
| * | AstroidBuildingException is now AstroidBuildingError. | Claudiu Popa | 2015-12-06 | 1 | -4/+5 |
| * | Add two new exceptions, AstroidImportError and AstroidSyntaxError. | Claudiu Popa | 2015-12-06 | 1 | -0/+10 |
| * | Merge upstream changes | Ceridwen | 2015-11-06 | 1 | -3/+3 |
| |\ |
|
| * | | Add structured exceptions to decorators and remaining functions. | Ceridwen | 2015-11-06 | 1 | -12/+0 |
| * | | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -45/+133 |
| |/ |
|
| * | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -2/+0 |
| * | Add support for retrieving TypeErrors for binary arithmetic operations and au... | Claudiu Popa | 2015-06-28 | 1 | -0/+13 |
| * | Use the name of the operand for UnaryOperationError.__str__. | Claudiu Popa | 2015-06-13 | 1 | -1/+1 |
| * | Make the first steps towards detecting type errors for unary and binary opera... | Claudiu Popa | 2015-06-11 | 1 | -0/+21 |
| * | Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai... | Claudiu Popa | 2015-05-29 | 1 | -0/+4 |
| * | Add a new *inference object* called Super | Claudiu Popa | 2015-05-28 | 1 | -0/+4 |
| * | Add two new exceptions for handling MRO error cases. | Claudiu Popa | 2015-05-03 | 1 | -0/+12 |
| * | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -0/+51 |