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 2262c34  NO-JIRA: fix few random typos
     new 94e25cd  QPID-8631: fill-in the Python 2 types that are missing in 
Python 3
     new 90ea563  QPID-8631: add py3compat.py helper; fill in for the removed 
`__cmp__` in Python 3
     new 2e65fb2  QPID-8631: add encodings for Python 3 types
     new c91db59  QPID-8631: fix Python 3 comparisons, None cannot be compared 
using <
     new 4f8c376  QPID-8631: fix 
qpid.tests.codec.IntegerTestCase.test_ulong_long_int_with_fraction on Python 3

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:
 mllib/dom.py                    |  5 ++++
 qpid/codec.py                   | 19 +++++++++++++--
 qpid/codec010.py                | 38 ++++++++++++++++++++++++++----
 qpid/datatypes.py               |  7 ++++++
 qpid/disp.py                    |  2 ++
 qpid/management.py              |  4 ++++
 qpid/managementdata.py          |  5 ++++
 qpid/messaging/constants.py     |  9 +++++++
 qpid/messaging/driver.py        | 10 ++++++++
 qpid/messaging/endpoints.py     |  7 +++++-
 qpid/messaging/message.py       | 12 +++++++++-
 qpid/peer.py                    | 12 +++++++++-
 qpid/py3compat.py               | 52 +++++++++++++++++++++++++++++++++++++++++
 qpid/tests/codec010.py          | 10 ++++++++
 qpid/tests/messaging/address.py |  5 ++++
 15 files changed, 188 insertions(+), 9 deletions(-)
 create mode 100644 qpid/py3compat.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to