[Python-checkins] [3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116232)

2024-03-01 Thread brettcannon
https://github.com/python/cpython/commit/862775bdc23c107e5b830074baa2d598ae0c4571 commit: 862775bdc23c107e5b830074baa2d598ae0c4571 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-03-02T01:13:39Z summary: [3.11] GH-1159

[Python-checkins] [3.12] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116231)

2024-03-01 Thread brettcannon
https://github.com/python/cpython/commit/25b21596fe621fb2950d5ec630ca9e2c8880ddf8 commit: 25b21596fe621fb2950d5ec630ca9e2c8880ddf8 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-03-02T01:11:41Z summary: [3.12] GH-1159

[Python-checkins] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)

2024-03-01 Thread brettcannon
https://github.com/python/cpython/commit/5dc8c84d397110f9edfa56793ad8887b1f176d79 commit: 5dc8c84d397110f9edfa56793ad8887b1f176d79 branch: main author: Brett Cannon committer: brettcannon date: 2024-03-01T16:52:12-08:00 summary: GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)

[Python-checkins] gh-116102: Silence a Compiler Warning in _xxinterpqueues (gh-116230)

2024-03-01 Thread ericsnowcurrently
https://github.com/python/cpython/commit/cad3745b87ae85285a08ad8abd60cf10a59985b5 commit: cad3745b87ae85285a08ad8abd60cf10a59985b5 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-03-02T00:28:05Z summary: gh-116102: Silence a Compiler Warning in _xxinterpqueues (gh-116230)

[Python-checkins] gh-112087: Use QSBR technique for list_new/clear for free-thread build (gh-115875)

2024-03-01 Thread corona10
https://github.com/python/cpython/commit/fb5e0344e41788988171f31c6b8d4fd1a13b9041 commit: fb5e0344e41788988171f31c6b8d4fd1a13b9041 branch: main author: Donghee Na committer: corona10 date: 2024-03-02T08:30:35+09:00 summary: gh-112087: Use QSBR technique for list_new/clear for free-thread build

[Python-checkins] GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)

2024-03-01 Thread brettcannon
https://github.com/python/cpython/commit/90a1e9880fb0c03a82df6eaa9c7430b03e86531c commit: 90a1e9880fb0c03a82df6eaa9c7430b03e86531c branch: main author: Brett Cannon committer: brettcannon date: 2024-03-01T15:22:31-08:00 summary: GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#1162

[Python-checkins] gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (GH-115190)

2024-03-01 Thread gpshead
https://github.com/python/cpython/commit/9e88173d363fb22c2c7bf3da3a266817db6bf24b commit: 9e88173d363fb22c2c7bf3da3a266817db6bf24b branch: main author: mpage committer: gpshead date: 2024-03-01T13:43:12-08:00 summary: gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G

[Python-checkins] gh-115941: fixes in dictobject.c doc block(#116196)

2024-03-01 Thread carljm
https://github.com/python/cpython/commit/5e0c7bc1d311048e8252bae6fc91cb51c556f807 commit: 5e0c7bc1d311048e8252bae6fc91cb51c556f807 branch: main author: Humbulani <92155443+humbulani1...@users.noreply.github.com> committer: carljm date: 2024-03-01T12:48:26-07:00 summary: gh-115941: fixes in dictob

[Python-checkins] gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)

2024-03-01 Thread Fidget-Spinner
https://github.com/python/cpython/commit/ff96b81d78c4a52fb1eb8384300af3dd0dd2db0d commit: ff96b81d78c4a52fb1eb8384300af3dd0dd2db0d branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-03-02T03:40:04+08:00 summary: gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710) files:

[Python-checkins] gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)

2024-03-01 Thread gvanrossum
https://github.com/python/cpython/commit/b5949eac6220ee8002971b5e7026432ac7990c74 commit: b5949eac6220ee8002971b5e7026432ac7990c74 branch: main author: Rémi Lapeyre committer: gvanrossum date: 2024-03-01T11:39:16-08:00 summary: gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20

[Python-checkins] [3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116213)

2024-03-01 Thread AlexWaygood
https://github.com/python/cpython/commit/90f75e1069f2d692480bcd305fc35b4fe7847e18 commit: 90f75e1069f2d692480bcd305fc35b4fe7847e18 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AlexWaygood date: 2024-03-01T18:01:27Z summary: [3.12] gh-1122

