Upgrade to 3.8.17#26
Merged
carlosroman merged 27 commits into3.8.xfrom carlosroman/python-3.8.17-upgradeJun 22, 2023
+2,377-150
Commits
Commits on Dec 6, 2022
- committed
Commits on Jan 8, 2023
Commits on Jan 9, 2023
Commits on Jan 20, 2023
Commits on Jan 21, 2023
Commits on Jan 23, 2023
Commits on Jan 30, 2023
Commits on Feb 8, 2023
Commits on Feb 9, 2023
Commits on Feb 21, 2023
Commits on Mar 4, 2023
Commits on Mar 7, 2023
Commits on Mar 13, 2023
Commits on Mar 28, 2023
Commits on May 17, 2023
Commits on May 22, 2023
[3.8] pythongh-99889: Fix directory traversal security flaw in uu.decode() (pythonGH-104096) (python#104332)
[3.8] pythongh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (pythonGH-104067) (python#104121)
[3.8] pythongh-103935: Use
io.open_code()
when executing code in trace and profile modules (pythonGH-103947) (python#103954)
Commits on Jun 5, 2023
- authored
- authored
[3.8] pythongh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (pythonGH-105185) (python#105222)
[3.8] pythongh-102153: Start stripping C0 control and space chars in
urlsplit
(pythonGH-102508) (pythonGH-104575) (pythonGH-104592) (python#104593) (python#104895)