*** empty log message ***
[pli.git] / CHANGES
blob889ab89e3ba8c86cb2de270a557d084254ce51ff
1 # this file was generated on [200504010132]
2 pli changes:
4 version 0.0.138 (200503310620):
5 - added support for proxy objects (module pli.pattern.proxy.generic) to be safely pickled and unpickled (needs more testing).
6 - 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).
7 - defined a simple proxy (pli.pattern.proxy.generic) pickle protocol extension... actually one configuration option (WARNING: this might change in the near future re).
8 - several bug-fixes...
10 version 0.0.132 (200412311609):
11 - added pli.event.decorator module.
13 version 0.0.131 (200412261457):
14 - add pli.event.event.isused function...
16 version 0.0.128 (200412021636):
17 - added persistent sessions an session based timeouts to pli.net.rpcsession (still needs more testing...)
19 version 0.0.127 (200411211520):
20 - added transition mode to pli.pattern.fsm...
22 version 0.0.109 (200410170040):
23 - refactored the pli.pattern.proxy.generic (some incompatibilities may arise..).
24 - lots of changes and bug-fixes in pli.interface since last writing...
26 version 0.0.84 (200409091457):
27 - moved the dispatch module to the pli.dispatch package.... (old.py)
29 version 0.0.83 (200409060449):
30 - did a full rewrite of the pli.pattern.proxy.generic
32 version 0.0.82 (200409050022):
33 - fixed ComparableMapping in pli.pattern.mixin.mapping.... (now it actually works! :) ) ...though there is no __cmp__ method...
35 version 0.0.82 (200408310058):
36 - split the pli/interface.py into several modules now in the pli.interface package....
39 version 0.0.79 (200408291438):
40 - updated pli.logictypes.DictUnion to use the pli.pattern.mixin.mapping module...
41 - rewriting the pli.interface using pli.logictypes.DictUnion.
43 version 0.0.78 (200408290203):
44 - done a redesign and a full rewrite of the pli.interface... (currently in the testing phase...).
46 version 0.0.73 (200408252219):
47 - added unix file format filtering to the cvs_commit script.... (NOTE: this might introduce some bugs!)
49 version 0.0.73 (200408250410):
50 - added pli.apps.pluginloader module...
52 version 0.0.72 (200408212051):
53 - added the pli.pattern.store.storeproxy.... (name might still change!)
55 version 0.0.71 (200408200305):
56 - test version of pli.pattern.store.store.BaseStore (using the pli.pattern.mixin.mapping)
58 version 0.0.70 (200408200247):
59 - added pli.pattern.mixin.mapping.AbstractMapping...
60 - added pli.pattern.mixin.mapping.BasicMappingProxy...
62 version 0.0.69 (200408200006):
63 - started transfer of pli.pattern.store.store to use the pli.pattern.mixin.mapping.... (needs more testing)
65 version 0.0.68 (200408191647):
66 - added the pli.pattern.mixin package
67 - added the pli.pattern.mixin.mapping module
69 version 0.0.67 (200408191635):
70 this is the first changes script test...