1. b300f3f QPID-5823: (reverting commit r1602820) Python client should create a node with name starting '\#' by Pavel Moravec · 10 years ago
  2. 961fa3f QPID-5823: Python client should create a node with name starting '\#' by Pavel Moravec · 10 years ago
  3. 2f272d7 Revert "QPID-5812: python high level API client receiver.fetch(timeout=N) blocks forever in select() if broker is stopped (kill -STOP)" by Andrew Stitcher · 10 years ago
  4. f75e7df QPID-5812: python high level API client receiver.fetch(timeout=N) blocks forever in select() if broker is stopped (kill -STOP) by Pavel Moravec · 10 years ago
  5. e38d2f6 QPID-5808: framer should consume only header bytes by Ken Giusti · 10 years ago
  6. f16d6de QPID-5790: avoid use of poll if select is monkey-patched by Eventlet/Greenthreads by Ken Giusti · 10 years ago
  7. 42e23c6 QPID-5773: back out non-functional recv path change from QPID-4872 by Ken Giusti · 10 years ago
  8. e859964 QPID-5637: reset Selector singleton across fork. by Ken Giusti · 10 years ago
  9. 1d77660 QPID-5700: ensure interleaved segments on different tracks do not get confused by Gordon Sim · 10 years ago
  10. a3c47c5 QPID-5653, QPID-5624: Remove support for virtual host xml and make message and configuration stores stateless. by Keith Wall · 10 years ago
  11. 2d8167b QPID-5600: Advance the version number on trunk to 0.29 by Justin Ross · 10 years ago
  12. fe8df7a QPID-5588: [python-client] use poll() instead of select() where available. by Ken Giusti · 10 years ago
  13. 9454cf0 QPID-5557: allow disambiguation of node type by Gordon Sim · 10 years ago
  14. 2b04f61 QPID-5520: qpid-python-test should not fail for skipped tests. by Alan Conway · 10 years ago
  15. 73f7493 QPID-2294: add checks for negative timeout by Gordon Sim · 10 years ago
  16. 61d8e46 QPID-2294: handle signal interruptions to select by Gordon Sim · 10 years ago
  17. f4a8f8b QPID-5428: Heartbeats not in use when attempting to connect with python client. by Alan Conway · 10 years ago
  18. 653cefa QPID-5255: Change trunk version to 0.27 by Justin Ross · 10 years ago
  19. cecc58b QPID-5203: if session error exists, simply return from session close (also reverts previous fix) by Gordon Sim · 11 years ago
  20. 740b90a QPID-5139: Add timeout argument to python messaging.Session.commit. by Alan Conway · 11 years ago
  21. d9f066a QPID-5203 Python client unexpected exception after ACL denial by Pavel Moravec · 11 years ago
  22. 4ca489c QPID-5183 Python client does not release acquired messages on consumer close when session persists by Pavel Moravec · 11 years ago
  23. 169bd45 QPID-5142: require swig client to be explicitly selected for tests by Gordon Sim · 11 years ago
  24. 0dda2c9 QPID-5154: Further corrections to the Connection API doc; a patch from Ernie Allen by Justin Ross · 11 years ago
  25. 2e93fbc QPID-4924: restore examples to the pure python component by Gordon Sim · 11 years ago
  26. f2858f4 QPID-4952: Fix swigged python tests which were disabled by previous commit by Gordon Sim · 11 years ago
  27. 0b6103b QPID-4924: Move the Python examples under the bindings directory. by Darryl L. Pierce · 11 years ago
  28. 52a68ac QPID-4924: Created the console Python example app. by Darryl L. Pierce · 11 years ago
  29. ac8b241 QPID-4924: Fixed the Python examples to use the new Python module by Darryl L. Pierce · 11 years ago
  30. 1651828 QPID-5133: Add option to the spout examples to enable durable messages by Darryl L. Pierce · 11 years ago
  31. dfc294a QPID-5104: make handling of properties in swigged impl match the pure python impl more closely by Gordon Sim · 11 years ago
  32. ac567ea QPID-4711: translate between structured content in AMQP 0-10 and 1.0 by Gordon Sim · 11 years ago
  33. cbb415c QPID-4961: Change trunk version to 0.25 by Justin Ross · 11 years ago
  34. 32b2408 QPID-4988: Add test runs using swigged python client by Gordon Sim · 11 years ago
  35. 947ab7b NO-JIRA: Corrections for the python API doc; a patch from Ernie Allen by Justin Ross · 11 years ago
  36. 94fcac6 NO-JIRA: Fix typo "sock.close" in qpid/python/qpid/util.py by Alan Conway · 11 years ago
  37. a15ce74 QPID-4903: don't delete subscription queue when closing link if it was explicitly declared non-exclusive by Gordon Sim · 11 years ago
  38. e79e066 NO-JIRA: Added connection timeout to python client, used in brokertests. by Alan Conway · 11 years ago
  39. 7f6202f QPID-4882: use correct exception object for older ssl implemenations by Ken Giusti · 11 years ago
  40. 2f7e91a QPID-4872: when retrying ssl reads or writes, use previous arguments by Ken Giusti · 11 years ago
  41. a81022a QPID-4798: updated and renamed spec files by Rafael H. Schloming · 11 years ago
  42. dda1704 copied updated specs by Rafael H. Schloming · 11 years ago
  43. 8a8904c QPID-4774: Honor reconnect_timeout in Connection; a patch from Ernie Allen by Justin Ross · 11 years ago
  44. 23ecc6c NO-JIRA: Trivial python client fix, pass timeout in Sender.send. by Alan Conway · 11 years ago
  45. e45bf80 QPID-4798: switched python client over to using stripped XML by Rafael H. Schloming · 11 years ago
  46. 3567534 QPID-2453: Allow the session to keep operating after content codec errors; a patch from Ernie Allen by Justin Ross · 11 years ago
  47. 101a586 QPID-4140: Use the session.acked list to determine the number of unsettled messages; a patch from Ernie Allen by Justin Ross · 11 years ago
  48. 838fa22 QPID-4772: Assume text/plain for content type if no other indication is given; a patch from Ernie Allen by Justin Ross · 11 years ago
  49. 222c724 QPID-4750: Fix unhandled exception; patch from Ernie Allen by Justin Ross · 11 years ago
  50. fad5c9b QPID-4637: Change the Qpid version to 0.23 by Justin Ross · 11 years ago
  51. 7d8f517 NO-JIRA: add SSL test that verifies hostname in certificate by Ken Giusti · 11 years ago
  52. 94d4f28 QPID-4115: Moved the Python send and receive apps. by Darryl L. Pierce · 11 years ago
  53. 6fe5be4 QPID-4115: Python send and receive example apps. by Darryl L. Pierce · 11 years ago
  54. 2836d9e QPID-4377: Update trunk versions to 0.21 by Justin Ross · 11 years ago
  55. 4a31c5e QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to 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. by Keith Wall · 12 years ago
  56. 77ce066 QPID-4377: Pass down the timeout argument; patch from Ernie Allen by Justin Ross · 12 years ago
  57. f8c12d3 QPID-4337: add SSL support for older python clients. by Ken Giusti · 12 years ago
  58. 527ca97 NO-JIRA: remove unsupported argument. by Ken Giusti · 12 years ago
  59. 88188f2 QPID-4147: made selector handle interrupt based on patch from siddesh by Rafael H. Schloming · 12 years ago
  60. 72c6f01 QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python tools by Ted Ross · 12 years ago
  61. bf06fba QPID-4111: Move trunk version numbers to 0.19 by Justin Ross · 12 years ago
  62. feedf73 NO-JIRA: Fix parsing of C++ URLs in qpid.messaging.util to handle IPv6 addresses. by Alan Conway · 12 years ago
  63. 1dd070b QPID-3943: Make topic subscriptions unreliable by default by Gordon Sim · 12 years ago
  64. bec0666 QPID-3898 by Michael Goulish · 12 years ago
  65. 7353b31 QPID-3864: Adjust version numbers on trunk for development toward 0.18 by Justin Ross · 12 years ago
  66. 447ab60 NO-JIRA - Cleaned up qpidtoollibs by Ted Ross · 12 years ago
  67. 6545abd QPID-3851 - Unified common CLI options for qpid-config and qpid-stat. by Ted Ross · 12 years ago
  68. 53fcea7 QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with invalid code correctly by Robert Godfrey · 12 years ago
  69. 7c77668 QPID-3589 : Python tests fails against Java broker due to difference in exception message text from CPP broker by Robert Godfrey · 12 years ago
  70. 1cbb9d2 QPID-3590 : Python test fails because Java broker (correctly) does not support null value for routing key by Robert Godfrey · 12 years ago
  71. 3f10d2a QPID-3603: Merge new HA foundations. by Alan Conway · 12 years ago
  72. ccd9141 NO-JIRA: Fix PYTHONPATH after QPID-3824 by Keith Wall · 12 years ago
  73. 55dfb04 QPID-3175: removed the sasl_mechanisms default by Rafael H. Schloming · 12 years ago
  74. 6400151 QPID-3175: applied patch with a default sasl_mechanisms of ANONYMOUS by Rafael H. Schloming · 12 years ago
  75. 5781754 qpid-3778 by Michael Goulish · 12 years ago
  76. 3f946c5 QPID-3603: Avoid endless reconnect loop in python client. by Alan Conway · 12 years ago
  77. ee4aefb Backing out change from rev 1235255. by Michael Goulish · 12 years ago
  78. 3b4e3fe qpid-3778 by Michael Goulish · 12 years ago
  79. 1e4eb04 QPID-3629: Changed management of credit window by Gordon Sim · 12 years ago
  80. db0921c QPID-3626: fix python client access to timestamp delivery property by Ken Giusti · 12 years ago
  81. 63f8ae6 QPID-3552: fix problem when new flag is not in use by Keith Wall · 13 years ago
  82. 55b5e4e QPID-3552: Changes to allow running of python test on Jenkins. New --xml argument now understood by qpid-python-test that produces test output compatible with Junit-like tools. New Ant script to control start/stop of Java/Cpp Brokers and the running of qpid-python-test. by Keith Wall · 13 years ago
  83. 23b8820 QPID-3583: Update trunk version from 0.13 to 0.15 by Justin Ross · 13 years ago
  84. bb5e597 QPID-3450: use the loop index checking if a session id is already used by Robert Gemmell · 13 years ago
  85. 77085b1 QPID-3407: restore python 2.4 compatibility to allow building CPP tree on RHEL 5.3 by Robert Gemmell · 13 years ago
  86. d61b969 QPID-3407: Change python connection url to allow ipv6 literal style addresses. by Andrew Stitcher · 13 years ago
  87. 9f9d8ae QPID-3407: Add IPv6 connections to python by Andrew Stitcher · 13 years ago
  88. 681339d QPID-3331: Update trunk versions to 0.13 for the next release by Justin Ross · 13 years ago
  89. 19629ad QPID-3218: abandon any linking/unlinking if session has been detached by Gordon Sim · 13 years ago
  90. 8a1e315 QPID-3232: Call _grant() & wakeup() after returned message has been counted by Gordon Sim · 13 years ago
  91. 5ffab97 only assert if type is specified by Rafael H. Schloming · 13 years ago
  92. 3d3ba38 added support for address assertion by Rafael H. Schloming · 13 years ago
  93. 174abff added tcp_nodelay connection option by Rafael H. Schloming · 13 years ago
  94. 0e54a2f changed python clients durable default to False by Rafael H. Schloming · 13 years ago
  95. aa57c9a QPID-3130: applied patch for codec performance by Rafael H. Schloming · 13 years ago
  96. b04ff90 NO-JIRA: Update trunk versions to 0.11 by Andrew Stitcher · 13 years ago
  97. 4f072c6 QPID-3063: test correct variable in check_close() by Gordon Sim · 13 years ago
  98. d192f87 QPID-2935: merge producer flow control (C++ broker). by Ken Giusti · 13 years ago
  99. cf97a88 Move brokertest.py from qpid/python to qpid/cpp. by Alan Conway · 13 years ago
  100. 0c1a898 made address parser recognize lowercase true and false by Rafael H. Schloming · 13 years ago