Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -104/+0 |
| | |||||
* | Use the new Module.stream, since Module.file_stream is deprecated. | Claudiu Popa | 2015-01-03 | 1 | -6/+5 |
| | |||||
* | Don't call unicode() directly | Brett Cannon | 2014-08-29 | 1 | -1/+2 |
| | |||||
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Notes (TODO, XXX etc) are now searched for using a simple `in` before ↵ | carl | 2014-08-21 | 1 | -0/+11 |
| | | | | resorting to the regular expression, in order to avoid using the regexp on every line and to prevent a pathological problem for extremely long lines (50k+ characters) | ||||
* | fixme regex handles comments without spaces after the hash. Closes issue #311. | cpopa | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fix a false positive regarding W0511. Closes issue #149. | Alexandru Coman | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Code refactoring. | Alexandru Coman | 2014-07-09 | 1 | -7/+6 |
| | |||||
* | Fixing Issue #149 (W0511 false positive) | Alexandru Coman | 2014-07-09 | 1 | -14/+18 |
| | |||||
* | Only emit symbolic warnings from the misc checker. | Torsten Marek | 2014-04-17 | 1 | -2/+2 |
| | |||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | some pylint and style fixes | Sylvain Th?nault | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | Do not emit [fixme] for every line if the config value 'notes' is empty, but ↵ | Torsten Marek | 2013-07-24 | 1 | -2/+5 |
| | | | | | | [fixme] is enabled. Also added a very basic test for checkers/misc.py. | ||||
* | Ignore invalid-encoded-data on python3 | Julien Cristau | 2013-06-19 | 1 | -1/+2 |
| | | | | It became a syntax error. | ||||
* | python3: deal with astroid's module.file_stream returning bytes | Julien Cristau | 2013-06-19 | 1 | -4/+5 |
| | | | | | Use tokenize.tokenize() which wants a byte stream. Everywhere else, decode as necessary. | ||||
* | Fix a typo (unexcepted -> unexpected) in the description of the invalid ↵ | Torsten Marek | 2013-06-19 | 1 | -1/+1 |
| | | | | encoding warning. | ||||
* | Added a new warning 'invalid-encoded-data' for files that contain an ↵ | Torsten Marek | 2013-06-19 | 1 | -5/+21 |
| | | | | | | encoding, but whose contents cannot be decoded with this encoding. | ||||
* | Clean up misc checker, use single regex instead of several ones. | Torsten Marek | 2013-06-19 | 1 | -17/+8 |
| | |||||
* | astng has been renamed astroid | David Douard | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | Closes #104572: symbolic warning names in output (by Martin Pool) | Martin Pool | 2012-09-19 | 1 | -0/+1 |
| | | | | triggered whatever the format using a command line option | ||||
* | pylint fixes | Sylvain Th?nault | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | add note about soon useless stream.seek() | Sylvain Th?nault | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | py3k: need to handle guess_encoding in astng | Emile Anclin | 2010-11-22 | 1 | -49/+4 |
| | | | | | | | | | | Astng will try to find the right encoding and provide the right "stream" interface for the Pylint checkers. Reading a stream with the wrong encoding in py3k will generate a UnicodeError. The introduced a 'F0010' failure should maybe be replaced by E0501, E0502 and F0002? However, can we call 'unexpected errors' the ASTNGBuildingExceptions that we raise in logilab.astng.builder? | ||||
* | 223 : run python2.x compatible fixers | Emile Anclin | 2010-11-15 | 1 | -1/+1 |
| | |||||
* | cleanup: we don't support python 2.2 anymore | Emile Anclin | 2010-11-08 | 1 | -6/+0 |
| | |||||
* | use generic disable / enable methods and inline option | Sylvain Th?nault | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | d-t-w | Sylvain Th?nault | 2010-04-16 | 1 | -10/+10 |
| | |||||
* | copyright update : date up 2010 | Emile Anclin | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | set E0501 line no to the first line where non ascii character has been found | sylvain thenault | 2009-03-23 | 1 | -8/+9 |
| | |||||
* | check ChangeLog | syt | 2006-05-09 | 1 | -1/+1 |
| | |||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+127 |
forget the past. |