0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 17, 2025 — Jun 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #24 from JonathanHuot/patch-1 More... over 10 years ago
Updated for Python 3.x latest versions More... over 11 years ago
Merge branch 'master' of https://github.com/akaihola/flymake-python More... over 12 years ago
Don't try to run flymake if directory is not writable More... over 12 years ago
Added tip jar More... over 12 years ago
Current Pyflakes compatibility. Fixes #21. Thanks @twillis! More... almost 13 years ago
Pylint 1.0.0 compatibility. Fixes #21. Thanks @twillis! More... almost 13 years ago
The Pylint command is now configurable, so e.g. django-lint can be used instead. Fixes #18. More... about 13 years ago
Added authors, original sources and licenses for individual parts of the package More... about 13 years ago
Better error message if an external program can't be run. Thanks @guettli More... over 13 years ago
Merge pull request #13 from mjr27/master More... over 13 years ago
Validate HTML with Tidy, XML with xmlstarlet. Fixed xmlstarlet command-line options. More... about 14 years ago
Separate ignore codes for each code quality tool More... about 14 years ago
Merge remote-tracking branch 'chigby/master' More... about 14 years ago
Added an example of advanced Flymake customizations More... about 14 years ago
Merge pull request #11 from eallik/master More... about 14 years ago
Made the call to pyflakes.main pass in no arguments--pyflakes itself inspects sys.argv; fixes #10 More... about 14 years ago
Made PyflakesRunner use stdout instead of stderr; fixes #9 More... about 14 years ago
Fix nosetests regexes. More... over 14 years ago
Fix pylint command and regexs. More... over 14 years ago
Merge pull request #4 from rpatterson/master More... over 14 years ago
Oops, missed some support for tramp filenames More... almost 15 years ago
Use local temporary directory structure instead of a file next to the original. Works better with tramp or cases where you don't have write access to the directory. More... almost 15 years ago
Allow for tramp filenames in the path as is the case when a local temporary directory is used. http://stackoverflow.com/questions/3145746/running-pyflakes-remotely-with-flymake-and-tramp-in-emacs/7217709#7217709 More... almost 15 years ago
Updates I had to do to get it working here with Python 2.7 and pyflakes 0.4.0 More... almost 15 years ago
Merge pull request #3 from mattharrison/master More... about 15 years ago
make work without config More... about 15 years ago
Fixed issue #1: corrected a Python syntax error in example configuration. Thanks twillis. More... about 16 years ago
Partly fixed issue #1: added missing allowed file name masks seput and find-file hook to readme. Thanks twillis. More... about 16 years ago
Partly fixed issue #1: pyflymake.py set executable, also advised in the readme More... about 16 years ago