This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
from d1ce340cb PROTON-2890: [Python examples] Broker: Improve transactional link handling new 5193b3374 PROTON-2881: [Python] More idiomatic python 3 code. new 3f423fa90 PROTON-2891: [Python] More type annotation improvements new a17f7d556 PROTON-2895: [Python] Use __new__ when subclassing immutable types The 3 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: python/proton/_common.py | 2 +- python/proton/_condition.py | 6 ++- python/proton/_data.py | 84 +++++++++++++++++++------------------ python/proton/_delivery.py | 16 +++---- python/proton/_endpoints.py | 30 ++++++------- python/proton/_events.py | 12 +++--- python/proton/_handler.py | 7 ++-- python/proton/_handlers.py | 14 ++++--- python/proton/_io.py | 12 +++--- python/proton/_message.py | 10 +++-- python/proton/_reactor.py | 74 ++++++++++++++++---------------- python/proton/_selectable.py | 12 +++--- python/proton/_tracing.py | 2 + python/proton/_transport.py | 28 +++++++------ python/proton/_url.py | 4 +- python/proton/_utils.py | 54 ++++++++++++------------ python/proton/_wrapper.py | 6 ++- python/tests/proton_tests/codec.py | 8 ++-- python/tests/proton_tests/common.py | 4 +- python/tests/proton_tests/ssl.py | 2 +- 20 files changed, 208 insertions(+), 179 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org