~ubuntu-support-team/python/+git/python:3.8

Last commit made on 2021-06-28
Get this branch:
git clone -b 3.8 https://git.launchpad.net/~ubuntu-support-team/python/+git/python

Branch merges

Branch information

Recent commits

ae5dcf5... by Łukasz Langa

Post 3.8.11

c3ffbbd... by Łukasz Langa

Python 3.8.11

634da2d... by Senthil Kumaran <email address hidden>

[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)

71ba16b... by "Miss Islington (bot)" <email address hidden>

bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)

(cherry picked from commit b5a52eef67997246b4235b5407e52a01e822ce56)

Co-authored-by: Erlend Egeberg Aasland <email address hidden>

af5fb67... by "Miss Islington (bot)" <email address hidden>

bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542) (GH-26670)

(cherry picked from commit f171877ebe276749f31386baed5841ce37cbee2e)

Co-authored-by: Pablo Galindo <email address hidden>

4844abd... by Łukasz Langa

[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964). (GH-26056)

(cherry picked from commit e9d7f88d5643f7e6387bf994c130503766d7eb92)

Co-authored-by: Miguel Brito <email address hidden>

378211f... by Steve Dower <email address hidden>

bpo-44070: No longer eagerly makes import filenames absolute, except for extension modules (GH-26025) (#26028)

8a12f46... by "Miss Islington (bot)" <email address hidden>

bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)

The address tuple for CAN_RAW no longer returns the address family
after the introduction of CAN ISO-TP support in a30f6d45ac3. However,
updating test_socket.CANTest.testSendFrame was missed as part of the
change, so the test incorrectly attempts to index past the last tuple
item to retrieve the address family.

This removes the now-redundant check for equality against socket.AF_CAN,
as the tuple will not contain the address family.
(cherry picked from commit 355bae88822bee4de6092b63d69c5a5dad393a16)

Co-authored-by: karl ding <email address hidden>

f396864... by "Miss Islington (bot)" <email address hidden>

bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (#25933)

Fixes http.client potential denial of service where it could get stuck reading lines from a malicious server after a 100 Continue response.

Co-authored-by: Gregory P. Smith <email address hidden>
(cherry picked from commit 47895e31b6f626bc6ce47d175fe9d43c1098909d)

Co-authored-by: Gen Xu <email address hidden>

515a7bc... by "Miss Islington (bot)" <email address hidden>

[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726)

Co-authored-by: Gregory P. Smith <email address hidden>
Co-authored-by: Serhiy Storchaka <email address hidden>
(cherry picked from commit 76cd81d60310d65d01f9d7b48a8985d8ab89c8b4)
Co-authored-by: Senthil Kumaran <email address hidden>
Co-authored-by: Senthil Kumaran <email address hidden>