summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* preliminary support for message headersRafael H. Schloming2008-03-063-4/+14
* added codec for sequence_set; added id to Message; RangeSet -> RangedSet; add...Rafael H. Schloming2008-03-066-29/+57
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-062-7/+2
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-0520-177/+3469
* added incoming queues for messages; altered session dispatch to send entire a...Rafael H. Schloming2008-03-057-47/+124
* added frame-end back as a temporary workaround for C++; added a timeout to th...Rafael H. Schloming2008-03-052-1/+7
* added logging; fixed deprecation warnings in old codec; filled in datatypes.M...Rafael H. Schloming2008-03-055-9/+35
* check the mtime of the cached spec against the code that generates itRafael H. Schloming2008-03-042-5/+7
* import of in-process 0-10 final python clientRafael H. Schloming2008-03-0419-0/+2267
* QPID-820 from trossCarl C. Trieloff2008-02-284-296/+473
* improved error messageRafael H. Schloming2008-02-271-4/+4
* put queue listeners in their own threadRafael H. Schloming2008-02-252-39/+49
* Start moving towards final 0-10 spec:Gordon Sim2008-02-213-5/+11
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-181-0/+42
* Updated c++ and python fanout examples and verify scripts.Alan Conway2008-02-154-102/+91
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-141-0/+43
* Fix errors in verify scripts.Alan Conway2008-02-114-9/+9
* whitespace cleanupRafael H. Schloming2008-02-081-34/+34
* Refactored verify scripts, added verify for python Examples.Alan Conway2008-02-0820-27/+147
* Changd name of alternate_exchange.Alan Conway2008-01-281-1/+1
* added imports to test module __init__.pysRafael H. Schloming2008-01-243-0/+16
* removed management.py.rej, which had been checked in by mistakeNuno Santos2008-01-231-457/+0
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-183-11/+30
* Qpid-745Arnaud Simon2008-01-189-21/+16
* Set the exchange field in delivery properties on the broker.Gordon Sim2008-01-171-1/+1
* Patch from https://issues.apache.org/jira/browse/QPID-722 by Ted Ross:Alan Conway2008-01-071-12/+26
* patch-715 (tross)Carl C. Trieloff2008-01-023-49/+158
* Further renames as suggested by jrobie@redhat.comGordon Sim2007-12-205-1/+173
* File rename to better fit the pubsub nomenclature (from jrobie@redhat.com)Gordon Sim2007-12-192-25/+15
* patch from tross Carl C. Trieloff2007-12-143-18/+68
* set executable propertyAlan Conway2007-12-111-0/+0
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-105-60/+1294
* Reversed renamingGordon Sim2007-12-058-0/+0
* Renamed for consistency with c++Gordon Sim2007-12-058-0/+0
* Updates to examples from jonathan.robie@redhat.comGordon Sim2007-12-058-29/+18
* removed warnings on duplicate constants, the issue will go away with 0-10 finalRafael H. Schloming2007-12-041-1/+2
* Python examplesAlan Conway2007-11-3010-0/+782
* new fileArnaud Simon2007-11-271-0/+95
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* QPID-687: comitted qpid-patch7-python.diff for real this time.Alan Conway2007-11-152-74/+190
* Fix to auto-rollback which didn't do what it was supposed to (i.e. rollback a...Gordon Sim2007-11-151-3/+24
* Get rid of basic_publish, no longer supported by c++ broker.Alan Conway2007-11-091-2/+2
* python API updatesRafael H. Schloming2007-11-074-45/+85
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-071-2/+2
* added factory for structs, and made default spec loading based on AMQP_SPEC e...Rafael H. Schloming2007-11-074-11/+44
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-1/+1
* 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-063-12/+61
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-292-2/+227
* Added empty stub in client.py for handling session acksKim van der Riet2007-10-291-0/+3