*** empty log message ***
[pli.git] / CHANGES
blob1f3bb030aaea34cb55db0a86da093ad60326dfe1
1 # this file was generated on [200508271654]
2 pli changes:
4 version 0.0.153 (200508241508):
5 - refactored pli.logictypes.DictUnion
6 - added pli.logictypes.AbstractDictChain
7 - added pli.logictypes.BasicDictChain
9 version 0.0.152 (200508241358):
10 - added pli.persistance module (still quite raw...)
12 version 0.0.143 (200507051502):
13 - added pli.event.event.bindcount and pli.event.bindonce...
14 - added more docs for pli.pattern.state.fsm...
16 version 0.0.140 (200504060442):
17 + added pli.logictypes.WritableDictUnion class...
19 version 0.0.138 (200503310620):
20 - added support for proxy objects (module pli.pattern.proxy.generic) to be safely pickled and unpickled (needs more testing).
21 - added two functions to pli.pattern.proxy.generic, the _reduceproxyobject and _reconstructproxyobject which enable to breakup a proxy object and safely restore it respectively... these are used for the pickle protocol (see above) (needs nor testing).
22 - defined a simple proxy (pli.pattern.proxy.generic) pickle protocol extension... actually one configuration option (WARNING: this might change in the near future re).
23 - several bug-fixes...
25 version 0.0.132 (200412311609):
26 - added pli.event.decorator module.
28 version 0.0.131 (200412261457):
29 - add pli.event.event.isused function...
31 version 0.0.128 (200412021636):
32 - added persistent sessions an session based timeouts to pli.net.rpcsession (still needs more testing...)
34 version 0.0.127 (200411211520):
35 - added transition mode to pli.pattern.fsm...
37 version 0.0.109 (200410170040):
38 - refactored the pli.pattern.proxy.generic (some incompatibilities may arise..).
39 - lots of changes and bug-fixes in pli.interface since last writing...
41 version 0.0.84 (200409091457):
42 - moved the dispatch module to the pli.dispatch package.... (old.py)
44 version 0.0.83 (200409060449):
45 - did a full rewrite of the pli.pattern.proxy.generic
47 version 0.0.82 (200409050022):
48 - fixed ComparableMapping in pli.pattern.mixin.mapping.... (now it actually works! :) ) ...though there is no __cmp__ method...
50 version 0.0.82 (200408310058):
51 - split the pli/interface.py into several modules now in the pli.interface package....
54 version 0.0.79 (200408291438):
55 - updated pli.logictypes.DictUnion to use the pli.pattern.mixin.mapping module...
56 - rewriting the pli.interface using pli.logictypes.DictUnion.
58 version 0.0.78 (200408290203):
59 - done a redesign and a full rewrite of the pli.interface... (currently in the testing phase...).
61 version 0.0.73 (200408252219):
62 - added unix file format filtering to the cvs_commit script.... (NOTE: this might introduce some bugs!)
64 version 0.0.73 (200408250410):
65 - added pli.apps.pluginloader module...
67 version 0.0.72 (200408212051):
68 - added the pli.pattern.store.storeproxy.... (name might still change!)
70 version 0.0.71 (200408200305):
71 - test version of pli.pattern.store.store.BaseStore (using the pli.pattern.mixin.mapping)
73 version 0.0.70 (200408200247):
74 - added pli.pattern.mixin.mapping.AbstractMapping...
75 - added pli.pattern.mixin.mapping.BasicMappingProxy...
77 version 0.0.69 (200408200006):
78 - started transfer of pli.pattern.store.store to use the pli.pattern.mixin.mapping.... (needs more testing)
80 version 0.0.68 (200408191647):
81 - added the pli.pattern.mixin package
82 - added the pli.pattern.mixin.mapping module
84 version 0.0.67 (200408191635):
85 this is the first changes script test...