summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-171-1/+0
* Update copyright noticehippo912021-02-151-1/+1
* Corrected the parent of function type comment nodesAshley Whetter2021-02-071-4/+4
* Restructure the AST parsing heuristic to always pick the same moduleClaudiu Popa2020-04-291-70/+27
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+7
* Merge TreeRebuilder3 into TreeRebuilderClaudiu Popa2020-03-121-165/+111
* Revert the redefinition of type_comment_kwonlyargsClaudiu Popa2020-01-121-1/+0
* Make sure type_comment_kwonlyargs is set as wellClaudiu Popa2020-01-121-0/+1
* Fix unbound local error caused by 061aaebea2be2d21831ef687cc4ba4a25d953c65Claudiu Popa2020-01-121-0/+1
* Can access positional only and keyword only argument type commentsAshley Whetter2020-01-111-0/+10
* Spelling fixes (#706)Ville Skyttä2019-10-161-2/+2
* All type comments have as parent the corresponding `astroid` nodeClaudiu Popa2019-10-091-7/+9
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-48/+29
* Introduce a new argument to `Arguments` for storing the positional only annot...Claudiu Popa2019-07-091-0/+7
* Add support for positional only arguments in astroid for python 3.8Claudiu Popa2019-07-091-0/+4
* Grab the Constant value on Python 3.8+Claudiu Popa2019-07-071-1/+2
* Grab only Constant strings for docstringsClaudiu Popa2019-07-061-12/+10
* Fix formattingClaudiu Popa2019-07-061-2/+4
* Fix finding of docstring under python3.8Zbigniew Jędrzejewski-Szmek2019-07-061-2/+4
* Maintain the same line number for decorators for Python 3.8+Claudiu Popa2019-06-041-4/+8
* Set the line number of decorated functions for python 3.8Claudiu Popa2019-06-021-1/+15
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...Claudiu Popa2019-06-011-0/+7
* Can access per argument type comments (#667)Ashley Whetter2019-05-141-0/+2
* Remove else after return/raiseTomas Gavenciak2018-12-111-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-285/+354
* Reflect AST changes in Python 3.8.Serhiy Storchaka2018-09-301-0/+11
* Spelling fixesVille Skyttä2018-07-241-3/+3
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+12
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-3/+3
* Remove useless TODOs that are either issues in the issue tracker or things wh...Claudiu Popa2018-06-121-1/+0
* Add support for parsing function type commentsClaudiu Popa2018-06-041-5/+32
* Add support for type comments (#548)Claudiu Popa2018-05-231-96/+148
* Get rid of the astpeephole (it's not an actual peephole and it's optimized ju...Claudiu Popa2018-05-131-19/+0
* Module.__path__ is now a listClaudiu Popa2018-03-301-1/+2
* Fix lint errorsBryce Guinta2018-02-261-0/+1
* Fix lint errorsClaudiu Popa2018-02-041-2/+2
* Switch the order of the docstring checks to have the .docstring extractor firstClaudiu Popa2018-02-041-6/+6
* Use the .docstring attribute on Python 3.7 if it existsClaudiu Popa2018-02-041-1/+8
* Drop support for EOL Python 3.3Hugo2017-12-151-7/+0
* Fix lint warningsClaudiu Popa2017-10-121-0/+1
* Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...Claudiu Popa2017-04-121-2/+16
* Add support for asynchronous comprehensions (#400)Łukasz Rogalski2017-03-011-1/+2
* Add support for Python 3.6's annotated assignment nodesrr-2017-02-091-1/+12
* Fix metaclass detection when multiple keyword arguments are used in ClassDef ...Łukasz Rogalski2017-02-091-1/+1
* Make ClassDefs support keyword arguments. (#384)Derek Gustafson2017-01-221-1/+3
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-2/+2
* Remove pylint errorsDerek Gustafson2016-12-031-1/+1
* add format string support (#365)Jared Garst2016-10-241-0/+12
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5