This is an automated email from the ASF dual-hosted git repository. jdanek pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-python.git
from 9651001 QPID-8631: enable `absolute_import` from `__future__` and fix relative imports new bf7eec3 QPID-8631: use the `list.sort(key=` parameter new 127ca4a QPID-8631: fix some deprecation warnings by using new `notify_all`, `is_set`, `is_alive`, `daemon` new d4d9296 QPID-8631: prefer list comprehension syntax over `map()` and `filter()` new 5f4b01e QPID-8631: replace use of `string.joinfields` function new 86bea7c QPID-8631: remove extraneous semicolons The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: examples/api/hello | 2 +- qpid-python-test | 6 +++--- qpid/client.py | 2 +- qpid/codec.py | 2 +- qpid/codec010.py | 4 ++-- qpid/connection.py | 2 +- qpid/connection08.py | 3 ++- qpid/datatypes.py | 4 ++-- qpid/delegates.py | 2 +- qpid/management.py | 4 ++-- qpid/managementdata.py | 4 ++-- qpid/messaging/driver.py | 2 +- qpid/messaging/util.py | 2 +- qpid/peer.py | 24 ++++++++++----------- qpid/queue.py | 4 ++-- qpid/selector.py | 4 ++-- qpid/spec08.py | 2 +- qpid/tests/codec.py | 2 +- qpid/tests/connection.py | 4 ++-- qpid/tests/messaging/__init__.py | 2 +- qpid/tests/messaging/endpoints.py | 2 +- qpid/util.py | 2 +- qpid_tests/broker_0_10/exchange.py | 10 ++++----- qpid_tests/broker_0_10/message.py | 2 +- qpid_tests/broker_0_10/msg_groups.py | 42 ++++++++++++++++++------------------ qpid_tests/broker_0_10/new_api.py | 16 +++++++------- qpid_tests/broker_0_10/priority.py | 9 +------- qpid_tests/broker_0_10/queue.py | 2 +- qpid_tests/broker_0_8/basic.py | 2 +- qpid_tests/broker_0_8/exchange.py | 4 ++-- qpid_tests/broker_0_8/queue.py | 2 +- qpid_tests/broker_0_8/testlib.py | 4 ++-- 32 files changed, 86 insertions(+), 92 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org