summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error introduced in r963409 causing "AttributeError: Broker instance has ...Alan Conway2010-07-131-1/+1
* Fix test framework error causing "AttributeError: Popen instance has no attri...Alan Conway2010-07-121-2/+2
* fixed payload of None for text/plain messagesRafael H. Schloming2010-07-122-2/+20
* convert ttl from seconds to millisecondsRafael H. Schloming2010-07-082-2/+14
* Defer delivery of messages in cluster-unsafe context.Alan Conway2010-07-051-9/+7
* fixed auth username for saslRafael H. Schloming2010-06-301-1/+5
* added accessor for auth_usernameRafael H. Schloming2010-06-303-0/+8
* fixed concurrent closeRafael H. Schloming2010-06-303-42/+162
* fix mangling for addresses that are NoneRafael H. Schloming2010-06-281-1/+1
* add uuid prefix to addresses beginning with hash(#)Rafael H. Schloming2010-06-251-0/+8
* fix timeout tests to not leave queues lying aroundRafael H. Schloming2010-06-251-1/+1
* make sure we initialize properties even if application_headers is NoneRafael H. Schloming2010-06-251-1/+1
* added support for x-amqp-0-10.{app-id,content-encoding,routing-key}Rafael H. Schloming2010-06-253-5/+22
* added optional timeouts to {connection,session,sender,receiver}.close() as we...Rafael H. Schloming2010-06-255-25/+148
* added full support for unreliable, at-least-once, and at-most-once reliabilit...Rafael H. Schloming2010-06-242-18/+68
* Make management+cluster test more aggressive.Alan Conway2010-06-231-3/+2
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* reset reconnect delay after successful connectRafael H. Schloming2010-06-171-0/+1
* don't always set the sync bit on sendRafael H. Schloming2010-06-162-8/+31
* performance tweaks for receive: added configurable threshold for issuing cred...Rafael H. Schloming2010-06-162-5/+21
* fix for python 2.3Rafael H. Schloming2010-06-151-1/+3
* added back values method for backwards compatibilityRafael H. Schloming2010-06-151-2/+7
* Update for changes to names of qpid-send and qpid-receive.Alan Conway2010-06-141-2/+2
* Minor adjustment to option definitions for Python 2.3Gordon Sim2010-06-093-10/+10
* brokertest.py: fix ready() test to create a session as well as a connection.Alan Conway2010-06-081-2/+6
* Fixed sporadic failure of cluster_tests.py sasl_testAlan Conway2010-06-041-3/+3
* Add tail of broker log to exception message when broker fails to start.Alan Conway2010-06-031-9/+13
* QPID-2637: Mark connection as failed if read from socket failsGordon Sim2010-06-021-0/+1
* Don't use guest/guest default username/password, use None instead (this allow...Gordon Sim2010-06-011-2/+2
* Fixed: authentication with bad credentials causes cluster broker to exit.Alan Conway2010-05-271-10/+6
* Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...Alan Conway2010-05-171-5/+17
* Increase retry timeout, previous value was causing occasional invald test fai...Alan Conway2010-05-071-1/+1
* Correct brokertest.retry logic.Alan Conway2010-05-061-4/+4
* XML Exchange example.Jonathan Robie2010-05-051-0/+77
* Fix race condition in store+cluster tests.Alan Conway2010-05-031-0/+1
* Ensure proper error message is reported when connection is closed by brokerGordon Sim2010-04-281-4/+1
* add handling for sasl related failures during connection startGordon Sim2010-04-271-1/+10
* correct name of exception to be caughtGordon Sim2010-04-271-1/+1
* brokertest.py: added __str__ methods to Broker and PopenAlan Conway2010-04-161-0/+4
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
* added get_errorRafael H. Schloming2010-04-142-0/+32
* fixed a hang in commit and added testDoubleCommitRafael H. Schloming2010-04-132-0/+13
* Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recoveryKim van der Riet2010-04-131-12/+19
* added more complete exception handling/hierarchyRafael H. Schloming2010-04-134-73/+150
* candidate fix for testReconnectRafael H. Schloming2010-04-091-2/+2
* updated reservations example to match latest changesRafael H. Schloming2010-04-094-25/+10
* Sender.pending() -> Sender.unsettled(); Receiver.pending() -> Receiver.availa...Rafael H. Schloming2010-04-093-26/+42
* removed Message.toRafael H. Schloming2010-04-094-16/+5
* clean up pipes from driver side in case nobody is waiting for the errorRafael H. Schloming2010-04-091-2/+7