- 28 Mar, 2001 1 commit
-
-
Jeremy Hylton authored
cPeristence.h: remove unused #define remove decl of cPersistenceCAPI from header and put in cPersistence.c cPersistence.c: remove several unused functions and decls update K&R style func decls make func decls prototypes when needed add module doc string Remove PyErr_Occurred() check from the end of the module, following current best practice for Python.
-
- 27 Mar, 2001 1 commit
-
-
Jim Fulton authored
for types. The question is, do we even need Overridable any more?
-
- 15 Feb, 2001 1 commit
-
-
Jim Fulton authored
-
- 23 Jun, 2000 1 commit
-
- 30 May, 2000 1 commit
-
-
Jim Fulton authored
transparent Pythonic sematics for __setattr__ and __delattr__. If these methods are implemented, then they *must*:: self._p_changed=1 # prefered or:: self.__changed__(1) # if people get the heebe-jeebees from setting attrs to manually register that an object's persistent state has changed, if, in fact, it has.
-
- 16 May, 2000 2 commits
-
-
Jim Fulton authored
Added macro, PERSISTENCE_FLAGS, that contains the standard persistence ExtensionClass class flags. This macro is provided to make it easier to maintain persistent base classes.
-
Jim Fulton authored
with standard Python semantics.
-
- 18 Oct, 1999 1 commit
-
-
Jim Fulton authored
-
- 07 Oct, 1999 1 commit
-
-
Jim Fulton authored
when their state was loaded. :-[
-
- 14 Sep, 1999 1 commit
-
-
Jim Fulton authored
Fix a bug in object deactivation. Overridden versions of _p_deactivate were not called. This meant that BTrees were never deactivated.
-
- 13 Jul, 1999 1 commit
-
-
Jim Fulton authored
-
- 29 Jun, 1999 1 commit
-
-
Jim Fulton authored
-
- 10 Jun, 1999 1 commit
-
-
Jim Fulton authored
ExtensionClass deletion protocol. Added DECREF for object id, which is now an object.
-
- 14 May, 1999 1 commit
-
-
Jim Fulton authored
-
- 12 May, 1999 1 commit
-
-
Jim Fulton authored
-
- 10 May, 1999 1 commit
-
-
Jim Fulton authored
-
- 07 May, 1999 1 commit
-
-
Jim Fulton authored
-
- 11 Nov, 1998 1 commit
-
-
Jim Fulton authored
-
- 27 Jul, 1998 1 commit
-
-
Jim Fulton authored
-
- 09 Jan, 1998 1 commit
-
-
Jim Fulton authored
constructor when deactivating.
-
- 15 Dec, 1997 1 commit
-
-
Jim Fulton authored
Renamed _p___reinit__ to _p_deactivate. Updated _p_changed attribute protocol. This will allow us to get rid of _p_state and maybe someday __changed__().
-
- 11 Dec, 1997 1 commit
-
-
Jim Fulton authored
-
- 13 Nov, 1997 1 commit
-
-
Jim Fulton authored
-
- 18 Sep, 1997 1 commit
-
-
Jim Fulton authored
-
- 18 Jul, 1997 1 commit
-
-
Jim Fulton authored
-
- 16 Jul, 1997 1 commit
-
-
Jim Fulton authored
-
- 30 Jun, 1997 1 commit
-
-
Jim Fulton authored
activation.
-
- 06 Jun, 1997 1 commit
-
-
Jim Fulton authored
undeactivatable.
-
- 01 May, 1997 1 commit
-
-
Jim Fulton authored
minor, but who knows.
-
- 27 Apr, 1997 1 commit
-
-
Jim Fulton authored
extend attr functions.
-
- 24 Apr, 1997 1 commit
-
-
Jim Fulton authored
-
- 22 Apr, 1997 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 03 Apr, 1997 1 commit
-
-
Jim Fulton authored
-
- 28 Mar, 1997 1 commit
-
-
Jim Fulton authored
make cache attributes changeable.
-
- 25 Mar, 1997 1 commit
-
-
Jim Fulton authored
-
- 20 Mar, 1997 1 commit
-
-
Jim Fulton authored
-
- 14 Mar, 1997 2 commits
-
-
Jim Fulton authored
error.
-
Jim Fulton authored
from it. Added _p_mtime attribute, which returns the persistent modification time.
-
- 11 Mar, 1997 1 commit
-
-
Jim Fulton authored
management.
-