summaryrefslogtreecommitdiff
path: root/astroid/as_string.py
Commit message (Expand)AuthorAgeFilesLines
* Move astroid.as_string to the node packagesPierre Sassoulas2021-08-161-674/+0
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-2/+2
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.1, update changelogv2.6.1Pierre Sassoulas2021-06-291-1/+1
* Comments should start with only one '#'Pierre Sassoulas2021-06-261-1/+1
* Remove as_string methods for repr, print, exec (#1027)Marc Mueller2021-06-131-27/+0
* Deprecate Index and ExtSlice nodes (#1026)Marc Mueller2021-06-131-8/+0
* Deprecate Ellipsis node (#1025)Marc Mueller2021-06-131-4/+0
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-2/+2
* Improve support for Pattern Matching (#1010)Marc Mueller2021-06-071-0/+89
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+1
* [pre-commit.ci] pre-commit autoupdate (#997)pre-commit-ci[bot]2021-05-241-4/+2
* [pre-commit.ci] pre-commit autoupdate (#985)pre-commit-ci[bot]2021-05-111-1/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-13/+13
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+2
* Fix black issuesMarc Mueller2021-02-271-2/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-70/+63
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+6
* Add a new EvaluatedObject containerClaudiu Popa2020-03-101-0/+3
* Merge AsStringVisitor3 into AsStringVisitor since we no longer support Python 2Claudiu Popa2020-03-061-110/+71
* Add support for converting Property objects to stringsClaudiu Popa2020-03-061-0/+3
* Fix as_string for f-strings (#709)Alex Hall2019-10-191-5/+28
* Remove accidental TODOAlex Hall2019-10-181-1/+1
* Fix as_string for attribute nodes with integer valuesAlex Hall2019-10-181-1/+4
* Fix async function definitions with decorators (#710)Alex Hall2019-10-181-7/+12
* Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)Alex Hall2019-10-181-10/+6
* Fix linting errorsClaudiu Popa2019-09-111-2/+0
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-2/+1
* Annotated AST follows PEP8 coding style when converted to string.Łukasz Rogalski2019-06-221-1/+1
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...Claudiu Popa2019-06-011-0/+6
* Remove Python 2 branchesClaudiu Popa2018-10-101-10/+7
* Use generators for string joining instead of creating temporary listsClaudiu Popa2018-10-101-16/+16
* Initial formatting of astroidClaudiu Popa2018-10-021-173/+210
* Reflect AST changes in Python 3.8.Serhiy Storchaka2018-09-301-3/+12
* Spelling fixesVille Skyttä2018-07-241-2/+2
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+10
* Move operator precedence methods into NodeNGbrendanator2018-07-051-54/+6
* Improve as_string output of operators, elif, with, return & docsbrendanator2018-07-051-28/+132
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Remove some code that's always going to be the same now that we run on Python 3Claudiu Popa2018-06-041-6/+2
* Add support for asynchronous comprehensions (#400)Łukasz Rogalski2017-03-011-0/+5
* Add support for Python 3.6's annotated assignment nodesrr-2017-02-091-0/+9
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-18/+18
* add format string support (#365)Jared Garst2016-10-241-1/+14
* Fix some pylint errors over the code base.Claudiu Popa2016-08-241-1/+1
* 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