4
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Preparing release. More... over 16 years ago
Fixed two minor issues. More... over 16 years ago
Preparing release. More... over 16 years ago
Fixed issue where delete operator would not be treated as a statement. More... over 16 years ago
Preparing release. More... over 16 years ago
Fixed issue with star and double-star arguments to methods. More... over 16 years ago
Preparing release. More... over 16 years ago
Fixed issue where multiple discarded elements in a statement would get incorrect indentation. More... over 16 years ago
Adding test-case to demonstrate indentation bug when a for-loop is begun with a discarded string. More... over 16 years ago
Preparing release. More... almost 17 years ago
Fixed issue where a module docstring would cause undesired indentation. More... almost 17 years ago
Version bump (previous release). More... almost 17 years ago
Added convenience method to generate code. More... almost 17 years ago
Preparing release. More... almost 17 years ago
No longer a playground project. More... almost 17 years ago
- Allow proper operation under Python 2.4 (try/finally fixes). [chrism] More... almost 17 years ago
Preparing release. More... almost 17 years ago
Fixed issue where lambda blocks would be incorrectly indented; also, function bodies are now always properly cleared. More... almost 17 years ago
Preparing release. More... almost 17 years ago
Fixed issue where generators would not be prioritized in certain cases. More... almost 17 years ago
Preparing release. More... almost 17 years ago
Limit use of parentheses by taking operator precedence into account. This required a rewrite of the AST visitor class to use generators instead of naive stream-writing. More... almost 17 years ago
Added operator precendence testing. More... almost 17 years ago
Failing test which demonstrates both a weakness in this package (overzealous use of parentheses to guarantee correctness) and in the Python parser. More... almost 17 years ago
Preparing release. More... about 17 years ago
This seems not to pass as ReST formatting. More... about 17 years ago
Added 'yield' and unary operators. More... about 17 years ago
Exclude change-log. More... about 17 years ago
Preparing release. More... about 17 years ago
Make sure all binary operators get parentheses around them. More... about 17 years ago