[Python-checkins] GH-120754: Disable buffering in Path.read_bytes (#122111)

2024-08-16 Thread hauntsaninja
https://github.com/python/cpython/commit/35d8ac7cd7ed6cd3d84af721dce970da59bd5f68 commit: 35d8ac7cd7ed6cd3d84af721dce970da59bd5f68 branch: main author: Cody Maloney committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-08-16T13:52:41-07:00 summary: GH-120754: Disable

[Python-checkins] gh-118658: Return consistent types from `get_un/verified_chain` in `SSLObject` and `SSLSocket` (#118669)

2024-08-16 Thread Yhg1s
https://github.com/python/cpython/commit/8ef358dae1959e2aff8b04fb69b8a36d6da6847a commit: 8ef358dae1959e2aff8b04fb69b8a36d6da6847a branch: main author: Mateusz Nowak committer: Yhg1s date: 2024-08-16T22:27:44+02:00 summary: gh-118658: Return consistent types from `get_un/verified_chain` in `SSLO

[Python-checkins] GH-118093: Specialize `CALL_KW` (GH-123006)

2024-08-16 Thread markshannon
https://github.com/python/cpython/commit/c13e7d98fb8581014a225b900b1b88ccbfc28097 commit: c13e7d98fb8581014a225b900b1b88ccbfc28097 branch: main author: Mark Shannon committer: markshannon date: 2024-08-16T17:11:24+01:00 summary: GH-118093: Specialize `CALL_KW` (GH-123006) files: A Misc/NEWS.d/

[Python-checkins] gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usages by the macros (#123043)

2024-08-16 Thread iritkatriel
https://github.com/python/cpython/commit/e2f2dc708eae89f41e328501b5ea7c97b8e39907 commit: e2f2dc708eae89f41e328501b5ea7c97b8e39907 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-08-16T

[Python-checkins] [3.13] mention pypy somewhat more prominently in the pyrepl section of whatsnew (GH-123063) (#123064)

2024-08-16 Thread pablogsal
https://github.com/python/cpython/commit/3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab commit: 3ab8eafbd94b82fe73995e165bb0e6ff5d67cdab branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-08-16T11:58:17Z summary: [3.13] mention p

[Python-checkins] mention pypy somewhat more prominently in the pyrepl section of whatsnew (#123063)

2024-08-16 Thread pablogsal
https://github.com/python/cpython/commit/a07cf4ce25205d836a6b30cb629eda139d2a518e commit: a07cf4ce25205d836a6b30cb629eda139d2a518e branch: main author: CF Bolz-Tereick committer: pablogsal date: 2024-08-16T11:38:44Z summary: mention pypy somewhat more prominently in the pyrepl section of whatsne

[Python-checkins] [3.13] gh-122247: Move instruction instrumentation sanity check after tracing check (GH-122251) (GH-122812)

2024-08-16 Thread encukou
https://github.com/python/cpython/commit/1f7071572e49fc8576c72902135a4ddecc6f81c3 commit: 1f7071572e49fc8576c72902135a4ddecc6f81c3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-08-16T12:01:40+02:00 summary: [3.13] gh-122

[Python-checkins] [3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035)

2024-08-16 Thread hauntsaninja
https://github.com/python/cpython/commit/7ee7558833f4afb8b2c5987967b69dc225478a4e commit: 7ee7558833f4afb8b2c5987967b69dc225478a4e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] [3.13] gh-116622: Add Android test script (GH-121595) (#123061)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/cf6d14b96656baa911fa7a793ffa085e1ce6f328 commit: cf6d14b96656baa911fa7a793ffa085e1ce6f328 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:36:46+08:00 summary: [3.13] g

[Python-checkins] [3.13] gh-116622: Android logging fixes (GH-122698) (#122719)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/0dd89a7f4054bb68e7c201c20f939ba03732bde9 commit: 0dd89a7f4054bb68e7c201c20f939ba03732bde9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:07:42+08:00 summary: [3.13] g

[Python-checkins] [3.13] gh-116622: Don't expose `FICLONE` ioctl on Android (GH-122522) (#122539)

2024-08-16 Thread freakboy3742
https://github.com/python/cpython/commit/69cf92fbca9bf51c70d06bb12329f881af6f4b65 commit: 69cf92fbca9bf51c70d06bb12329f881af6f4b65 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: freakboy3742 date: 2024-08-16T16:07:27+08:00 summary: [3.13] g

[Python-checkins] [3.13] gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (GH-123047) (#123058)

2024-08-16 Thread sobolevn
https://github.com/python/cpython/commit/a604b2440ffcca897a524ea3ac0e24e9894ae615 commit: a604b2440ffcca897a524ea3ac0e24e9894ae615 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2024-08-16T07:41:49Z summary: [3.13] gh-123046:

[Python-checkins] gh-123046: Fix regexp to catch cases where the module name is omitted from the weakref repr (#123047)

2024-08-16 Thread sobolevn
https://github.com/python/cpython/commit/786cac0c64dc156dfee817e87f15ae56b7e3ed00 commit: 786cac0c64dc156dfee817e87f15ae56b7e3ed00 branch: main author: Kirill Podoprigora committer: sobolevn date: 2024-08-16T07:14:53Z summary: gh-123046: Fix regexp to catch cases where the module name is omitted