- 03 Nov, 1997 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
in index, but get them on demand from doc. Removed vestiges of InvertedIndex.
-
- 31 Oct, 1997 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 30 Oct, 1997 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
non-threaded environments.
-
- 29 Oct, 1997 19 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Took stab at expression documentation.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Changed user exceptions to include HTML markup. - Got rid of regular expression input types.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Updated __call__ so queries can be used in documents.
-
- 28 Oct, 1997 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Changed name of acquire method to aq_acquire. Explicit.acquire is an alias.
-
Jim Fulton authored
-
Jim Fulton authored
Added latest validation rules.
-
Jim Fulton authored
-
Jim Fulton authored
Added template dict to override arguments.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
- Available for Impleicit and Explicit, - Does not filter names with leading underscore, - Accepts optional 'filter' and 'extra' arguments. If 'filter' is provided, then it must be a callable object and it is called with four arguments: inst -- The object in which an attribute is found name -- The attribute name v -- The attribute value extra -- The 'extra' value passed to 'acquire' or None. The filter function should return 1 if the attribute should be returned by acquire and 0 otherwise. It may also raise an error, in which case the error is propigated.
-