[Python-checkins] gh-119396: Optimize unicode_decode_utf8_writer() (#119957)

2024-06-02 Thread vstinner
https://github.com/python/cpython/commit/3ea9b92086240b2f38a74c6945e7a723b480cefe commit: 3ea9b92086240b2f38a74c6945e7a723b480cefe branch: main author: Victor Stinner committer: vstinner date: 2024-06-03T08:45:20+02:00 summary: gh-119396: Optimize unicode_decode_utf8_writer() (#119957) Optimize

[Python-checkins] gh-119961: Fix test workflow status badge in README (#119962)

2024-06-02 Thread hugovk
https://github.com/python/cpython/commit/8e6321efd72d12263398994e59c5216edcada3c0 commit: 8e6321efd72d12263398994e59c5216edcada3c0 branch: main author: wookie184 committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-06-03T00:05:57-06:00 summary: gh-119961: Fix test workflow statu

[Python-checkins] [3.13] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) (gh-119963)

2024-06-02 Thread corona10
https://github.com/python/cpython/commit/e5dfcea3e32f02cc740d7cb96f36f8327f3650bd commit: e5dfcea3e32f02cc740d7cb96f36f8327f3650bd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-06-03T03:45:44Z summary: [3.13] gh-117657:

[Python-checkins] gh-117657: Fix data races report by TSAN unicode-hash (gh-119907)

2024-06-02 Thread corona10
https://github.com/python/cpython/commit/0594a27e5f1d87d59fa8a761dd8ca9df4e42816d commit: 0594a27e5f1d87d59fa8a761dd8ca9df4e42816d branch: main author: Donghee Na committer: corona10 date: 2024-06-03T12:22:41+09:00 summary: gh-117657: Fix data races report by TSAN unicode-hash (gh-119907) files

[Python-checkins] [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (GH-119958) (#119959)

2024-06-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/3709e1bbad61e9f8ab9faa6c049268ceb6c0587f commit: 3709e1bbad61e9f8ab9faa6c049268ceb6c0587f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-06-03T00:59:41Z summary: [3.13] gh-10

[Python-checkins] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (#119958)

2024-06-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/117a8acdab997b73ada822cce97815a86f839e15 commit: 117a8acdab997b73ada822cce97815a86f839e15 branch: main author: Solomon Himelbloom <7608183+techsolo...@users.noreply.github.com> committer: JelleZijlstra date: 2024-06-02T17:43:03-07:00 summary: gh-109975: Wh

[Python-checkins] [3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119955)

2024-06-02 Thread barneygale
https://github.com/python/cpython/commit/059be67b51717519609b29c53bf742ca4d91b68f commit: 059be67b51717519609b29c53bf742ca4d91b68f branch: 3.12 author: Barney Gale committer: barneygale date: 2024-06-02T21:14:29+01:00 summary: [3.12] GH-119054: Add "Reading and writing files" section to pathlib

[Python-checkins] [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119954)

2024-06-02 Thread barneygale
https://github.com/python/cpython/commit/d33b0868d6aa6246a420fb7991bfd9cb907c951b commit: d33b0868d6aa6246a420fb7991bfd9cb907c951b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: barneygale date: 2024-06-02T19:58:41Z summary: [3.13] GH-11905

[Python-checkins] GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)

2024-06-02 Thread barneygale
https://github.com/python/cpython/commit/bd6d4ed6454378e48dab06f50a9be0bae6baa3a2 commit: bd6d4ed6454378e48dab06f50a9be0bae6baa3a2 branch: main author: Barney Gale committer: barneygale date: 2024-06-02T19:39:19Z summary: GH-119054: Add "Reading and writing files" section to pathlib docs (#11952

[Python-checkins] [3.12] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119952)

2024-06-02 Thread barneygale
https://github.com/python/cpython/commit/85020647c2a8c53dbdea2f6b31c5d5af85ca317d commit: 85020647c2a8c53dbdea2f6b31c5d5af85ca317d branch: 3.12 author: Barney Gale committer: barneygale date: 2024-06-02T20:38:00+01:00 summary: [3.12] GH-119054: Add "Querying file type and status" section to path

[Python-checkins] [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119951)

2024-06-02 Thread barneygale
https://github.com/python/cpython/commit/590fd9ccd4443b991f7b01134fb8486cf5f5a79c commit: 590fd9ccd4443b991f7b01134fb8486cf5f5a79c branch: 3.13 author: Barney Gale committer: barneygale date: 2024-06-02T20:37:01+01:00 summary: [3.13] GH-119054: Add "Querying file type and status" section to path

[Python-checkins] [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)

2024-06-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/cfec22ce19042e3e8d2b3d5d9e4b4ba57daae886 commit: cfec22ce19042e3e8d2b3d5d9e4b4ba57daae886 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-06-02T15:29:25Z summary: [3.13] Impro

[Python-checkins] [3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944)

2024-06-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/c8de0ec7b96d1c6d27f281c1ab7dc07e03283d22 commit: c8de0ec7b96d1c6d27f281c1ab7dc07e03283d22 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-06-02T15:21:47Z summary: [3.12] Impro

[Python-checkins] Improve documentation for typing.get_type_hints (#119928)

2024-06-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/aa9fe98e0649f0a151942914ef4e2810ca6126c2 commit: aa9fe98e0649f0a151942914ef4e2810ca6126c2 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-06-02T08:13:24-07:00 summary: Improve documentation for typing.get_type_hints (#119928) - Ex

[Python-checkins] [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939)

2024-06-02 Thread colesbury
https://github.com/python/cpython/commit/9d3de7b0edf46cc0f6aed586111464b2ad581f5a commit: 9d3de7b0edf46cc0f6aed586111464b2ad581f5a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2024-06-02T14:42:46Z summary: [3.13] gh-117657

[Python-checkins] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)

2024-06-02 Thread colesbury
https://github.com/python/cpython/commit/f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 commit: f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 branch: main author: Sam Gross committer: colesbury date: 2024-06-02T10:19:02-04:00 summary: gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)

[Python-checkins] gh-119740: Remove deprecated trunc delegation (#119743)

2024-06-02 Thread mdickinson
https://github.com/python/cpython/commit/f79ffc879b919604ed5de22ece83825006cf9a17 commit: f79ffc879b919604ed5de22ece83825006cf9a17 branch: main author: Mark Dickinson committer: mdickinson date: 2024-06-02T10:16:49+01:00 summary: gh-119740: Remove deprecated trunc delegation (#119743) Remove th

[Python-checkins] gh-119775: Remove ability to create immutable types with mutable bases (#119776)

2024-06-02 Thread sobolevn
https://github.com/python/cpython/commit/4aed319a8eb63b205d6007c36713cacdbf1ce8a3 commit: 4aed319a8eb63b205d6007c36713cacdbf1ce8a3 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-06-02T07:27:20Z summary: gh-119775: Remove ability to create immutable types with mutable bases (#