29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring More... almost 11 years ago
Report undefined name for literal tuple unpacking; fixes lp:879941 More... almost 11 years ago
Restore correct behaviour of __future__ imports More... almost 11 years ago
Be consistent, it's named node_class in the module More... almost 11 years ago
Do not report 'unable to detect undefined names' when using invalid syntax 'from __future__ import * More... almost 11 years ago
Catch undefined var in loop generator when used as loop var; fixes lp:1205907 More... almost 11 years ago
Refactor method handleDoctests More... almost 11 years ago
Do not report redefinition of import in a local scope if the global name is used elsewhere in the module; fixes lp:1297161 More... almost 11 years ago
Actually this test passes More... almost 11 years ago
Remove commented line More... almost 11 years ago
Rewrite test_doctests to avoid running tests twice More... almost 11 years ago
Fix the test docstring More... almost 11 years ago
Detect the declared encoding in Python 3; fixes lp:1299169 More... almost 11 years ago
Use the PY32 constant for the AST change in Python 3.3 More... almost 11 years ago
Release version 0.8 More... almost 11 years ago
Refactor the ReturnWithArgsInsideGenerator checker More... almost 11 years ago
Better indentation More... almost 11 years ago
Rename attribute level to depth on AST nodes; fixes lp:1277280 More... almost 11 years ago
Missing dots More... almost 11 years ago
Do not complain about _ in doctests; fixes lp:1178096 More... almost 11 years ago
Simplify version specific constants More... almost 11 years ago
Missing entries in changelog More... almost 11 years ago
Silence the DeprecationWarning about universal newline mode More... almost 11 years ago
Fix incremental __all__ and tuples in __all__; lp:1241878 and lp:1266446 More... almost 11 years ago
Remove Python 2.5 from the tox.ini More... almost 11 years ago
Merge pull request #26 from attilaolah/master More... almost 11 years ago
only run retung with arguments inside generator check if `sys.version_info < (3, 3)`, as pointed out by @msmhrt More... almost 11 years ago
Merge pull request #11 from attilaolah/master More... almost 11 years ago
Merge pull request #15 from asmeurer/syntaxerror More... almost 11 years ago
Merge pull request #25 from exarkun/enable-doctests-with-flag More... almost 11 years ago