summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-144-15/+147
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@825292 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkAidan Skinner2009-10-1111-366/+1346
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@824198 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunkAidan Skinner2009-09-174-5/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816261 13f79535-47bb-0310-9956-ffa450edef68
* Merge from trunk Aidan Skinner2009-09-0916-381/+1410
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@812936 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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@781087 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@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@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@781061 13f79535-47bb-0310-9956-ffa450edef68
* removed keyword arg from __import__ call for python 2.4Rafael H. Schloming2009-06-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@781059 13f79535-47bb-0310-9956-ffa450edef68