COMMITS
April 15, 2022
D
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING (GH-91476)
Dennis Sweeney committed
J
gh-69093: Expose sqlite3.Blob as a class (GH-91550)
Jelle Zijlstra committed
O
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin committed
J
bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)
Jens Holzkämper committed
D
Remove usage of _Py_IDENTIFIER from unicodedata module. (GH-91532)
Dong-hee Na committed
J
gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
Jelle Zijlstra committed
B
gh-91520: Rewrite imghdr inlining for clarity and completeness (#91521)
Barry Warsaw committed
E
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland committed
April 14, 2022
D
gh-91428: include specialized opcodes in _PyOpcode_OpName (GH-91467)
Dennis Sweeney committed
B
gh-91217: deprecate msilib (GH-91515)
Brett Cannon committed
G
gh-89455: Fix an uninitialized bool in exception print context. (#91466)
Gregory P. Smith committed
C
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes committed
H
gh-91353: Fix void return type handling in ctypes (GH-32246)
Hood Chatham committed
E
Add redirects to Misc/NEWS bpo links (#91454)
Ezio Melotti committed
S
gh-90879: Fix missing parameter for put_nowait() (GH-91514)
slateny committed
I
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki committed
D
gh-90699: Remove usage of _Py_IDENTIFIER from bisect module. (GH-91522)
Dong-hee Na committed
S
gh-90326: Remove quotes for logging config (GH-91516)
slateny committed
P
gh-91266: refactor bytearray strip methods (GH-32096)
Pieter Eendebak committed
A
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
Alix Lourme committed
April 13, 2022
L
Fill holes in internal compiler structs (#91458)
L. A. F. Pereira committed
I
gh-90449: Improve accuracy and readability of exceptions tutorial (GH-31899)
Irit Katriel committed
B
gh-91217: deprecate imghdr (#91461)
Brett Cannon committed
D
gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506)
David Foster committed
N
gh-90971: suppress deprecation warning in `test_lib2to3`(GH-31464)
Nikita Sobolev committed
P
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
Pablo Galindo Salgado committed
D
bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530)
Dustin Rodrigues committed
S
bpo-43224: Forbid TypeVar substitution with Unpack (GH-32031)
Serhiy Storchaka committed
T
gh-91421: Use constant value check during runtime (GH-91422)
Tobias Stoeckmann committed
April 12, 2022
J
gh-91243: Add typing.Required and NotRequired (PEP 655) (GH-32419)
Jelle Zijlstra committed