summaryrefslogtreecommitdiff
path: root/python/qpid/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-011-0/+2
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-011-0/+75
* added SSL support to APIRafael H. Schloming2010-03-313-10/+22
* Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will w...Rafael H. Schloming2010-03-251-1/+1
* Use portable "/dev/null" to allow this to run on Windows as well.Stephen D. Huston2010-03-251-1/+1
* fixed resource leakage on repeated connection open/closeRafael H. Schloming2010-03-231-1/+24
* provide default codec for unknown content typesRafael H. Schloming2010-03-231-0/+4
* Several updates to address options including:Rafael H. Schloming2010-03-232-55/+106
* added support for reject/releaseRafael H. Schloming2010-03-112-22/+70
* made drain work on messages as well as contentRafael H. Schloming2010-03-053-32/+44
* fixed message comparison to allow for decrementing of the ttlRafael H. Schloming2010-03-041-1/+4
* added priority and ttl message propertiesRafael H. Schloming2010-03-041-0/+6
* fixed importsRafael H. Schloming2010-02-182-1/+1
* split messaging.py into multiple files and made qpid.messaging a packageRafael H. Schloming2010-02-185-207/+256
* fixed subject defaulting and added testRafael H. Schloming2010-02-171-0/+13
* added support for browsingRafael H. Schloming2010-02-171-0/+22
* fixed spurious delay in testRafael H. Schloming2010-02-171-2/+7
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-161-29/+32
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-151-2/+2
* moved tests/*.py underneath qpid/tests/*.pyRafael H. Schloming2010-02-057-0/+1401
* fixed subject overrideRafael H. Schloming2010-01-261-0/+11
* verify that bindings are only specified for queuesRafael H. Schloming2010-01-251-0/+6
* made bindings additive, improved message level loggingRafael H. Schloming2010-01-221-0/+41
* added boolean literals to java & python address parser; added validation to p...Rafael H. Schloming2010-01-222-3/+33
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+6
* only import the subprocess module when neededRafael H. Schloming2010-01-201-1/+3
* modified address test suite to work against external address parserRafael H. Schloming2010-01-201-11/+103
* fixed bug in destination/receiver correlationRafael H. Schloming2010-01-191-0/+22
* merged documentation and address changes from rnr branchRafael H. Schloming2010-01-051-4/+16
* QPID-2287: added an address option for declaring queues with multiple bindingsRafael H. Schloming2009-12-171-0/+22
* QPID-2286: added list support to address parserRafael H. Schloming2009-12-171-1/+31
* split out some of the generic parsing stuff in the address parser, and added ...Rafael H. Schloming2009-12-094-17/+106
* workaround for ptol failuresRafael H. Schloming2009-12-011-1/+1
* added another create exchange testRafael H. Schloming2009-11-161-9/+25