removed generator imports (style incompatibility with Py25)
[pli.git] / CHANGES
blobad5b3941651a10ef65d3daf035b4de2cd1f36f82
1 # this file was generated on [200611241457]
2 pli changes:
4 version 0.0.166 (200512090249):
5 - added pli.pattern.mixin.history.StateHistoryWithArchiveMixin.
7 version 0.0.165 (200512082036):
8 - fixed a bug in the pli.logictypes.DictUnion.tailunite method...
10 version 0.0.164 (200512051748):
11 - added pli.apps.pluginloader2...
13 version 0.0.162 (200511031616):
14 - added the folowing to pli.logictypes:
15         OfType (originaly named oftype. the old name is still there and will likely be used on as an inline constructor)
16         OfTypeWithPredicate
17         OfTypeWithArgPredicate
19         isodd
20         iseven
22 version 0.0.161 (200510131908):
23 - added sf patch #1260933.... ToDo revise :)
25 version 0.0.160 (200510120807):
26 - at last!! the pli.persistance.sql.shelve appears to be working!!! :)
27   still todo:
28         - auto commit/commit wrappers.
29         - support delete on the LL.
30         - cleaner shelve delitem.
31         - add deflate sql/python function (SQL data GC :) ).
33 version 0.0.157 (200509030104):
34 - moved the StateHistoryProxy from pli.pattern.mixin.monitor to pli.pattern.proxy.history...
36 version 0.0.156 (200509021731):
37 - updated pli.pattern.mixin.monitor (still needs optimisation)...
39 version 0.0.155 (200508300106):
40 - added the __auto_start__ option to the pli.pattern.state.fsm.FiniteStateMachine...
42 version 0.0.153 (200508241508):
43 - refactored pli.logictypes.DictUnion
44 - added pli.logictypes.AbstractDictChain
45 - added pli.logictypes.BasicDictChain
47 version 0.0.152 (200508241358):
48 - added pli.persistance module (still quite raw...)
50 version 0.0.143 (200507051502):
51 - added pli.event.event.bindcount and pli.event.bindonce...
52 - added more docs for pli.pattern.state.fsm...
54 version 0.0.140 (200504060442):
55 + added pli.logictypes.WritableDictUnion class...
57 version 0.0.138 (200503310620):
58 - added support for proxy objects (module pli.pattern.proxy.generic) to be safely pickled and unpickled (needs more testing).
59 - 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).
60 - defined a simple proxy (pli.pattern.proxy.generic) pickle protocol extension... actually one configuration option (WARNING: this might change in the near future re).
61 - several bug-fixes...
63 version 0.0.132 (200412311609):
64 - added pli.event.decorator module.
66 version 0.0.131 (200412261457):
67 - add pli.event.event.isused function...
69 version 0.0.128 (200412021636):
70 - added persistent sessions an session based timeouts to pli.net.rpcsession (still needs more testing...)
72 version 0.0.127 (200411211520):
73 - added transition mode to pli.pattern.fsm...
75 version 0.0.109 (200410170040):
76 - refactored the pli.pattern.proxy.generic (some incompatibilities may arise..).
77 - lots of changes and bug-fixes in pli.interface since last writing...
79 version 0.0.84 (200409091457):
80 - moved the dispatch module to the pli.dispatch package.... (old.py)
82 version 0.0.83 (200409060449):
83 - did a full rewrite of the pli.pattern.proxy.generic
85 version 0.0.82 (200409050022):
86 - fixed ComparableMapping in pli.pattern.mixin.mapping.... (now it actually works! :) ) ...though there is no __cmp__ method...
88 version 0.0.82 (200408310058):
89 - split the pli/interface.py into several modules now in the pli.interface package....
92 version 0.0.79 (200408291438):
93 - updated pli.logictypes.DictUnion to use the pli.pattern.mixin.mapping module...
94 - rewriting the pli.interface using pli.logictypes.DictUnion.
96 version 0.0.78 (200408290203):
97 - done a redesign and a full rewrite of the pli.interface... (currently in the testing phase...).
99 version 0.0.73 (200408252219):
100 - added unix file format filtering to the cvs_commit script.... (NOTE: this might introduce some bugs!)
102 version 0.0.73 (200408250410):
103 - added pli.apps.pluginloader module...
105 version 0.0.72 (200408212051):
106 - added the pli.pattern.store.storeproxy.... (name might still change!)
108 version 0.0.71 (200408200305):
109 - test version of pli.pattern.store.store.BaseStore (using the pli.pattern.mixin.mapping)
111 version 0.0.70 (200408200247):
112 - added pli.pattern.mixin.mapping.AbstractMapping...
113 - added pli.pattern.mixin.mapping.BasicMappingProxy...
115 version 0.0.69 (200408200006):
116 - started transfer of pli.pattern.store.store to use the pli.pattern.mixin.mapping.... (needs more testing)
118 version 0.0.68 (200408191647):
119 - added the pli.pattern.mixin package
120 - added the pli.pattern.mixin.mapping module
122 version 0.0.67 (200408191635):
123 this is the first changes script test...