[Python-checkins] [3.14] gh-135648: Document that `shutil.copyfileobj` doesn't flush (GH-135737) (#135873)

2025-06-23 Thread freakboy3742
https://github.com/python/cpython/commit/148f31f2d8301e7a4a2f4bc31c90432839c4e096 commit: 148f31f2d8301e7a4a2f4bc31c90432839c4e096 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-24T01:22:07Z summary: [3.14] gh-135

[Python-checkins] gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)

2025-06-23 Thread freakboy3742
https://github.com/python/cpython/commit/34393cbdd46fd965de86f1e7bc89ab111f506723 commit: 34393cbdd46fd965de86f1e7bc89ab111f506723 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-06-24T08:55:50+08:00 summary: gh-135648: Document that `shutil.copyfileobj` doesn't flush

[Python-checkins] [3.14] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727) (GH-135870)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/7227aa4bfafaa519867ad59e697c47e78c7a643f commit: 7227aa4bfafaa519867ad59e697c47e78c7a643f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T23:42:04Z summary: [3.14] Fix e

[Python-checkins] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/2793b68f758c10fb63b264787f10d46a71fc8086 commit: 2793b68f758c10fb63b264787f10d46a71fc8086 branch: main author: Vincent Poulailleau committer: ZeroIntensity date: 2025-06-23T19:36:30-04:00 summary: Fix example according to PEP 750 in "What's new in 3.14" (

[Python-checkins] [3.14] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135866)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/c9cbe060a227b114c97e38603df46b12b4e29afe commit: c9cbe060a227b114c97e38603df46b12b4e29afe branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T22:59:24Z summary: [3.14] Docs:

[Python-checkins] [3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135867)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/980d6cc0c8a540ce45e40c5e75d1fb3e05a5133a commit: 980d6cc0c8a540ce45e40c5e75d1fb3e05a5133a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T22:59:17Z summary: [3.13] Docs:

[Python-checkins] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/caad163b691b2343d823541cfbf741f481ee9f3e commit: caad163b691b2343d823541cfbf741f481ee9f3e branch: main author: Yongzi Li <[email protected]> committer: ZeroIntensity date: 2025-06-23T18:53:33-04:00 summary: Docs: Use `arguments` to

[Python-checkins] gh-119786: Add InternalDocs/qsbr.md. (gh-135411)

2025-06-23 Thread nascheme
https://github.com/python/cpython/commit/ceae4edf81ff35c01616c09b3ed8ddd2936a8f3a commit: ceae4edf81ff35c01616c09b3ed8ddd2936a8f3a branch: main author: Neil Schemenauer committer: nascheme date: 2025-06-23T22:09:40Z summary: gh-119786: Add InternalDocs/qsbr.md. (gh-135411) Add internal doc for

[Python-checkins] [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135778)

2025-06-23 Thread ericsnowcurrently
https://github.com/python/cpython/commit/666795ae34ccb912127d47fd091dcf5513dff94c commit: 666795ae34ccb912127d47fd091dcf5513dff94c branch: 3.13 author: Eric Snow committer: ericsnowcurrently date: 2025-06-23T19:38:41Z summary: [3.13] gh-135698: Fix Cross-interpreter Queue.full() With Negative/De

[Python-checkins] gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)

2025-06-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/bda121862e7d7f4684d9f0281f7d1f408c0c740c commit: bda121862e7d7f4684d9f0281f7d1f408c0c740c branch: main author: Noam Cohen committer: Fidget-Spinner date: 2025-06-24T03:42:09+08:00 summary: gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223) files: A Misc/

[Python-checkins] gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)

2025-06-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/569fc6870f048cb75469ae3cacb6ebcf5172a10e commit: 569fc6870f048cb75469ae3cacb6ebcf5172a10e branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-06-24T00:57:14+08:00 summary: gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761

