2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-08-03 14:07:27 by Marc Recht | Files touched by this commit (2) | |
Log message:
update to 0.8.14
Version 0.8.14 - 6 June 2004
* Fix spurious warning in Python 2.3+ when doing a,b = 1,2
* Add warning to check for "if s.find(str):"
this should be "if s.find(str) >= 0:" when s is a string
* Fix spurious warning when using augmented assignment (e.g., x += x)
* Fix spurious warning when doing x = not x
* Fix spurious warning for invalid arg count when calling a staticmethod
* Fix spurious warning for setting a variable to itself when: x, y, z = x
* Fix spurious warning when doing some binary operations: self.a ^ self.b
* Fix crash in STORE_ATTR with some list comprehensions in Python 2.2
e.g., a.a = [x for x in range(2) if x > 1]
* Support Tk 8.4 and above in the GUI (change col= to column=)
|
2004-07-22 11:16:04 by Marc Recht | Files touched by this commit (123) |
Log message:
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
|
2004-04-27 06:59:43 by Soren Jacobsen | Files touched by this commit (14) |
Log message:
Convert to buildlink3.
|
2003-12-03 00:37:27 by Marc Recht | Files touched by this commit (3) | |
Log message:
update to 0.8.13
Version 0.8.13 - 18 November 2003
* Add -s/--shadowbuiltin option to warn when overriding a builtin
* Add warning when assigning a variable to itself
* Add warning when dividing a variable by itself
* Add warnings when using a bit-wise operator with the same variable (a & a)
* Add warning when passing a constant string to getattr()/setattr()
* Add --special option to check for __special__ (reserved) method names
and that their signature (argument count) is correct
* Add warning for using __getattribute__ in an old-style class
* Suppress 'self as first argument' warning for static and class methods
* Add --classmethodargs option to specify first argument name
for class methods
|
2003-07-21 18:43:48 by Martti Kuparinen | Files touched by this commit (90) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-28 16:49:52 by Matthias Drochner | Files touched by this commit (5) |
Log message:
After a short, nonviolent, debate with Shell Hung, merge his py-Checker
and my py-checker into one pkg.
|
2003-06-27 16:33:31 by Matthias Drochner | Files touched by this commit (1) |
Log message:
oops, correct HOMEPAGE
|
2003-06-27 16:16:35 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
import pychecker-0.8.12, something like "lint", but for Python
|