|
|
03/01/05 18:34:05 |
@66
|
[66]
|
fumanchu |
Stripped Windows carriage-returns from .py files. |
|
|
02/26/05 20:06:23 |
@65
|
[65]
|
fumanchu |
CachingProxy?, BurnedProxy? now do distinct(). |
|
|
02/26/05 02:25:43 |
@64
|
[64]
|
fumanchu |
db.SM.distinct() now falls back to slow method if imperfect (and warns if … |
|
|
02/09/05 00:02:03 |
@63
|
[63]
|
fumanchu |
Added docs about legacy database management. |
|
|
01/31/05 08:08:56 |
@62
|
[62]
|
fumanchu |
1. Tests added for CachingProxy?, BurnedProxy?. … |
|
|
01/24/05 05:03:16 |
@61
|
[61]
|
fumanchu |
1. New config entries can override adapters for db SM's. … |
|
|
01/21/05 06:41:04 |
@60
|
[60]
|
fumanchu |
Release 1.3.
Major changes from 1.2: … |
|
|
01/21/05 06:29:55 |
@59
|
[59]
|
fumanchu |
Minor cleanups for 1.3 release. |
|
|
01/20/05 08:31:22 |
@58
|
[58]
|
fumanchu |
Fixes for SQLite version 2. |
|
|
01/20/05 07:24:28 |
@57
|
[57]
|
fumanchu |
Fixed more mysql bool issues. |
|
|
01/20/05 07:16:58 |
@56
|
[56]
|
fumanchu |
mysql: BOOLEAN -> BOOL for version < 4.1 |
|
|
01/20/05 06:45:39 |
@55
|
[55]
|
fumanchu |
Fixed escaping of wildcards in LIKE queries for Postgres. |
|
|
01/19/05 09:00:09 |
@54
|
[54]
|
fumanchu |
Better escaping of LIKE wildcards. Postgres still broken in this regard. |
|
|
01/19/05 06:22:04 |
@53
|
[53]
|
fumanchu |
1. Graph (associations container) now had preferred paths. … |
|
|
01/14/05 17:51:15 |
@52
|
[52]
|
fumanchu |
1. Multirecall can't call flush! *plonk* … |
|
|
01/12/05 07:48:53 |
@51
|
[51]
|
fumanchu |
1. Changed arena.roster to ._registered_classes. Dropped containers.Prism … |
|
|
01/08/05 07:26:45 |
@50
|
[50]
|
fumanchu |
1. Modified Unit.add() to take multiple units. … |
|
|
01/07/05 00:38:16 |
@49
|
[49]
|
fumanchu |
1. Rearranged db.SM.recall for speed, clarity. … |
|
|
01/06/05 04:37:31 |
@48
|
[48]
|
fumanchu |
1. Unicode fixed for all SMs. db.AdapterFromDB.coerce_str now defaults to … |
|
|
01/06/05 00:04:46 |
@47
|
[47]
|
fumanchu |
1. AdapterToSQL now separates bool constants from bool expressions. … |
|
|
01/02/05 06:53:53 |
@46
|
[46]
|
fumanchu |
1. Changed AdapterFromDB to take unit arg only on consume. … |
|
|
12/31/04 07:31:41 |
@45
|
[45]
|
fumanchu |
1. Doc updates.
2. xray, recur now imported lazily. … |
|
|
12/31/04 03:43:46 |
@44
|
[44]
|
fumanchu |
1. Changed all storage tests to use common zoo_fixture.py. … |
|
|
12/27/04 07:17:49 |
@43
|
[43]
|
fumanchu |
1. Changed UnitProperty?.hints['Size'] to 'bytes'. SM's should now assume … |
|
|
12/20/04 23:48:53 |
@42
|
[42]
|
fumanchu |
1. New named_opcodes(bits) in codewalk. … |
|
|
12/20/04 21:43:48 |
@41
|
[41]
|
fumanchu |
1. codewalk.EarlyBinder? now late-binds any object with a bind_late … |
|
|
12/17/04 00:32:21 |
@40
|
[40]
|
fumanchu |
1. Added storepypgsql (Postgres) + tests. … |
|
|
12/15/04 23:37:10 |
@39
|
[39]
|
fumanchu |
1.2.6 Release. Announced on c.l.p. and announce. |
|
|
12/15/04 22:50:08 |
@38
|
[38]
|
fumanchu |
1. Added Unit.first(farClass, **kwargs) method to retrieve a single … |
|
|
12/13/04 05:21:30 |
@37
|
[37]
|
fumanchu |
Added zoo.py, a test application. |
|
|
11/22/04 05:26:27 |
@36
|
[36]
|
fumanchu |
1. Dejavu now adds methods to FixedPoint? for pickling if not present. … |
|
|
11/21/04 06:09:03 |
@35
|
[35]
|
fumanchu |
Oops. |
|
|
11/21/04 06:04:47 |
@34
|
[34]
|
fumanchu |
Moved old readme contents to other locations. |
|
|
11/21/04 03:30:23 |
@33
|
[33]
|
fumanchu |
Rewrote handling of Unit.dirty. For UnitProperty? types which were mutable … |
|
|
11/21/04 00:13:21 |
@32
|
[32]
|
fumanchu |
Made Decompiler less fragile by adding stack sentinels for … |
|
|
11/19/04 18:28:50 |
@31
|
[31]
|
fumanchu |
Release 1.2.4 |
|
|
11/19/04 18:27:57 |
@30
|
[30]
|
fumanchu |
Release 1.2.5 |
|
|
11/19/04 06:55:00 |
@29
|
[29]
|
fumanchu |
1. Fixed bug in storeado with hints:Size of wrong type. … |
|
|
11/15/04 20:43:14 |
@28
|
[28]
|
fumanchu |
readme update |
|
|
11/11/04 00:03:51 |
@27
|
[27]
|
fumanchu |
Inlined handling of universal sets for better strategies/performance. |
|
|
11/10/04 08:18:45 |
@26
|
[26]
|
fumanchu |
1. Use error trapping instead of asserts. … |
|
|
11/03/04 00:18:32 |
@25
|
[25]
|
fumanchu |
1. Moved UnitCollection?._IDs to a UnitProperty?, .Members … |
|
|
11/01/04 18:22:07 |
@24
|
[24]
|
fumanchu |
Finished doc first draft. |
|
|
10/30/04 20:58:58 |
@23
|
[23]
|
fumanchu |
Oops. Shouldn't have add xray, recur. Better without. |
|
|
10/30/04 20:43:26 |
@22
|
[22]
|
fumanchu |
1. Moved xray, recur into dejavu.
2. Doc updates. |
|
|
10/20/04 21:36:52 |
@21
|
[21]
|
fumanchu |
1. Removed Unit.temporary
2. Added Unit.on_recall() with Sandbox support. … |
|
|
10/19/04 23:26:16 |
@20
|
[20]
|
fumanchu |
1. Added getstate, setstate to Unit and subclasses. … |
|
|
10/19/04 06:15:52 |
@19
|
[19]
|
fumanchu |
1. Changed containers.Balloon class to .warehouse function. … |
|
|
10/17/04 07:20:12 |
@18
|
[18]
|
fumanchu |
Doc updates + new TemporaryUnitError? |
|
|
10/13/04 23:55:22 |
@17
|
[17]
|
fumanchu |
1. Fixed a mutex bug in UnitCollection?.
2. Doc updates. |
|
|
10/12/04 23:26:49 |
@16
|
[16]
|
fumanchu |
Doc, docstring, and comment updates |
|
|
10/12/04 14:54:25 |
@15
|
[15]
|
fumanchu |
1. Doc updates (modeling.html) … |
|
|
10/12/04 00:01:22 |
@14
|
[14]
|
fumanchu |
Initial doc drafts. |
|
|
10/11/04 22:25:42 |
@13
|
[13]
|
fumanchu |
Doc updates + fix on property population. |
|
|
10/11/04 04:29:10 |
@12
|
[12]
|
fumanchu |
1. Rewrote UnitProperty? to enable declaration within class body (instead … |
|
|
10/10/04 06:08:09 |
@11
|
[11]
|
fumanchu |
oops. |
|
|
10/10/04 06:04:23 |
@10
|
[10]
|
fumanchu |
Moved external module 'containers' into dejavu. |
|
|
10/10/04 05:49:39 |
@9
|
[9]
|
fumanchu |
Cleaned up add_store to remove all configfile cruft. Works directly on … |
|
|
10/09/04 18:01:37 |
@8
|
[8]
|
fumanchu |
codewalk and logic are now modules in dejavu |
|
|
10/05/04 21:37:05 |
@7
|
[7]
|
fumanchu |
Made the example CrossTab? more real-world |
|
|
10/05/04 21:29:32 |
@6
|
[6]
|
fumanchu |
commit test |
|
|
10/04/04 20:26:43 |
@5
|
[5]
|
fumanchu |
Fixed visit_FUNCTION rule to pass a sandbox. |
|
|
09/30/04 04:59:50 |
@4
|
[4]
|
fumanchu |
oops. dict.iteritems again. |
|
|
09/29/04 23:58:34 |
@3
|
[3]
|
fumanchu |
New Unit.add(farunit) method to more easily associate Unit instances. |
|
|
09/29/04 22:13:11 |
@2
|
[2]
|
fumanchu |
Allow Unit properties to be set in Unit.init() by **kwargs. |
|
|
09/22/04 22:01:33 |
@1
|
[1]
|
cnew |
initial import |