summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-5142: require swig client to be explicitly selected for testsGordon Sim2013-09-241-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525969 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5154: Further corrections to the Connection API doc; a patch from Ernie ↵Justin Ross2013-09-231-8/+3
| | | | | | Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525570 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: restore examples to the pure python componentGordon Sim2013-09-196-0/+593
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524673 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4952: Fix swigged python tests which were disabled by previous commitGordon Sim2013-09-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524669 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Move the Python examples under the bindings directory.Darryl L. Pierce2013-09-187-716/+0
| | | | | | They now are found with the other languages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524574 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Created the console Python example app.Darryl L. Pierce2013-09-181-0/+99
| | | | | | | It allows the user to send messages tot he server example app and get messages back. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524573 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4924: Fixed the Python examples to use the new Python moduleDarryl L. Pierce2013-09-186-30/+54
| | | | | | | | Now the imports will first attempt to bring in qpid_messaging, the Swig generated Python. If that fails it will then fall back to trying to import qpid.messaging, the pure Python binding. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1524572 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5133: Add option to the spout examples to enable durable messagesDarryl L. Pierce2013-09-111-0/+4
| | | | | | | | Each of the examples (C++, Ruby, Perl, Python) now have a command line option to set the durable flag on messages sent. This allows for experimenting with message persistence. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1522042 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5104: make handling of properties in swigged impl match the pure python ↵Gordon Sim2013-09-051-0/+11
| | | | | | impl more closely git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1520416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-131-0/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1513537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4961: Change trunk version to 0.25Justin Ross2013-07-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1504343 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4988: Add test runs using swigged python clientGordon Sim2013-07-163-6/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1503652 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Corrections for the python API doc; a patch from Ernie AllenJustin Ross2013-06-251-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1496623 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix typo "sock.close" in qpid/python/qpid/util.pyAlan Conway2013-06-171-1/+1
| | | | | | Added missing parentheses on call to sock.close(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1493873 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4903: don't delete subscription queue when closing link if it was ↵Gordon Sim2013-06-061-1/+1
| | | | | | explicitly declared non-exclusive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1490240 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Added connection timeout to python client, used in brokertests.Alan Conway2013-05-291-4/+3
| | | | | | | Added an optional timeout parameter to Connection.establish. Set a timeout of 5 seconds in brokertest.py to prevent hanging tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1487578 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4882: use correct exception object for older ssl implemenationsKen Giusti2013-05-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485741 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4872: when retrying ssl reads or writes, use previous argumentsKen Giusti2013-05-221-6/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485331 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798: updated and renamed spec filesRafael H. Schloming2013-05-034-1846/+981
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478736 13f79535-47bb-0310-9956-ffa450edef68
* copied updated specsRafael H. Schloming2013-05-024-16/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478376 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie AllenJustin Ross2013-05-022-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478313 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Trivial python client fix, pass timeout in Sender.send.Alan Conway2013-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478115 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4798: switched python client over to using stripped XMLRafael H. Schloming2013-05-0111-15905/+5421
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478093 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2453: Allow the session to keep operating after content codec errors; a ↵Justin Ross2013-04-234-5/+54
| | | | | | patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471158 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4140: Use the session.acked list to determine the number of unsettled ↵Justin Ross2013-04-232-2/+5
| | | | | | messages; a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4772: Assume text/plain for content type if no other indication is ↵Justin Ross2013-04-231-0/+6
| | | | | | given; a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4750: Fix unhandled exception; patch from Ernie AllenJustin Ross2013-04-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1469345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4637: Change the Qpid version to 0.23Justin Ross2013-03-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1460486 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: add SSL test that verifies hostname in certificateKen Giusti2013-03-222-2/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1460013 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-123-480/+0
| | | | | | | Instead of being API examples, they are actually tools that belong with the other tool apps. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1455522 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4115: Python send and receive example apps.Darryl L. Pierce2013-02-184-0/+619
| | | | | | Submitted by: Pavel Moravec <pmoravec@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447276 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4377: Update trunk versions to 0.21Justin Ross2012-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1411381 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ↵Keith Wall2012-11-078-56/+107
| | | | | | be passed in order to allow re-subscribing to durable subscriptions. Centralised the creation of client properties such that this is only done in one place across all protocols. Also increased Python Client (0-8..0-9)'s diagnostic logging. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1406584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4377: Pass down the timeout argument; patch from Ernie AllenJustin Ross2012-10-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1399445 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4337: add SSL support for older python clients.Ken Giusti2012-09-212-2/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1388544 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unsupported argument.Ken Giusti2012-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1373957 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4147: made selector handle interrupt based on patch from siddeshRafael H. Schloming2012-07-302-6/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1367354 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python toolsTed Ross2012-07-265-52/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1366020 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4111: Move trunk version numbers to 0.19Justin Ross2012-07-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1359235 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix parsing of C++ URLs in qpid.messaging.util to handle IPv6 ↵Alan Conway2012-06-121-3/+6
| | | | | | addresses. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1349451 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3943: Make topic subscriptions unreliable by defaultGordon Sim2012-04-111-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1324719 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3898Michael Goulish2012-03-141-3/+10
| | | | | | | | | | | | | | | | | When connecting through SSL, qpid-tool starts disconnecting and reconnecting every 10 seconds. The connection it makes is good -- it gets real data. But then it unilaterally decides to disconnect, immediately reconnects -- and cycles this way forever. Well -- until you stop it, anyway. qpid-stat does not do this. This is similar to a problem that was fixed long ago in the original code -- but that was written before SSL support was available in Python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1300562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3864: Adjust version numbers on trunk for development toward 0.18Justin Ross2012-03-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1298340 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Cleaned up qpidtoollibsTed Ross2012-03-051-2/+2
| | | | | | | | | 1) Fixed the update() method to work on all object types 2) Shortened the path needed in import statements 3) Updated the connection-stats test to use qpidtoollibs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1297230 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3851 - Unified common CLI options for qpid-config and qpid-stat.Ted Ross2012-02-221-0/+12
| | | | | | | | | | | | | | | | | | | | Also in this commit: qpid-config was converted to use the messaging-based qmf2 library. It no longer has a dependency on the qmf library. The CLI tests were also ported to the faster library. CLI test time prior to this commit: 2 minutes 12 seconds CLI test time after this commit: 12.5 seconds Other items in qpid-config and qpid-stat: - The deprecated LVQ options (lqv, lqv-no-browse) were removed from qpid-config. - A new option, --lvq-key, was added to qpid-config to support the new LVQ configuration. The docs and tests were updated to match. - qpid-stat was updated so that 'qpid-stat -q <queue-name>' prints full details from the specified queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1292388 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with ↵Robert Godfrey2012-02-211-1/+1
| | | | | | invalid code correctly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291539 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3589 : Python tests fails against Java broker due to difference in ↵Robert Godfrey2012-02-201-1/+1
| | | | | | exception message text from CPP broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291482 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3590 : Python test fails because Java broker (correctly) does not ↵Robert Godfrey2012-02-201-3/+3
| | | | | | support null value for routing key git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-173-3/+9
| | | | | | | Merged from qpid-3603-7. This is basic support for the new HA approach. For information & limitations see qpid/cpp/design_docs/new-ha-design.txt. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245587 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix PYTHONPATH after QPID-3824Keith Wall2012-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1244584 13f79535-47bb-0310-9956-ffa450edef68