Next | Query returned 13 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2010-07-31 02:37:22 by Kamel Derouiche | Files touched by this commit (4)
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`.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2009-06-18 01:18:37 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py25-flakes-0.2.1 as wip/py-flakes.

Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
checks on style


Next | Query returned 13 messages, browsing 11 to 20 | previous