~chicharreros/magicicada-protocol/+git/main:fix-eof-handling

Last commit made on 2022-07-21
Get this branch:
git clone -b fix-eof-handling https://git.launchpad.net/~chicharreros/magicicada-protocol/+git/main

Branch merges

Branch information

Name:
fix-eof-handling
Repository:
lp:~chicharreros/magicicada-protocol/+git/main

Recent commits

e22cf67... by Natalia Bidart

Ensure GetContent.processMessage always handles bytes

This fixes the error obtained when running server tests:

magicicadaprotocol/client.py", line 640, in processMessage
    self.data = "".join(self.parts)
builtins.TypeError: sequence item 0: expected str instance, bytes found

a0916c2... by Natalia Bidart

Merge pull request #10 from chicharreros/run-tests-py3.10

Runs tests in newer Ubuntu and latest Python 3.10

dbdaddf... by Natalia Bidart

Runs tests in newer Ubuntu and latest Python 3.10

c745c88... by Natalia Bidart

Bumped version to 3.0.2

edddf5d... by Natalia Bidart

Merge pull request #9 from chicharreros/client-derived-fixes

Fixed derived from IRL testing with the ported client

d9c7f7a... by Natalia Bidart

Fixed derived from IRL testing with the ported client

This work ensures the dataReceived handler uses bytes consistently when
processing the received data.

0cdf8b7... by Natalia Bidart

Merge pull request #8 from chicharreros/initial-release-python3-only

Initial release supporting only Python 3

ddb5daa... by Natalia Bidart

Initial release supporting only Python 3

0adc6db... by Natalia Bidart

Merge pull request #5 from chicharreros/port-to-py3

Migration to Python 3

0b71bf9... by Natalia Bidart

Restore original behavior for `Request.cleanup`