*** empty log message ***
[pli.git] / CHANGES
blobb5d354bc96ab16f2592ceb2b3d7d872bdcdc280f
1 # this file was generated on [200801030115]
2 pli changes:
4 version 0.0.217 (200801020225):
5 - added tag chain support... (still both incomplete and experimental)
6   still todo:
7         - search interface... (currently nothing changed and nothing special added)
8         - do some testing...
10 version 0.0.209 (200712281559):
11 - added exclude and excludeiter to pli.tags.generic
12 - need to rethink the tag engine...
14 version 0.0.205 (200711061536):
15 - added pli.tags.utils
17 version 0.0.205 (200711061427):
18 - added callback interface to pli.tags.tree.NodeConstructor* as a mixin...
20 version 0.0.205 (200711031638):
21 - added pli.objutils.termsuper (see doc for details).
23 version 0.0.203 (200711011608):
24 - merged pli.tags.tree with the version from another project of mine... (still needs cleaning).
26 version 0.0.201 (200710311812):
27 - added decorator support for pli.pattern.proxy.utils.proxymethod and proxymethods...
29 version 0.0.199 (200710311349):
30 changed the default tags for the pli.tags.generic... (not yet final)
32 version 0.0.195 (200707280022):
33 - added new suff to pli.event.decorator...
36 version 0.0.194 (200707261656):
37 - replaced the tag OO inteface... may not be stable yet..
38 - several typos and minor bugs fixed...
40 version 0.0.189 (200707171720):
41 - created pli.tags.generic tag engine ...prepating to move the pli.tags.tag to the new engine...
43 version 0.0.185 (200707080008):
44 added tag engine... (pli.tags.tag)
46 version 0.0.182 (200701212005):
47 added pli.event.timer.FireInSeconds event constructor...
49 version 0.0.181 (200701050206):
50 added support for None in persistence.sql...
52 version 0.0.166 (200512090249):
53 - added pli.pattern.mixin.history.StateHistoryWithArchiveMixin.
55 version 0.0.165 (200512082036):
56 - fixed a bug in the pli.logictypes.DictUnion.tailunite method...
58 version 0.0.164 (200512051748):
59 - added pli.apps.pluginloader2...
61 version 0.0.162 (200511031616):
62 - added the folowing to pli.logictypes:
63         OfType (originaly named oftype. the old name is still there and will likely be used on as an inline constructor)
64         OfTypeWithPredicate
65         OfTypeWithArgPredicate
67         isodd
68         iseven
70 version 0.0.161 (200510131908):
71 - added sf patch #1260933.... ToDo revise :)
73 version 0.0.160 (200510120807):
74 - at last!! the pli.persistance.sql.shelve appears to be working!!! :)
75   still todo:
76         - auto commit/commit wrappers.
77         - support delete on the LL.
78         - cleaner shelve delitem.
79         - add deflate sql/python function (SQL data GC :) ).
81 version 0.0.157 (200509030104):
82 - moved the StateHistoryProxy from pli.pattern.mixin.monitor to pli.pattern.proxy.history...
84 version 0.0.156 (200509021731):
85 - updated pli.pattern.mixin.monitor (still needs optimisation)...
87 version 0.0.155 (200508300106):
88 - added the __auto_start__ option to the pli.pattern.state.fsm.FiniteStateMachine...
90 version 0.0.153 (200508241508):
91 - refactored pli.logictypes.DictUnion
92 - added pli.logictypes.AbstractDictChain
93 - added pli.logictypes.BasicDictChain
95 version 0.0.152 (200508241358):
96 - added pli.persistance module (still quite raw...)
98 version 0.0.143 (200507051502):
99 - added pli.event.event.bindcount and pli.event.bindonce...
100 - added more docs for pli.pattern.state.fsm...
102 version 0.0.140 (200504060442):
103 + added pli.logictypes.WritableDictUnion class...
105 version 0.0.138 (200503310620):
106 - added support for proxy objects (module pli.pattern.proxy.generic) to be safely pickled and unpickled (needs more testing).
107 - 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).
108 - defined a simple proxy (pli.pattern.proxy.generic) pickle protocol extension... actually one configuration option (WARNING: this might change in the near future re).
109 - several bug-fixes...
111 version 0.0.132 (200412311609):
112 - added pli.event.decorator module.
114 version 0.0.131 (200412261457):
115 - add pli.event.event.isused function...
117 version 0.0.128 (200412021636):
118 - added persistent sessions an session based timeouts to pli.net.rpcsession (still needs more testing...)
120 version 0.0.127 (200411211520):
121 - added transition mode to pli.pattern.fsm...
123 version 0.0.109 (200410170040):
124 - refactored the pli.pattern.proxy.generic (some incompatibilities may arise..).
125 - lots of changes and bug-fixes in pli.interface since last writing...
127 version 0.0.84 (200409091457):
128 - moved the dispatch module to the pli.dispatch package.... (old.py)
130 version 0.0.83 (200409060449):
131 - did a full rewrite of the pli.pattern.proxy.generic
133 version 0.0.82 (200409050022):
134 - fixed ComparableMapping in pli.pattern.mixin.mapping.... (now it actually works! :) ) ...though there is no __cmp__ method...
136 version 0.0.82 (200408310058):
137 - split the pli/interface.py into several modules now in the pli.interface package....
140 version 0.0.79 (200408291438):
141 - updated pli.logictypes.DictUnion to use the pli.pattern.mixin.mapping module...
142 - rewriting the pli.interface using pli.logictypes.DictUnion.
144 version 0.0.78 (200408290203):
145 - done a redesign and a full rewrite of the pli.interface... (currently in the testing phase...).
147 version 0.0.73 (200408252219):
148 - added unix file format filtering to the cvs_commit script.... (NOTE: this might introduce some bugs!)
150 version 0.0.73 (200408250410):
151 - added pli.apps.pluginloader module...
153 version 0.0.72 (200408212051):
154 - added the pli.pattern.store.storeproxy.... (name might still change!)
156 version 0.0.71 (200408200305):
157 - test version of pli.pattern.store.store.BaseStore (using the pli.pattern.mixin.mapping)
159 version 0.0.70 (200408200247):
160 - added pli.pattern.mixin.mapping.AbstractMapping...
161 - added pli.pattern.mixin.mapping.BasicMappingProxy...
163 version 0.0.69 (200408200006):
164 - started transfer of pli.pattern.store.store to use the pli.pattern.mixin.mapping.... (needs more testing)
166 version 0.0.68 (200408191647):
167 - added the pli.pattern.mixin package
168 - added the pli.pattern.mixin.mapping module
170 version 0.0.67 (200408191635):
171 this is the first changes script test...