Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nikolas/pyflakes

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
bitglue Phil Frost
Release version 1.0.0

After about a decade of Pyflakes, it's certainly no longer "pre 1.0"
software. There are no big changes since 0.9.2, really. It just felt
like the right thing to do.

New in this release:

  - Python 3.5 support. async/await statements in particular.

Sundry bugfixes:

  - test_api.py works on Windows now
  - Eliminated a false UnusedImport warning when the name has been
    declared "global"

Behind the scenes there have also been some adjustments to the CI
process to make sure 3.5 is tested, and a few more test cases added just
to better document why things are as they are.

I'd like to thank contributors to this release:

  - Eduard-Cristian Stefan
  - Ian Cordasco
  - Igor Davydenko
  - Ryne Everett
  - Steven Myint

0.9.2

Toggle 0.9.2's commit message
Release 0.9.2

- Fix a traceback when a global is defined in one scope, and used in
  another.

0.9.1

Toggle 0.9.1's commit message
Release 0.9.1

- Update NEWS.txt to include 0.9.0, which had been forgotten.

0.9.0

Toggle 0.9.0's commit message
Release 0.9.0

Bugfixes:

  - Exit gracefully, not with a traceback, on SIGINT and SIGPIPE.
  - Fix incorrect report of undefined name when using lambda expressions
    in generator expressions
  - Don't crash on DOS line endings on Windows and Python 2.6
  - Don't report an undefined name if the 'del' which caused a name to
    become undefined is only conditionally executed
  - Properly handle differences in list comprehension scope in Python 3
  - Improve handling of edge cases around 'global' defined variables

New Features:

  - Report an error for 'return' outside a function

I'd like to thank all the people who contributed to this release:

  - Aaron Meurer
  - Adi Roiban
  - Charles-Francois Natali
  - Florent Xicluna
  - Ian Cordasco
  - Jan Stürtz
  - ryneeverett
  - Steven Myint

0.8.1

Toggle 0.8.1's commit message
Release version 0.8.1

0.8

Toggle 0.8's commit message
Release version 0.8

0.7.3

Toggle 0.7.3's commit message
release 0.7.3