summaryrefslogtreecommitdiff
path: root/python/qpid/util.py
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-2/+24
* QPID-3858: Updated code to include recent refactoring by Gordon (gsim) - see ...Kim van der Riet2012-08-271-1/+1
* QPID-3858: Updated branch - merged from trunk r.1368650Kim van der Riet2012-08-031-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