An error occurred fetching the project authors.
- 29 Jun, 2004 1 commit
-
-
Tim Peters authored
-
- 07 Jun, 2004 1 commit
-
-
Tim Peters authored
-
- 02 Jun, 2004 1 commit
-
-
Jim Fulton authored
-
- 24 Apr, 2004 1 commit
-
-
Gintautas Miliauskas authored
This probably broke the log analyzers... :(
-
- 29 Sep, 2002 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
be arbitrarily long.
-
Guido van Rossum authored
No jokes about sharing pickles please. :-)
-
Guido van Rossum authored
is *not* thread-safe. So don't share the Pickler.
-
- 25 Sep, 2002 2 commits
-
-
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.
-
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.
-
- 13 Sep, 2002 1 commit
-
-
Guido van Rossum authored
never imported log or zLOG.
-
- 30 Aug, 2002 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 11 Jun, 2002 1 commit
-
-
Jeremy Hylton authored
-