[Python-checkins] GH-124878: reenable `test_finalize_daemon_thread_hang` test under TSAN (#135793)

2025-06-23 Thread kumaraditya303
https://github.com/python/cpython/commit/99712c45ccaab4bbe83eac38d73bab91bf0f4a02 commit: 99712c45ccaab4bbe83eac38d73bab91bf0f4a02 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-23T21:38:57+05:30 summary: GH-124878: reenable `test_finalize_daemon_thread_hang` test unde

[Python-checkins] [3.14] Bump mypy to 1.16.1 (GH-135720) (#135848)

2025-06-23 Thread hugovk
https://github.com/python/cpython/commit/aad47c1e0bffc689e811188b45623eba37830f4b commit: aad47c1e0bffc689e811188b45623eba37830f4b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-2

[Python-checkins] Bump mypy to 1.16.1 (#135720)

2025-06-23 Thread hugovk
https://github.com/python/cpython/commit/b3ae76911df465ade76c267c5fa2a02cf1138b48 commit: b3ae76911df465ade76c267c5fa2a02cf1138b48 branch: main author: sobolevn committer: hugovk <[email protected]> date: 2025-06-23T15:29:30+03:00 summary: Bump mypy to 1.16.1 (#135720) file

[Python-checkins] add async generators section to asyncio internal docs (#135674)

2025-06-23 Thread kumaraditya303
https://github.com/python/cpython/commit/0d9d48959e050b66cb37a333940ebf4dc2a74e15 commit: 0d9d48959e050b66cb37a333940ebf4dc2a74e15 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-23T06:22:28Z summary: add async generators section to asyncio internal docs (#135674) fil

[Python-checkins] [3.14] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135841)

2025-06-23 Thread vstinner
https://github.com/python/cpython/commit/85fbf80ca214bdf2e1eb36691bc0e54335c7a09f commit: 85fbf80ca214bdf2e1eb36691bc0e54335c7a09f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-23T10:53:55Z summary: [3.14] gh-134986:

[Python-checkins] [3.13] gh-134986: Catch PermissionError when trying to call perf in tests (GH-134987) (#135842)

2025-06-23 Thread vstinner
https://github.com/python/cpython/commit/3e81d56a1bfd2cc0afc01f1d9c126d286c4943ec commit: 3e81d56a1bfd2cc0afc01f1d9c126d286c4943ec branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-23T10:51:51Z summary: [3.13] gh-134986:

[Python-checkins] gh-135823: improve error message in `netrc` security checks (#135827)

2025-06-23 Thread picnixz
https://github.com/python/cpython/commit/396ca9a641429e59e09d3a3c28dc85623197797f commit: 396ca9a641429e59e09d3a3c28dc85623197797f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-23T12:49:27+

[Python-checkins] [3.14] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (GH-135610) (GH-135843)

2025-06-23 Thread encukou
https://github.com/python/cpython/commit/f0a330e5fbaebf24a1a1b9bcebf5e9be7084f241 commit: f0a330e5fbaebf24a1a1b9bcebf5e9be7084f241 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-23T10:41:39Z summary: [3.14] gh-89488: A

[Python-checkins] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (GH-135610)

2025-06-23 Thread encukou
https://github.com/python/cpython/commit/6aa0826ed7688e5f40742cdcaf57420b284e194f commit: 6aa0826ed7688e5f40742cdcaf57420b284e194f branch: main author: Petr Viktorin committer: encukou date: 2025-06-23T12:35:59+02:00 summary: gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (

[Python-checkins] gh-134986: Catch PermissionError when trying to call perf in tests (#134987)

2025-06-23 Thread vstinner
https://github.com/python/cpython/commit/6ab842fce50a6125797bcddfc4a4b2622aa6c6a9 commit: 6ab842fce50a6125797bcddfc4a4b2622aa6c6a9 branch: main author: Emma Smith committer: vstinner date: 2025-06-23T12:28:05+02:00 summary: gh-134986: Catch PermissionError when trying to call perf in tests (#134

[Python-checkins] [3.14] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135808)

2025-06-23 Thread hugovk
https://github.com/python/cpython/commit/a843fece61faf27d9a267b55ff44f7d7adce9ee1 commit: a843fece61faf27d9a267b55ff44f7d7adce9ee1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-2

[Python-checkins] [3.13] patchcheck: use URL paths to identify upstream remote (GH-135806) (#135809)

2025-06-23 Thread hugovk
https://github.com/python/cpython/commit/b79e64b67dcd48d8482d49b2c2f24b430f8f20db commit: b79e64b67dcd48d8482d49b2c2f24b430f8f20db branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-2