summaryrefslogtreecommitdiff
path: root/python/qpid/util.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ...Keith Wall2012-11-071-1/+19
* QPID-4337: add SSL support for older python clients.Kenneth Anthony Giusti2012-09-211-1/+5
* NO-JIRA: remove unsupported argument.Kenneth Anthony Giusti2012-08-161-1/+1
* QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python toolsTed Ross2012-07-261-2/+2
* QPID-3407: restore python 2.4 compatibility to allow building CPP tree on RHE...Robert Gemmell2011-08-181-1/+4
* QPID-3407: Change python connection url to allow ipv6 literal style addresses.Andrew Stitcher2011-08-121-7/+27
* QPID-3407: Add IPv6 connections to pythonAndrew Stitcher2011-08-121-6/+11
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-7/+14
* split out driver and utility code from messaging.py; added _ to private metho...Rafael H. Schloming2009-09-021-0/+6
* fixed ssl closeRafael H. Schloming2009-06-111-1/+15
* updated imports to work on python 2.6Rafael H. Schloming2009-05-121-1/+4
* used timed wait to improve debugabilityRafael H. Schloming2009-04-181-1/+3
* fixed potential race condition in qpid.util.listen; added asserts to internal...Rafael H. Schloming2008-11-101-1/+1
* ssl support for the python clientRafael H. Schloming2008-10-281-1/+40
* QPID-947: initialize docstrings for protocol methods from the specRafael H. Schloming2008-05-161-1/+12
* added timeouts to hello-010-world; switched to conditions rather than events ...Rafael H. Schloming2008-03-071-1/+26
* check the mtime of the cached spec against the code that generates itRafael H. Schloming2008-03-041-1/+4
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-041-0/+39