Pyflakes hosts its code at https://github.com/pyflakes/pyflakes.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:pyflakes

There are download files available for Pyflakes.

Pyflakes has 2 active reviews. See all merge proposals.

Pyflakes has 13 active branches owned by 9 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:pyflakes
Series: main
1 Development 2022-02-13 16:32:09 UTC
363. support TypeAlias annotations (#679) ...

Author: Laurent Kadian
Revision Date: 2022-02-13 16:32:09 UTC

support TypeAlias annotations (#679)

For assignments with `TypeAlias` as annotation, handle the value as an annotation also.

Avoids incorrectly detecting `Bar` as unused in `x: TypeAlias = 'Bar'`.

lp:~ubuntuone-pqm-team/pyflakes/stable 1 Development 2014-02-17 18:51:37 UTC
1. imported pyflakes 0.7.3 from tarball

Author: Ricardo Kirkner
Revision Date: 2014-02-17 18:51:14 UTC

imported pyflakes 0.7.3 from tarball

lp:~qcxhome/pyflakes/pyflakes-options--exclude (Has a merge proposal) 1 Development 2013-08-17 03:25:20 UTC
109. change to help text of exclude option

Author: Chenxiong Qi
Revision Date: 2013-08-17 03:25:20 UTC

change to help text of exclude option

lp:~mgedmin/pyflakes/pyflakes-mg 1 Development 2012-12-18 16:40:48 UTC
45. Oops. Fix error when you have a conf...

Author: Marius Gedminas
Revision Date: 2012-12-18 16:40:48 UTC

Oops. Fix error when you have a config file.

lp:~menesis/pyflakes/pyflakes-mg 1 Development 2012-07-17 16:51:05 UTC
38. Support property setter, getter and d...

Author: Gediminas Paulauskas
Revision Date: 2012-07-17 16:46:47 UTC

Support property setter, getter and deleter decorators.

Example:

    @property
    def status(self):
        return self._status

    @status.setter
    def status(self, value):
        self._status = value

lp:~icic/pyflakes/devel (Has a merge proposal) 1 Development 2011-11-21 15:40:11 UTC
42. Hide warnings by tagging source lines...

Author: Brian Olson
Revision Date: 2011-11-21 15:40:11 UTC

Hide warnings by tagging source lines with "# FLAKE_OK"

lp:~lgs/pyflakes/check-return-messages 1 Development 2011-01-08 18:36:00 UTC
42. Return the messages instead of the nu...

Author: Lorenzo Gil Sanchez
Revision Date: 2011-01-08 18:32:48 UTC

Return the messages instead of the number of messages in the check function so it can be reused easily in third party applications that use pyflakes as a library and not as a command line tool

lp:~mwhudson/pyflakes/support-lazy-imports 0 Experimental 2010-12-10 03:18:56 UTC
31. tweaks to reflect style changes of trunk

Author: Michael Hudson-Doyle
Revision Date: 2010-12-10 03:18:56 UTC

tweaks to reflect style changes of trunk

lp:~hltbra/pyflakes/py3k-convertable 1 Development 2010-08-13 12:47:57 UTC
41. Merge pyflakes-ast-3005 Author: gbra...

Author: exarkun
Revision Date: 2010-04-13 15:53:04 UTC

Merge pyflakes-ast-3005

Author: gbrandl, exarkun
Reviewer: exarkun
Fixes: #3005

Convert pyflakes to use the Python 2.5+ _ast module instead of
the older (now essentially unmaintained) compiler package.

Introduce a number of new tests for various edge cases previously
untested, as well, since this involved changing substantial chunks
of pyflakes internals.

Also add support for certain new constructs which will be added
in Python 2.7, including set comprehensions and dict comprehensions.

Because Python 2.4 does not include the _ast module, this change
effectively drops support for running Pyflakes using Python 2.4.

lp:~cprov/pyflakes/test-packaging 1 Development 2009-06-06 20:48:07 UTC
32. Fixing packaging patches.

Author: Celso Providelo
Revision Date: 2009-06-06 20:48:07 UTC

Fixing packaging patches.

lp:~spiv/pyflakes/detect-broken-string-formatting (Has a merge proposal) 1 Development 2008-07-28 12:58:29 UTC
25. More correct, clearer.

Author: Andrew Bennetts
Revision Date: 2008-07-28 12:33:42 UTC

More correct, clearer.

lp:~mwhudson/pyflakes/import-foo.bar-import-foo.baz 1 Development 2008-02-28 00:30:13 UTC
17. test and maybe fix

Author: Michael Hudson-Doyle
Revision Date: 2008-02-28 00:26:48 UTC

test and maybe fix

lp:~mwhudson/pyflakes/lazy-import-support 1 Development 2008-02-27 21:26:09 UTC
19. report could-be-lazy imports

Author: Michael Hudson-Doyle
Revision Date: 2008-02-27 21:18:23 UTC

report could-be-lazy imports

113 of 13 results
You can't create new branches for Pyflakes.