*: Run update-copyright.py
[pyassuan.git] / pyassuan / common.py
2018-04-25 W. Trevor King*: Run update-copyright.py master
2012-10-08 W. Trevor Kingcommon: add logging and argument defaults to send_fds...
2012-05-27 W. Trevor KingAllow lowercase letters in percent-escapes.
2012-04-21 W. Trevor KingNo b'...'.format() method (see bugs.python.org/issue3982).
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-22 W. Trevor KingBreak pinentry.py out of my blog and use it to start...