summaryrefslogtreecommitdiff
path: root/qpid/python/qpid/compat.py
Commit message (Expand)AuthorAgeFilesLines
* QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthr...Ken Giusti2014-05-301-2/+10
* QPID-5588: [python-client] use poll() instead of select() where available.Kenneth Anthony Giusti2014-02-281-5/+63
* QPID-2294: add checks for negative timeoutGordon Sim2014-01-241-1/+2
* QPID-2294: handle signal interruptions to selectGordon Sim2014-01-151-1/+14
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-4/+23
* improved request/response performance by using an I/O based condition instead...Rafael H. Schloming2009-10-261-16/+33
* reworked fix of r827747 (QPID-2149)Rafael H. Schloming2009-10-231-0/+61
* compatibility changes for python 2.3Rafael H. Schloming2009-10-061-1/+10
* fallback to format_exception for python 2.3Rafael H. Schloming2009-08-251-0/+7
* QPID-954: added fallbacks and fixes for running the python client on python 2.3Rafael H. Schloming2008-05-131-0/+28