COMMITS
April 12, 2022
S
bpo-47152: Automatically regenerate sre_constants.h (GH-91439)
Serhiy Storchaka committed
I
gh-90839: Forward gzip.compress() compresslevel to zlib (gh-31215)
Ilya Leoshkevich committed
I
gh-91276: make space for longer opcodes in dis output (GH-91444)
Irit Katriel committed
J
gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
Jack DeVries committed
E
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
Erlend Egeberg Aasland committed
B
gh-91217: deprecate crypt (GH-91459)
Brett Cannon committed
April 11, 2022
D
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds (GH-91430)
Dennis Sweeney committed
B
gh-47061: Deprecate `chunk` (GH-91419)
Brett Cannon committed
D
gh-91117: Ensure integer mod and pow operations use cached small ints (GH-31843)
Dennis Sweeney committed
O
Remove dead "Check PRs with 'CLA not signed' label" (#91429)
Oleg Iarygin committed
E
Update Sphinx bpo role to use redirect URI. (#32342)
Ezio Melotti committed
R
gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)
roy reznik committed
M
GH-89480: Document motivation, design and implementation of 3.11 frame stack. (GH-32304)
Mark Shannon committed
A
bpo-44807: Allow Protocol classes to define __init__ (GH-31628)
Adrian Garcia Badaracco committed
J
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
John Belmonte committed
I
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel committed
April 10, 2022
O
Replace contributor-visible mentions of BPO in .github/* (GH-91426)
Oleg Iarygin committed
Ł
Remove linking to bugs.python.org from the README (#91418)
Łukasz Langa committed
E
Remove the issue template config after the migration (GH-32106)
Ezio Melotti committed
E
notify new-bugs-announce on new issue open (#32421)
Ee Durbin committed
C
bpo-40280: WASM docs and smaller browser builds (GH-32412)
Christian Heimes committed
April 9, 2022
V
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
Ville Skyttä committed
J
Fix some typos in comments (GH-32422)
jonasdlindner committed
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
B
bpo-47061: deprecate cgi and cgitb (GH-32410)
Brett Cannon committed
April 8, 2022
A
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
Alexey Izbyshev committed
R
Fix bad grammar and import docstring for split/rsplit (GH-32381)
Raymond Hettinger committed
P
Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365)
Petr Viktorin committed
M
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon committed
R
Clarify that this sentence applies to the above example. GH-32405
Raymond Hettinger committed