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
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
made bindings additive, improved message level logging
Rafael H. Schloming
2010-01-22
2
-23
/
+84
*
added boolean literals to java & python address parser; added validation to p...
Rafael H. Schloming
2010-01-22
5
-13
/
+147
*
QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...
Gordon Sim
2010-01-22
2
-0
/
+10
*
removed imports so that the old spec doesn't need to be parsed
Rafael H. Schloming
2010-01-21
6
-7
/
+3
*
only import the subprocess module when needed
Rafael H. Schloming
2010-01-20
1
-1
/
+3
*
modified address test suite to work against external address parser
Rafael H. Schloming
2010-01-20
2
-12
/
+110
*
fixed bug in destination/receiver correlation
Rafael H. Schloming
2010-01-19
3
-20
/
+51
*
added connection and session address to log statements
Rafael H. Schloming
2010-01-19
2
-7
/
+9
*
Added support for extended properties in the broker test framework
Kim van der Riet
2010-01-19
1
-10
/
+23
*
Removed import of 'io' module for pre-Python-2.6 compatibility
Ted Ross
2010-01-08
1
-2
/
+1
*
QPID-2327 - Enhance qpid-config to deal with xml and headers brokers
Ted Ross
2010-01-07
1
-3
/
+81
*
Minor cluster test fixes.
Alan Conway
2010-01-06
1
-2
/
+2
*
Added config-seq counter to track config changes since cluster init.
Alan Conway
2010-01-06
1
-10
/
+1
*
Don't hold up broker initialization for cluster initialization.
Alan Conway
2010-01-06
1
-5
/
+25
*
QPID-2318
Ted Ross
2010-01-05
2
-2
/
+6
*
merged documentation and address changes from rnr branch
Rafael H. Schloming
2010-01-05
5
-16
/
+200
*
QPID-2318 - qpid-tool does not seem to issue session acknowledgements
Ted Ross
2010-01-04
1
-0
/
+2
*
Upped qpid version to 0.7 for next development cycle
Andrew Stitcher
2010-01-04
1
-1
/
+1
*
QPID-2292: added the redelivered flag to the message class
Rafael H. Schloming
2009-12-17
2
-0
/
+2
*
QPID-2287: added an address option for declaring queues with multiple bindings
Rafael H. Schloming
2009-12-17
2
-1
/
+35
*
QPID-2286: added list support to address parser
Rafael H. Schloming
2009-12-17
2
-2
/
+56
*
QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, thi...
Rafael H. Schloming
2009-12-17
1
-1
/
+1
*
updated todo list
Rafael H. Schloming
2009-12-15
1
-32
/
+5
*
QPID-2266: error sending update: Enqueue capacity threshold exceeded
Alan Conway
2009-12-11
1
-4
/
+5
*
QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5
Ted Ross
2009-12-11
2
-39
/
+9
*
split out some of the generic parsing stuff in the address parser, and added ...
Rafael H. Schloming
2009-12-09
8
-138
/
+416
*
QPID-2253 - Cluster node shuts down with inconsistent error.
Alan Conway
2009-12-09
1
-7
/
+2
*
QPID-2249 Python Headers Exchange Example
Ted Ross
2009-12-08
6
-0
/
+362
*
Fix test race condition that was causing the test to hang.
Alan Conway
2009-12-02
1
-15
/
+33
*
workaround for ptol failures
Rafael H. Schloming
2009-12-01
2
-1
/
+4
*
Added a simple workaround for the python client to handle the "text/plain" co...
Rajith Muditha Attapattu
2009-12-01
1
-0
/
+2
*
Improved error messages in brokertest framework.
Alan Conway
2009-11-26
1
-12
/
+43
*
Cluster consistency: check for no clean store condition.
Alan Conway
2009-11-26
1
-2
/
+2
*
Consistency checks for persistent cluster startup.
Alan Conway
2009-11-25
1
-12
/
+14
*
Change java and python package versions to 0.6
Andrew Stitcher
2009-11-25
1
-1
/
+1
*
Added flow control to failover_test in cluster_tests.py.
Alan Conway
2009-11-24
1
-4
/
+30
*
Support for restarting a persistent cluster.
Alan Conway
2009-11-24
1
-21
/
+40
*
Handle empty (rather than null) content type as sent by c++ client
Gordon Sim
2009-11-20
1
-0
/
+1
*
In exchange-bound, set queue-not-found correctly even if exchange is not found.
Gordon Sim
2009-11-19
1
-2
/
+14
*
fix handling of localhost ipv6 address when using getaddrinfo
Nuno Santos
2009-11-18
2
-2
/
+3
*
Improved exception handling in brokertest.Broker.
Alan Conway
2009-11-18
1
-1
/
+1
*
Provide default for brokertest.py OUTDIR define.
Alan Conway
2009-11-18
1
-2
/
+3
*
Added cluster option --cluster-size.
Alan Conway
2009-11-18
1
-16
/
+10
*
Refactor qpid-cluster script with main() to be callable from python.
Alan Conway
2009-11-18
1
-118
/
+118
*
added another create exchange test
Rafael H. Schloming
2009-11-16
1
-9
/
+25
*
better name for completion actions
Rafael H. Schloming
2009-11-16
1
-6
/
+6
*
added address support for specifying node type and properties
Rafael H. Schloming
2009-11-16
5
-94
/
+170
*
added support for sender/receiver delete, made tests clean up after themselve...
Rafael H. Schloming
2009-11-14
3
-69
/
+151
*
removed start/stop
Rafael H. Schloming
2009-11-14
2
-133
/
+40
*
used cross-platform file modes
Rafael H. Schloming
2009-11-13
1
-2
/
+2
[next]