[Python-checkins] [3.14] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134166)

2025-05-17 Thread nedbat
https://github.com/python/cpython/commit/bf39decabdc7feff3a7441fa93136c22596c2d67 commit: bf39decabdc7feff3a7441fa93136c22596c2d67 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-18T01:54:00Z summary: [3.14] gh-134150: C

[Python-checkins] [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134167)

2025-05-17 Thread nedbat
https://github.com/python/cpython/commit/ebe54d7ab7ccafbd0a8a6036fd12de971dd2f55b commit: ebe54d7ab7ccafbd0a8a6036fd12de971dd2f55b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-18T01:53:37Z summary: [3.13] gh-134150: C

[Python-checkins] gh-134150: Clarify distinction between JSON and Python objects (#134154)

2025-05-17 Thread nedbat
https://github.com/python/cpython/commit/fa4e088668d4a41f9be5babe7edd5409290ee92a commit: fa4e088668d4a41f9be5babe7edd5409290ee92a branch: main author: Micha Albert committer: nedbat date: 2025-05-17T21:47:37-04:00 summary: gh-134150: Clarify distinction between JSON and Python objects (#134154)

[Python-checkins] [3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)

2025-05-17 Thread vstinner
https://github.com/python/cpython/commit/eaee2ae0333dde4f18bf849e4a90c8eebb7e2cb9 commit: eaee2ae0333dde4f18bf849e4a90c8eebb7e2cb9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-17T22:50:00Z summary: [3.14] gh-134064:

[Python-checkins] gh-134064: Fix sys.remote_exec() error checking (#134067)

2025-05-17 Thread vstinner
https://github.com/python/cpython/commit/009e7b36981fd07f7cca1fdcfcf172ce1584fac7 commit: 009e7b36981fd07f7cca1fdcfcf172ce1584fac7 branch: main author: Victor Stinner committer: vstinner date: 2025-05-18T00:24:40+02:00 summary: gh-134064: Fix sys.remote_exec() error checking (#134067) files: M

[Python-checkins] [3.14] gh-134119: Fix crash from calling next() on exhausted template iterator (GH-134120) (#134153)

2025-05-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/1ba5e65b76eb0d745e63691bda7206e66f72a961 commit: 1ba5e65b76eb0d745e63691bda7206e66f72a961 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-05-17T19:48:54Z summary: [3.14] gh-13

[Python-checkins] gh-134119: Fix crash from calling next() on exhausted template iterator (#134120)

2025-05-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/fc7f4c36664314393bd4c30355e21bd7aeac524d commit: fc7f4c36664314393bd4c30355e21bd7aeac524d branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-17T12:23:19-07:00 summary: gh-134119: Fix crash from calling next() on exhausted template

[Python-checkins] gh-133999: Fix `except` parsing regression in 3.14 (#134035)

2025-05-17 Thread sobolevn
https://github.com/python/cpython/commit/84914ad0e5f96f0ca7238f3b4bc7fc4e50b1abb3 commit: 84914ad0e5f96f0ca7238f3b4bc7fc4e50b1abb3 branch: main author: sobolevn committer: sobolevn date: 2025-05-17T17:57:02+03:00 summary: gh-133999: Fix `except` parsing regression in 3.14 (#134035) files: A Mi

[Python-checkins] [3.13] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134143)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/f62543271aca8721920f5abe34df4ea2810737df commit: f62543271aca8721920f5abe34df4ea2810737df branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.14] gh-88275: Add missing `__init__` method to `match` example (GH-120281) (#134142)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/cca18fcbe817a24bfeeb7f15a00158f8214e010d commit: cca18fcbe817a24bfeeb7f15a00158f8214e010d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-88275: Add missing `__init__` method to `match` example (#120281)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/7a9d46295a497669eaa6e647c33ab71c8cf620a1 commit: 7a9d46295a497669eaa6e647c33ab71c8cf620a1 branch: main author: Kirill Podoprigora committer: picnixz <[email protected]> date: 2025-05-17T15:11:19+02:00 summary: gh-88275: Add missing

[Python-checkins] [3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134139)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/ec42d72f47d48f6ccb6bdfb5537f5929ba8aedd4 commit: ec42d72f47d48f6ccb6bdfb5537f5929ba8aedd4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.14] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134138)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/b43e1d0b48584af16fd0c4bda4c0d56bf72bf57a commit: b43e1d0b48584af16fd0c4bda4c0d56bf72bf57a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] Docs: fix spelling of "test case" in `unittest` documentation (#134137)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/b41d79c776af4bfa5d28fc2036c9137978294b6a commit: b41d79c776af4bfa5d28fc2036c9137978294b6a branch: main author: Clifford Gama <[email protected]> committer: picnixz <[email protected]> date: 2025-05-17T13:36:38

[Python-checkins] [3.14] Docs: C API: Improve documentation around non-Python threads with subinterpreters (GH-131087) (GH-134130)

2025-05-17 Thread encukou
https://github.com/python/cpython/commit/9f1307afa0e5af8f107a23203b78720a3cfbafc2 commit: 9f1307afa0e5af8f107a23203b78720a3cfbafc2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-05-17T09:04:42Z summary: [3.14] Docs: C API

[Python-checkins] Docs: C API: Improve documentation around non-Python threads with subinterpreters (GH-131087)

2025-05-17 Thread encukou
https://github.com/python/cpython/commit/af6b3b825f3b653ffdb29fc1dd36de8acfe0a641 commit: af6b3b825f3b653ffdb29fc1dd36de8acfe0a641 branch: main author: Peter Bierma committer: encukou date: 2025-05-17T10:58:41+02:00 summary: Docs: C API: Improve documentation around non-Python threads with subi

[Python-checkins] [3.14] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (GH-133910) (#134126)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/075cabb02650e786008e45b632816c6a723801b0 commit: 075cabb02650e786008e45b632816c6a723801b0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (#133910)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/c1c9ad1d5a62a591eb2f0f0d29f3fa02e0949f14 commit: c1c9ad1d5a62a591eb2f0f0d29f3fa02e0949f14 branch: main author: Oleg Burnaev <[email protected]> committer: picnixz <[email protected]> date: 2025-05-17T09:59:

[Python-checkins] [3.14] gh-113878: fix `versionadded` in `dataclasses.field()` documentation (GH-134065) (#134128)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/851b26f4bedb37591fc39e7f3d47dc078f34e7f9 commit: 851b26f4bedb37591fc39e7f3d47dc078f34e7f9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] gh-133881: add forward reference to `list.sort()` in lambda expression tutorial (GH-133910) (#134127)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/c5298705427184b0fa78d8fdee3ffba5d1bb7f73 commit: c5298705427184b0fa78d8fdee3ffba5d1bb7f73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-113878: fix `versionadded` in `dataclasses.field()` documentation (#134065)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/9d73875072e20bf3cc87cadc553d6a6fb4f71df5 commit: 9d73875072e20bf3cc87cadc553d6a6fb4f71df5 branch: main author: Victorien <[email protected]> committer: picnixz <[email protected]> date: 2025-05-17T10:00:13+02:00

[Python-checkins] gh-133810: remove `http.server.CGIHTTPRequestHandler` and `--cgi` flag (#133811)

2025-05-17 Thread picnixz
https://github.com/python/cpython/commit/faac627e47f72797f5b7a65134bf4cdce6575ee9 commit: faac627e47f72797f5b7a65134bf4cdce6575ee9 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-17T09:58:16+

[Python-checkins] [3.14] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134123)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d7230e1110f9dd210596349e09c5824862666b5b commit: d7230e1110f9dd210596349e09c5824862666b5b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-17T07:37:43Z summary: [3.14] gh

[Python-checkins] [3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134124)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bc0dc9d4ef4c90d1db7d186e9ddc7ec680cddf0b commit: bc0dc9d4ef4c90d1db7d186e9ddc7ec680cddf0b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-17T07:33:42Z summary: [3.13] gh

[Python-checkins] [3.14] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134121)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5cdad8c90caa4efbd7846764a37d08402cd5812c commit: 5cdad8c90caa4efbd7846764a37d08402cd5812c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-17T07:27:38Z summary: [3.14] gh

[Python-checkins] [3.13] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102) (GH-134122)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6dae0825847b338a8ca72def3385328ee0a4ea6e commit: 6dae0825847b338a8ca72def3385328ee0a4ea6e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-17T07:23:27Z summary: [3.13] gh

[Python-checkins] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2f1ecb3bc474a5895dce090cca7b8afe7b560040 commit: 2f1ecb3bc474a5895dce090cca7b8afe7b560040 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-17T10:11:34+03:00 summary: gh-134098: Fix handling %-encoded trailing slash in Simple

[Python-checkins] gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-134102)

2025-05-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fcaf009907fc39d604907315155c1f1de811dd88 commit: fcaf009907fc39d604907315155c1f1de811dd88 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-17T10:00:56+03:00 summary: gh-133889: Improve tests for SimpleHTTPRequestHandler (GH-