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
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-5600: Advance the version number on trunk to 0.29
Justin Ross
2014-03-20
1
-1
/
+1
*
QPID-5588: [python-client] use poll() instead of select() where available.
Kenneth Anthony Giusti
2014-02-28
1
-5
/
+63
*
QPID-5557: allow disambiguation of node type
Gordon Sim
2014-02-24
1
-7
/
+18
*
QPID-5520: qpid-python-test should not fail for skipped tests.
Alan Conway
2014-01-28
1
-1
/
+1
*
QPID-2294: add checks for negative timeout
Gordon Sim
2014-01-24
1
-1
/
+2
*
QPID-2294: handle signal interruptions to select
Gordon Sim
2014-01-15
1
-1
/
+14
*
QPID-5428: Heartbeats not in use when attempting to connect with python client.
Alan Conway
2014-01-09
1
-18
/
+37
*
QPID-5255: Change trunk version to 0.27
Justin Ross
2013-11-12
1
-1
/
+1
*
QPID-5203: if session error exists, simply return from session close (also re...
Gordon Sim
2013-10-30
1
-7
/
+5
*
QPID-5139: Add timeout argument to python messaging.Session.commit.
Alan Conway
2013-10-29
1
-2
/
+2
*
QPID-5203 Python client unexpected exception after ACL denial
Pavel Moravec
2013-10-22
1
-4
/
+7
*
QPID-5183 Python client does not release acquired messages on consumer close ...
Pavel Moravec
2013-09-27
1
-0
/
+14
*
QPID-5142: require swig client to be explicitly selected for tests
Gordon Sim
2013-09-24
1
-3
/
+7
*
QPID-5154: Further corrections to the Connection API doc; a patch from Ernie ...
Justin Ross
2013-09-23
1
-8
/
+3
*
QPID-4924: restore examples to the pure python component
Gordon Sim
2013-09-19
6
-0
/
+593
*
QPID-4952: Fix swigged python tests which were disabled by previous commit
Gordon Sim
2013-09-19
1
-1
/
+1
*
QPID-4924: Move the Python examples under the bindings directory.
Darryl L. Pierce
2013-09-18
7
-716
/
+0
*
QPID-4924: Created the console Python example app.
Darryl L. Pierce
2013-09-18
1
-0
/
+99
*
QPID-4924: Fixed the Python examples to use the new Python module
Darryl L. Pierce
2013-09-18
6
-30
/
+54
*
QPID-5133: Add option to the spout examples to enable durable messages
Darryl L. Pierce
2013-09-11
1
-0
/
+4
*
QPID-5104: make handling of properties in swigged impl match the pure python ...
Gordon Sim
2013-09-05
1
-0
/
+11
*
QPID-4711: translate between structured content in AMQP 0-10 and 1.0
Gordon Sim
2013-08-13
1
-0
/
+13
*
QPID-4961: Change trunk version to 0.25
Justin Ross
2013-07-18
1
-1
/
+1
*
QPID-4988: Add test runs using swigged python client
Gordon Sim
2013-07-16
3
-6
/
+44
*
NO-JIRA: Corrections for the python API doc; a patch from Ernie Allen
Justin Ross
2013-06-25
1
-10
/
+14
*
NO-JIRA: Fix typo "sock.close" in qpid/python/qpid/util.py
Alan Conway
2013-06-17
1
-1
/
+1
*
QPID-4903: don't delete subscription queue when closing link if it was explic...
Gordon Sim
2013-06-06
1
-1
/
+1
*
NO-JIRA: Added connection timeout to python client, used in brokertests.
Alan Conway
2013-05-29
1
-4
/
+3
*
QPID-4882: use correct exception object for older ssl implemenations
Kenneth Anthony Giusti
2013-05-23
1
-1
/
+1
*
QPID-4872: when retrying ssl reads or writes, use previous arguments
Kenneth Anthony Giusti
2013-05-22
1
-6
/
+28
*
QPID-4798: updated and renamed spec files
Rafael H. Schloming
2013-05-03
4
-1846
/
+981
*
copied updated specs
Rafael H. Schloming
2013-05-02
4
-16
/
+12
*
QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie Allen
Justin Ross
2013-05-02
2
-3
/
+18
*
NO-JIRA: Trivial python client fix, pass timeout in Sender.send.
Alan Conway
2013-05-01
1
-1
/
+1
*
QPID-4798: switched python client over to using stripped XML
Rafael H. Schloming
2013-05-01
11
-15905
/
+5421
*
QPID-2453: Allow the session to keep operating after content codec errors; a ...
Justin Ross
2013-04-23
4
-5
/
+54
*
QPID-4140: Use the session.acked list to determine the number of unsettled me...
Justin Ross
2013-04-23
2
-2
/
+5
*
QPID-4772: Assume text/plain for content type if no other indication is given...
Justin Ross
2013-04-23
1
-0
/
+6
*
QPID-4750: Fix unhandled exception; patch from Ernie Allen
Justin Ross
2013-04-18
1
-1
/
+1
*
QPID-4637: Change the Qpid version to 0.23
Justin Ross
2013-03-24
1
-1
/
+1
*
NO-JIRA: add SSL test that verifies hostname in certificate
Kenneth Anthony Giusti
2013-03-22
2
-2
/
+74
*
QPID-4115: Moved the Python send and receive apps.
Darryl L. Pierce
2013-03-12
3
-480
/
+0
*
QPID-4115: Python send and receive example apps.
Darryl L. Pierce
2013-02-18
4
-0
/
+619
*
QPID-4377: Update trunk versions to 0.21
Justin Ross
2012-11-19
1
-1
/
+1
*
QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ...
Keith Wall
2012-11-07
8
-56
/
+107
*
QPID-4377: Pass down the timeout argument; patch from Ernie Allen
Justin Ross
2012-10-17
1
-1
/
+1
*
QPID-4337: add SSL support for older python clients.
Kenneth Anthony Giusti
2012-09-21
2
-2
/
+40
*
NO-JIRA: remove unsupported argument.
Kenneth Anthony Giusti
2012-08-16
1
-1
/
+1
*
QPID-4147: made selector handle interrupt based on patch from siddesh
Rafael H. Schloming
2012-07-30
2
-6
/
+30
*
QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python tools
Ted Ross
2012-07-26
5
-52
/
+41
[next]