summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-034-6/+16
* QPID-1419: remove wip support from 0-9 python client Gordon Sim2008-12-023-13/+17
* Gets of specific object-ids should only involve the agent(s) that ownTed Ross2008-12-011-4/+11
* Added handling of connection loss with connection retry.Ted Ross2008-12-011-12/+17
* Fixed a logic bug in a try/finallyTed Ross2008-12-011-1/+1
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-012-2/+2
* Fixed regression caused by a change to the qmf.console API.Ted Ross2008-12-011-8/+3
* removed incubator noticeCarl C. Trieloff2008-12-012-7/+2
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-1/+1
* QPID-1484 - qpid-printevents now handles connection loss/reconnectTed Ross2008-11-241-4/+14
* QPID-1483 - Connection handling in the Python QMF console APITed Ross2008-11-241-38/+126
* Added __hash__ and __eq__ methods to ObjectId.Ted Ross2008-11-241-0/+6
* Removed hooks for message credits. This will be implemented correctly later.Ted Ross2008-11-241-10/+5
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-11/+15
* Add ability to construct a ClassKey from it's __repr__ string.Ted Ross2008-11-211-6/+23
* code cleanup on qmf console APITed Ross2008-11-212-61/+105
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-209-16/+34
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-3/+3
* Fix to error handling, without this I was seeing "AttributeError: Exception i...Gordon Sim2008-11-171-1/+1
* updated version numbers and release notes for M4Rafael H. Schloming2008-11-151-2/+2
* Avoid unicode in schema labels, which causes problems when they're used asTed Ross2008-11-131-17/+30
* Removed spurious exception re-raiseTed Ross2008-11-131-1/+0
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ...Ted Ross2008-11-131-10/+3
* Removed optimistic-consume option for queuesTed Ross2008-11-121-9/+1
* added codec tests for int64Rafael H. Schloming2008-11-111-0/+8
* QPID-1448 - Management APIs and CLI tools are not unicode safeTed Ross2008-11-116-76/+100