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
Fix spurious redefinition warnings in conditionals. Patch by Marcin Cieślak. More... about 12 years ago
Do not warn about unused variable when using locals() in current scope. Patch by Domen Kožar More... about 12 years ago
Conform to the method naming convention for the tests More... about 12 years ago
Review the case of decorators for Python 2.5 More... about 12 years ago
Use the recommended shebang /usr/bin/env python More... about 12 years ago
Update the changelog for real. More... about 12 years ago
Merge the pending changes, update the version and the changelog. More... about 12 years ago
Fix failure on invalid escape. More... about 12 years ago
Catch various decoding issues. More... about 12 years ago
Merge the patch for RedefinedInListComp from pyflakes-ast branch More... about 12 years ago
Re-order Checker.addBinding method. More... about 12 years ago
Missing file scripts/pyflakes.py in previous changeset. More... about 12 years ago
Missing file scripts/pyflakes.py in previous changeset. More... about 12 years ago
More tests for Python 3 and add missing handlers for BYTES, STARRED, YIELDFROM and NONLOCAL. More... about 12 years ago
Rename pyflakes.scripts.pyflakes to pyflakes.api. More... about 12 years ago
Use the @property decorator. More... about 12 years ago
Apply consistent naming for Checker methods. More... about 12 years ago
Remove some extra blank lines, part of Twisted coding standard. More... about 12 years ago
Do not import ast module twice More... about 12 years ago
Fix a typo More... about 12 years ago
Add a basic README.rst file More... about 12 years ago
Add Python 3 support More... about 12 years ago
Fix .travis.yml to run tests on 2.5 and 2.6 More... about 12 years ago
No support for setup.py test More... about 12 years ago
Switch to unittest2 for the tests, and run them on Python 2.5 More... about 12 years ago
Revert ignore files More... about 12 years ago
Add ignore files for bzr and git More... about 12 years ago
Add .travis.yml for continuous integration More... about 12 years ago
Separate logic for reporting results. More... about 12 years ago
Wrap types in C{} More... over 12 years ago