summaryrefslogtreecommitdiff
path: root/astroid/nodes/as_string.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maintenance/2.15.x' into mainMarc Mueller2023-04-241-3/+19
|\
| * Various TryStar fixes (#2142)Marc Mueller2023-04-241-3/+19
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
|/
* Bump pylint from 2.15.8 to 2.15.9 (#1907)dependabot[bot]2022-12-271-2/+2
* Add some bool annotations (#1877)Nick Drozd2022-11-221-1/+1
* Add some 'str' annotations (#1878)Nick Drozd2022-11-201-80/+83
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-15/+18
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-21/+1
* Make ``_docs_dedent`` use ``doc_node``Daniël van Noord2022-03-071-6/+12
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-2/+2
* Add as_string visitor for Unknown node (#1268)Marc Mueller2021-11-211-0/+4
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+1
* Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)Daniël van Noord2021-11-171-3/+3
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-0/+1
* Add f-strings with `flynt`Daniël van Noord2021-09-171-49/+37
* Make 4 spaces the default indent for AsStringVisitorPierre Sassoulas2021-08-161-1/+1
* Fix shadowing of builtins vars in as_stringPierre Sassoulas2021-08-161-2/+2
* Ignore a warning not relevant to the Visitor patternPierre Sassoulas2021-08-161-7/+3
* Move astroid.as_string to the node packagesPierre Sassoulas2021-08-161-0/+674