1. 115a829 QPID-8631: temporarily use qpid-cpp main branch (instead of the last released version) when running tests (#26) by Jiri Daněk · 7 months ago main
  2. 4f8c376 QPID-8631: fix qpid.tests.codec.IntegerTestCase.test_ulong_long_int_with_fraction on Python 3 by Jiri Daněk · 7 months ago
  3. c91db59 QPID-8631: fix Python 3 comparisons, None cannot be compared using < by Jiri Daněk · 1 year, 1 month ago
  4. 2e65fb2 QPID-8631: add encodings for Python 3 types by Jiri Daněk · 7 months ago
  5. 90ea563 QPID-8631: add py3compat.py helper; fill in for the removed `__cmp__` in Python 3 by Jiri Daněk · 1 year, 1 month ago
  6. 94e25cd QPID-8631: fill-in the Python 2 types that are missing in Python 3 by Jiri Daněk · 1 year, 1 month ago
  7. 2262c34 NO-JIRA: fix few random typos by Jiri Daněk · 1 year, 1 month ago
  8. e4b2a2f QPID-8631: Use the // operator to divide ints when desiring an int result by Jiri Daněk · 1 year, 1 month ago
  9. 945a837 QPID-8631: remember exception to raise, due to changed py3 exception object lifetime by Jiri Daněk · 1 year, 1 month ago
  10. d596150 QPID-8631: HMAC in Python 3 has mandatory digestmod parameter, it is no longer defaulted to `hashlib.md5` by Jiri Daněk · 1 year, 1 month ago
  11. 1ff4397 QPID-8631: fix RuntimeError: dictionary changed size during iteration by Jiri Daněk · 1 year, 1 month ago
  12. bd2a9f1 QPID-8631: use io.BytesIO for bytes by Jiri Daněk · 1 year, 1 month ago
  13. 787c8b9 QPID-8631: use b"" to mark bytestring literals by Jiri Daněk · 1 year, 1 month ago
  14. 20811af QPID-8631: use the `next()` builtin to progress iterators by Jiri Daněk · 1 year, 1 month ago
  15. ad5ab96 NO-JIRA: fix Python 2.7 CI jobs after actions/setup-python removed this version by Jiri Daněk · 7 months ago
  16. b81faca QPID-7070: add flake8 to CI as first step towards PEP-8, fix some most egregious things reported (#6) by Jiri Daněk · 12 months ago
  17. 868842e QPID-8642: fix installation on windows by eliminating buggy path manipulation (#23) by Jiri Daněk · 1 year ago
  18. 0bac85c QPID-8636: separate out lint, qpid-cpp, and qpid-j ci jobs, add windows job for the ci (#22) by Jiri Daněk · 1 year, 1 month ago
  19. 8a23065 QPID-8631: `qpid_tests` also need `absolute_import` from `__future__` and fix relative imports by Jiri Daněk · 1 year, 1 month ago
  20. 6d96be6 QPID-8631: make package version string in setup.py compliant with PEP-440 by Jiri Daněk · 1 year, 1 month ago
  21. 47a68f1 QPID-8631: use `next()` to progress the iterator in dom.py, so that setup.py runs by Jiri Daněk · 1 year, 1 month ago
  22. d6fc95a QPID-8631: conditionally fill-in types removed in Python 3, so that setup.py runs by Jiri Daněk · 1 year, 1 month ago
  23. 566dc21 QPID-8631: fix setup.py incompatible syntax for Python 3 (#17) by Jiri Daněk · 1 year, 1 month ago
  24. 7e6d8fc QPID-8170: run CI also with qpid-j broker in GitHub Actions, disable failing tests for it (#19) by Jiri Daněk · 1 year, 1 month ago
  25. 71171f7 QPID-8170: fix qpid-python-test discovery broken by commit 85348b01 (#18) by Jiri Daněk · 1 year, 1 month ago
  26. 86bea7c QPID-8631: remove extraneous semicolons by Jiri Daněk · 1 year, 1 month ago
  27. 5f4b01e QPID-8631: replace use of `string.joinfields` function by Jiri Daněk · 1 year, 1 month ago
  28. d4d9296 QPID-8631: prefer list comprehension syntax over `map()` and `filter()` by Jiri Daněk · 1 year, 1 month ago
  29. 127ca4a QPID-8631: fix some deprecation warnings by using new `notify_all`, `is_set`, `is_alive`, `daemon` by Jiri Daněk · 1 year, 1 month ago
  30. bf7eec3 QPID-8631: use the `list.sort(key=` parameter by Jiri Daněk · 1 year, 1 month ago
  31. 9651001 QPID-8631: enable `absolute_import` from `__future__` and fix relative imports by Jiri Daněk · 1 year, 1 month ago
  32. 84abc18 QPID-8631: fallback import for `cPickle` or `pickle` by Jiri Daněk · 1 year, 1 month ago
  33. 045e904 QPID-8631: fallback import for `cStringIO.StringIO` or `io.StringIO` by Jiri Daněk · 1 year, 1 month ago
  34. 2bc6123 QPID-8631: `sgmllib.SGMLParser` -> `HTMLParser` by Jiri Daněk · 1 year, 1 month ago
  35. 36eec79 QPID-8631: `rfc822.unquote` -> `email.utils.unquote` by Jiri Daněk · 1 year, 1 month ago
  36. c3f3a05 QPID-8631: `new.module` -> `types.ModuleType` by Jiri Daněk · 1 year, 1 month ago
  37. d0050c6 QPID-8631: make the `qpid-python-test` script Python 3 compatible (#14) by Jiri Daněk · 1 year, 1 month ago
  38. 9a45701 QPID-8631: use the `in` operator for collection membership checks (#13) by Jiri Daněk · 1 year, 1 month ago
  39. f22f5ad QPID-8631: remove use of `iteritems` and `xrange` (#12) by Jiri Daněk · 1 year, 1 month ago
  40. f84a72f QPID-8631: modernize `print` statement uses to the `print()` function form (#11) by Jiri Daněk · 1 year, 1 month ago
  41. ee50491 QPID-8631: remove the `L` literal suffix from `long`s (#10) by Jiri Daněk · 1 year, 1 month ago
  42. 3746370 QPID-8631: modernize the `try: except as:` blocks and `raise`s (#9) by Jiri Daněk · 1 year, 1 month ago
  43. 8cbd8ee QPID-7072: modernize the syntax of exec, before later hopefully replacing it (#8) by Jiri Daněk · 1 year, 1 month ago
  44. f28a657 QPID-8632: use absolute, full imports when dealing with circular imports (#7) by Jiri Daněk · 1 year, 1 month ago
  45. 8ae83d1 QPID-8170: autoskip amqp1.0 tests by Jiri Daněk · 1 year, 1 month ago
  46. 4123547 QPID-8170: fix exception string from qpid_tests.broker_1_0 tests running against amqp0-10 broker by Jiri Daněk · 1 year, 1 month ago
  47. 471398a QPID-8170: fix qpid_tests.broker_0_10.management.ManagementTest.test_reroute_queue by Jiri Daněk · 1 year, 1 month ago
  48. bd80951 QPID-8170: run also amqp0-10 broker tests on GitHub Actions by Jiri Daněk · 1 year, 1 month ago
  49. d361505 NO-JIRA: configure additional GitHub features though .asf.yaml (#4) by Jiri Daněk · 1 year, 1 month ago
  50. 04c3fa8 QPID-8170: add basic GitHub Actions CI jobs (#3) by Jiri Daněk · 1 year, 1 month ago
  51. 026b9a3 update year in NOTICE file by Robbie Gemmell · 4 years, 4 months ago
  52. 8800358 NO-JIRA: add .asf.yaml file with github repo metadata by Robbie Gemmell · 4 years, 7 months ago
  53. 959e782 update readme, add note for folks looking for Python 3 and/or AMQP 1.0 support to use Proton by Robbie Gemmell · 4 years, 7 months ago
  54. 5f37bd6 NO-JIRA: update year in NOTICE file by Robbie Gemmell · 5 years ago
  55. aeca885 NO-JIRA: trivial readme change, testing out repo and github mirror following git-wip-us to gitbox migration by Robbie Gemmell · 5 years ago
  56. df68238 QPID-8170: Add build and install stages by Justin Ross · 6 years ago
  57. 4c5acad QPID-8170: Add a basic Jenkinsfile for a CI job by Justin Ross · 6 years ago
  58. 991d031 NO-JIRA: update release helper notes by Robbie Gemmell · 6 years ago
  59. 2967a36 NO-JIRA: update year in NOTICE file by Robbie Gemmell · 6 years ago
  60. ff1332b QPID-8051, QPID-8052: update versions for 1.38.0-SNAPSHOT by Robert Gemmell · 6 years ago
  61. e27a393 QPID-8051: update versions for 1.37.0-rc1 by Robert Gemmell · 6 years ago 1.37.0 1.37.0-rc1
  62. 335853f QPID-8051: actually type the command correctly by Robbie Gemmell · 6 years ago
  63. 5d820c7 QPID-8051: update the notes to use setup.py sdist for creating the archive by Robbie Gemmell · 6 years ago
  64. e71238d QPID-8051: add some initial notes on releasing by Irina Boverman · 6 years ago
  65. e32249f QPID-7833: always include the qpid-python-test.bat file by Irina Boverman · 7 years ago
  66. 7c968c8 QUID-7884: Python client should not raise on close() after stop. by Alan Conway · 7 years ago
  67. 0c3c82b QPID-7809: Python 0-10 messaging driver does not handle heartbeat timeouts, "assert rcv.received < rcv.impending" occurs by Kim van der Riet · 7 years ago
  68. 0c7e96a QPID-2524: Always use the file:// prefix by Justin Ross · 7 years ago
  69. 11bc3d7 QPID-7691: Bump the version on master by Justin Ross · 7 years ago
  70. fda9594 QPID-7317: More robust qpid.selector with better logging by Alan Conway · 7 years ago
  71. 99f2c31 NO-JIRA: update year in NOTICE file by Robert Gemmell · 7 years ago
  72. f0217e0 QPID-7588: [Python Test Suite] Fix interpret-time problem introduced by 7e0e81b17511 by Keith Wall · 7 years ago
  73. 7e0e81b QPID-7588: [Python Test Suite] [0-8..0-91] Allow message receive timeouts to be configured from the command line (-D) to accomodate slower CI environments by Keith Wall · 7 years ago
  74. 037c573 QPID-7317: Fix hangs in qpid.messaging. by Alan Conway · 8 years ago
  75. 81f09ae QPID-7429 [Python Client 0-8..0-91] Prevent Client from leaking threads when connection is closed remotely by Alex Rudyy · 8 years ago
  76. bc3605b QPID-7424: [Python Client 0-8..0-91] Raise Closed exception to application when connection is remotely closed. by Alex Rudyy · 8 years ago
  77. 15ccef2 QPID-7423: Use generator expression for chunking of big content by Alex Rudyy · 8 years ago
  78. 7400f6e QPID-7423: Fix identation problem introduced by last commit (5c237dc) by Keith Wall · 8 years ago
  79. 5c237dc QPID-7423: [Python Client 0-8..0-91] Chunk large content into many frames sized according to the frame size agreed by connection tune. by Keith Wall · 8 years ago
  80. 586d419 QPID-7354: Update versions on master after branching for 1.35.0 by Justin Ross · 8 years ago
  81. 4bde31c NO-JIRA: Remove some undesirable escapes by Justin Ross · 8 years ago
  82. 7d95c5c NO-JIRA: Spruce up the Python readme by Justin Ross · 8 years ago
  83. 4c57d9f Merge PR for readme update. This closes #1. by Robert Gemmell · 8 years ago
  84. e2ee8fd QPID-7207: further trivial update, remove stale description and link to site. Testing GitHub integration. by Robert Gemmell · 8 years ago
  85. df06774 QPID-7207: trivial fixup, mainly testing out the JIRA integration following move to git by Robert Gemmell · 8 years ago
  86. 90e6859 QPID-7258: [Python Client for AMQP 0-8...0-9-1] Remove superfluous import (review comment from @kwall) by Lorenz Quack · 8 years ago
  87. afb6c03 QPID-7259: delay adding transfers to completed set until we have verified queue is empty by Gordon Sim · 8 years ago
  88. 3643918 QPID-7258: Python Client for AMQP 0-8...0-9-1] Perform by Lorenz Quack · 8 years ago
  89. e3a8a62 QPID-7251: [Python Client] fix explicit setting of mechanism and/or response on AMQP 0-8 and 0-9 by Lorenz Quack · 8 years ago
  90. fe7ac2f QPID-7207: Improve the Qpid Python install and test instructions by Justin Ross · 8 years ago
  91. 7144013 QPID-7222: Make python test qpid_tests.broker_0_10.message.MessageTests.test_release_order to fetch explicitly required number of messages before sending accept/release in order to make sure that released messages are not resend back by the broker by Alex Rudyy · 8 years ago
  92. f8aff1c QPID-7207: Add Qpid Python install directions; markdownify the readme; remove an obsolete file by Justin Ross · 8 years ago
  93. 31c5101 QPID-7207: Create independent cpp and python subtrees, with content from tools and extras by Justin Ross · 8 years ago
  94. 4615a76 QPID-7180: [Python Test Suite] Adapt broker url to match expectations of the C++ client if swigged client is in-use by Keith Wall · 8 years ago
  95. e6f45d7 QPID-7053: Add a callback that is invoked when asynchronous errors are by Ken Giusti · 8 years ago
  96. 8e39a98 NO-JIRA: update year in NOTICE files (for bits perhaps looking to get released soon, rest needs a tidy up). by Robert Gemmell · 8 years ago
  97. ead3ea1 QPID-6839: python-qpid: Log the failure of the Selector thread by Ken Giusti · 8 years ago
  98. 2ebbb22 NO-JIRA: Fix for python client ValueError exception. see bz1249608 by Ernest Allen · 9 years ago
  99. 75f40e5 NO-JIRA: update version numbers/dates by Robert Gemmell · 9 years ago
  100. 74418ce QPID-6326 Don't automatically search for exchanges and queues with each request by Ernest Allen · 9 years ago