summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-4140: Use the session.acked list to determine the number of unsettled me...Justin Ross2013-04-232-2/+5
* QPID-4772: Assume text/plain for content type if no other indication is given...Justin Ross2013-04-231-0/+6
* QPID-4750: Fix unhandled exception; patch from Ernie AllenJustin Ross2013-04-181-1/+1
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
* NO-JIRA: add SSL test that verifies hostname in certificateKenneth Anthony Giusti2013-03-222-2/+74
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-123-480/+0
* QPID-4115: Python send and receive example apps.Darryl L. Pierce2013-02-184-0/+619
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ...Keith Wall2012-11-078-56/+107
* QPID-4377: Pass down the timeout argument; patch from Ernie AllenJustin Ross2012-10-171-1/+1
* QPID-4337: add SSL support for older python clients.Kenneth Anthony Giusti2012-09-212-2/+40
* NO-JIRA: remove unsupported argument.Kenneth Anthony Giusti2012-08-161-1/+1
* QPID-4147: made selector handle interrupt based on patch from siddeshRafael H. Schloming2012-07-302-6/+30
* QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python toolsTed Ross2012-07-265-52/+41