[Python-checkins] gh-126691: Remove --with-emscripten-target (#126787)

2024-11-15 Thread freakboy3742
https://github.com/python/cpython/commit/544b001b233ac57dfce17587ffbd10a70abe3ab0 commit: 544b001b233ac57dfce17587ffbd10a70abe3ab0 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-16T09:44:05+08:00 summary: gh-126691: Remove --with-emscripten-target (#126787) This unifies

[Python-checkins] GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)

2024-11-15 Thread freakboy3742
https://github.com/python/cpython/commit/2313f8421080ceb3343c6f5d291279adea85e073 commit: 2313f8421080ceb3343c6f5d291279adea85e073 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-16T09:46:39+08:00 summary: GH-126748: amend configure.rst description for the 'build_wasm' ma

[Python-checkins] [3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126878)

2024-11-15 Thread ethanfurman
https://github.com/python/cpython/commit/cdc1dff33f43d410d9136b808b3d8cc3e7df82a9 commit: cdc1dff33f43d410d9136b808b3d8cc3e7df82a9 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ethanfurman date: 2024-11-15T15:20:10-08:00 summary: [3.12] gh

[Python-checkins] [3.13] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659) (#126888)

2024-11-15 Thread Eclips4
https://github.com/python/cpython/commit/c8962104f2c8502b9a6b8a5e0f6603916852c13f commit: c8962104f2c8502b9a6b8a5e0f6603916852c13f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Eclips4 date: 2024-11-15T23:15:27Z summary: [3.13] Added a war

[Python-checkins] [3.13] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484) (GH-126879)

2024-11-15 Thread ethanfurman
https://github.com/python/cpython/commit/d74f1f477ae846ec66aa65e846bc1b338fad6641 commit: d74f1f477ae846ec66aa65e846bc1b338fad6641 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ethanfurman date: 2024-11-15T15:20:25-08:00 summary: [3.13] gh

[Python-checkins] [3.12] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659) (#126889)

2024-11-15 Thread Eclips4
https://github.com/python/cpython/commit/797a6327cc8974bb6a692b0761d425392776ae6f commit: 797a6327cc8974bb6a692b0761d425392776ae6f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Eclips4 date: 2024-11-15T23:17:37Z summary: [3.12] Added a war

[Python-checkins] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659)

2024-11-15 Thread alex
https://github.com/python/cpython/commit/d6bcc154e93a0a20ab97187d3e8b726fffb14f8f commit: d6bcc154e93a0a20ab97187d3e8b726fffb14f8f branch: main author: Alex Gaynor committer: alex date: 2024-11-15T18:09:05-05:00 summary: Added a warning to the urljoin docs, indicating that it is not safe to use

[Python-checkins] Docs: Miscellaneous corrections to simple statements in the language reference (GH-126720)

2024-11-15 Thread willingc
https://github.com/python/cpython/commit/94a7a4e22fb8f567090514785c69e65298acca42 commit: 94a7a4e22fb8f567090514785c69e65298acca42 branch: main author: Beomsoo Kim committer: willingc date: 2024-11-15T13:02:34-08:00 summary: Docs: Miscellaneous corrections to simple statements in the language re

[Python-checkins] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input month is not correct (GH-126484)

2024-11-15 Thread ethanfurman
https://github.com/python/cpython/commit/3be7498d2450519d5d8f63a35ef298db3b3d935b commit: 3be7498d2450519d5d8f63a35ef298db3b3d935b branch: main author: Nadeshiko Manju committer: ethanfurman date: 2024-11-15T11:03:06-08:00 summary: gh-126476: Raise IllegalMonthError for calendar.formatmonth() wh

[Python-checkins] Add PEP 761 to What's New (#126550)

2024-11-15 Thread hugovk
https://github.com/python/cpython/commit/a2c180f4e768267b12beda7f02436eb4a481dbe2 commit: a2c180f4e768267b12beda7f02436eb4a481dbe2 branch: main author: Seth Michael Larson committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-15T15:54:56Z summary: Add PEP 761 to What's New (#1

[Python-checkins] [3.13] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-126869)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/7be8743bd120271a4e0101aa575d357b9962e809 commit: 7be8743bd120271a4e0101aa575d357b9962e809 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-11-15T14:05:14Z summary: [3.13] gh-71936: F

[Python-checkins] [3.12] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-126870)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/d0d892f7a320fa5baf3f304c94d02056b19a9799 commit: d0d892f7a320fa5baf3f304c94d02056b19a9799 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-11-15T14:04:35Z summary: [3.12] gh-71936: F

[Python-checkins] gh-122549: Add platform.invalidate_caches() (#122547)

2024-11-15 Thread vstinner
https://github.com/python/cpython/commit/612ac283b81907d328891b102f5bfafcf62bd833 commit: 612ac283b81907d328891b102f5bfafcf62bd833 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: vstinner date: 2024-11-15T13:52:56Z summary: gh-122549: Add platform.invalid

[Python-checkins] [3.13] gh-126312: Don't traverse frozen objects on the free-threaded build (GH-126338) (#126866)

2024-11-15 Thread vstinner
https://github.com/python/cpython/commit/ecda3ae2a51cdec65996005690391172bc25ca4b commit: ecda3ae2a51cdec65996005690391172bc25ca4b branch: 3.13 author: Peter Bierma committer: vstinner date: 2024-11-15T14:46:00+01:00 summary: [3.13] gh-126312: Don't traverse frozen objects on the free-threaded b

[Python-checkins] gh-118973: Add _tkinter to freethreaded MSI (GH-126768)

2024-11-15 Thread zooba
https://github.com/python/cpython/commit/3227680d2de57a4617a10e6371ec00e62ad9f386 commit: 3227680d2de57a4617a10e6371ec00e62ad9f386 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-11-15T13:10:07Z summary: gh-118973: Add _tkin

[Python-checkins] [3.12] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-126182) (GH-126824)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/ef0a0059e126d44882f08e617a0f93b376e2de67 commit: ef0a0059e126d44882f08e617a0f93b376e2de67 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-11-15T14:07:04+01:00 summary: [3.12] gh-123

