[Python-checkins] Small improvements to the itertools docs (GH-123885)

2024-09-09 Thread rhettinger
https://github.com/python/cpython/commit/2afba5ca6d27c69bc0a1618e86c2e4c00eefa4c1 commit: 2afba5ca6d27c69bc0a1618e86c2e4c00eefa4c1 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-09-09T20:57:49-05:00 summary: Small improvements to the itertools docs (GH-123885) files: M

[Python-checkins] gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)

2024-09-09 Thread AlexWaygood
https://github.com/python/cpython/commit/d359a7683e4339a3e057517ff25037aff2460353 commit: d359a7683e4339a3e057517ff25037aff2460353 branch: main author: Anthony Sottile committer: AlexWaygood date: 2024-09-09T16:40:18-04:00 summary: gh-66449: remove duplicate configparser section in 3.13 whatsnew

[Python-checkins] gh-122213: Add notes for pickle serialization errors (GH-122214)

2024-09-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c0c2aa7644ebd4953682784dbb9904fe955ff647 commit: c0c2aa7644ebd4953682784dbb9904fe955ff647 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-09T21:28:55+03:00 summary: gh-122213: Add notes for pickle serialization errors (GH-1

[Python-checkins] gh-123826: Fix unused function warnings in mimalloc on NetBSD (#123827)

2024-09-09 Thread colesbury
https://github.com/python/cpython/commit/4a6b1f179667e2a8c6131718eb78a15f726e047b commit: 4a6b1f179667e2a8c6131718eb78a15f726e047b branch: main author: Furkan Onder committer: colesbury date: 2024-09-09T13:22:28-04:00 summary: gh-123826: Fix unused function warnings in mimalloc on NetBSD (#12382

[Python-checkins] gh-84808: socket.connect_ex: Handle negative errno (GH-122304)

2024-09-09 Thread encukou
https://github.com/python/cpython/commit/65fcaa38ada727b504ec60ae283caf8e3ebbb845 commit: 65fcaa38ada727b504ec60ae283caf8e3ebbb845 branch: main author: Jérôme Duval committer: encukou date: 2024-09-09T14:59:13Z summary: gh-84808: socket.connect_ex: Handle negative errno (GH-122304) POSIX allows

[Python-checkins] [3.12] Mention `curl` in `contextvars` docs (GH-123838) (#123869)

2024-09-09 Thread sobolevn
https://github.com/python/cpython/commit/9e38723a156ceca3e918882e9fade03426326b7f commit: 9e38723a156ceca3e918882e9fade03426326b7f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-09T14:05:44Z summary: [3.12] Mention `c

[Python-checkins] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865)

2024-09-09 Thread encukou
https://github.com/python/cpython/commit/d8f3c1e8f9c384fa6a473c3923f3b26ad6257cac commit: d8f3c1e8f9c384fa6a473c3923f3b26ad6257cac branch: main author: Eric Snow committer: encukou date: 2024-09-09T16:04:58+02:00 summary: gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (GH-122865) I

[Python-checkins] Mention `curl` in `contextvars` docs (#123838)

2024-09-09 Thread sobolevn
https://github.com/python/cpython/commit/b950831c941a37c37b68a771610e072d11d1 commit: b950831c941a37c37b68a771610e072d11d1 branch: main author: sobolevn committer: sobolevn date: 2024-09-09T16:58:49+03:00 summary: Mention `curl` in `contextvars` docs (#123838) files: M Doc/library/conte

[Python-checkins] [3.12] Fix typos (#123775) (#123867)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/8b16ec65a2ba7f94fcf7ba1410084a3ddfc5983c commit: 8b16ec65a2ba7f94fcf7ba1410084a3ddfc5983c branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-09-09T13:22:13Z summary: [3.12] Fix typos (#123775) (#123867) Fix typos (#123775) (cherry picked

[Python-checkins] Fix typos (#123775)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/9017b95ff2dcff16bcb0b0a609ed2b0daa845943 commit: 9017b95ff2dcff16bcb0b0a609ed2b0daa845943 branch: main author: algonell committer: vstinner date: 2024-09-09T14:58:26+02:00 summary: Fix typos (#123775) files: M Android/testbed/app/src/main/c/main_activity

[Python-checkins] [3.12] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (GH-123824) (#123865)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/917f2c8422b5833be534d57b36c36fd29798a70b commit: 917f2c8422b5833be534d57b36c36fd29798a70b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-09-09T12:47:05Z summary: [3.12] gh-123823:

[Python-checkins] gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (#123824)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/df4f0cbfad8a1ed0146cabd30d01efd135d4d048 commit: df4f0cbfad8a1ed0146cabd30d01efd135d4d048 branch: main author: Furkan Onder committer: vstinner date: 2024-09-09T14:14:23+02:00 summary: gh-123823: Fix test_posix for unsupported posix_fallocate on NetBSD (#

[Python-checkins] gh-122311: Improve and unify pickle errors (GH-122771)

2024-09-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b2a8c38bb20e0a201bbc60f66371ee4e406f6dae commit: b2a8c38bb20e0a201bbc60f66371ee4e406f6dae branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-09T15:04:51+03:00 summary: gh-122311: Improve and unify pickle errors (GH-122771) *

[Python-checkins] gh-123834: Add `symtable` to the list of modules with a CLI (#123835)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/32bc2d61411fb71bdc84eb29c6859517e7f25f36 commit: 32bc2d61411fb71bdc84eb29c6859517e7f25f36 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-09T13:45:43+02:00 summary: gh-123834: Add `symtable`

[Python-checkins] [3.12] gh-123780: Make test_pkgutil clean up `spam` module (GH-123036) (GH-123782)

2024-09-09 Thread encukou
https://github.com/python/cpython/commit/349cc27ca9c9ef38cf8cb4d6b58c4e354b6157e8 commit: 349cc27ca9c9ef38cf8cb4d6b58c4e354b6157e8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-09-09T13:18:42+02:00 summary: [3.12] gh-123

[Python-checkins] chore: decimal module macro cleanup (#123791)

2024-09-09 Thread vstinner
https://github.com/python/cpython/commit/05a401a5c3e385286a346df6f0b463b35df871b2 commit: 05a401a5c3e385286a346df6f0b463b35df871b2 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-09T11:24:24+02:00 summary: chore: decimal module macr