summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-211-699/+0
* made address parser recognize lowercase true and falseRafael H. Schloming2011-01-132-17/+23
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
* Update versions/names in the release note filesRobert Gemmell2010-11-221-2/+2
* Revised release notes for 0.6Robert Gemmell2010-11-221-8/+3
* changed /path/to to ${INSTALLPATH}Jonathan Robie2010-11-221-2/+2
* Preserved original PYTHONPATH in example. Responding to Andrew Kennedy's feed...Jonathan Robie2010-11-221-1/+1
* Replaced /home/me with /path/to and a little more text, responding to Robbie'...Jonathan Robie2010-11-221-2/+4
* Added information on documentation and overview of Qpid.Jonathan Robie2010-11-221-2/+16
* Corrected instructions for running Python clients - now matches 0.8 distribut...Jonathan Robie2010-11-221-12/+11
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-221-3/+3
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-181-0/+14
* testReconnect: increase number of bytes read/written before failure.Alan Conway2010-11-151-3/+3
* Fix error in python tests: poll() takes exactly 1 argument (2 given)Alan Conway2010-11-121-2/+6
* added address parser support for NoneRafael H. Schloming2010-11-112-3/+13
* Fix brokertest errors like: "poll() got an unexpected keyword argument '_dead...Alan Conway2010-11-081-2/+2
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-1/+1
* Adjust for Windows which can't do Popen w/ close_fds. Also, when tearDown run...Stephen D. Huston2010-11-041-1/+5
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-281-0/+12
* Fix qpid/python/qpid/brokertest.py to get cluster tests working.Alan Conway2010-10-281-21/+19
* Ported to work on Windows; uses subprocess, not popen3. Resolves QPID-2492.Stephen D. Huston2010-10-281-12/+33
* Revert experimental cluster code, too close to 0.8 release.Alan Conway2010-10-271-15/+6
* New cluster: core framework and initial implementation of enqueue logic.Alan Conway2010-10-251-6/+15
* QPID-2910: Small fix for python timeout testsAndrew Donald Kennedy2010-10-241-2/+4
* fixed bug in management of incoming executed setRafael H. Schloming2010-10-191-0/+1
* Fixed qpid-stat to skip rows when the underlying data disappears during execu...Ted Ross2010-09-221-1/+3
* Increase timeout waiting for brokers to be ready.Alan Conway2010-09-201-1/+1
* fixed detach to not hang on session error, fixed the tests to include a timeo...Rafael H. Schloming2010-09-103-2/+6
* handle request timeoutRafael H. Schloming2010-09-101-0/+4
* added extra assertion to check that deletion of default exchanges doesn't workRafael H. Schloming2010-09-101-0/+1
* made qpid.datatypes module use builtin UUID when availableRafael H. Schloming2010-09-102-28/+32
* fixed bool encodingRafael H. Schloming2010-09-092-0/+13
* fixed reply-to conversionRafael H. Schloming2010-08-122-5/+37
* Correctly parse replies containing multiple qmf messages.Kenneth Anthony Giusti2010-08-111-15/+16
* fix error reporting for negotiation failure in sasl stubRafael H. Schloming2010-08-112-1/+6
* default sasl service to qpiddRafael H. Schloming2010-08-111-2/+1
* Added broker wait timeout to broker test frameworkKim van der Riet2010-08-101-1/+3
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-101-13/+13
* Removed finally - Python before 2.5 did not allow finally together with speci...Jonathan Robie2010-08-092-4/+4
* Changed conditional assignment to vanilla if/then/else, for compatibility wit...Jonathan Robie2010-08-091-2/+9
* fixed heartbeatingRafael H. Schloming2010-08-092-4/+40
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-041-6/+10
* Remove prefix in broker logs for brokertest.py.Alan Conway2010-08-031-1/+1
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-023-15/+57
* default ports for reconnect_urlsRafael H. Schloming2010-07-141-3/+3
* fixed parsing of failover URLs; fixed driver to notice when reconnect_urls is...Rafael H. Schloming2010-07-142-12/+22
* eliminate spurious error logging and reconnect attemptsRafael H. Schloming2010-07-132-2/+6
* fixed missign import and added test case for reconnect_urlsRafael H. Schloming2010-07-133-7/+22
* corrected whitespaceRafael H. Schloming2010-07-131-1/+1
* removed old python examplesRafael H. Schloming2010-07-1334-2813/+29