Revisions of python-pyflakes

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 14)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 229775 from Todd R's avatar Todd R (TheBlackCat) (revision 13)
Update to 0.8.1 (forwarded request 229773 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 208557 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 11)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181907 from Alexandre Rogoski's avatar 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's avatar Stephan Kulow (coolo) accepted request 179956 from Sascha Peilicke's avatar 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's avatar Stephan Kulow (coolo) accepted request 175241 from Sascha Peilicke's avatar 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's avatar Stephan Kulow (coolo) accepted request 172882 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
Re-add buildrequires: python3.  This is needed for openSUSE <= 12.2 (forwarded request 172881 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 172804 from Sascha Peilicke's avatar 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's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142780 from Todd R's avatar 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's avatar Adrian Schröter (adrianSuSE) committed (revision 3)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116918 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 115732 from Todd R's avatar 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 - 38 of 38
openSUSE Build Service is sponsored by