client: add Unix-socket handling to .connect() and .disconnect().
[pyassuan.git] / pyassuan / client.py
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-04-21 W. Trevor KingA few more fixes for the str -> bytes conversion.
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-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...