summaryrefslogtreecommitdiff
path: root/qpid/python/examples/api
Commit message (Expand)AuthorAgeFilesLines
* QPID-4924: restore examples to the pure python componentGordon Sim2013-09-196-0/+593
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-716/+0
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-181-0/+99
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-186-30/+54
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-111-0/+4
* QPID-4772: Assume text/plain for content type if no other indication is given...Justin Ross2013-04-231-0/+6
* QPID-4750: Fix unhandled exception; patch from Ernie AllenJustin Ross2013-04-181-1/+1
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-122-475/+0
* QPID-4115: Python send and receive example apps.Darryl L. Pierce2013-02-183-0/+614
* Removed finally - Python before 2.5 did not allow finally together with speci...Jonathan Robie2010-08-092-4/+4
* Changed conditional assignment to vanilla if/then/else, for compatibility wit...Jonathan Robie2010-08-091-2/+9
* Minor adjustment to option definitions for Python 2.3Gordon Sim2010-06-093-10/+10
* XML Exchange example.Jonathan Robie2010-05-051-0/+77
* correct name of exception to be caughtGordon Sim2010-04-271-1/+1
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
* Changes to connection lifecycle methods and Connection parameters:Rafael H. Schloming2010-04-093-18/+6
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-013-10/+10
* added SSL support to APIRafael H. Schloming2010-03-313-3/+3
* added a subject option to spoutRafael H. Schloming2010-02-171-1/+4
* changed sender/receiver to be synchronous by default when invoked on a connec...Rafael H. Schloming2010-02-163-28/+27
* handle Control-CRafael H. Schloming2010-02-132-44/+52
* added count and print formatting options to drainRafael H. Schloming2010-02-131-4/+22
* added reconnect_delay, reconnect_limit, and backups option to ConnectionRafael H. Schloming2010-01-293-6/+52
* merged documentation and address changes from rnr branchRafael H. Schloming2010-01-051-1/+2
* fixed the usage textRafael H. Schloming2009-10-121-1/+1
* renamed ping to spoutRafael H. Schloming2009-10-121-3/+3
* added an option for loggingRafael H. Schloming2009-10-121-0/+7
* added ability to specify reply-to and message properties for ping; also added...Rafael H. Schloming2009-10-112-7/+114
* added ping and drain examples for the new APIRafael H. Schloming2009-10-112-0/+138