summaryrefslogtreecommitdiff
path: root/astroid/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Retrocompatibility with old version of pylintPierre Sassoulas2021-04-251-1/+1
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Change numversion to __version__ in __pkginfo__Pierre Sassoulas2021-04-241-1/+2
* Add __init__ to astroid.brain packageMarc Mueller2021-04-241-7/+4
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-6/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-0/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+1
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+1
* Enable wrong-import-order, wrong-import-position checksNick Drozd2019-12-241-0/+1
* YES is gone, we're using Uninferable for quite some time nowClaudiu Popa2018-10-101-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-10/+20
* wildcard-import is no longer emitted on __init__ filesClaudiu Popa2018-09-301-1/+1
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+6
* Fix pylint errorsClaudiu Popa2018-06-041-0/+3
* Add a cache for the inference tipsClaudiu Popa2018-06-041-2/+19
* Removed AsStringRegexpPredicate in favour of transform predicatesClaudiu Popa2018-06-041-25/+0
* Fix inference tip collisionsBryce Guinta2018-02-061-1/+20
* Remove pylint errorsDerek Gustafson2016-12-031-4/+1
* Export __version__ in __init__.Moisés López2016-08-241-0/+2
* 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
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-1/+1
* Proper bound and _proxied objects for __subclasses__ and __mro__ pointing to ...Claudiu Popa2016-06-041-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Add information about parent module to the elements defined in this moduleLaura Médioni2015-12-161-2/+5
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-5/+7
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+10
* Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
* Merge main into defaultCeridwen2015-08-141-1/+2
|\
| * Move YES to astroid.util.Claudiu Popa2015-08-091-1/+2
* | Merge logilab/astroid againCeridwen2015-07-111-0/+1
|\ \ | |/
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-0/+1
* | Merged changes from logilab/astroidCeridwen2015-07-101-3/+2
|\ \ | |/
| * Move pyreverse specific modules and functionality back into pyreverseClaudiu Popa2015-07-031-3/+2
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-2/+2
|/
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-0/+2
* Simplify & generalize code for module extenders.Torsten Marek2014-11-151-0/+10
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+121