0
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Sep 01, 2025 — Sep 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup for nodes_as_string More... over 17 years ago
some small corrections on as_string usage and tests More... over 17 years ago
Add a base class with empty methods for Visitors More... over 17 years ago
remove all old as_string methods More... over 17 years ago
add special astng.nodes_as_string.visits More... over 17 years ago
use AsStringVisitor for tests More... over 17 years ago
accept method for a visitor; doc string bug More... over 17 years ago
an AsStringVisitor replacing as_string methods More... over 17 years ago
handle GenExpr / GeneratorExpr nodes More... over 17 years ago
remove dead code More... over 17 years ago
as_string now works (only) on ASTNG nodes More... over 17 years ago
old style class instances are not hashable More... over 17 years ago
more 'are_exclusive' bugs More... over 17 years ago
trying to start astng with delayed_visit_getattr More... over 17 years ago
fix as_string indentations More... over 17 years ago
fix utils._are_exclusive bugs notes : 1) we had a never reached "if stmt1_branch != stmt1_branch:" !!! 2) we have to ask for "stmt in body", not "is" More... over 17 years ago
remove print and #print More... over 17 years ago
walk on function default nodes More... over 17 years ago
some more corrections on as_string functions More... over 17 years ago
Exec : globals / locals like in compiler More... over 17 years ago
flags for _ast.Function / _ast.Lambda nodes More... over 17 years ago
small attribute correction More... over 17 years ago
left & right nodes for compiler.ast Bit Operators More... over 17 years ago
Keyword as_string More... over 17 years ago
Subscript and Slice as String More... over 17 years ago
small corrections More... over 17 years ago
fix ListCompFor.as_string and bugs More... over 17 years ago
If and orelse as string More... over 17 years ago
first steps on as_string : fix attributes More... over 17 years ago
first step for using delayed_visit_getattr: not working yet ... More... over 17 years ago