1. 31 Dec, 2003 3 commits
  2. 30 Dec, 2003 5 commits
  3. 29 Dec, 2003 9 commits
  4. 27 Dec, 2003 1 commit
  5. 26 Dec, 2003 3 commits
  6. 25 Dec, 2003 1 commit
  7. 24 Dec, 2003 1 commit
  8. 23 Dec, 2003 2 commits
  9. 22 Dec, 2003 1 commit
  10. 19 Dec, 2003 3 commits
  11. 18 Dec, 2003 1 commit
  12. 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
  13. 15 Dec, 2003 5 commits
  14. 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
  15. 10 Dec, 2003 1 commit
  16. 08 Dec, 2003 1 commit