[Python-checkins] gh-115773: Add missing preprocessor guard in _testexternalinspection (#116212)

2024-03-01 Thread pablogsal
https://github.com/python/cpython/commit/e6e35327d87e5456ba2178915e4f523a42051d4b commit: e6e35327d87e5456ba2178915e4f523a42051d4b branch: main author: Malcolm Smith committer: pablogsal date: 2024-03-01T17:50:48Z summary: gh-115773: Add missing preprocessor guard in _testexternalinspection (#11

[Python-checkins] gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods (#116172)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/cc6f807760300b575195bb8e678b82c10e24231c commit: cc6f807760300b575195bb8e678b82c10e24231c branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-03-01T18:41:20+01:00 summary: gh-116171: Argument Clinic: disallow overriding return conv

[Python-checkins] gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/41baa03d30bc6b8a439ccca42b656d2c50392896 commit: 41baa03d30bc6b8a439ccca42b656d2c50392896 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-03-01T18:38:32+01:00 summary: gh-115806: Don't mangle output of configure 'ipv6 stack typ

[Python-checkins] [3.11] gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same (GH-116187) (GH-116217)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ac8d995bc6aa1e617a053d2220725a763cfd2fcc commit: ac8d995bc6aa1e617a053d2220725a763cfd2fcc branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T19:26:49+02:00 summary: [3.1

[Python-checkins] [3.12] gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same (GH-116187) (GH-116216)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/16be4a3b93ca315d6d95a5e5dd17c81d03ed578a commit: 16be4a3b93ca315d6d95a5e5dd17c81d03ed578a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T19:26:17+02:00 summary: [3.1

[Python-checkins] gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115915)

2024-03-01 Thread zooba
https://github.com/python/cpython/commit/dac8ff4c401f75e65a5eef1514f2d7987e63bbfe commit: dac8ff4c401f75e65a5eef1514f2d7987e63bbfe branch: main author: AN Long committer: zooba date: 2024-03-01T17:25:14Z summary: gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115915)

[Python-checkins] gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same (GH-116187)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/05b04903a14279421ecdc6522b8202822de6ebb5 commit: 05b04903a14279421ecdc6522b8202822de6ebb5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-01T19:16:29+02:00 summary: gh-116035: Document that both tzinfo and fold are ignored

[Python-checkins] [3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116209)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c36393690f44babd227bcd83d068d6f5384f973d commit: c36393690f44babd227bcd83d068d6f5384f973d branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T18:41:58+02:00 summary: [3.1

[Python-checkins] [3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8dae3faab64c2c7c46141f844e2d8e41d5ce56b0 commit: 8dae3faab64c2c7c46141f844e2d8e41d5ce56b0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T18:41:30+02:00 summary: [3.1

[Python-checkins] gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)

2024-03-01 Thread ericsnowcurrently
https://github.com/python/cpython/commit/936d4611d63d0c109e05d385e99acc0592eff341 commit: 936d4611d63d0c109e05d385e99acc0592eff341 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-03-01T16:36:35Z summary: gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166) I missed t

[Python-checkins] gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283)

2024-03-01 Thread AlexWaygood
https://github.com/python/cpython/commit/a7549b03cec1699b5342cddf292c179315433fa2 commit: a7549b03cec1699b5342cddf292c179315433fa2 branch: main author: Nikita Sobolev committer: AlexWaygood date: 2024-03-01T16:19:24Z summary: gh-112281: Allow `Union` with unhashable `Annotated` metadata (#112283

[Python-checkins] [3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220) (#116210)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/694874b7dcc4241d323f369d2db37eba15927fd9 commit: 694874b7dcc4241d323f369d2db37eba15927fd9 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-03-01T16:08:59Z summary: [3.12] gh-1

[Python-checkins] [3.11] gh-104219: Document that idunders can return NotImplemented (GH-104220) (#116211)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/9eb7ed71214dbfbeea0a3785db5a45dc89788fb4 commit: 9eb7ed71214dbfbeea0a3785db5a45dc89788fb4 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-03-01T16:09:02Z summary: [3.11] gh-1

[Python-checkins] gh-104219: Document that idunders can return NotImplemented (#104220)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/2713c2abc8d0f30cd0060cd307bb4ec92f1f04bf commit: 2713c2abc8d0f30cd0060cd307bb4ec92f1f04bf branch: main author: Gouvernathor <44340603+gouvernat...@users.noreply.github.com> committer: erlend-aasland date: 2024-03-01T16:51:47+01:00 summary: gh-104219: Docum

[Python-checkins] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fee86fd9a422612b39e5aabf2571b8fe4abac770 commit: fee86fd9a422612b39e5aabf2571b8fe4abac770 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-01T17:50:08+02:00 summary: gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)

[Python-checkins] gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-116201)

2024-03-01 Thread zooba
https://github.com/python/cpython/commit/677356b7a67df51e9edff67b9257f389fb2508aa commit: 677356b7a67df51e9edff67b9257f389fb2508aa branch: 3.11 author: Steve Dower committer: zooba date: 2024-03-01T13:42:46Z summary: gh-115554: Improved logic for handling multiple existing py.exe launcher insta

[Python-checkins] [3.12] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116198)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d341098c59e75821958c40aeb921dd41209e51f7 commit: d341098c59e75821958c40aeb921dd41209e51f7 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T12:59:49Z summary: [3.12] gh

[Python-checkins] gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-115793)

2024-03-01 Thread zooba
https://github.com/python/cpython/commit/9b7f253b55f10df03d43c8a7c2da40ea523ac7a1 commit: 9b7f253b55f10df03d43c8a7c2da40ea523ac7a1 branch: main author: Steve Dower committer: zooba date: 2024-03-01T12:58:27Z summary: gh-115554: Improved logic for handling multiple existing py.exe launcher insta

[Python-checkins] [3.11] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116197)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/726c1170e84cae6b51983a6ae530b8b1f085f913 commit: 726c1170e84cae6b51983a6ae530b8b1f085f913 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-03-01T12:55:14Z summary: [3.11] gh

[Python-checkins] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/59167c962efcae72e8d88aa4b33062ed3de4f120 commit: 59167c962efcae72e8d88aa4b33062ed3de4f120 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-01T13:32:16+02:00 summary: gh-101293: Fix support of custom callables and types in i

[Python-checkins] build(deps-dev): bump types-setuptools from 69.0.0.20240125 to 69.1.0.20240301 in /Tools (#116190)

2024-03-01 Thread AlexWaygood
https://github.com/python/cpython/commit/8ab6c2775c4b2566477589cfc50fb64f020dc4de commit: 8ab6c2775c4b2566477589cfc50fb64f020dc4de branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-03-01T11:08:46Z summary: build(deps-dev): b

[Python-checkins] gh-116159: argparse: performance improvement parsing large number of options (#116162)

2024-03-01 Thread erlend-aasland
https://github.com/python/cpython/commit/4a630980328b67f0aba6a04c3950aa9dbd532895 commit: 4a630980328b67f0aba6a04c3950aa9dbd532895 branch: main author: Amethyst Reese committer: erlend-aasland date: 2024-03-01T11:52:53+01:00 summary: gh-116159: argparse: performance improvement parsing large num

[Python-checkins] build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools (#116189)

2024-03-01 Thread AlexWaygood
https://github.com/python/cpython/commit/7b4794319c56b6b00e852c745af50fd95bd1a550 commit: 7b4794319c56b6b00e852c745af50fd95bd1a550 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-03-01T10:27:35Z summary: build(deps): bump

[Python-checkins] build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /Tools (#116188)

2024-03-01 Thread AlexWaygood
https://github.com/python/cpython/commit/19e16ce6f8920d512287577353c10836ae4ca6b8 commit: 19e16ce6f8920d512287577353c10836ae4ca6b8 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood date: 2024-03-01T10:24:27Z summary: build(deps-dev): b

[Python-checkins] [3.11] gh-115811: Update documentation to add some Logger attributes. (GH-116109) (GH-116186)

2024-03-01 Thread vsajip
https://github.com/python/cpython/commit/8813e5a2dea3fbea6be7cb4e3db8a64c8665bc90 commit: 8813e5a2dea3fbea6be7cb4e3db8a64c8665bc90 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-03-01T08:58:24Z summary: [3.11] gh-115811: U

[Python-checkins] [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116109) (GH-116185)

2024-03-01 Thread vsajip
https://github.com/python/cpython/commit/753b6644e3b342ad0d713cb758f37e6b29a5af04 commit: 753b6644e3b342ad0d713cb758f37e6b29a5af04 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-03-01T08:57:30Z summary: [3.12] gh-115811: U

[Python-checkins] gh-65824: Improve the "less" prompt in pydoc (GH-116050)

2024-03-01 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0704166f9a9c6028314d50b493670e7862c968b3 commit: 0704166f9a9c6028314d50b493670e7862c968b3 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-03-01T10:03:32+02:00 summary: gh-65824: Improve the "less" prompt in pydoc (GH-116050)