summaryrefslogtreecommitdiff
path: root/python/tests_0-10/dtx.py
Commit message (Expand)AuthorAgeFilesLines
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-051-775/+0
* use longs for large hex constant literals, this avoids scary looking warnings...Rafael H. Schloming2009-03-251-3/+3
* cleanup old irrelevant tests (from 0-10 preview functions)Gordon Sim2008-06-051-5/+2
* QPID-1095: another error code correctionGordon Sim2008-05-281-2/+1
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-281-7/+116
* QPID-954: added fallbacks and fixes for running the python client on python 2.3Rafael H. Schloming2008-05-131-0/+1
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-081-6/+6
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-7/+0
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-237/+268
* updated pack param, however nothing was broken because first param is 0Kim van der Riet2007-11-061-1/+1
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-12/+43
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-111-13/+13
* Moved c++ over to using the same preview file for 0-10 work as java.Gordon Sim2007-09-211-2/+8
* Use octet each for class and method id (changed c++ and python)Gordon Sim2007-09-211-20/+20
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-1/+3
* Fix for QPID-561Gordon Sim2007-09-031-1/+1
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-281-16/+17
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-3/+3
* Use execution layer to acknowledge messages. Gordon Sim2007-07-271-4/+22
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-0/+587