| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Feb 2011 07:50:41
3.9_1
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
22 Aug 2009 19:22:15
3.9
|
miwi  |
- Update to 3.9
PR: 138036
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
18 Dec 2008 21:02:55
3.8
|
wxs  |
- Update to 3.8
- Switch to using easy_install macro
PR: ports/129429
Submitted by: Wen Heping <wenheping@gmail.com> |
18 Dec 2008 07:09:22
3.7
|
linimon  |
Over to new volunteer. |
18 Dec 2008 02:24:04
3.7
|
linimon  |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
30 Jul 2007 09:42:28
3.7
|
alexbl  |
- Make Python 2.5.1 the default Python version
- 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 |
16 Jun 2007 09:17:07
3.7
|
dryice  |
- update to 3.7
- add MASTER_SITE_LOCAL
- update my mail address |
17 Nov 2006 08:31:01
3.6
|
miwi  |
- Update to 3.6
PR: ports/105626
Submitted by: Dryice Liu <dryice@dryice.name> (Maintainer) |
15 Nov 2006 14:18:12
3.5
|
miwi  |
Durus is a persistent object system for applications written in
the Python programming language.
Durus offers an easy way to use and maintain a consistent collection
of object instances used by one or more processes. Access and change
of a persistent instances is managed through a cached Connection
instance which includes commit() and abort() methods so that changes
are transactional. Durus is best suited to collections of less than a
million instances with relatively stable state.
WWW: http://www.mems-exchange.org/software/durus/
PR: ports/105470
Submitted by: Dryice Liu <dryice at dryice.name> |