Pyflakes 0.6.1

Milestone information

Project:
Pyflakes
Series:
main
Version:
0.6.1
Released:
 
Registrant:
Florent
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
8 Florent
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
16 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon pyflakes-0.6.1.tar.gz (md5) 1,865
last downloaded 4 weeks ago
Total downloads: 1,865

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

0.6.1 (2013-01-29):
  - Fix detection of variables in augmented assignments.

0.6.0 (2013-01-29):
  - Support Python 3 up to 3.3, based on the pyflakes3k project.
  - Preserve compatibility with Python 2.5 and all recent versions of Python.
  - Support custom reporters in addition to the default Reporter.
  - Allow function redefinition for modern property construction via
    property.setter/deleter.
  - Fix spurious redefinition warnings in conditionals.
  - Do not report undefined name in __all__ if import * is used.
  - Add WindowsError as a known built-in name on all platforms.
  - Support specifying additional built-ins in the `Checker` constructor.
  - Don't issue Unused Variable warning when using locals() in current scope.
  - Handle problems with the encoding of source files.
  - Remove dependency on Twisted for the tests.
  - Support `python setup.py test` and `python setup.py develop`.
  - Create script using setuptools `entry_points` to support all platforms,
    including Windows.

0 blueprints and 16 bugs targeted

Bug report Importance Assignee Status
1108904 #1108904 Variables on LHS of in-place slice operations are ignored 3 High   10 Fix Released
989203 #989203 pyflakes native support for Python 3 4 Medium Florent  10 Fix Released
1095248 #1095248 move Pyflakes to its own repository 4 Medium Florent  10 Fix Released
1097061 #1097061 switch to unittest2 for the test framework 4 Medium Florent  10 Fix Released
764627 #764627 pyflakes complains about missing WindowsError on Unix 5 Low   10 Fix Released
794331 #794331 pyflakes script not executable on Windows 5 Low   10 Fix Released
800691 #800691 False positive redefinition with functions defined in conditionals 5 Low Florent  10 Fix Released
812958 #812958 property decorator -> redefinition of function 5 Low   10 Fix Released
823369 #823369 no warning for duplicate classes 5 Low   10 Fix Released
916264 #916264 Cascading try/except imports report duplicates 5 Low Florent  10 Fix Released
1005602 #1005602 ValueError: invalid \x escape 5 Low Florent  10 Fix Released
1005603 #1005603 TypeError: compile() expected string without null bytes 5 Low Florent  10 Fix Released
1097379 #1097379 support "setup.py test" and "setup.py develop" 5 Low   10 Fix Released
1106832 #1106832 false report of undefined name in __all__ when import * is used 5 Low   10 Fix Released
1107587 #1107587 Support additional built-ins 5 Low   10 Fix Released
872503 #872503 Pyflakes does not recognize locals() as a use 6 Wishlist Florent  10 Fix Released
This milestone contains Public information
Everyone can see this information.