summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* [QPID-5823]: Python client should create a node with name starting '\#'Pavel Moravec2014-07-072-1/+12
* [QPID-5864]: [Python client] Provide better error description when SASL requi...Pavel Moravec2014-07-011-1/+5
* [QPID-5852]: [Python client] connection.opened() returns True after unsuccess...Pavel Moravec2014-06-261-0/+3
* QPID-5836: [Python client] Report error when encountering unrecognized connec...Pavel Moravec2014-06-261-41/+50
* QPID-5830: [Python client] Unable to create bindings on already existing brok...Pavel Moravec2014-06-181-15/+20
* QPID-5823: (reverting commit r1602820) Python client should create a node wit...Pavel Moravec2014-06-162-11/+8
* QPID-5823: Python client should create a node with name starting '\#'Pavel Moravec2014-06-162-8/+11
* Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blo...Andrew Stitcher2014-06-121-1/+1
* QPID-5812: python high level API client receiver.fetch(timeout=N) blocks fore...Pavel Moravec2014-06-121-1/+1
* QPID-5808: framer should consume only header bytesKen Giusti2014-06-091-1/+3
* QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthr...Ken Giusti2014-05-301-2/+10
* QPID-5773: back out non-functional recv path change from QPID-4872Ken Giusti2014-05-291-16/+7
* QPID-5637: reset Selector singleton across fork.Ken Giusti2014-05-201-2/+4
* QPID-5700: ensure interleaved segments on different tracks do not get confusedGordon Sim2014-04-151-12/+16
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* QPID-5588: [python-client] use poll() instead of select() where available.Kenneth Anthony Giusti2014-02-281-5/+63
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
* QPID-5520: qpid-python-test should not fail for skipped tests.Alan Conway2014-01-281-1/+1
* QPID-2294: add checks for negative timeoutGordon Sim2014-01-241-1/+2
* QPID-2294: handle signal interruptions to selectGordon Sim2014-01-151-1/+14
* QPID-5428: Heartbeats not in use when attempting to connect with python client.Alan Conway2014-01-091-18/+37
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* QPID-5203: if session error exists, simply return from session close (also re...Gordon Sim2013-10-301-7/+5
* QPID-5139: Add timeout argument to python messaging.Session.commit.Alan Conway2013-10-291-2/+2
* QPID-5203 Python client unexpected exception after ACL denialPavel Moravec2013-10-221-4/+7
* QPID-5183 Python client does not release acquired messages on consumer close ...Pavel Moravec2013-09-271-0/+14
* QPID-5142: require swig client to be explicitly selected for testsGordon Sim2013-09-241-3/+7
* QPID-5154: Further corrections to the Connection API doc; a patch from Ernie ...Justin Ross2013-09-231-8/+3
* QPID-4924: restore examples to the pure python componentGordon Sim2013-09-196-0/+593
* QPID-4952: Fix swigged python tests which were disabled by previous commitGordon Sim2013-09-191-1/+1
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-716/+0
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-181-0/+99
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-186-30/+54
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-111-0/+4
* QPID-5104: make handling of properties in swigged impl match the pure python ...Gordon Sim2013-09-051-0/+11
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-131-0/+13
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
* QPID-4988: Add test runs using swigged python clientGordon Sim2013-07-163-6/+44
* NO-JIRA: Corrections for the python API doc; a patch from Ernie AllenJustin Ross2013-06-251-10/+14
* NO-JIRA: Fix typo "sock.close" in qpid/python/qpid/util.pyAlan Conway2013-06-171-1/+1
* QPID-4903: don't delete subscription queue when closing link if it was explic...Gordon Sim2013-06-061-1/+1
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-4/+3
* QPID-4882: use correct exception object for older ssl implemenationsKenneth Anthony Giusti2013-05-231-1/+1
* QPID-4872: when retrying ssl reads or writes, use previous argumentsKenneth Anthony Giusti2013-05-221-6/+28
* QPID-4798: updated and renamed spec filesRafael H. Schloming2013-05-034-1846/+981
* copied updated specsRafael H. Schloming2013-05-024-16/+12
* QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie AllenJustin Ross2013-05-022-3/+18
* NO-JIRA: Trivial python client fix, pass timeout in Sender.send.Alan Conway2013-05-011-1/+1
* QPID-4798: switched python client over to using stripped XMLRafael H. Schloming2013-05-0111-15905/+5421
* QPID-2453: Allow the session to keep operating after content codec errors; a ...Justin Ross2013-04-234-5/+54