syntastic/syntax_checkers/python
LCD 47 68131a7679 Bug fix: error sorting.
Error sorting can't be done as a postprocess function called from
SyntasticMake(), since the final values of some relevant fields (f.i.
type) might not be known yet at that point.  Solution: move sorting to
getLocListRaw(), after per-checker quiet_messages.  New checker methods
getWantSort() / setWantSort() are needed.

Second problem: some checkers return screen columns mixed with byte
indices.  Solution: compute screen columns as needed.  Sadly, everything
about working with screen columns is fragile.
2014-04-16 22:16:40 +03:00
..
compile.py Python: code being checked shouldn't inherit future statements. 2014-01-06 17:04:55 +02:00
flake8.vim Rework of message decoding for flake8. 2014-01-04 10:01:16 +02:00
frosted.vim \V<pattern> regexps can spell trouble if <pattern> contains backslashes. 2014-03-09 22:21:29 +02:00
pep8.vim Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
pep257.vim Move preprocess functions to their own file. 2014-02-26 10:31:38 +02:00
py3kwarn.vim Minor cleanup: &cpo guards and formatting. 2014-01-03 11:29:08 +02:00
pyflakes.vim pyflakes: update errorformat. 2014-02-27 18:10:47 +02:00
pylama.vim Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
pylint.vim Bug fix: error sorting. 2014-04-16 22:16:40 +03:00
python.vim Escape Festschrift, vol. 2: add function getExecEscaped(). 2014-02-07 11:19:30 +02:00