index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
as_string.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #891
Pierre Sassoulas
2021-04-10
1
-1
/
+1
*
Upgrading pyupgrade in pre-commit configuration
Pierre Sassoulas
2021-04-10
1
-13
/
+13
*
Upgrade copyrite notice
Pierre Sassoulas
2021-02-28
1
-0
/
+2
*
Fix black issues
Marc Mueller
2021-02-27
1
-2
/
+2
*
Move from % syntax to format or f-strings
Pierre Sassoulas
2021-02-21
1
-70
/
+63
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+6
*
Add a new EvaluatedObject container
Claudiu Popa
2020-03-10
1
-0
/
+3
*
Merge AsStringVisitor3 into AsStringVisitor since we no longer support Python 2
Claudiu Popa
2020-03-06
1
-110
/
+71
*
Add support for converting Property objects to strings
Claudiu Popa
2020-03-06
1
-0
/
+3
*
Fix as_string for f-strings (#709)
Alex Hall
2019-10-19
1
-5
/
+28
*
Remove accidental TODO
Alex Hall
2019-10-18
1
-1
/
+1
*
Fix as_string for attribute nodes with integer values
Alex Hall
2019-10-18
1
-1
/
+4
*
Fix async function definitions with decorators (#710)
Alex Hall
2019-10-18
1
-7
/
+12
*
Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)
Alex Hall
2019-10-18
1
-10
/
+6
*
Fix linting errors
Claudiu Popa
2019-09-11
1
-2
/
+0
*
Remove redundant compatibility code (#693)
Hugo van Kemenade
2019-09-10
1
-2
/
+1
*
Annotated AST follows PEP8 coding style when converted to string.
Łukasz Rogalski
2019-06-22
1
-1
/
+1
*
Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...
Claudiu Popa
2019-06-01
1
-0
/
+6
*
Remove Python 2 branches
Claudiu Popa
2018-10-10
1
-10
/
+7
*
Use generators for string joining instead of creating temporary lists
Claudiu Popa
2018-10-10
1
-16
/
+16
*
Initial formatting of astroid
Claudiu Popa
2018-10-02
1
-173
/
+210
*
Reflect AST changes in Python 3.8.
Serhiy Storchaka
2018-09-30
1
-3
/
+12
*
Spelling fixes
Ville Skyttä
2018-07-24
1
-2
/
+2
*
Update the copyright notices
astroid-2.0
Claudiu Popa
2018-07-15
1
-2
/
+10
*
Move operator precedence methods into NodeNG
brendanator
2018-07-05
1
-54
/
+6
*
Improve as_string output of operators, elif, with, return & docs
brendanator
2018-07-05
1
-28
/
+132
*
Fix useless-object-inheritance lint error (#573)
Nick Drozd
2018-06-28
1
-1
/
+1
*
Remove some code that's always going to be the same now that we run on Python 3
Claudiu Popa
2018-06-04
1
-6
/
+2
*
Add support for asynchronous comprehensions (#400)
Łukasz Rogalski
2017-03-01
1
-0
/
+5
*
Add support for Python 3.6's annotated assignment nodes
rr-
2017-02-09
1
-0
/
+9
*
Remove occurrences of no-else-return and consider-using-ternary
Claudiu Popa
2016-12-18
1
-18
/
+18
*
add format string support (#365)
Jared Garst
2016-10-24
1
-1
/
+14
*
Fix some pylint errors over the code base.
Claudiu Popa
2016-08-24
1
-1
/
+1
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+5
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Fix typos
Jakub Wilk
2016-06-02
1
-1
/
+1
*
Convert all files to new license header
Ceridwen
2016-05-16
1
-17
/
+3
*
Cleanup pylint's warnings over astroid codebase
Claudiu Popa
2015-12-14
1
-0
/
+4
*
Use printf-style formatting in as_string, in order
Claudiu Popa
2015-12-01
1
-7
/
+5
*
Add support for handling Uninferable nodes when calling as_string
Claudiu Popa
2015-11-29
1
-0
/
+3
*
Fix pylint errors.
Claudiu Popa
2015-10-06
1
-7
/
+7
*
Add a new node, DictUnpack, for representing the unpacking of a dict using PE...
Claudiu Popa
2015-10-06
1
-3
/
+14
*
Make pylint happyy.
Claudiu Popa
2015-09-25
1
-1
/
+1
*
Use the new name of the AsStringVisitor.
Claudiu Popa
2015-09-18
1
-1
/
+1
*
Final draft of state printing after merge
Ceridwen
2015-09-13
1
-8
/
+19
|
\
|
*
Second pass of the Python 3.5 support: adding Async nodes.
Claudiu Popa
2015-09-07
1
-0
/
+13
|
*
First pass of the Python 3.5 support.
Claudiu Popa
2015-09-07
1
-8
/
+6
*
|
Final draft of improved state printing
Ceridwen
2015-09-13
1
-97
/
+1
*
|
First draft of improved state printing
Ceridwen
2015-09-09
1
-47
/
+100
|
/
[next]