~divmod-dev/divmod.org/compressed-resources-2747

2587 by exarkun
Merge pyflakes-0.3.0-release
1
0.3.0 (2009-01-30):
2
  - Display more informative SyntaxError messages.
3
  - Don't hang flymake with unmatched triple quotes (only report a single
4
    line of source for a multiline syntax error).
5
  - Recognize __builtins__ as a defined name.
6
  - Improve pyflakes support for python versions 2.3-2.5
7
  - Support for if-else expressions and with statements.
8
  - Warn instead of error on non-existant file paths.
9
  - Check for __future__ imports after other statements.
10
  - Add reporting for some types of import shadowing.
11
  - Improve reporting of unbound locals