client: add AssuanClient.send_fds() and .receive_fds().
[pyassuan.git] / pyassuan /
2012-10-08 W. Trevor Kingclient: add AssuanClient.send_fds() and .receive_fds().
2012-10-08 W. Trevor Kingcommon: add logging and argument defaults to send_fds...
2012-10-07 W. Trevor Kingclient: add Unix-socket handling to .connect() and...
2012-10-07 W. Trevor Kingclient: fix devolpment -> development typo in AssuanCli...
2012-05-27 W. Trevor KingLog warnings if the server receivers unknown commands.
2012-05-27 W. Trevor KingAllow lowercase letters in percent-escapes.
2012-04-21 W. Trevor KingBump to version 0.2. v0.2
2012-04-21 W. Trevor KingNo b'...'.format() method (see bugs.python.org/issue3982).
2012-04-21 W. Trevor KingA few more fixes for the str -> bytes conversion.
2012-04-21 W. Trevor KingNo binary 'D ' requests from the client.
2012-04-21 W. Trevor KingAdd send_fds and receive_fds functions.
2012-04-20 W. Trevor KingHold all client/server communication explicitly in...
2012-03-25 W. Trevor KingRun update-copyright.py.
2012-03-24 W. Trevor KingAdd AssuanClient.send_data().
2012-03-24 W. Trevor KingAdd return-value checking to AssuanClient response...
2012-03-24 W. Trevor KingMake AssuanClient.make_request() responses optional.
2012-03-24 W. Trevor KingFix a couple of syntax goofs.
2012-03-23 W. Trevor KingIn make_request, AssuanClient has no attribute 'stop'.
2012-03-22 W. Trevor KingAssuanClient.make_request() now raises an error on...
2012-03-22 W. Trevor KingBreak pinentry.py out of my blog and use it to start...