summaryrefslogtreecommitdiff
path: root/python/qpid/tests
Commit message (Expand)AuthorAgeFilesLines
* QPID-6326 Don't automatically search for exchanges and queues with each requestErnest Allen2015-06-121-0/+2
* QPID-6405: [Python Client] Retreive package version number from pkg_resources...Keith Wall2015-02-221-8/+14
* QPID-5799: provide notification callback for received messages.Ken Giusti2015-02-111-0/+25
* QPID-6116: [Python Client 0-8..0-9] Fix spelling error in new method nameKeith Wall2014-10-031-1/+1
* QPID-6116: [Python Client 0-8..0-9] Allow fallback to anon/external sasl if n...Keith Wall2014-10-012-1/+13
* QPID-6116: [Python Client 08..091] Add ability to negotiate SASL mechanism an...Keith Wall2014-09-255-0/+129
* QPID-6085: [Python client] 08..091 implement sending/receiving of additional ...Keith Wall2014-09-061-0/+128
* QPID-5142: require swig client to be explicitly selected for testsGordon Sim2013-09-241-3/+7
* QPID-4952: Fix swigged python tests which were disabled by previous commitGordon Sim2013-09-191-1/+1
* 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-4988: Add test runs using swigged python clientGordon Sim2013-07-163-6/+44
* QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie AllenJustin Ross2013-05-021-0/+10
* QPID-2453: Allow the session to keep operating after content codec errors; a ...Justin Ross2013-04-231-0/+13
* QPID-4140: Use the session.acked list to determine the number of unsettled me...Justin Ross2013-04-231-1/+4
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ...Keith Wall2012-11-072-0/+47
* QPID-4147: made selector handle interrupt based on patch from siddeshRafael H. Schloming2012-07-301-0/+12
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with inval...Robert Godfrey2012-02-211-1/+1
* QPID-3589 : Python tests fails against Java broker due to difference in excep...Robert Godfrey2012-02-201-1/+1
* QPID-3590 : Python test fails because Java broker (correctly) does not suppor...Robert Godfrey2012-02-201-3/+3
* only assert if type is specifiedRafael H. Schloming2011-03-171-1/+4
* added support for address assertionRafael H. Schloming2011-03-171-0/+7
* added tcp_nodelay connection optionRafael H. Schloming2011-03-171-4/+8
* QPID-3063: test correct variable in check_close()Gordon Sim2011-03-011-0/+3
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-131-6/+11
* testReconnect: increase number of bytes read/written before failure.Alan Conway2010-11-151-3/+3
* added address parser support for NoneRafael H. Schloming2010-11-111-2/+9
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-102-2/+5
* added extra assertion to check that deletion of default exchanges doesn't workRafael H. Schloming2010-09-101-0/+1
* fixed bool encodingRafael H. Schloming2010-09-091-0/+12
* fixed reply-to conversionRafael H. Schloming2010-08-121-0/+24
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-022-12/+53
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-131-0/+7
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-121-0/+6
* fixed concurrent closeRafael H. Schloming2010-06-301-1/+71
* fix timeout tests to not leave queues lying aroundRafael H. Schloming2010-06-251-1/+1
* added support for x-amqp-0-10.{app-id,content-encoding,routing-key}Rafael H. Schloming2010-06-252-5/+13
* added optional timeouts to {connection,session,sender,receiver}.close() as we...Rafael H. Schloming2010-06-252-4/+105
* added full support for unreliable, at-least-once, and at-most-once reliabilit...Rafael H. Schloming2010-06-241-0/+27
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
* added get_errorRafael H. Schloming2010-04-141-0/+8
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-131-0/+12
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-131-22/+13
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-092-23/+25
* removed Message.toRafael H. Schloming2010-04-092-2/+1
* cleanup waiter pipes on errorRafael H. Schloming2010-04-091-0/+20
* removed duplicates assertion from testReconnectRafael H. Schloming2010-04-091-1/+2
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-093-48/+35
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
* use set from compatRafael H. Schloming2010-04-061-0/+1