Revisions of python-pyflakes
Dominique Leuenberger (dimstar_suse)
accepted
request 483391
from
Jan Matejek (matejcik)
(revision 19)
- uninstall alternatives in %postun - update for singlespec - update to version 1.5.0: * Enable support for PEP 526 annotated assignments - update to version 1.4.0: * Change formatting of ImportStarMessage to be consistent with other errors * Support PEP 498 "f-strings" - update to version 1.3.0: * Fix PyPy2 Windows IntegrationTests * Check for duplicate dictionary keys * Fix TestMain tests on Windows * Fix "continue" and "break" checks ignoring py3.5's "async for" loop - update to version 1.2.3: * Fix TypeError when processing relative imports - update to version 1.2.2: * Avoid traceback when exception is del-ed in except - update to version 1.2.1: * Fix false RedefinedWhileUnesed for submodule imports - update to version 1.2.0: * Warn against reusing exception names after the except: block on Python 3 * Improve the error messages for imports - update to version 1.1.0: * main() can now accept arguments * the matrix-multiplication operator (@) is now supported
Dominique Leuenberger (dimstar_suse)
accepted
request 419444
from
Todd R (TheBlackCat)
(revision 18)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 353366
from
Todd R (TheBlackCat)
(revision 17)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 343765
from
Thomas Bechtold (tbechtold)
(revision 16)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 313183
from
Dirk Mueller (dirkmueller)
(revision 15)
1
Adrian Schröter (adrianSuSE)
committed
(revision 14)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 229775
from
Todd R (TheBlackCat)
(revision 13)
Update to 0.8.1 (forwarded request 229773 from TheBlackCat)
Stephan Kulow (coolo)
accepted
request 208557
from
Factory Maintainer (factory-maintainer)
(revision 12)
Automatic submission by obs-autosubmit
Adrian Schröter (adrianSuSE)
committed
(revision 11)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 181907
from
Alexandre Rogoski (aledr)
(revision 10)
- update to 0.7.3: - Do not report undefined name for generator expression and dict or set comprehension at class level. - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`: use `Checker.pushScope` instead. - Remove dependency on Unittest2 for the tests. (forwarded request 181904 from dirkmueller)
Stephan Kulow (coolo)
accepted
request 179956
from
Sascha Peilicke (saschpe)
(revision 9)
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
Stephan Kulow (coolo)
accepted
request 175241
from
Sascha Peilicke (saschpe)
(revision 8)
- update to 0.7.2: - Fix computation of `DoctestSyntaxError.lineno` and `col`. - Add boolean attribute `Checker.withDoctest` to ignore doctests. - If environment variable `PYFLAKES_NODOCTEST` is set, skip doctests. - Environment variable `PYFLAKES_BUILTINS` accepts a comma-separated list of additional built-in names. - File `bin/pyflakes` was missing in tarball generated with distribute. - Fix reporting errors in non-ASCII filenames (Python 2.x) (forwarded request 175232 from dirkmueller)
Stephan Kulow (coolo)
accepted
request 172882
from
Todd R (TheBlackCat)
(revision 7)
Re-add buildrequires: python3. This is needed for openSUSE <= 12.2 (forwarded request 172881 from TheBlackCat)
Stephan Kulow (coolo)
accepted
request 172804
from
Sascha Peilicke (saschpe)
(revision 6)
- update to 0.7: - Add --version and --help options. - Support `python -m pyflakes` (Python 2.7 and Python 3.x). - Add attribute `Message.col` to report column offset. - Do not report redefinition of variable for a variable used in a list comprehension in a conditional. - Do not report redefinition of variable for generator expressions and set or dict comprehensions. - Do not report undefined name when the code is protected with a `NameError` exception handler. - Do not report redefinition of variable when unassigning a module imported for its side-effect. - Support special locals like `__tracebackhide__` for py.test. - Support checking doctests. - Fix issue with Turkish locale where `'i'.upper() == 'i'` in Python 2. - Fix detection of variables in augmented assignments. - 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, (forwarded request 172722 from dirkmueller)
Adrian Schröter (adrianSuSE)
committed
(revision 5)
Split 12.3 from Factory
Stephan Kulow (coolo)
accepted
request 142780
from
Todd R (TheBlackCat)
(revision 4)
Removed openSUSE 11.4 spec file workarounds (forwarded request 142753 from TheBlackCat) (forwarded request 142770 from TheBlackCat)
Adrian Schröter (adrianSuSE)
committed
(revision 3)
branched from openSUSE:Factory
Stephan Kulow (coolo)
accepted
request 116918
from
Factory Maintainer (factory-maintainer)
(revision 2)
Automatic submission by obs-autosubmit
Stephan Kulow (coolo)
accepted
request 115732
from
Todd R (TheBlackCat)
(revision 1)
Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. It is a dependency of the spyder python graphical environment, besides by a useful tool on its own
Displaying revisions 21 - 39 of 39