summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR to...Kim van der Riet2009-05-071-4/+4
* Added missing import from testlib.pyKim van der Riet2009-05-061-1/+1
* Added the ability to start and stop a test broker from within the python test...Kim van der Riet2009-05-061-2/+234
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-041-2/+1
* used timed wait to improve debugabilityRafael H. Schloming2009-04-182-2/+6
* QPID-1808: added mllib to setup.pyGordon Sim2009-04-151-1/+1
* QPID-1702 QPID-1706Ted Ross2009-03-273-22/+113
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-2520-104/+104
* QPID-1758 Applied qpid-config patch from Ffrench Mathilde.Ted Ross2009-03-191-5/+48
* Removing the verify script - it breaks builds. Will restore when fixed.Jonathan Robie2009-03-131-24/+0
* Tests Unicode and handling of all datatypes in applicationJonathan Robie2009-03-124-0/+450
* Update versions to 0.5Martin Ritchie2009-03-111-2/+2
* changed regular string encoding from str16_latin to str16 for backwards compa...Rafael H. Schloming2009-03-101-1/+1
* fixed uuid decoding errors due to read_uuid semantics changeRafael H. Schloming2009-03-062-4/+4
* added support for encoding buffersRafael H. Schloming2009-03-063-0/+12
* codec and unicode tests and fixesRafael H. Schloming2009-03-064-22/+56
* Typo in printing of 'generate events' option on queue.Gordon Sim2009-03-021-1/+1
* Improvements to qpid-stat:Ted Ross2009-02-262-79/+275
* Added a new utility for viewing broker stats.Ted Ross2009-02-253-3/+414
* Fix for bug in credit reallocation, along with test from rafaels@redhat.com t...Gordon Sim2009-02-251-0/+36
* Replace os.uname with platform.uname to enable this to work on WindowsStephen D. Huston2009-02-242-2/+4
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-1/+5
* QPID-1669 - Added client connection management to qpid-cluster.Ted Ross2009-02-192-19/+160
* Fixed regression that breaks the default username behaviorTed Ross2009-02-121-2/+2
* Remove unicode when dealing with usernames and passwords in URLs.Ted Ross2009-02-121-2/+2
* Instructions on how to run the Python examples.Jonathan Robie2009-02-121-0/+267
* Added Object.isDeleted(), Object.update()Ted Ross2009-02-021-4/+19
* Added qpid-cluster utility plus model changes to support it.Ted Ross2009-01-261-0/+180
* Make sure docstrings are regular strings and not unicode. This works around a...Rafael H. Schloming2009-01-261-2/+2
* ensure that we always close the socket, even if the other end doesn'tRafael H. Schloming2009-01-222-3/+6
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-3/+7
* Added lvq-no-browse support to qpid-config.Ted Ross2009-01-151-16/+49
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-1/+12
* Fixed code problem for Python versions less than 2.5Ted Ross2009-01-091-3/+4
* Added missing import statementTed Ross2009-01-081-0/+1
* ignore hearbeat controls rather than barfing on them, also permit the heartbe...Rafael H. Schloming2009-01-082-7/+19
* removed amqp-doc as it is broken and the same functionality is now available ...Rafael H. Schloming2009-01-081-80/+0
* made codegen happen on module import rather than on object instantiation, thi...Rafael H. Schloming2009-01-085-84/+72
* Restrict queries to the broker-resident agent only.Ted Ross2008-12-171-12/+18
* Modified Connect() constructor throughout. User name and password are nowJonathan Robie2008-12-1614-14/+14
* Fixed problems with object representation functions.Ted Ross2008-12-161-4/+6
* Added license headers to the following files.Rajith Muditha Attapattu2008-12-157-0/+132
* Suppress spurious object updates when "rcvObjects" is false.Ted Ross2008-12-151-1/+1
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-1/+17
* applied patch from jross to fix some typosRafael H. Schloming2008-12-091-3/+3
* corrected release notesRafael H. Schloming2008-12-091-4/+3
* updated READMERafael H. Schloming2008-12-091-19/+43
* modified hello-world to optionally take a broker as an argumentRafael H. Schloming2008-12-091-1/+12
* QPID-691: fixed a typo in getopt argsRafael H. Schloming2008-12-061-1/+1
* Avoid a divide-by-zero that can occur if updates are sent with a timestampTed Ross2008-12-031-0/+2