COMMITS
March 31, 2026
S
gh-147856: Allow the 'count' argument of `bytes.replace()` to be a keyword (#147943)
Stan Ulbrych committed
K
S
gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901)
Sergey B Kirpichev committed
H
gh-141510: Support `frozendict` in `plistlib` (#145590)
Hugo van Kemenade committed
P
gh-145563: Add thread-safety annotation for PyCapsule C-API (#146612)
Pieter Eendebak committed
T
gh-145458: use `self.skip_idle` consistently in the tachyon profiler (#145459)
Thomas Kowalski committed
S
gh-146615: Fix format specifiers in Objects/ directory (GH-146620)
sunmy2019 committed
S
gh-146615: Fix format specifiers in Python/ directory (GH-146619)
sunmy2019 committed
S
gh-146615: Fix format specifiers in test cextensions (GH-146618)
sunmy2019 committed
S
gh-146615: Fix format specifiers in extension modules (GH-146617)
sunmy2019 committed
March 30, 2026
H
gh-146376: Reduce timeout in Emscripten GHA workflow (#146378)
Hood Chatham committed
B
gh-146442: Fix various bugs in compiler pipeline (#146443)
Brandon committed
S
gh-146238: Support half-floats in the array module (#146242)
Sergey B Kirpichev committed
S
gh-145056: Add support for merging collections.UserDict and frozendict (GH-146465)
Serhiy Storchaka committed
S
gh-145056: Fix merging of collections.OrderedDict and frozendict (GH-146466)
Serhiy Storchaka committed
C
gh-139633: Run netrc file permission check only once per parse (GH-139634)
Cody Maloney committed
N
gh-144270: Make SubElement parent and tag positional-only (GH-144845)
Neko Asakura committed
K
gh-146558: JIT optimize dict access for objects with known hash (#146559)
Kumar Aditya committed
C
gh-139922: always run MSVC 64-bit tail-calling CI (GH-146570)
Chris Eibl committed
V
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
Victor Stinner committed
K
gh-146587: fix type slot assignment incase of multiple slots for same name (#146593)
Kumar Aditya committed
I
gh-138122: Add differential flame graph (#145785)
ivonastojanovic committed
H
gh-146416: Emscripten: Improve standard stream handling in node_entry.mjs (#146417)
Hood Chatham committed
R
gh-146444: Don't package as part of iOS 'build hosts' target (#146628)
Russell Keith-Magee committed
M
gh-138850: Add --disable-epoll to configure (GH-145768)
Marcel Telka committed
V
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
Victor Stinner committed
S
gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)
Sanyam Khurana committed
R
gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped__ (#146557)
Ramin Farajpour Cami committed
March 29, 2026