1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 23 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[fix] add test for binary in the tokenizer More... over 12 years ago
[mod] baron test suite doesn't work en 2.6 :( More... over 12 years ago
[fix] move import node dumper to new structure More... over 12 years ago
[mod] since 'import' is grouping space for 'from x import y', we need to handle it's preformatting in the context of the 'import x' form More... over 12 years ago
[fix] special case in dumper for the 'not in' More... over 12 years ago
[fix] formatting can be grouped on colon too More... over 12 years ago
[fix] formatting arround star was missing More... over 12 years ago
[fix] raise can be followed by a comment More... over 12 years ago
[fix] in tokenizer, handle print_function situation More... over 12 years ago
[fix] special case, not so cool but will work with python3 More... over 12 years ago
[mod] set a default value to print_function option More... over 12 years ago
[fix] make sure this special case pass More... over 12 years ago
[mod] adapt getitem dumps to new structure More... over 12 years ago
[mod] handle all formatting arround getitem More... over 12 years ago
[enh] better handling of print_function More... over 12 years ago
[mod] rename variable More... over 12 years ago
[fix] missing formatting in from import (...) More... over 12 years ago
[fix] special case with comments More... over 12 years ago
[fix] upgrade comprehension and datastructure dumps to fit new structure of node More... over 12 years ago
[mod] same for comprehension structures More... over 12 years ago
[enh] make datastructure way more aware of formatting arround them More... over 12 years ago
[fix] correctly dumps associative parenthesis More... over 12 years ago
[mod] make associative parenthesis way more involve in taking care of formatting arround him More... over 12 years ago
Revert "[fix] if have highter priority to group than left parenthesis" More... over 12 years ago
[fix] correctly dumps call in all cases More... over 12 years ago
[mod] group forth formatting on call More... over 12 years ago
[mod] remove useless test More... over 12 years ago
[fix] if have highter priority to group than left parenthesis More... over 12 years ago
[enh] dumps augassign node More... over 12 years ago
[fix] dirty fix to handle special case for comment More... over 12 years ago