0
I Use This!
Inactive

Commits : Listings

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