- improve error checking before/after requests - catch more exceptions in __del__ - provide copyright notice as unicode
30.08.2018
- improve error prevention during connection shutdown
28.10.2020
- fix UnpicklingError: pickle data was truncated see: https://github.com/hibtc/cpymad/issues/72
24.09.2016
- fix raised exception type in client
19.09.2016
- copied from cpymad 0.14.3
18.10.2018
- add ``__bool__`` for ``RemoteModule`` indicating whether the connection has been closed - return ``self`` from ``ChangeDirectory.__enter__`` - wait for subprocess completion in ``Client.close()``