summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* workaround lack of -m option on python 2.3Rafael H. Schloming2009-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807429 13f79535-47bb-0310-9956-ffa450edef68
* added Makefile with basic build/install/cleanRafael H. Schloming2009-08-243-4/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@807419 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-205-256/+581
| | | | | | 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-143-15/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804363 13f79535-47bb-0310-9956-ffa450edef68
* made width default pay attention to the COLUMNS environment variableRafael H. Schloming2009-08-121-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803692 13f79535-47bb-0310-9956-ffa450edef68
* check the TERM environment variable as well as isatty to determine how smart ↵Rafael H. Schloming2009-08-121-2/+5
| | | | | | the terminal is git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803687 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable the management tests in 0-10Ted Ross2009-08-122-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803680 13f79535-47bb-0310-9956-ffa450edef68
* made if test slightly less obtuseRafael H. Schloming2009-08-121-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803568 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug in default includesRafael H. Schloming2009-08-121-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803563 13f79535-47bb-0310-9956-ffa450edef68
* added support for specify the modules searched for tests from the command lineRafael H. Schloming2009-08-111-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803263 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
* fixed qmf consoleRafael H. Schloming2009-08-111-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803260 13f79535-47bb-0310-9956-ffa450edef68
* removed more dead code and filesRafael H. Schloming2009-08-118-519/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803171 13f79535-47bb-0310-9956-ffa450edef68
* - removed old and redundent testsRafael H. Schloming2009-08-1154-4574/+1159
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 support for setting attributesRafael H. Schloming2009-08-111-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803150 13f79535-47bb-0310-9956-ffa450edef68
* workaround jython/python xml parser bug with unicode sources; added path ↵Rafael H. Schloming2009-07-211-5/+25
| | | | | | support for mllib.xml_parse; uncommented dtd decl in spec file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796477 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1973 - Calling session.objects fails to return objects in certain casesTed Ross2009-07-171-0/+6
| | | | | | | | | | There is a window during which object queries fail because the console does not have up-to-date agent information. This fix closes the window completely. I would like to find a more elegant and efficient solution to this problem, but this will work for now. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795209 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
* Fixed a typo in the help textTed Ross2009-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@792171 13f79535-47bb-0310-9956-ffa450edef68
* Fixed the formatting of error messages written in the connection exception ↵Ted Ross2009-06-291-2/+2
| | | | | | handler. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789305 13f79535-47bb-0310-9956-ffa450edef68
* Added --timeout options to cli tools.Ted Ross2009-06-267-32/+74
| | | | | | | 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
* QPID-1920 - bug fix patch from Bryan KearneyTed Ross2009-06-191-6/+7
| | | | | | | Python Console puts presence masks in the wrong location when marshalling unmanaged objects git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@786661 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
* added halt-on-error option and display ignored testsRafael H. Schloming2009-06-121-6/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@784159 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-114-233/+527
| | | | | | | | 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
* This is related QPID-1890Rajith Muditha Attapattu2009-06-041-14/+14
| | | | | | | I updated the help to reflect the change of exchange add option form aletern-ex to --alternate-exchange git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781757 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1890: Ensure option for alternate exchange is treated consistently (I ↵Gordon Sim2009-06-031-3/+3
| | | | | | also change the name as I didn't like the shortened form). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781498 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-022-2/+13
| | | | | | 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 svn:executable from LICENSE.txtRafael H. Schloming2009-06-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781112 13f79535-47bb-0310-9956-ffa450edef68
* added a signal handler for terminal resizeRafael H. Schloming2009-06-021-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781091 13f79535-47bb-0310-9956-ffa450edef68
* detect the terminal width when possibleRafael H. Schloming2009-06-021-3/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781087 13f79535-47bb-0310-9956-ffa450edef68