summaryrefslogtreecommitdiff
path: root/astroid/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-171-1/+0
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-0/+1
* handle deprecation warnings when walking module membersBecker Awqatty2020-12-261-2/+5
* Handle the case where the raw builder fails to retrieve the ``__all__`` attri...Claudiu Popa2020-04-281-1/+8
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* Fix formatting errorClaudiu Popa2020-04-031-1/+1
* Inspect compiled CFFI extension membersRobin Jarry2020-04-031-0/+5
* Use inspect.signature instead of using inspect.getargspecClaudiu Popa2019-07-091-9/+27
* Cache a bunch of type callsClaudiu Popa2019-06-011-5/+8
* Mark Ellipsis as a constant for Python 3.8Claudiu Popa2019-06-011-0/+3
* Replace the broad excepts to more specialized exceptions like TypeErrorClaudiu Popa2019-03-201-7/+2
* Change bare excepts to broad excepts in raw_buildingClaudiu Popa2019-03-111-2/+2
* Make the astroid bootstrapping take care of builtins such as GeneratorClaudiu Popa2019-01-201-53/+44
* Revert "Pass a parent in raw_building when building a new Function or Class"Claudiu Popa2018-10-111-35/+26
* Pass a parent in raw_building when building a new Function or ClassClaudiu Popa2018-10-111-26/+35
* Initial formatting of astroidClaudiu Popa2018-10-021-45/+69
* Disable lint errorClaudiu Popa2018-08-231-0/+2
* `async` functions are now inferred as `AsyncGenerator` when inferring their c...Claudiu Popa2018-08-161-0/+13
* Spelling fixesVille Skyttä2018-07-241-3/+3
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+9
* Rip out the minimal Jython support, we're no longer interested in having that...Claudiu Popa2018-07-051-3/+1
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Prevent Const copy resulting in recursionBryce Guinta2018-06-231-2/+0
* Remove six from a couple of filesClaudiu Popa2018-05-311-10/+9
* Fix lint warningsClaudiu Popa2017-10-121-0/+1
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-1/+1
* Remove pylint errorsDerek Gustafson2016-12-031-2/+3
* Fix some pylint errors over the code base.Claudiu Popa2016-08-241-5/+5
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Introduce a special attributes modelClaudiu Popa2016-06-031-0/+12
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Fix pylint errors.Claudiu Popa2015-12-141-1/+1
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-7/+7
* Add brain tips for PyQt signals for supporting emit / connect and disconnect ...Claudiu Popa2015-10-061-0/+13
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-1/+1
* Merge main into defaultCeridwen2015-08-141-49/+56
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-47/+55
| * MergeClaudiu Popa2015-07-251-1/+1
| |\
| | * Use six.moves instead of logilab.common.compat.Florian Bruhin2015-07-251-1/+1
| * | Remove the useless __docformat__ variable.Claudiu Popa2015-07-231-2/+0
| |/
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-16/+13
|/
* Add astroid.helpers, a module of various useful utilities which don't belong ...Claudiu Popa2015-06-241-1/+3
* NotImplemented is detected properly now as being part of the builtins module.Claudiu Popa2015-06-231-0/+3
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-5/+7
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-5/+5
* Handle builtins without a __module__, especially for Jython.Claudiu Popa2015-05-081-1/+2
* open doesn't have a __module__ attribute on Jython. Handle this case.Claudiu Popa2015-05-081-1/+4