1. 28 Mar, 2001 1 commit
    • Jeremy Hylton's avatar
      gcc -Wall cleanup · d36734ea
      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.
      d36734ea
  2. 27 Mar, 2001 1 commit
  3. 15 Feb, 2001 1 commit
  4. 23 Jun, 2000 1 commit
  5. 30 May, 2000 1 commit
    • Jim Fulton's avatar
      Fixed missfeature pointed out by PJE. We do not quite provide · f4be63cc
      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.
      f4be63cc
  6. 16 May, 2000 2 commits
  7. 18 Oct, 1999 1 commit
  8. 07 Oct, 1999 1 commit
  9. 14 Sep, 1999 1 commit
    • Jim Fulton's avatar
      · 2c4caae1
      Jim Fulton authored
      Fix a bug in object deactivation.
      Overridden versions of _p_deactivate were not called.
      This meant that BTrees were never deactivated.
      2c4caae1
  10. 13 Jul, 1999 1 commit
  11. 29 Jun, 1999 1 commit
  12. 10 Jun, 1999 1 commit
  13. 14 May, 1999 1 commit
  14. 12 May, 1999 1 commit
  15. 10 May, 1999 1 commit
  16. 07 May, 1999 1 commit
  17. 11 Nov, 1998 1 commit
  18. 27 Jul, 1998 1 commit
  19. 09 Jan, 1998 1 commit
  20. 15 Dec, 1997 1 commit
  21. 11 Dec, 1997 1 commit
  22. 13 Nov, 1997 1 commit
  23. 18 Sep, 1997 1 commit
  24. 18 Jul, 1997 1 commit
  25. 16 Jul, 1997 1 commit
  26. 30 Jun, 1997 1 commit
  27. 06 Jun, 1997 1 commit
  28. 01 May, 1997 1 commit
  29. 27 Apr, 1997 1 commit
  30. 24 Apr, 1997 1 commit
  31. 22 Apr, 1997 2 commits
  32. 03 Apr, 1997 1 commit
  33. 28 Mar, 1997 1 commit
  34. 25 Mar, 1997 1 commit
  35. 20 Mar, 1997 1 commit
  36. 14 Mar, 1997 2 commits
  37. 11 Mar, 1997 1 commit