Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -176/+0 |
| | |||||
* | Fixed "standart" typos | Jakob Normark | 2014-11-06 | 1 | -7/+7 |
| | |||||
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -3/+4 |
| | |||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | fix fsf address | Sylvain Th?nault | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | More fixes to merge. | Manuel V?zquez Acosta | 2014-04-14 | 1 | -16/+2 |
| | | | | Sorry. I'm not used to hg merges. | ||||
* | Fix merge error. Closes #133. | Manuel V?zquez Acosta | 2014-04-14 | 1 | -2/+3 |
| | |||||
* | Removes overloaded PYTHONPATH. | Manuel V?zquez Acosta | 2014-04-14 | 1 | -7/+1 |
| | |||||
* | Refactors the PYTHONPATH detector into a function | Manuel V?zquez Acosta | 2014-01-06 | 1 | -23/+14 |
| | |||||
* | Injects the current sys.path into `lint.py` subprocess env | Manuel V?zquez Acosta | 2014-01-06 | 1 | -3/+24 |
| | | | | | | | This allows installing pylint in a buildout setup and *see* the eggs in the buildout. Since buildout modifies the installed scripts (like epyling) by prepending and assignment to ``sys.path[0:0]`` all the eggs, we need to make sure those path are the ones seen by pylint. | ||||
* | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 1 | -15/+18 |
| | |||||
* | fix way to get pylint.lint file as suggested in issue #106 | Sylvain Th?nault | 2013-12-20 | 1 | -1/+2 |
| | |||||
* | epylint command line was omitting options | Sylvain Th?nault | 2013-10-07 | 1 | -14/+16 |
| | |||||
* | some epylint enhancements: support options to give to pylint after the file ↵ | Sylvain Th?nault | 2013-09-03 | 1 | -7/+18 |
| | | | | | | to analyze and add some arguments checking Closes bitbucket issues #53 and #54. | ||||
* | update epylint to use msg-template rather than deprecated parseable reporter | Sylvain Th?nault | 2013-07-31 | 1 | -1/+1 |
| | |||||
* | fix epylint w/ python3. Closes issue #7 | Sylvain Th?nault | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | don't pipe stderr, we don't read it and it may hang epylint. Closes issue #15 | Sylvain Th?nault | 2013-06-19 | 1 | -2/+2 |
| | |||||
* | create a console_scripts entry point to be used by easy_install, buildout ↵ | Sylvain Th?nault | 2012-09-14 | 1 | -5/+19 |
| | | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way | ||||
* | epylint: ensure it uses the same python/pylint version. Closes #87024 | Sylvain Th?nault | 2012-01-09 | 1 | -7/+9 |
| | | | | also, drop usage of sub-shell on the way. | ||||
* | apply patch provided by vijayendra bapte on the python projects list for ↵ | Sylvain Th?nault | 2011-01-03 | 1 | -1/+1 |
| | | | | using epylint under windows environment | ||||
* | doc: add manpages, update documentation about the project | Emile Anclin | 2010-12-15 | 1 | -6/+6 |
| | | | | | | mention and document a bit epylint, pylint-gui and symilar gui.py : fix line length debian/control: Suggests instead of Recommends python-tk | ||||
* | fix epylint : use new options | Emile Anclin | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | include vincent patch for #5821 | Sylvain Th?nault | 2009-12-18 | 1 | -1/+54 |
| | |||||
* | include Dotan Barak spell fixes patch | Sylvain Th?nault | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | improved flymake code and doc provided by Derek Harland | Sylvain Th?nault | 2009-08-06 | 1 | -19/+90 |
| | |||||
* | change [en|dis]able-msg-cat options: only accept message categories | sylvain thenault | 2009-01-28 | 1 | -1/+1 |
| | | | | | identified by their first letter (eg IRCWEF) without the need for comma as separator | ||||
* | add epylint.bat script to fix Windows installation | Sylvain Thenault | 2008-12-03 | 1 | -0/+25 |