index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qpid
/
python
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed finally - Python before 2.5 did not allow finally together with speci...
Jonathan Robie
2010-08-09
2
-4
/
+4
*
Changed conditional assignment to vanilla if/then/else, for compatibility wit...
Jonathan Robie
2010-08-09
1
-2
/
+9
*
corrected whitespace
Rafael H. Schloming
2010-07-13
1
-1
/
+1
*
removed old python examples
Rafael H. Schloming
2010-07-13
34
-2813
/
+29
*
Changed README to README.txt throughout the project for consistency. Removed ...
Jonathan Robie
2010-06-23
1
-0
/
+0
*
Minor adjustment to option definitions for Python 2.3
Gordon Sim
2010-06-09
3
-10
/
+10
*
XML Exchange example.
Jonathan Robie
2010-05-05
1
-0
/
+77
*
correct name of exception to be caught
Gordon Sim
2010-04-27
1
-1
/
+1
*
Hello World example in Python - matches hello_world.cpp
Jonathan Robie
2010-04-16
1
-0
/
+45
*
updated reservations example to match latest changes
Rafael H. Schloming
2010-04-09
4
-25
/
+10
*
Changes to connection lifecycle methods and Connection parameters:
Rafael H. Schloming
2010-04-09
3
-18
/
+6
*
updated reconnect option names to match C++ API
Rafael H. Schloming
2010-04-01
3
-10
/
+10
*
added SSL support to API
Rafael H. Schloming
2010-03-31
3
-3
/
+3
*
QPID-2441: patch from Jan Sarenik that prevents verification failures when ru...
Gordon Sim
2010-03-10
1
-13
/
+13
*
added a subject option to spout
Rafael H. Schloming
2010-02-17
1
-1
/
+4
*
removed sender caching as this should now be unnecessary
Rafael H. Schloming
2010-02-17
1
-10
/
+4
*
added reservations to examples
Rafael H. Schloming
2010-02-17
4
-0
/
+495
*
changed sender/receiver to be synchronous by default when invoked on a connec...
Rafael H. Schloming
2010-02-16
3
-28
/
+27
*
handle Control-C
Rafael H. Schloming
2010-02-13
2
-44
/
+52
*
added count and print formatting options to drain
Rafael H. Schloming
2010-02-13
1
-4
/
+22
*
I have added the license header to the files included in this commit.
Rajith Muditha Attapattu
2010-02-12
1
-0
/
+21
*
Added missing binding_key values to the headers bindings. This allows the bi...
Ted Ross
2010-02-01
1
-2
/
+2
*
added reconnect_delay, reconnect_limit, and backups option to Connection
Rafael H. Schloming
2010-01-29
3
-6
/
+52
*
merged documentation and address changes from rnr branch
Rafael H. Schloming
2010-01-05
1
-1
/
+2
*
QPID-2249 Python Headers Exchange Example
Ted Ross
2009-12-08
6
-0
/
+362
*
fixed the usage text
Rafael H. Schloming
2009-10-12
1
-1
/
+1
*
renamed ping to spout
Rafael H. Schloming
2009-10-12
1
-3
/
+3
*
added an option for logging
Rafael H. Schloming
2009-10-12
1
-0
/
+7
*
added ability to specify reply-to and message properties for ping; also added...
Rafael H. Schloming
2009-10-11
2
-7
/
+114
*
added ping and drain examples for the new API
Rafael H. Schloming
2009-10-11
2
-0
/
+138
*
Removing the verify script - it breaks builds. Will restore when fixed.
Jonathan Robie
2009-03-13
1
-24
/
+0
*
Tests Unicode and handling of all datatypes in application
Jonathan Robie
2009-03-12
4
-0
/
+450
*
Instructions on how to run the Python examples.
Jonathan Robie
2009-02-12
1
-0
/
+267
*
Modified Connect() constructor throughout. User name and password are now
Jonathan Robie
2008-12-16
14
-14
/
+14
*
Added license headers to the following files.
Rajith Muditha Attapattu
2008-12-15
5
-0
/
+95
*
Add ASL to everywhere, to everything.
Aidan Skinner
2008-08-28
15
-0
/
+270
*
replaced example usages of message_flow with the start() method
Rafael H. Schloming
2008-06-11
9
-25
/
+15
*
- Remove redundant comments about AMQP_SPEC
Alan Conway
2008-05-15
15
-60
/
+0
*
- Enable python tets and examples in make rpmbuild.
Alan Conway
2008-05-15
15
-105
/
+15
*
Fixed python/examples/xml-exchange verify script.
Alan Conway
2008-05-14
6
-15
/
+16
*
From Jonathan Robie:
Alan Conway
2008-05-13
6
-0
/
+370
*
Fix typo in examples.
Alan Conway
2008-05-13
2
-3
/
+3
*
QPID-1044: Part of patch from Jonathan Robie + changes to verify scripts to k...
Gordon Sim
2008-05-12
14
-357
/
+469
*
QPID-979: added convenience accessors for headers
Rafael H. Schloming
2008-05-07
1
-13
/
+8
*
QPID-966: applied patch from rajith; altered to use uuid as session name; upd...
Gordon Sim
2008-05-01
16
-222
/
+252
*
Updated c++ and python fanout examples and verify scripts.
Alan Conway
2008-02-15
4
-102
/
+91
*
Fix errors in verify scripts.
Alan Conway
2008-02-11
4
-9
/
+9
*
Refactored verify scripts, added verify for python Examples.
Alan Conway
2008-02-08
20
-27
/
+147
*
Qpid-745
Arnaud Simon
2008-01-18
9
-21
/
+16
*
Further renames as suggested by jrobie@redhat.com
Gordon Sim
2007-12-20
5
-1
/
+173
[next]