summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Collapse)AuthorAgeFilesLines
* added async send to the API; minor doc updatesRafael H. Schloming2009-08-312-7/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809707 13f79535-47bb-0310-9956-ffa450edef68
* added make doc; modified @synchronized to preserve docstrings and argnamesRafael H. Schloming2009-08-271-8/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808608 13f79535-47bb-0310-9956-ffa450edef68
* added an assertion to check that credit constraints are not violated, and ↵Rafael H. Schloming2009-08-271-1/+3
| | | | | | corrected a bug in a wait condition git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808475 13f79535-47bb-0310-9956-ffa450edef68
* fallback to format_exception for python 2.3Rafael H. Schloming2009-08-252-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807684 13f79535-47bb-0310-9956-ffa450edef68
* candidate fix for messages sent on unlinked sendersRafael H. Schloming2009-08-241-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807217 13f79535-47bb-0310-9956-ffa450edef68
* added some test assertions; modified driver/client interaction for drain; ↵Rafael H. Schloming2009-08-242-34/+44
| | | | | | and fixed handling of unlimited capacity git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807210 13f79535-47bb-0310-9956-ffa450edef68
* fixed some more channel attribute errors; eliminated most uses of catchup in ↵Rafael H. Schloming2009-08-213-25/+42
| | | | | | favor of waiting on semantically meaningful predicates; fixed Serial.__cmp__ to check the type of the other object git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806734 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo in test message contentRafael H. Schloming2009-08-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806532 13f79535-47bb-0310-9956-ffa450edef68
* fixed attribute errorRafael H. Schloming2009-08-211-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806514 13f79535-47bb-0310-9956-ffa450edef68
* implemented reconnect and separated out the protocol driver from the ↵Rafael H. Schloming2009-08-204-256/+568
| | | | | | messaging client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@806393 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression (caused by Codec change) in the old management API.Ted Ross2009-08-142-13/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804363 13f79535-47bb-0310-9956-ffa450edef68
* added defines to base test classRafael H. Schloming2009-08-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803262 13f79535-47bb-0310-9956-ffa450edef68
* added back support for get/setitem on generated classesRafael H. Schloming2009-08-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803261 13f79535-47bb-0310-9956-ffa450edef68
* - removed old and redundent testsRafael H. Schloming2009-08-1121-1449/+997
| | | | | | | | | | | | | | | | | | | | | | | | | | | - removed old test harness in favor of qpid-python-test - modified qpid-python-test to support "skipped" tests, these are tests that failed due to an anticipated environmental reason such as the broker is not running or it is the wrong version - modified the qpid-python-test harness to exit with appropriate error codes based on the test results - modified the python clients to report version mismatches rather than framing errors - made qpid_config provide variables for 0-8, 0-9, and 0-10 versions of the spec - modified the 0-10 client to directly codegen classes - added new 0-10 framing layer based on push parsing rather than pull parsing - added numerous framing tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803168 13f79535-47bb-0310-9956-ffa450edef68
* added non blocking framing codeRafael H. Schloming2009-07-172-0/+315
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795059 13f79535-47bb-0310-9956-ffa450edef68
* added a ConnectError exceptionRafael H. Schloming2009-07-163-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794844 13f79535-47bb-0310-9956-ffa450edef68
* added constant for HEADER_SIZE; made repr(Frame) more informativeRafael H. Schloming2009-07-131-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793641 13f79535-47bb-0310-9956-ffa450edef68
* Added --timeout options to cli tools.Ted Ross2009-06-261-1/+13
| | | | | | | Cli tools will not hang indefinitely if the broker is non-responsive. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788681 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in decoding field tables (maps)Ted Ross2009-06-231-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@787851 13f79535-47bb-0310-9956-ffa450edef68
* changed delay -> sleep and removed hardcoded timeoutsRafael H. Schloming2009-06-151-17/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@784793 13f79535-47bb-0310-9956-ffa450edef68
* fixed ssl closeRafael H. Schloming2009-06-112-24/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783872 13f79535-47bb-0310-9956-ffa450edef68
* cleand up and added license headerRafael H. Schloming2009-06-111-17/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783868 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-112-2/+13
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783818 13f79535-47bb-0310-9956-ffa450edef68
* make the client delegate echo heartbeatsRafael H. Schloming2009-06-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@782639 13f79535-47bb-0310-9956-ffa450edef68
* added nested map to test dataRafael H. Schloming2009-06-041-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781835 13f79535-47bb-0310-9956-ffa450edef68
* Streamlined transaction tests and added some additional coverage.Rafael H. Schloming2009-06-041-33/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781806 13f79535-47bb-0310-9956-ffa450edef68
* Added commit and rollback to the Session API and streamlined some test ↵Rafael H. Schloming2009-06-042-27/+146
| | | | | | utilities. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781786 13f79535-47bb-0310-9956-ffa450edef68
* added tests for senderRafael H. Schloming2009-06-031-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781485 13f79535-47bb-0310-9956-ffa450edef68
* added defines to the test harness and made the delay used by the tests ↵Rafael H. Schloming2009-06-021-1/+2
| | | | | | configurable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781187 13f79535-47bb-0310-9956-ffa450edef68
* added receiver capacity and testsRafael H. Schloming2009-06-022-19/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781161 13f79535-47bb-0310-9956-ffa450edef68
* modified start and stop to function independently of fetch vs listen, added ↵Rafael H. Schloming2009-06-022-19/+87
| | | | | | Receiver.pending() and added tests for Receiver.start(), Receiver.stop(), and Receiver.pending() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781132 13f79535-47bb-0310-9956-ffa450edef68
* removed unused attributedRafael H. Schloming2009-06-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781116 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781068 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781062 13f79535-47bb-0310-9956-ffa450edef68
* removed another turnary ifRafael H. Schloming2009-06-021-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781061 13f79535-47bb-0310-9956-ffa450edef68
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-025-1/+1283
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781044 13f79535-47bb-0310-9956-ffa450edef68
* only sync when we need toRafael H. Schloming2009-06-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781043 13f79535-47bb-0310-9956-ffa450edef68
* made Future.get throw an exception on timeoutRafael H. Schloming2009-06-021-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781041 13f79535-47bb-0310-9956-ffa450edef68
* Added installable python cluster tests that can be run from an external ↵Kim van der Riet2009-05-261-194/+1
| | | | | | store build/test environment and can test persistent clusters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778751 13f79535-47bb-0310-9956-ffa450edef68
* updated imports to work on python 2.6Rafael H. Schloming2009-05-123-7/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@774100 13f79535-47bb-0310-9956-ffa450edef68
* Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR ↵Kim van der Riet2009-05-071-4/+4
| | | | | | to avoid sg/newgrp problems. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772743 13f79535-47bb-0310-9956-ffa450edef68
* Added missing import from testlib.pyKim van der Riet2009-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772381 13f79535-47bb-0310-9956-ffa450edef68
* Added the ability to start and stop a test broker from within the python ↵Kim van der Riet2009-05-061-2/+234
| | | | | | test framework. Also added some cluster test functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@772359 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-2/+1
| | | | | | | | cpp/src/qpid/client/ConnectionImpl.cpp: allow 0 as a valid channel identifier. python/qpid/connection.py: don't use 0 as a channel identifier. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@771452 13f79535-47bb-0310-9956-ffa450edef68
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@766369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1702 QPID-1706Ted Ross2009-03-271-2/+2
| | | | | | | | | | | Updated qmf console in Python and Ruby - Added support for asynchronous method invocation - Added option to override timeout for method request and get request - Added exception handler in delegates.rb to catch Sasl errors - Added tests for the async method features git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@759341 13f79535-47bb-0310-9956-ffa450edef68
* use longs for large hex constant literals, this avoids scary looking ↵Rafael H. Schloming2009-03-255-15/+15
| | | | | | warnings on earlier versions of python git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@758389 13f79535-47bb-0310-9956-ffa450edef68
* changed regular string encoding from str16_latin to str16 for backwards ↵Rafael H. Schloming2009-03-101-1/+1
| | | | | | compatibility git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752177 13f79535-47bb-0310-9956-ffa450edef68
* fixed uuid decoding errors due to read_uuid semantics changeRafael H. Schloming2009-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@751064 13f79535-47bb-0310-9956-ffa450edef68
* added support for encoding buffersRafael H. Schloming2009-03-062-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750960 13f79535-47bb-0310-9956-ffa450edef68