[Python-checkins] [3.13] gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-126182) (GH-126825)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/9a02690513837b111428dd1c50641e1078705be4 commit: 9a02690513837b111428dd1c50641e1078705be4 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-11-15T14:06:57+01:00 summary: [3.13] gh-123

[Python-checkins] Fix intermittent failures for the `PyUnstable_Object_EnableDeferredRefcount` tests (GH-126849)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/08f98f4576f95f9ae1a4423d151fce053416f39f commit: 08f98f4576f95f9ae1a4423d151fce053416f39f branch: main author: Peter Bierma committer: encukou date: 2024-11-15T14:03:46+01:00 summary: Fix intermittent failures for the `PyUnstable_Object_EnableDeferredRefc

[Python-checkins] gh-125063: marshal: Add version 5, improve documentation (GH-126829)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/d00f7b1b9d12dd6f29d7616217900785c4f6674d commit: d00f7b1b9d12dd6f29d7616217900785c4f6674d branch: main author: Petr Viktorin committer: encukou date: 2024-11-15T13:48:57+01:00 summary: gh-125063: marshal: Add version 5, improve documentation (GH-126829)

[Python-checkins] gh-89083: small docs fixup for UUIDv8 (#126857)

2024-11-15 Thread hugovk
https://github.com/python/cpython/commit/e17486982ca7b40cc8fbc1c76ad25facc5e76349 commit: e17486982ca7b40cc8fbc1c76ad25facc5e76349 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-15T14:26:38+02:

[Python-checkins] gh-118973: Add _tkinter to freethreaded MSI (GH-126768)

2024-11-15 Thread zooba
https://github.com/python/cpython/commit/9332a6f82506f819f591466eb03213be2c8d1808 commit: 9332a6f82506f819f591466eb03213be2c8d1808 branch: main author: Steve Dower committer: zooba date: 2024-11-15T12:22:56Z summary: gh-118973: Add _tkinter to freethreaded MSI (GH-126768) files: A Misc/NEWS.d/n

[Python-checkins] [3.12] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126756)

2024-11-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad4f8debda413e06d0a24aaa0e45458434d16cb1 commit: ad4f8debda413e06d0a24aaa0e45458434d16cb1 branch: 3.12 author: Tomas R. committer: serhiy-storchaka date: 2024-11-15T13:07:16+02:00 summary: [3.12] gh-126413: Add translation tests for getopt and optparse (G

[Python-checkins] [3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126755)

2024-11-15 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1c158705f1ac92c6ff76715ae0fb02499f33202e commit: 1c158705f1ac92c6ff76715ae0fb02499f33202e branch: 3.13 author: Tomas R. committer: serhiy-storchaka date: 2024-11-15T13:06:54+02:00 summary: [3.13] gh-126413: Add translation tests for getopt and optparse (G

[Python-checkins] gh-126312: Don't traverse frozen objects on the free-threaded build (#126338)

2024-11-15 Thread vstinner
https://github.com/python/cpython/commit/d4c72fed8cba8e15ab7bb6c30a92bc9f2c8f0a2c commit: d4c72fed8cba8e15ab7bb6c30a92bc9f2c8f0a2c branch: main author: Peter Bierma committer: vstinner date: 2024-11-15T11:21:30+01:00 summary: gh-126312: Don't traverse frozen objects on the free-threaded build (#

[Python-checkins] gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)

2024-11-15 Thread encukou
https://github.com/python/cpython/commit/8717f792f7cc343599dc60daf80630cceb66145b commit: 8717f792f7cc343599dc60daf80630cceb66145b branch: main author: George Alexopoulos committer: encukou date: 2024-11-15T11:05:51+01:00 summary: gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)

[Python-checkins] GH-124567: Reduce overhead of debug build for GC. Should help CI performance (GH-126777)

2024-11-15 Thread markshannon
https://github.com/python/cpython/commit/c0f045f7fd3bb7ccf9828f4bfad55347d097fd41 commit: c0f045f7fd3bb7ccf9828f4bfad55347d097fd41 branch: main author: Mark Shannon committer: markshannon date: 2024-11-15T08:59:01Z summary: GH-124567: Reduce overhead of debug build for GC. Should help CI perform

[Python-checkins] gh-103951: enable optimization for fast attribute access on module subclasses (GH-126264)

2024-11-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/d9e251223e8314ca726fc0be8b834362184b0aad commit: d9e251223e8314ca726fc0be8b834362184b0aad branch: main author: Sergey B Kirpichev committer: Fidget-Spinner date: 2024-11-15T16:03:38+08:00 summary: gh-103951: enable optimization for fast attribute access o