[Python-checkins] [3.12] Fix reversed assertRegex checks in test_ssl. (GH-117351) (#117359)

2024-03-28 Thread gpshead
https://github.com/python/cpython/commit/2a18945dc6e1c6e4daf55ec5a3aa07679df1cb1d commit: 2a18945dc6e1c6e4daf55ec5a3aa07679df1cb1d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-03-29T01:19:04Z summary: [3.12] Fix reverse

[Python-checkins] Fix reversed assertRegex checks in test_ssl. (#117351)

2024-03-28 Thread gpshead
https://github.com/python/cpython/commit/2e9be80c99f635c2f7761e8356b0260922d6e7a6 commit: 2e9be80c99f635c2f7761e8356b0260922d6e7a6 branch: main author: Gregory P. Smith committer: gpshead date: 2024-03-28T17:58:37-07:00 summary: Fix reversed assertRegex checks in test_ssl. (#117351) files: M Li

[Python-checkins] [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117358)

2024-03-28 Thread AlexWaygood
https://github.com/python/cpython/commit/01ab43c08a8c7ad1d123bc465a0fe60e3525218f commit: 01ab43c08a8c7ad1d123bc465a0fe60e3525218f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-03-29T00:38:13Z summary: [3.11] gh-1171

[Python-checkins] [3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117357)

2024-03-28 Thread AlexWaygood
https://github.com/python/cpython/commit/9f831f442c8b0ff625887ed33dda80e1f77ee1aa commit: 9f831f442c8b0ff625887ed33dda80e1f77ee1aa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-03-29T00:36:14Z summary: [3.12] gh-1171

[Python-checkins] gh-117110: Fix subclasses of typing.Any with custom constructors (#117111)

2024-03-28 Thread AlexWaygood
https://github.com/python/cpython/commit/8eec7ed714e65d616573b7331780b0aa43c6ed6a commit: 8eec7ed714e65d616573b7331780b0aa43c6ed6a branch: main author: 傅立业(Chris Fu) <[email protected]> committer: AlexWaygood date: 2024-03-29T00:19:20Z summary: gh-117110: Fix subclasses of typing.Any with custom co

[Python-checkins] [3.12] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343) (GH-117345)

2024-03-28 Thread Fidget-Spinner
https://github.com/python/cpython/commit/655c4255fcb8ff73a720db7d5aa4dbb9b2e809e6 commit: 655c4255fcb8ff73a720db7d5aa4dbb9b2e809e6 branch: 3.12 author: Christopher Chianelli committer: Fidget-Spinner date: 2024-03-29T06:27:16+08:00 summary: [3.12] gh-117339: Use NULL instead of None for LOAD_SUP

[Python-checkins] gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR in dis docs (GH-117343)

2024-03-28 Thread Fidget-Spinner
https://github.com/python/cpython/commit/a17f313e3958e825db9a83594c8471a984316536 commit: a17f313e3958e825db9a83594c8471a984316536 branch: main author: Christopher Chianelli committer: Fidget-Spinner date: 2024-03-29T06:26:56+08:00 summary: gh-117339: Use NULL instead of None for LOAD_SUPER_ATTR

[Python-checkins] GH-117121: Add pystats to JIT builds (GH-117346)

2024-03-28 Thread brandtbucher
https://github.com/python/cpython/commit/26d328b2ba26374fb8d9ffe8215ecef7c5e3f7a2 commit: 26d328b2ba26374fb8d9ffe8215ecef7c5e3f7a2 branch: main author: Michael Droettboom committer: brandtbucher date: 2024-03-28T15:23:08-07:00 summary: GH-117121: Add pystats to JIT builds (GH-117346) files: M P

[Python-checkins] gh-117335: Handle non-iterables for `ntpath.commonpath` (GH-117336)

2024-03-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/14f1ca7d5363386163839b31ce987423daecc3de commit: 14f1ca7d5363386163839b31ce987423daecc3de branch: main author: Nice Zombies committer: serhiy-storchaka date: 2024-03-28T21:20:08Z summary: gh-117335: Handle non-iterables for `ntpath.commonpath` (GH-117336)

[Python-checkins] Increase the JIT CI timeouts to 75 minutes (GH-117342)

2024-03-28 Thread brandtbucher
https://github.com/python/cpython/commit/18cf239e39e25e6cef50ecbb7f197a82f8920ff5 commit: 18cf239e39e25e6cef50ecbb7f197a82f8920ff5 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-03-28T21:02:34Z summary: Increase the JIT CI timeouts to 75 minutes (GH-117342) files: M .gith

[Python-checkins] gh-117294: Report DocTestCase as skipped if all examples in the doctest are skipped (GH-117297)

2024-03-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/29829b58a8328a7c2ccacaa74c1d7d120a5e5ca5 commit: 29829b58a8328a7c2ccacaa74c1d7d120a5e5ca5 branch: main author: Malcolm Smith committer: serhiy-storchaka date: 2024-03-28T21:59:12+02:00 summary: gh-117294: Report DocTestCase as skipped if all examples in t

[Python-checkins] gh-69201: Separate stdout and stderr stream in test_pdb (#117308)

2024-03-28 Thread iritkatriel
https://github.com/python/cpython/commit/efcc96844e7c66fcd6c23ac2d557ca141614ce9a commit: efcc96844e7c66fcd6c23ac2d557ca141614ce9a branch: main author: Tian Gao committer: iritkatriel <[email protected]> date: 2024-03-28T18:23:29Z summary: gh-69201: Separate stdout and

[Python-checkins] [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331)

2024-03-28 Thread vstinner
https://github.com/python/cpython/commit/8bbb12169f4da529de436ed88280cc6888574520 commit: 8bbb12169f4da529de436ed88280cc6888574520 branch: 3.11 author: Victor Stinner committer: vstinner date: 2024-03-28T17:53:43Z summary: [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117

[Python-checkins] [3.12] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (GH-117326) (#117327)

2024-03-28 Thread vstinner
https://github.com/python/cpython/commit/1e48de61ac24442c44301c0529752a682cf4c59e commit: 1e48de61ac24442c44301c0529752a682cf4c59e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-03-28T18:28:20+01:00 summary: [3.12] gh-11

[Python-checkins] [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117318)

2024-03-28 Thread gpshead
https://github.com/python/cpython/commit/65a0923c708210f393e2dbf5b231ca09c4b045c7 commit: 65a0923c708210f393e2dbf5b231ca09c4b045c7 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-03-28T10:05:19-07:00 summary: [3.11] gh-117

[Python-checkins] [3.12] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117317)

2024-03-28 Thread gpshead
https://github.com/python/cpython/commit/5a6318f2aab0a55a71a751a7de7e287b2082a8ae commit: 5a6318f2aab0a55a71a751a7de7e287b2082a8ae branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-03-28T10:04:57-07:00 summary: [3.12] gh-117

[Python-checkins] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)

2024-03-28 Thread vstinner
https://github.com/python/cpython/commit/6702d2bf6edcd5b5415e17837383623b9d76a5b8 commit: 6702d2bf6edcd5b5415e17837383623b9d76a5b8 branch: main author: Victor Stinner committer: vstinner date: 2024-03-28T16:40:58Z summary: gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) f

[Python-checkins] gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)

2024-03-28 Thread erlend-aasland
https://github.com/python/cpython/commit/c1712ef066321c01bf09cba3f22fc474b5b8dfa7 commit: c1712ef066321c01bf09cba3f22fc474b5b8dfa7 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-03-28T15:05:08Z summary: gh-116664: Make module state Py_SETREF's in _warnings thread-saf

[Python-checkins] bpo-43848: explain optional argument mtime in gzip.py. (GH-25410)

2024-03-28 Thread encukou
https://github.com/python/cpython/commit/9a388b9a64927c372d85f0eaec3de9b7320a6fb5 commit: 9a388b9a64927c372d85f0eaec3de9b7320a6fb5 branch: main author: Joachim Wuttke committer: encukou date: 2024-03-28T13:43:07Z summary: bpo-43848: explain optional argument mtime in gzip.py. (GH-25410) Co-aut

[Python-checkins] gh-110481: Fix biased reference counting queue initialization. (#117271)

2024-03-28 Thread colesbury
https://github.com/python/cpython/commit/8dbfdb2957a7baade3a88661517f163ad694c39f commit: 8dbfdb2957a7baade3a88661517f163ad694c39f branch: main author: Sam Gross committer: colesbury date: 2024-03-28T09:28:39-04:00 summary: gh-110481: Fix biased reference counting queue initialization. (#117271)

[Python-checkins] [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117320)

2024-03-28 Thread hugovk
https://github.com/python/cpython/commit/c703b7b54f60b25ed2b6dca1d7050315abc56210 commit: c703b7b54f60b25ed2b6dca1d7050315abc56210 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] [3.12] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117319)

2024-03-28 Thread hugovk
https://github.com/python/cpython/commit/552b2646b75d079e9b31d4e800fbb2234624ed44 commit: 552b2646b75d079e9b31d4e800fbb2234624ed44 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-03-2

[Python-checkins] gh-117178: Recover lazy loading of self-referential modules (#117179)

2024-03-28 Thread hugovk
https://github.com/python/cpython/commit/9a1e55b8c5723206116f7016921be3937ef2f4e5 commit: 9a1e55b8c5723206116f7016921be3937ef2f4e5 branch: main author: Chris Markiewicz committer: hugovk <[email protected]> date: 2024-03-28T12:59:31+02:00 summary: gh-117178: Recover lazy loa

[Python-checkins] gh-117266: Fix crashes on user-created AST subclasses (GH-117276)

2024-03-28 Thread encukou
https://github.com/python/cpython/commit/4c71d51a4b7989fc8754ba512c40e21666f9db0d commit: 4c71d51a4b7989fc8754ba512c40e21666f9db0d branch: main author: Jelle Zijlstra committer: encukou date: 2024-03-28T11:30:31+01:00 summary: gh-117266: Fix crashes on user-created AST subclasses (GH-117276) Fi

[Python-checkins] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (#117309)

2024-03-28 Thread Yhg1s
https://github.com/python/cpython/commit/8cb7d7ff86a1a2d41195f01ba4f218941dd7308c commit: 8cb7d7ff86a1a2d41195f01ba4f218941dd7308c branch: main author: Gregory P. Smith committer: Yhg1s date: 2024-03-28T11:11:58+01:00 summary: gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._S

[Python-checkins] gh-116303: Handle disabled test modules in test.support helpers (#116482)

2024-03-28 Thread erlend-aasland
https://github.com/python/cpython/commit/6c8ac8a32fd6de1960526561c44bc5603fab0f3e commit: 6c8ac8a32fd6de1960526561c44bc5603fab0f3e branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-03-28T08:40:37Z summary: gh-116303: Handle disabled test modules in test.support helpers

[Python-checkins] gh-114099: Add documentation for iOS platform (GH-117057)

2024-03-28 Thread ned-deily
https://github.com/python/cpython/commit/0f27672c5002de96c9f1228b12460d5ce3f1d190 commit: 0f27672c5002de96c9f1228b12460d5ce3f1d190 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-28T04:13:13-04:00 summary: gh-114099: Add documentation for iOS platform (GH-117057) Co-

[Python-checkins] gh-114099: Additions to standard library to support iOS (GH-117052)

2024-03-28 Thread ned-deily
https://github.com/python/cpython/commit/f006338017cfbf846e8f7391b9ee5f69df8dc620 commit: f006338017cfbf846e8f7391b9ee5f69df8dc620 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-03-28T03:59:33-04:00 summary: gh-114099: Additions to standard library to support iOS (GH-11