1. 19 Dec, 2003 1 commit
  2. 18 Dec, 2003 1 commit
  3. 17 Dec, 2003 1 commit
    • Jeremy Hylton's avatar
      Patch from kiko: Remember has_mac value across handle_read() calls. · a0d97c9c
      Jeremy Hylton authored
      The presence or absence of a mac bit is really part of the persistent
      state of SizedMessageAsyncConnection.  If state is True when
      handle_read() is entered, we get into the code to check the mac and
      process the message without testing whether a mac is present.
      
      I wish there was a test for this, but the code it's very difficult to
      setup a test that calls handle_read() in just the right state.  A good
      project, but not one I'm up for now.
      a0d97c9c
  4. 15 Dec, 2003 5 commits
  5. 11 Dec, 2003 2 commits
    • Jeremy Hylton's avatar
      missing decref · cb49ab0e
      Jeremy Hylton authored
      cb49ab0e
    • Jeremy Hylton's avatar
      Ignore descriptors in persistent_id() calls. · b87627a0
      Jeremy Hylton authored
      Apparent fix for the bug Sidnei reported today.  He didn't have a
      simple test case, rather reported that starting Zope with Formulator
      caused a crash.  I think this will fix the problem.
      
      We had to do the same thing in Python code in ZODB4, but weren't
      worrying about performance there.
      b87627a0
  6. 10 Dec, 2003 1 commit
  7. 08 Dec, 2003 1 commit
  8. 28 Nov, 2003 1 commit
  9. 26 Nov, 2003 1 commit
  10. 24 Nov, 2003 1 commit
  11. 19 Nov, 2003 2 commits
  12. 18 Nov, 2003 1 commit
  13. 14 Nov, 2003 1 commit
  14. 12 Nov, 2003 2 commits
  15. 06 Nov, 2003 1 commit
  16. 03 Nov, 2003 1 commit
  17. 31 Oct, 2003 1 commit
  18. 29 Oct, 2003 1 commit
  19. 28 Oct, 2003 1 commit
  20. 27 Oct, 2003 1 commit
  21. 24 Oct, 2003 2 commits
  22. 16 Oct, 2003 1 commit
    • Jeremy Hylton's avatar
      Fix the log prefix for runzeo.py. · b3d5cd66
      Jeremy Hylton authored
      The file used to be called runsvr, but was changed.  Change the label
      to RUNZEO to match the name of the file.
      
      Add the process ID to distinguish different processes when tests are
      running.
      b3d5cd66
  23. 15 Oct, 2003 2 commits
  24. 14 Oct, 2003 5 commits
  25. 10 Oct, 2003 1 commit
  26. 09 Oct, 2003 1 commit
  27. 08 Oct, 2003 1 commit