summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-5830: [Python client] Unable to create bindings on already existing brok...Pavel Moravec2014-06-181-15/+20
* QPID-5823: (reverting commit r1602820) Python client should create a node wit...Pavel Moravec2014-06-162-11/+8
* QPID-5823: Python client should create a node with name starting '\#'Pavel Moravec2014-06-162-8/+11
* Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blo...Andrew Stitcher2014-06-121-1/+1
* QPID-5812: python high level API client receiver.fetch(timeout=N) blocks fore...Pavel Moravec2014-06-121-1/+1
* QPID-5808: framer should consume only header bytesKen Giusti2014-06-091-1/+3
* QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthr...Ken Giusti2014-05-301-2/+10
* QPID-5773: back out non-functional recv path change from QPID-4872Ken Giusti2014-05-291-16/+7
* QPID-5637: reset Selector singleton across fork.Ken Giusti2014-05-201-2/+4
* QPID-5700: ensure interleaved segments on different tracks do not get confusedGordon Sim2014-04-151-12/+16
* QPID-5600: Advance the version number on trunk to 0.29Justin Ross2014-03-201-1/+1
* QPID-5588: [python-client] use poll() instead of select() where available.Ken Giusti2014-02-281-5/+63
* QPID-5557: allow disambiguation of node typeGordon Sim2014-02-241-7/+18
* QPID-5520: qpid-python-test should not fail for skipped tests.Alan Conway2014-01-281-1/+1
* QPID-2294: add checks for negative timeoutGordon Sim2014-01-241-1/+2
* QPID-2294: handle signal interruptions to selectGordon Sim2014-01-151-1/+14
* QPID-5428: Heartbeats not in use when attempting to connect with python client.Alan Conway2014-01-091-18/+37
* QPID-5255: Change trunk version to 0.27Justin Ross2013-11-121-1/+1
* QPID-5203: if session error exists, simply return from session close (also re...Gordon Sim2013-10-301-7/+5
* QPID-5139: Add timeout argument to python messaging.Session.commit.Alan Conway2013-10-291-2/+2
* QPID-5203 Python client unexpected exception after ACL denialPavel Moravec2013-10-221-4/+7
* QPID-5183 Python client does not release acquired messages on consumer close ...Pavel Moravec2013-09-271-0/+14