summaryrefslogtreecommitdiff
path: root/python/qmf
Commit message (Expand)AuthorAgeFilesLines
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-031-4/+11
* Gets of specific object-ids should only involve the agent(s) that ownTed Ross2008-12-011-4/+11
* Fixed a logic bug in a try/finallyTed Ross2008-12-011-1/+1
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-011-1/+1
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-1/+1
* 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-211-58/+85
* QPID-1464 - Moved qmf console API out of python/qpid and into python/qmfTed Ross2008-11-202-0/+1490