summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
* 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/qpid@781059 13f79535-47bb-0310-9956-ffa450edef68
* removed turnary ifRafael H. Schloming2009-06-021-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781058 13f79535-47bb-0310-9956-ffa450edef68
* modified empty generator idiom to work on python 2.4Rafael H. Schloming2009-06-021-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781056 13f79535-47bb-0310-9956-ffa450edef68
* first commit of new messaging API and test harnessRafael H. Schloming2009-06-026-1/+1733
| | | | 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
* invoke agent-related callbacks upon broker connect/disconnectNuno Santos2009-05-281-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779779 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
* Optimize the qmf queries to only include the broker-embedded agents.Ted Ross2009-05-081-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773089 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-1808: added mllib to setup.pyGordon Sim2009-04-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765092 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1702 QPID-1706Ted Ross2009-03-273-22/+113
| | | | | | | | | | | 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-2520-104/+104
| | | | | | warnings on earlier versions of python git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@758389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1758 Applied qpid-config patch from Ffrench Mathilde.Ted Ross2009-03-191-5/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@756033 13f79535-47bb-0310-9956-ffa450edef68
* Removing the verify script - it breaks builds. Will restore when fixed.Jonathan Robie2009-03-131-24/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753381 13f79535-47bb-0310-9956-ffa450edef68
* Tests Unicode and handling of all datatypes in applicationJonathan Robie2009-03-124-0/+450
| | | | | | | | headers. Things commented out don't work yet. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752972 13f79535-47bb-0310-9956-ffa450edef68
* Update versions to 0.5Martin Ritchie2009-03-111-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752533 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-062-4/+4
| | | | 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-063-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750960 13f79535-47bb-0310-9956-ffa450edef68
* codec and unicode tests and fixesRafael H. Schloming2009-03-064-22/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750934 13f79535-47bb-0310-9956-ffa450edef68
* Typo in printing of 'generate events' option on queue.Gordon Sim2009-03-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749300 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to qpid-stat:Ted Ross2009-02-262-79/+275
| | | | | | | | | Support for exchanges and queues Sorting and limiting Improved table formatting git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748315 13f79535-47bb-0310-9956-ffa450edef68
* Added a new utility for viewing broker stats.Ted Ross2009-02-253-3/+414
| | | | | | | | Fixed a bug in qpid-cluster that causes failure when username/password are included in the broker URL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747897 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com ↵Gordon Sim2009-02-251-0/+36
| | | | | | that reproduces it. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747833 13f79535-47bb-0310-9956-ffa450edef68
* Replace os.uname with platform.uname to enable this to work on WindowsStephen D. Huston2009-02-242-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747417 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1676 - Added client process name and pid to connection object for ↵Ted Ross2009-02-241-1/+5
| | | | | | | | | | management. Supported in C++, Python, and Ruby clients. Still needs to be added to the Java clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1669 - Added client connection management to qpid-cluster.Ted Ross2009-02-192-19/+160
| | | | | | | Also added better session-id discrimination in the qmf.console library. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@745832 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression that breaks the default username behaviorTed Ross2009-02-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743856 13f79535-47bb-0310-9956-ffa450edef68
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-2/+2
| | | | | | | | This solves a problem seen with qpid-route when credentials are supplied. A test was added to regression test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743819 13f79535-47bb-0310-9956-ffa450edef68
* Instructions on how to run the Python examples.Jonathan Robie2009-02-121-0/+267
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@743788 13f79535-47bb-0310-9956-ffa450edef68
* Added Object.isDeleted(), Object.update()Ted Ross2009-02-021-4/+19
| | | | | | | | Fixed a bug in Object.merge() Added additional pydoc text git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@740017 13f79535-47bb-0310-9956-ffa450edef68
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+180
| | | | | | | Fixed a segfault during cluster member shutdown. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737935 13f79535-47bb-0310-9956-ffa450edef68
* Make sure docstrings are regular strings and not unicode. This works around ↵Rafael H. Schloming2009-01-261-2/+2
| | | | | | a bug where epydoc ignores them if they're unicode. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737818 13f79535-47bb-0310-9956-ffa450edef68
* ensure that we always close the socket, even if the other end doesn'tRafael H. Schloming2009-01-222-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736742 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of ↵Gordon Sim2009-01-201-3/+7
| | | | | | | | | | | | queue state * altered replication protocol to detect and eliminate duplicates * added support for acknowledged transfer over inter-broker bridges * added option to qpid-route to control this git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736018 13f79535-47bb-0310-9956-ffa450edef68
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-151-16/+49
| | | | | | | Added tests for the qpid-specific queue parameters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734689 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-1/+12
| | | | | | | | | | | | | | | * Added QueueEvents class with per broker instance * Modified qpid::broker::Queue to notify QueueEvents of enqueues and dequeues (based on configuration) * Added replication subdir containing two plugins: - an event listener that registers with QueueEvents and creates messages representing received events on a replication queue - a custom exchange type for processing messages of the format created by the listener plugin * Added new option for controlling event generation to qpid::client::QueueOptions * Added new queue option to qpid-config script for the same git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734674 13f79535-47bb-0310-9956-ffa450edef68