| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
Notes:
svn path=/head/; revision=196700
|
|
|
|
|
|
|
|
|
| |
- update WWW
Reported by: novel@
Notes:
svn path=/head/; revision=187648
|
|
|
|
|
|
|
| |
Approved by: novel
Notes:
svn path=/head/; revision=172903
|
|
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.
WWW: http://www.divmod.org/projects/pyflakes
PR: ports/95679
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes:
svn path=/head/; revision=159424
|