Revisions of python-pyflakes

Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 172722 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- 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,
buildservice-autocommit accepted request 142780 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 142770 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
Removed openSUSE 11.4 spec file workarounds (forwarded request 142753 from TheBlackCat)
Todd R's avatar Todd R (TheBlackCat) accepted request 142770 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
Removed openSUSE 11.4 spec file workarounds (forwarded request 142753 from TheBlackCat)
buildservice-autocommit accepted request 116918 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 8)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 115732 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
initialized devel package after accepting 115732
Todd R's avatar Todd R (TheBlackCat) accepted request 116028 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116027 from TheBlackCat)
Todd R's avatar Todd R (TheBlackCat) committed (revision 5)
Todd R's avatar Todd R (TheBlackCat) accepted request 115687 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
Add python 3 package (forwarded request 115686 from TheBlackCat)
Alexandre Rogoski's avatar Alexandre Rogoski (aledr) committed (revision 3)
- Renegerate spec file with py2pack;
- Add missing changes for 0.5.0.
- New version 0.5.0:
  - Convert pyflakes to use newer _ast infrastructure rather than compiler.
  - Support for new syntax in 2.7 (including set literals, set comprehensions,
    and dictionary comprehensions).
  - Make sure class names don't get bound until after class definition.
Alexandre Rogoski's avatar Alexandre Rogoski (aledr) accepted request 103830 from Werner Hoch's avatar Werner Hoch (werner2101) (revision 2)
new version 0.5.0
Alexandre Rogoski's avatar Alexandre Rogoski (aledr) committed (revision 1)
- Initial package (0.4.0) for openSUSE.
Displaying revisions 61 - 72 of 72
openSUSE Build Service is sponsored by