COMMITS
/ Misc/ACKS March 11, 2026
S
gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling
Seth Michael Larson committed
March 6, 2026
B
gh-144370: Disallow usage of control characters in status in wsgiref.handlers for security (#144371)
Benedikt Johannes committed
February 24, 2026
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
K
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic committed
January 26, 2026
J
gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH-140559)
Jake Lishman committed
January 18, 2026
G
gh-141860: Add on_error= keyword arg to `multiprocessing.set_forkserver_preload` (GH-141859)
Gregory P. Smith committed
January 14, 2026
S
gh-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)
Serhiy Storchaka committed
January 8, 2026
H
gh-143445: Optimize deepcopy for 1.04x speedup (#143449)
Heikki Toivonen committed
January 2, 2026
J
gh-128067: Fix pyrepl overriding printed output without newlines (#138732)
Jan-Eric Nitschke committed
December 25, 2025
H
gh-143103: Added pad parameter to base64.z85encode() (GH-143106)
Hauke D committed
December 17, 2025
B
gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
Benjamin Johnson committed
December 6, 2025
November 25, 2025
P
gh-141781: Fix pdb.line_prefix binding (#141779)
Paresh Joshi committed
October 23, 2025
A
gh-140443: Use `fma` in `loghelper` to improve accuracy of log for very large integers (#140469)
Abhishek Tiwari committed
October 22, 2025
October 15, 2025
J
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom committed
September 22, 2025
K
gh-95953: Add a css class to changed lines of difflib.HtmlDiff make_table (#139226)
Katie Gardner committed
September 16, 2025
B
gh-138514: getpass: restrict `echo_char` to a single ASCII character (#138591)
Benjamin Johnson committed
September 2, 2025
J
gh-138004: Fix setting a thread name on OpenIndiana (GH-138017)
jadonduff committed
August 8, 2025
July 22, 2025
N
gh-136459: Add perf trampoline support for macOS (#136461)
Nazım Can Altınova committed
July 20, 2025
A
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)
Alexander Urieles committed
July 15, 2025
R
gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
Richard Si committed
July 13, 2025
A
gh-132969: update ACKS file (gh-133222) (#136144)
Ajay Kamdar committed
July 12, 2025
K
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
Kliment Lamonov committed
June 29, 2025
W
Doc: Fix duplicate words in idlelib (#136089)
Weilin Du committed
June 27, 2025
T
gh-135551: Change how sorting picks minimum run length (#135553)
Tim Peters committed
June 22, 2025
K
patchcheck: use URL paths to identify upstream remote (GH-135806)
Kattni committed
June 12, 2025
P
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
Petr Viktorin committed
June 7, 2025
D
gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (#134878)
Daniel Golding committed
P
June 6, 2025
T
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
Tan Long committed
June 1, 2025
A
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)
Andrea-Oliveri committed
May 20, 2025
K
gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267)
Kevin Hernández committed
May 19, 2025
J
gh-88994: Change `datetime.datetime.now` to half-even rounding (#134258)
John Keith Hohm committed
S
May 6, 2025
April 19, 2025
W
Update entry for Willow Chargin in `.mailmap` and `ACKS` (#132714)
Willow Chargin committed
April 13, 2025
F
gh-132354: document return value for `asyncio.Task.cancel` (#132374)
Felix Scherz committed
April 11, 2025
X
gh-127405: Add ABIFLAGS to sysconfig variables on Windows (GH-131799)
Xuehai Pan committed
March 30, 2025
B
Update cryptographic CODEOWNERS entry (#131892)
Bénédikt Tran committed
March 18, 2025
D
gh-130914: Make graphlib.TopologicalSorter.prepare() idempotent (#131317)
Daniel Pope committed
March 14, 2025
S
gh-130814: Enhance documentation for Python C API type objects (#130817)
sharktide committed
March 13, 2025
O
gh-93096: Make `mimetypes` CLI tool public (#93097)
Oleg Iarygin committed
March 10, 2025
March 4, 2025
A
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
Amit Lavon committed
K
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Klaus117 committed
C
gh-130090: Support PGO for clang-cl on Windows (GH-129907)
Chris Eibl committed
February 8, 2025
B
gh-119349: Add ctypes.util.dllist -- list loaded shared libraries (GH-122946)
Brian Ward committed