Version 1.4:
------------

- changed __refs, __read, __write, __delete, __time_stamp to _refs, ...
  so it works with Python 1.4

Version 0.2:
------------

- The Client.Connection(...) call accepts now also a pipe instead of a callback
  function. This is useful for event driven applications which allow for 
  passing extra file descriptors to the event handler (such as tkinter).

- Improvements to the server's exception handler.
