[Python-checkins] [3.14] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (#134964)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/7c1dfd9c988be07c14892177db6b512e4983ca20 commit: 7c1dfd9c988be07c14892177db6b512e4983ca20 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-31T20:02:38-07:00 summary: [3.14] gh-133

[Python-checkins] [3.14] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134980)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/d6f356e1ab5ccdf1faaf6c431a119217d86201d8 commit: d6f356e1ab5ccdf1faaf6c431a119217d86201d8 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-31T14:55:03Z summary: [3.14] gh-134954:

[Python-checkins] [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134981)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/379c4a2002900fba5d327a2c64fbce60d121c264 commit: 379c4a2002900fba5d327a2c64fbce60d121c264 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-31T14:51:48Z summary: [3.13] gh-134954:

[Python-checkins] gh-134718: Omit optional Load() values in ast.dump() (GH-134934)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4d31d19a1df0a6e658e6a320cde8355f5f6ea27b commit: 4d31d19a1df0a6e658e6a320cde8355f5f6ea27b branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-31T10:32:53+03:00 summary: gh-134718: Omit optional Load() values in ast.dump() (GH-1

[Python-checkins] gh-108885: Use subtests for doctest examples run by unittest (GH-134890)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad39f017881e0bd8ffd809755ebf76380b928ad3 commit: ad39f017881e0bd8ffd809755ebf76380b928ad3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-31T13:01:46+03:00 summary: gh-108885: Use subtests for doctest examples run by unitt

[Python-checkins] [3.14] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi.c` (GH-133892) (#134988)

2025-05-31 Thread sobolevn
https://github.com/python/cpython/commit/a8708f7320d1d752c92678043278cd75d97250d8 commit: a8708f7320d1d752c92678043278cd75d97250d8 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-31T21:57:52Z summary: [3.14] gh-133891:

[Python-checkins] gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternalcapi.c` (#133892)

2025-05-31 Thread sobolevn
https://github.com/python/cpython/commit/cebae977a63f32c3c03d14c040df3cea55b8f585 commit: cebae977a63f32c3c03d14c040df3cea55b8f585 branch: main author: sobolevn committer: sobolevn date: 2025-06-01T00:33:02+03:00 summary: gh-133891: Add missing error check to `SET_COUNT` macro in `_testinternal

[Python-checkins] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/68784fed78aa297f0de0d038742495709185bef5 commit: 68784fed78aa297f0de0d038742495709185bef5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-31T11:23:01+03:00 summary: gh-133489: Remove size restrictions on getrandbits() and r

[Python-checkins] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (#134955)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/f58873e4b2b7aad8e3a08a6188c6eb08d0a3001b commit: f58873e4b2b7aad8e3a08a6188c6eb08d0a3001b branch: main author: Itamar Oren committer: gpshead date: 2025-05-31T07:29:03-07:00 summary: gh-134954: Hard-cap max file descriptors in subprocess test fd_status (#

[Python-checkins] gh-134696: fix `hashlib` tests for FIPS-only BLAKE-2 buildbot (#134968)

2025-05-31 Thread picnixz
https://github.com/python/cpython/commit/379d0bc95646dfe923e7ea05fb7f1befbd85572d commit: 379d0bc95646dfe923e7ea05fb7f1befbd85572d branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-05-31T12:48:34+

[Python-checkins] [3.14] Improve format of `InternalDocs/exception_handling.md` (GH-134969) (#134975)

2025-05-31 Thread sobolevn
https://github.com/python/cpython/commit/0df99207b3810fa862b2f3444cc7d752f2d3f594 commit: 0df99207b3810fa862b2f3444cc7d752f2d3f594 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: sobolevn date: 2025-05-31T12:02:20Z summary: [3.14] Improve fo

[Python-checkins] Improve format of `InternalDocs/exception_handling.md` (#134969)

2025-05-31 Thread sobolevn
https://github.com/python/cpython/commit/5507eff19c757a908a2ff29dfe423e35595fda00 commit: 5507eff19c757a908a2ff29dfe423e35595fda00 branch: main author: sobolevn committer: sobolevn date: 2025-05-31T14:56:33+03:00 summary: Improve format of `InternalDocs/exception_handling.md` (#134969) files: M

[Python-checkins] [3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (#134932)

2025-05-31 Thread AA-Turner
https://github.com/python/cpython/commit/f734531bbee4f97b3cfaddbacb1acbe7ff162485 commit: f734531bbee4f97b3cfaddbacb1acbe7ff162485 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/3704171415c1ea6ebbeb2f992758b6565f42e378 commit: 3704171415c1ea6ebbeb2f992758b6565f42e378 branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: gpshead date: 2025-05-31T10:48:51-07:00 summary: gh-134835: Remove ou

[Python-checkins] [3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134985)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/e69ecfee5e0c747b052215940bbb3c1c45b86910 commit: e69ecfee5e0c747b052215940bbb3c1c45b86910 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-31T17:54:38Z summary: [3.13] gh-134835:

[Python-checkins] [3.14] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134984)

2025-05-31 Thread gpshead
https://github.com/python/cpython/commit/890607fa0510f035252c538b1e69f412e6e766df commit: 890607fa0510f035252c538b1e69f412e6e766df branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2025-05-31T17:55:48Z summary: [3.14] gh-134835:

[Python-checkins] [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/366a7902a000423988cbcece40f8264797610de6 commit: 366a7902a000423988cbcece40f8264797610de6 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-31T09:09:07Z summary: [3.13] gh

[Python-checkins] [3.14] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134966)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/aceb5041d2d10a4b0a90a23b44ad1a3c04f0b4de commit: aceb5041d2d10a4b0a90a23b44ad1a3c04f0b4de branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-05-31T09:09:00Z summary: [3.14] gh

[Python-checkins] gh-134918: Fix and improve doctest's documentation (GH-134919)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3c66e5976669a599adfb260514c03815b1a9e4e9 commit: 3c66e5976669a599adfb260514c03815b1a9e4e9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-31T12:03:08+03:00 summary: gh-134918: Fix and improve doctest's documentation (GH-134

[Python-checkins] gh-133968: Create the Unicode writer on demand in json (#133832)

2025-05-31 Thread vstinner
https://github.com/python/cpython/commit/c81446af1dbf3c84bfd4ed604c245dd40463fd3a commit: c81446af1dbf3c84bfd4ed604c245dd40463fd3a branch: main author: Nice Zombies committer: vstinner date: 2025-05-31T13:35:51+02:00 summary: gh-133968: Create the Unicode writer on demand in json (#133832) file

[Python-checkins] Skip test as cpython_only that checks whether setattr interns the attribute or not (#134972)

2025-05-31 Thread cfbolz
https://github.com/python/cpython/commit/af0d3268d9ae6090877c276c12ee6712b56578e7 commit: af0d3268d9ae6090877c276c12ee6712b56578e7 branch: main author: CF Bolz-Tereick committer: cfbolz date: 2025-05-31T13:38:05+02:00 summary: Skip test as cpython_only that checks whether setattr interns the att

[Python-checkins] skip test for sys._stdlib_dir if that is not present (#134973)

2025-05-31 Thread cfbolz
https://github.com/python/cpython/commit/895119ec24589cbf522e375aa71f27b9b7383a8b commit: 895119ec24589cbf522e375aa71f27b9b7383a8b branch: main author: CF Bolz-Tereick committer: cfbolz date: 2025-05-31T13:46:22+02:00 summary: skip test for sys._stdlib_dir if that is not present (#134973) files

[Python-checkins] gh-134970: Fix exception message in argparse module (GH-134971)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/965c48056633d3f4b41520c8cd07f0275f00fb4c commit: 965c48056633d3f4b41520c8cd07f0275f00fb4c branch: main author: Michał Górny committer: serhiy-storchaka date: 2025-06-01T08:56:56+03:00 summary: gh-134970: Fix exception message in argparse module (GH-134971

[Python-checkins] [3.14] gh-134970: Fix exception message in argparse module (GH-134971) (GH-134991)

2025-05-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/df7247a3802f44234b923e3149b0cc11d6133bb7 commit: df7247a3802f44234b923e3149b0cc11d6133bb7 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2025-06-01T06:21:34Z summary: [3.14] gh