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
/
as_string.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-499
/
+0
*
pylint source code
Sylvain Thénault
2014-07-25
1
-40
/
+43
*
Drop yield_from API, add a new YieldFrom node instead.
Claudiu Popa
2014-03-04
1
-5
/
+10
*
Add yield_from property for Yield nodes.
Claudiu Popa
2014-03-02
1
-1
/
+5
*
Fix `as_string` for one element tuples.
Claudiu Popa
2013-12-27
1
-0
/
+2
*
Proper handling of metaclass for class.as_string.
Claudiu Popa
2013-08-14
1
-1
/
+11
*
Handle python3.3's With nodes
Julien Cristau
2013-06-20
1
-4
/
+4
*
rename the project astroid
David Douard
2013-06-17
1
-67
/
+67
*
as_string/repr_tree code cleanup: enhance the doc a bit + regroup code
Sylvain Thénault
2013-04-11
1
-16
/
+60
*
Fix inference for generator methods to correctly handle yields in lambdas. Cl...
Torsten Marek
2013-03-27
1
-1
/
+5
*
cosmetic changes: update/fix copyright and comments, d-t-w
Sylvain Thénault
2011-09-27
1
-49
/
+37
*
we actually dropped support for python < 2.5 in 0.21
Sylvain Thénault
2011-09-27
1
-1
/
+2
*
test assignement to True and yield; fix yield as_string
Emile Anclin
2010-12-09
1
-1
/
+2
*
as_string: fix explicit relative imports; add test
Emile Anclin
2010-12-08
1
-2
/
+2
*
cleanup: remove unused class ASTVisitor
Emile Anclin
2010-12-02
1
-3
/
+6
*
fix as_string for From node with level
Emile Anclin
2010-11-29
1
-2
/
+2
*
python2.7: test and fix as_string methods
Emile Anclin
2010-11-02
1
-2
/
+2
*
py3k : introduce Nonlocal node
Emile Anclin
2010-10-28
1
-0
/
+4
*
py3k : introduce Starred node
Emile Anclin
2010-10-28
1
-1
/
+4
*
py3k : as_string : put 3k stuff into a AsStringVisitor3k
Emile Anclin
2010-10-28
1
-23
/
+39
*
as_string: fix callfunc and test module2.py returned identically
Emile Anclin
2010-10-28
1
-4
/
+4
*
py3k as_string steps; corrections and improvements
Emile Anclin
2010-10-28
1
-23
/
+31
*
py3k / Raise : use "exc" instead of "type"
Emile Anclin
2010-10-12
1
-4
/
+4
*
move "nodes_as_string.py" to "as_string.py
Emile Anclin
2010-10-11
1
-0
/
+403