summaryrefslogtreecommitdiff
path: root/qpid/python
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: update version numbers/datesqpid-cpp-0.34-rcRobert Gemmell2015-06-251-1/+1
* QPID-6326 Don't automatically search for exchanges and queues with each requestErnest Allen2015-06-122-18/+35
* QPID-6297: Python client should reconnect after network glitchErnest Allen2015-06-101-1/+3
* QPID-6567: [Python Client] Centralise responsibilities for flow_control_wait_...Keith Wall2015-06-091-4/+5
* QPID-6567: [Python Client 0-8..0-91] ensure client won't send messages after/...Alex Rudyy2015-06-052-11/+13
* QPID-6567: [Python Client 0-8..0-91] send flow-ok on receiving flow command. ...Alex Rudyy2015-06-051-0/+8
* QPID-6567: [Python Client 0-8..0-91] Support producer side flow control in th...Keith Wall2015-06-033-8/+39
* NO-JIRA: Add into ant script for running python tests a condition to wait for...Alex Rudyy2015-04-201-3/+23
* QPID-6474: [Python Client] 08..09 Prevent Client.close ending in exception if...Keith Wall2015-04-061-0/+1
* QPID-6475: [Python Client] 08..09 Send connection.close before closing socketKeith Wall2015-04-032-5/+12
* QPID-6474: [Python Client] Prevent client connection thread leaks on the 08.....Keith Wall2015-04-033-8/+42
* QPID-6473: [Python Client] Replace old style exception syntax on a number of ...Keith Wall2015-04-031-10/+10
* QPID-6445: Revert the error checking code to *not* close, as this was causing...Ernest Allen2015-03-131-4/+0
* QPID-6405: Dont't use a Python Conditional Expression to maintain compatibili...Keith Wall2015-03-011-1/+2
* QPID-6405: [Python Client] Fallback if pkg_resources is not available.Keith Wall2015-02-231-1/+2
* QPID-6405: [Python Client] Retreive package version number from pkg_resources...Keith Wall2015-02-223-12/+25
* QPID-5799: provide notification callback for received messages.Ken Giusti2015-02-113-1/+45
* [QPID-5823]: Python client should create a node with name starting '\#', allo...Pavel Moravec2015-02-011-2/+5
* QPID-6197: Allow unicode values in connection response fieldErnest Allen2015-01-122-0/+6
* QPID-6116: [Python Client 0-8..0-9] Fix spelling error in new method nameKeith Wall2014-10-035-5/+5
* QPID-6116: [Python Client 0-8..0-9] Allow fallback to anon/external sasl if n...Keith Wall2014-10-0111-24/+35
* NO-JIRA: fix syntax for older python versions (and consistent with style used...Gordon Sim2014-09-301-6/+7
* QPID-6116: ensure new packages are installedGordon Sim2014-09-261-1/+1
* QPID-6116: [Python Client 08..091] Add ability to negotiate SASL mechanism an...Keith Wall2014-09-2519-6/+604
* QPID-6117: [Python Client 0-8..0-9] Ignore socket.error ENOTCONN when trying ...Keith Wall2014-09-251-3/+10
* QPID-6109: don't require password to be specified to allow PLAINGordon Sim2014-09-191-1/+1
* QPID-6110: Add manifest includes for license and notice filesJustin Ross2014-09-191-0/+1
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying th...Keith Wall2014-09-121-4/+12
* QPID-6086: [Python Client] 08..091 Add support for SSL and client cert authen...Keith Wall2014-09-062-3/+24
* QPID-6085: [Python client] 08..091 implement sending/receiving of additional ...Keith Wall2014-09-062-16/+255
* QPID-6084: [Python Client] Guard use of sys.argv when constructing connection...Keith Wall2014-09-061-1/+1
* QPID-6083: [Python Client] utilise pathname2url when constructing spec file l...Keith Wall2014-09-061-1/+2
* QPID-6082: [Python Client] 08..091 Explicitly set incoming queue to guard met...Keith Wall2014-09-061-0/+8
* QPID-6081: [Python Client] 08..091 Ensure that multiframe bodies are received...Keith Wall2014-09-061-3/+3
* NO-JIRA: Fix qpid/python/qpid/messaging/driver.py to work on python 2.4.Alan Conway2014-09-041-2/+3
* QPID-5975: HA extra/missing messages when running qpid-txtest2 in a loop with...Alan Conway2014-08-283-4/+22
* QPID-5813: fix up LICENSE + NOTICE etc filesRobert Gemmell2014-08-272-31/+4
* NO-JIRA: Fix timeout on python messaging.Session.commit and rollbackAlan Conway2014-08-221-3/+5
* QPID-5813: Advance version numbers on trunk to 0.29Justin Ross2014-08-071-1/+1
* NO-JIRA: Strengthen ant python test wrapper to ensure that ant will fail if i...Keith Wall2014-07-301-5/+13
* [QPID-5852]: connection.opened() returns True after unsuccessful connection (...Pavel Moravec2014-07-241-1/+2
* QPID-5923: check requested node type when handling deleteGordon Sim2014-07-241-3/+4
* QPID-5921: add missing clause to resolution logic for when only exchange exis...Gordon Sim2014-07-241-0/+5
* QPID-5888: transaction should always be aborted on failoverAlan Conway2014-07-181-0/+6
* QPID-5894: force cert checking if user specifically asks to verify the remote...Ken Giusti2014-07-182-0/+7
* QPID-5850: Support for long session names (patch from Ernie Allen)Gordon Sim2014-07-161-2/+2
* [QPID-5823]: Python client should create a node with name starting '\#'Pavel Moravec2014-07-072-1/+12
* [QPID-5864]: [Python client] Provide better error description when SASL requi...Pavel Moravec2014-07-011-1/+5
* [QPID-5852]: [Python client] connection.opened() returns True after unsuccess...Pavel Moravec2014-06-261-0/+3
* QPID-5836: [Python client] Report error when encountering unrecognized connec...Pavel Moravec2014-06-261-41/+50