summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* * python/qpid/peer.py (Peer.close): Close delegate *before* channels.Alan Conway2007-03-151-1/+4
* r1278@fuschia: andrew | 2007-03-08 19:42:43 +0000Andrew Stitcher2007-03-081-1/+0
* * python/qpid/peer.py (Channel.__init__): use reliable framing ifAlan Conway2007-03-063-14/+22
* Revised list of failing tests for java broker on this branchGordon Sim2007-02-231-7/+0
* Ensure socket is closed in tearDownGordon Sim2007-02-213-7/+22
* r1224@fuschia: andrew | 2007-02-21 17:20:59 +0000Andrew Stitcher2007-02-211-0/+4
* Fixed bug in references where map wasn't qualified in closeGordon Sim2007-02-213-6/+9
* r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000Andrew Stitcher2007-02-211-1/+1
* Updated list of failing tests for java broker on this branch.Gordon Sim2007-02-201-4/+2
* Fixed bug where response id rather than request id was being used to get list...Gordon Sim2007-02-201-1/+1
* Fix: use message_resume not channel_resumeGordon Sim2007-02-161-1/+1
* Updated failing list for java (some of these result in test suite blocking)Gordon Sim2007-02-162-1/+12
* Expanded the use of batched acks to a few other places in tests.Gordon Sim2007-02-142-25/+10
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-133-16/+18
* Minor update to checkpoint testGordon Sim2007-02-121-2/+2
* Added test for checkpointingGordon Sim2007-02-121-2/+26
* Added a test for message_reject.Gordon Sim2007-02-121-0/+15
* * qpid/client.py - altered handling of transfer for references, Gordon Sim2007-02-122-22/+124
* * qpid/client.py - added channel_pong handler to delegateGordon Sim2007-02-093-0/+60
* Modified error handling to detect failure due to invalid response.Gordon Sim2007-02-091-0/+1
* Fix for topic tests. Content fields must be explicitly filled at present.Gordon Sim2007-02-091-4/+4
* * qpid/peer.py - fix to prevent race between handling of connection.close req...Gordon Sim2007-02-094-7/+12
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-091-8/+12
* Fixes to qos and get tests. Added test for correct completion of references.Gordon Sim2007-02-081-19/+63
* Use self.queue_open to ensure deletion of queue - was clashing with message.p...Alan Conway2007-02-071-1/+1
* Added list of valid responses to method descriptions where appropriate.Gordon Sim2007-02-071-0/+4
* Added support for receiving and sending of referencesGordon Sim2007-02-076-15/+254
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-061-3/+3
* Removed debug print statement accidentally included in last commit.Alan Conway2007-02-051-1/+0
* Added missing __str__ method for Responses.Alan Conway2007-02-051-0/+4
* Change get-empty to get_emptyGordon Sim2007-02-051-4/+4
* Fix for handling of header and content frames following a basic.get_ok response.Gordon Sim2007-02-051-1/+7
* Changed "get-ok" to "get_ok".Alan Conway2007-02-051-3/+3
* Some fixes to the tests for message class.Gordon Sim2007-02-011-19/+37
* updated python spec parse to load from multiple files, changed default specs ...Rafael H. Schloming2007-01-303-40/+57
* Added test suite for the message class.Gordon Sim2007-01-292-0/+404
* Updated list of tests that fail with java broker on this branch.Gordon Sim2007-01-291-7/+0
* Pass in application headers directlyGordon Sim2007-01-291-1/+1
* Fixes to tests.Gordon Sim2007-01-292-6/+7
* Updates to use message class in place of basic.Gordon Sim2007-01-2611-151/+130
* made message-transfer return a result, switched over message delivery to use ...Rafael H. Schloming2007-01-182-0/+8
* updated hello-world smoke testRafael H. Schloming2007-01-181-1/+4
* changed reliable to true by defaultRafael H. Schloming2007-01-161-1/+1
* 0-9 request/response framing for pythonRafael H. Schloming2007-01-1611-213/+424
* svn merge -r492717:492730 from the trunkRafael H. Schloming2007-01-042-14/+17
* File tidy-up for AMQP version code: Removed old XSLT files; moved cluster.asl...Kim van der Riet2006-12-222-2/+2
* Added license.Rafael H. Schloming2006-12-201-1/+19
* Simple setup.py scriptRafael H. Schloming2006-12-201-0/+7
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Adding license filesCarl C. Trieloff2006-11-292-0/+223