summaryrefslogtreecommitdiff
path: root/python/examples/api
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-283-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