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
*
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
|
/
*
Add tests for aliases
Ceridwen
2015-08-21
1
-5
/
+5
*
Merge main into default
Ceridwen
2015-08-14
1
-0
/
+6
|
\
|
*
Add CallFunc.keywords, instead of putting together args and kwargs in CallFun...
Claudiu Popa
2015-08-08
1
-0
/
+6
*
|
Fix code review comments.
Ceridwen
2015-07-13
1
-1
/
+0
*
|
Node constructors almost finished except for two bugs
Ceridwen
2015-07-08
1
-12
/
+12
|
/
*
Add annotation support for function.as_string(). Closes issue #37.
Claudiu Popa
2015-07-01
1
-4
/
+14
*
Merged in jarradhope/astroid (pull request #73)
Claudiu Popa
2015-07-01
1
-2
/
+5
|
\
|
*
add returns annotation
jarradhope
2015-04-26
1
-2
/
+5
*
|
Add a couple of pragma disables for some false positives.
Claudiu Popa
2015-06-30
1
-0
/
+1
*
|
Add a new *inference object* called Super
Claudiu Popa
2015-05-28
1
-0
/
+3
*
|
Add a new type of nodes, called *inference objects*.
Claudiu Popa
2015-05-19
1
-1
/
+5
|
/
*
Extend the metaclass hack to cover more potential cases.
Torsten Marek
2014-11-09
1
-1
/
+1
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+499