summaryrefslogtreecommitdiff
path: root/python/qpid
Commit message (Collapse)AuthorAgeFilesLines
* improved request/response performance by using an I/O based condition ↵Rafael H. Schloming2009-10-264-21/+73
| | | | | | instead of the default condition from the python threading module git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829837 13f79535-47bb-0310-9956-ffa450edef68
* improve assertion messageRafael H. Schloming2009-10-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829822 13f79535-47bb-0310-9956-ffa450edef68
* reworked fix of r827747 (QPID-2149)Rafael H. Schloming2009-10-232-29/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829173 13f79535-47bb-0310-9956-ffa450edef68
* update the broker state so we avoid accidentally generating overlapping drainsRafael H. Schloming2009-10-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@829142 13f79535-47bb-0310-9956-ffa450edef68
* Modified to work on Windows; fixes QPID-2149.Stephen D. Huston2009-10-201-9/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@827747 13f79535-47bb-0310-9956-ffa450edef68
* Make ppid optional; it's not available on WindowsStephen D. Huston2009-10-151-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@825359 13f79535-47bb-0310-9956-ffa450edef68
* added check for target and source being NoneRafael H. Schloming2009-10-112-4/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824144 13f79535-47bb-0310-9956-ffa450edef68
* only invoke readable and writeable if the selectables are still reading and ↵Rafael H. Schloming2009-10-111-2/+4
| | | | | | writing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824107 13f79535-47bb-0310-9956-ffa450edef68
* use ewait on message fetch; added optional args to message constructor and ↵Rafael H. Schloming2009-10-111-14/+42
| | | | | | improved message repr git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824106 13f79535-47bb-0310-9956-ffa450edef68
* fixed subscription to use subject if presentRafael H. Schloming2009-10-111-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824105 13f79535-47bb-0310-9956-ffa450edef68
* catch socket errors on write as well as readRafael H. Schloming2009-10-111-19/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824082 13f79535-47bb-0310-9956-ffa450edef68
* added durable and reconnect options to the testsRafael H. Schloming2009-10-112-22/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824028 13f79535-47bb-0310-9956-ffa450edef68
* resent linked variable; fixed possible drain failure during reconnectRafael H. Schloming2009-10-112-11/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@824024 13f79535-47bb-0310-9956-ffa450edef68
* made addresses not auto-create by default; added error handling and tests ↵Rafael H. Schloming2009-10-105-92/+301
| | | | | | for nonexist/invalid addresses; added logging for aborted connections; fixed spurious reattach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@823890 13f79535-47bb-0310-9956-ffa450edef68
* compatibility changes for python 2.3Rafael H. Schloming2009-10-062-6/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@822332 13f79535-47bb-0310-9956-ffa450edef68
* reenabled spec file cachingRafael H. Schloming2009-09-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@820329 13f79535-47bb-0310-9956-ffa450edef68
* added back exchange query on link establishment; added sender.sync()Rafael H. Schloming2009-09-243-60/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818556 13f79535-47bb-0310-9956-ffa450edef68
* switched API over to select based driver; added address parserRafael H. Schloming2009-09-234-220/+754
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818075 13f79535-47bb-0310-9956-ffa450edef68
* changed dispatch to throw an attribute error if there is no handlerRafael H. Schloming2009-09-171-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816222 13f79535-47bb-0310-9956-ffa450edef68
* added some empty, min, and max to RangedSetRafael H. Schloming2009-09-171-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@816221 13f79535-47bb-0310-9956-ffa450edef68
* Pass 0 ppid property if os.getppid() not supported; fixes QPID-1676Stephen D. Huston2009-09-161-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@815884 13f79535-47bb-0310-9956-ffa450edef68
* removed duplicate methodRafael H. Schloming2009-09-041-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811508 13f79535-47bb-0310-9956-ffa450edef68
* fixed the wait logic for session closeRafael H. Schloming2009-09-042-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811350 13f79535-47bb-0310-9956-ffa450edef68
* removed final use of catchupRafael H. Schloming2009-09-031-16/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811088 13f79535-47bb-0310-9956-ffa450edef68
* added timeout option to sendRafael H. Schloming2009-09-032-3/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@811066 13f79535-47bb-0310-9956-ffa450edef68
* changed Lockable -> Waiter and switched its usage from has-a to is-a; also ↵Rafael H. Schloming2009-09-023-35/+35
| | | | | | fixed some more imports git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810573 13f79535-47bb-0310-9956-ffa450edef68
* fixed importRafael H. Schloming2009-09-022-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810511 13f79535-47bb-0310-9956-ffa450edef68
* split out driver and utility code from messaging.py; added _ to private ↵Rafael H. Schloming2009-09-024-540/+597
| | | | | | methods within messaging.py git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810508 13f79535-47bb-0310-9956-ffa450edef68
* use backwards compatible syntax for try, except, finallyRafael H. Schloming2009-09-021-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810503 13f79535-47bb-0310-9956-ffa450edef68
* added sync flag to acknowledge and ack_capcity to SessionRafael H. Schloming2009-09-022-11/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810495 13f79535-47bb-0310-9956-ffa450edef68
* added missing names to __all__Rafael H. Schloming2009-09-011-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810115 13f79535-47bb-0310-9956-ffa450edef68
* 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