| Commit message (Expand) | Author | Age | Files | Lines |
| * | Retrocompatibility with old version of pylint | Pierre Sassoulas | 2021-04-25 | 1 | -1/+1 |
| * | Prepare for 2.5.4 releaseastroid-2.5.4 | Pierre Sassoulas | 2021-04-24 | 1 | -0/+1 |
| * | Change numversion to __version__ in __pkginfo__ | Pierre Sassoulas | 2021-04-24 | 1 | -1/+2 |
| * | Add __init__ to astroid.brain package | Marc Mueller | 2021-04-24 | 1 | -7/+4 |
| * | Enable checks for and fix useless suppression | Pierre Sassoulas | 2021-04-19 | 1 | -6/+2 |
| * | 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 |
| * | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -0/+1 |
| * | Enable wrong-import-order, wrong-import-position checks | Nick Drozd | 2019-12-24 | 1 | -0/+1 |
| * | YES is gone, we're using Uninferable for quite some time now | Claudiu Popa | 2018-10-10 | 1 | -1/+1 |
| * | Initial formatting of astroid | Claudiu Popa | 2018-10-02 | 1 | -10/+20 |
| * | wildcard-import is no longer emitted on __init__ files | Claudiu Popa | 2018-09-30 | 1 | -1/+1 |
| * | Update the copyright noticesastroid-2.0 | Claudiu Popa | 2018-07-15 | 1 | -1/+6 |
| * | Fix pylint errors | Claudiu Popa | 2018-06-04 | 1 | -0/+3 |
| * | Add a cache for the inference tips | Claudiu Popa | 2018-06-04 | 1 | -2/+19 |
| * | Removed AsStringRegexpPredicate in favour of transform predicates | Claudiu Popa | 2018-06-04 | 1 | -25/+0 |
| * | Fix inference tip collisions | Bryce Guinta | 2018-02-06 | 1 | -1/+20 |
| * | Remove pylint errors | Derek Gustafson | 2016-12-03 | 1 | -4/+1 |
| * | Export __version__ in __init__. | Moisés López | 2016-08-24 | 1 | -0/+2 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+4 |
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| * | New function, astroid.extract_node, exported out from astroid.test_utils. | Claudiu Popa | 2016-06-29 | 1 | -1/+1 |
| * | Proper bound and _proxied objects for __subclasses__ and __mro__ pointing to ... | Claudiu Popa | 2016-06-04 | 1 | -1/+1 |
| * | Convert all files to new license header | Ceridwen | 2016-05-16 | 1 | -17/+3 |
| * | Add information about parent module to the elements defined in this module | Laura Médioni | 2015-12-16 | 1 | -2/+5 |
| * | Cleanup pylint's warnings over astroid codebase | Claudiu Popa | 2015-12-14 | 1 | -5/+7 |
| * | Some nodes got a new attribute, 'ctx', which tells in which context the said ... | Claudiu Popa | 2015-12-08 | 1 | -0/+10 |
| * | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| * | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -1/+0 |
| * | Merge main into default | Ceridwen | 2015-08-14 | 1 | -1/+2 |
| |\ |
|
| | * | Move YES to astroid.util. | Claudiu Popa | 2015-08-09 | 1 | -1/+2 |
| * | | Merge logilab/astroid again | Ceridwen | 2015-07-11 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | Add a new convenience API, `astroid.parse`. | Claudiu Popa | 2015-07-11 | 1 | -0/+1 |
| * | | Merged changes from logilab/astroid | Ceridwen | 2015-07-10 | 1 | -3/+2 |
| |\ \
| |/ |
|
| | * | Move pyreverse specific modules and functionality back into pyreverse | Claudiu Popa | 2015-07-03 | 1 | -3/+2 |
| * | | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 1 | -2/+2 |
| |/ |
|
| * | Fix pylint warnings over astroid, update the list of disabled messages in pyl... | Claudiu Popa | 2015-05-19 | 1 | -0/+2 |
| * | Simplify & generalize code for module extenders. | Torsten Marek | 2014-11-15 | 1 | -0/+10 |
| * | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -0/+121 |