pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/py-flakes
Module name: wip
Committed by: jihbed
Date: Sat Jul 31 00:37:22 UTC 2010
Modified Files:
wip/py-flakes: Makefile PLIST distinfo
Added Files:
wip/py-flakes/patches: patch-aa
Log Message:
wip-changes:
===========
o SET LICENSE
other:
0.4.0 (2009-11-25):
2 - Fix reporting for certain SyntaxErrors which lack line number
3 information.
4 - Check for syntax errors more rigorously.
5 - Support checking names used with the class decorator syntax in
versions
6 of Python which have it.
7 - Detect local variables which are bound but never used.
8 - Handle permission errors when trying to read source files.
9 - Handle problems with the encoding of source files.
10 - Support importing dotted names so as not to incorrectly report them
as
11 redefined unused names.
12 - Support all forms of the with statement.
13 - Consider static `__all__` definitions and avoid reporting unused
names
14 if the names are listed there.
15 - Fix incorrect checking of class names with respect to the names of
their
16 bases in the class statement.
17 - Support the `__path__` global in `__init__.py`.
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-flakes/patches/patch-aa
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/py-flakes/Makefile \
wip/py-flakes/distinfo
cvs -z3 rdiff -u -r1.2 -r1.3 wip/py-flakes/PLIST
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-flakes/patches/patch-aa?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-flakes/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-flakes/distinfo?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-flakes/PLIST?r1=1.2&r2=1.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index