The information on this page is private.

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 get a copy of the development focus 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 FirstPreviousNextLast
You can't create new branches for Pyflakes.

AltStyle によって変換されたページ (->オリジナル) /