An error occurred fetching the project authors.
  1. 29 Jun, 2004 1 commit
  2. 07 Jun, 2004 1 commit
  3. 02 Jun, 2004 1 commit
  4. 24 Apr, 2004 1 commit
  5. 29 Sep, 2002 4 commits
  6. 25 Sep, 2002 2 commits
    • Jeremy Hylton's avatar
      Simplify error logging code. · c4ef915e
      Jeremy Hylton authored
      Don't catch a specific set of errors, catch anything, log the message
      that failed, and re-raise the exception.
      
      Eliminate unused class variable VERSION and unused import of struct.
      c4ef915e
    • Jeremy Hylton's avatar
      Fix error handling logic for pickling errors. · fd382331
      Jeremy Hylton authored
      If an exception occurs while decoding a message, there is really
      nothing the server can do to recover.  If the message was a
      synchronous call, the client will wait for ever for the reply.  The
      server can't send the reply, because it couldn't unpickle the message
      id.  Instead of trying to recover, just let the exception propogate up
      to asyncore where the connection will be closed.
      
      As a result, eliminate DecodingError and special case in
      handle_error() that handled flags == None.
      fd382331
  7. 13 Sep, 2002 1 commit
  8. 30 Aug, 2002 2 commits
  9. 11 Jun, 2002 1 commit