COMMITS
June 8, 2025
A
Add compile_commands.json to .gitignore (#135111)
Alper committed
S
Update tutorial for new "Copy" button (#135007)
Stan Ulbrych committed
B
gh-134531: refactor `_hashlib` logic for handling NIDs and EVP_MDs (#135254)
Bénédikt Tran committed
Y
gh-134976: document the exception type that can be raised by `s[i]` (#134977)
Yongzi Li committed
L
B
gh-134531: fix `_hashlib` clinic directive post GH-134626 (#135249)
Bénédikt Tran committed
J
gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (#134687)
Jiucheng(Oliver) committed
B
gh-133579: correctly report C curses errors in `_curses_panel` (#134629)
Bénédikt Tran committed
June 7, 2025
A
GH-131798: Type-propagate string/list/tuple slices (GH-134671)
Amit Lavon committed
D
gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (#134878)
Daniel Golding committed
P
June 6, 2025
T
Y
Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640)
Yuki Kobayashi committed
T
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
Tan Long committed
P
gh-57089: Note _layout_ in the bitfield docs (GH-134148)
Petr Viktorin committed
P
gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174)
Petr Viktorin committed
P
gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH (GH-134892)
Petr Viktorin committed
J
feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (#135181)
Jean-Louis GUENEGO committed
R
Fix versionadded directive rendering in c-api/arg.rst (#135199)
Rafael Fontenelle committed
V
gh-134036: Update test_syntax for gh-133999 (#135204)
Victor Stinner committed
V
gh-134993: Add os.lstat() to os.supports_dir_fd (#135188)
Victor Stinner committed
S
gh-135120: Add test.support.subTests() (GH-135121)
Serhiy Storchaka committed
S
gh-134036: Improve error messages for invalid `raise` statements (#134077)
sobolevn committed
W
gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)
Weipeng Hong committed
June 5, 2025
M
GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)
Mark Shannon committed
S
gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)
Sergey Miryanov committed
W
gh-135166: Fix exception type expected by test.test_zstd (GH-135167)
Weipeng Hong committed
R
V
gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165)
Victor Stinner committed
E
gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)
Emma Smith committed