summaryrefslogtreecommitdiff
path: root/python/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected whitespaceRafael H. Schloming2010-07-131-1/+1
* removed old python examplesRafael H. Schloming2010-07-1334-2813/+29
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* 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
* updated reservations example to match latest changesRafael H. Schloming2010-04-094-25/+10
* 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
* QPID-2441: patch from Jan Sarenik that prevents verification failures when ru...Gordon Sim2010-03-101-13/+13
* added a subject option to spoutRafael H. Schloming2010-02-171-1/+4
* removed sender caching as this should now be unnecessaryRafael H. Schloming2010-02-171-10/+4
* added reservations to examplesRafael H. Schloming2010-02-174-0/+495
* 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
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* Added missing binding_key values to the headers bindings. This allows the bi...Ted Ross2010-02-011-2/+2
* 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
* QPID-2249 Python Headers Exchange ExampleTed Ross2009-12-086-0/+362
* 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
* Removing the verify script - it breaks builds. Will restore when fixed.Jonathan Robie2009-03-131-24/+0
* Tests Unicode and handling of all datatypes in applicationJonathan Robie2009-03-124-0/+450
* Instructions on how to run the Python examples.Jonathan Robie2009-02-121-0/+267
* Modified Connect() constructor throughout. User name and password are nowJonathan Robie2008-12-1614-14/+14
* Added license headers to the following files.Rajith Muditha Attapattu2008-12-155-0/+95
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2815-0/+270
* replaced example usages of message_flow with the start() methodRafael H. Schloming2008-06-119-25/+15
* - Remove redundant comments about AMQP_SPECAlan Conway2008-05-1515-60/+0
* - Enable python tets and examples in make rpmbuild.Alan Conway2008-05-1515-105/+15
* Fixed python/examples/xml-exchange verify script.Alan Conway2008-05-146-15/+16
* From Jonathan Robie:Alan Conway2008-05-136-0/+370
* Fix typo in examples.Alan Conway2008-05-132-3/+3
* QPID-1044: Part of patch from Jonathan Robie + changes to verify scripts to k...Gordon Sim2008-05-1214-357/+469
* QPID-979: added convenience accessors for headersRafael H. Schloming2008-05-071-13/+8
* QPID-966: applied patch from rajith; altered to use uuid as session name; upd...Gordon Sim2008-05-0116-222/+252
* Updated c++ and python fanout examples and verify scripts.Alan Conway2008-02-154-102/+91
* Fix errors in verify scripts.Alan Conway2008-02-114-9/+9
* Refactored verify scripts, added verify for python Examples.Alan Conway2008-02-0820-27/+147
* Qpid-745Arnaud Simon2008-01-189-21/+16
* Further renames as suggested by jrobie@redhat.comGordon Sim2007-12-205-1/+173