notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: devel/py-AddOns/distinfo

Number of commits found: 3

Sunday, 3 Jul 2011
14:59 ohauer search for other commits by this committer
-remove MD5
Original commit
Thursday, 13 Aug 2009
15:09 miwi search for other commits by this committer
- Update to 0.7

PR:             137660
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Wednesday, 1 Jul 2009
09:02 miwi search for other commits by this committer
py-AddOn classes are like dynamic mixins, but with their own private attribute
and method namespaces. A concern implemented using add-ons can be added at
runtime to any object that either has a writable __dict__ attribute, or is
weak-referenceable.

AddOn classes are also like adapters, but rather than creating a new instance
each time you ask for one, an existing instance is returned if possible. In
this way, add-ons can keep track of ongoing state. For example, a Persistence
add-on might keep track of whether its subject has been saved to disk.

WWW:    http://www.python.org/pypi/AddOns

PR:             ports/135947
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 3