[Python-checkins] [3.14] gh-132661: PEP 750 documentation: second pass (GH-137020) (#137392)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/e817d1aa2b68cf6ce5a928d152c5434fc065d089 commit: e817d1aa2b68cf6ce5a928d152c5434fc065d089 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] gh-120492: Sync importlib_metadata 8.2.0 (#124033)

2025-08-15 Thread jaraco
https://github.com/python/cpython/commit/ec4021c6d73407fd4d22ee1a4f49d68835ef0770 commit: ec4021c6d73407fd4d22ee1a4f49d68835ef0770 branch: main author: Jason R. Coombs committer: jaraco date: 2025-08-15T14:19:23-07:00 summary: gh-120492: Sync importlib_metadata 8.2.0 (#124033) * Sync with impor

[Python-checkins] gh-92936: update `http.cookies` docs post GH-113663 (#137566)

2025-08-15 Thread orsenthil
https://github.com/python/cpython/commit/d86c2257a69a8d6c650c0db470499463131a569f commit: d86c2257a69a8d6c650c0db470499463131a569f branch: main author: Nick Burns committer: orsenthil date: 2025-08-15T13:47:46-07:00 summary: gh-92936: update `http.cookies` docs post GH-113663 (#137566) * add ve

[Python-checkins] [3.13] gh-131178: Add tests for `site` command-line interface (GH-133582) (GH-137833)

2025-08-15 Thread ZeroIntensity
https://github.com/python/cpython/commit/8d6e1075dac0fd04211c8159f0599b243cb1c4b0 commit: 8d6e1075dac0fd04211c8159f0599b243cb1c4b0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-15T18:22:46Z summary: [3.13] gh-13

[Python-checkins] gh-131178: Add tests for `site` command-line interface (GH-133582)

2025-08-15 Thread ZeroIntensity
https://github.com/python/cpython/commit/03f5519d776e28ffd0b8344ef328ecddf863fe0a commit: 03f5519d776e28ffd0b8344ef328ecddf863fe0a branch: main author: ggqlq <[email protected]> committer: ZeroIntensity date: 2025-08-15T14:00:43-04:00 summary: gh-131178: Add tests for `sit

[Python-checkins] [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/83e4b43626462c37e8b66e1623226ef8a9e5d21c commit: 83e4b43626462c37e8b66e1623226ef8a9e5d21c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-137777: Disband the 'Program Frameworks' chapter (#137796)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/eee6589c17d0ffae32105a0ff2173798b9bd995c commit: eee6589c17d0ffae32105a0ff2173798b9bd995c branch: main author: rimchoi committer: AA-Turner <[email protected]> date: 2025-08-15T18:41:09+01:00 summary: gh-13: Disband the 'Progra

[Python-checkins] [3.14] gh-137078: Fix keyword typo recognition when executed over files (GH-137079) (#137826)

2025-08-15 Thread pablogsal
https://github.com/python/cpython/commit/7b56d08219ee4caf4471e43dc6b34c9103cc913e commit: 7b56d08219ee4caf4471e43dc6b34c9103cc913e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-08-15T18:22:17+01:00 summary: [3.14] gh-1

[Python-checkins] gh-137078: Fix keyword typo recognition when executed over files (#137079)

2025-08-15 Thread pablogsal
https://github.com/python/cpython/commit/4e08a9f97a172aa47fbed661c3cb8a9d36d43931 commit: 4e08a9f97a172aa47fbed661c3cb8a9d36d43931 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-08-15T15:14:13Z summary: gh-137078: Fix keyword typo recognition when executed over files

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Removed (GH-137794) (#137825)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/4cb99bf9e3cfe7b6b27f4be36656d7a6e80e2d8f commit: 4cb99bf9e3cfe7b6b27f4be36656d7a6e80e2d8f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Removed (#137794)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/dc53a3e52a54beef450e4bf451e09b65e0df8043 commit: dc53a3e52a54beef450e4bf451e09b65e0df8043 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-08-15T14:56:13Z sum

[Python-checkins] [3.13] gh-123085: Fix issue in inferred caller when resource package has no source (GH-123102) (#124024)

2025-08-15 Thread jaraco
https://github.com/python/cpython/commit/0607fdd56c7c5e7f0949f9a6ef95609e9437b1eb commit: 0607fdd56c7c5e7f0949f9a6ef95609e9437b1eb branch: 3.13 author: Jason R. Coombs committer: jaraco date: 2025-08-15T14:21:16Z summary: [3.13] gh-123085: Fix issue in inferred caller when resource package has n

[Python-checkins] [3.13] Mention the "context manager" keyword in concurrent.futures documentation (GH-130976) (#137811)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/2c614a8264ecf6aae7c78086fa371cab63a43dca commit: 2c614a8264ecf6aae7c78086fa371cab63a43dca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-08-15T19:41:04+05:30 summary: [3.13]

[Python-checkins] [3.14] gh-137760: Update REPL constants documentation (gh-137798) (#137822)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/a4ef631c5ec19d90e395b638be3e559462e0bf20 commit: a4ef631c5ec19d90e395b638be3e559462e0bf20 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.13] gh-137760: Update REPL constants documentation (gh-137798) (gh-137823)

2025-08-15 Thread corona10
https://github.com/python/cpython/commit/929a77cfce68f6bbadf48b833c90025bb19de70a commit: 929a77cfce68f6bbadf48b833c90025bb19de70a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-08-15T13:59:18Z summary: [3.13] gh-137760:

[Python-checkins] gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/31bbea147786e3727aea0b8bc4c2643c64e24785 commit: 31bbea147786e3727aea0b8bc4c2643c64e24785 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-08-15T13:58:10Z summary: gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock`

[Python-checkins] gh-137760: Update REPL constants documentation (gh-137798)

2025-08-15 Thread corona10
https://github.com/python/cpython/commit/d6719c6be651bbc6a8547c3b65714184e06462de commit: d6719c6be651bbc6a8547c3b65714184e06462de branch: main author: Chaemin-Lim committer: corona10 date: 2025-08-15T22:53:15+09:00 summary: gh-137760: Update REPL constants documentation (gh-137798) files: M Do

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: Optimizations (GH-137789) (#137813)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/bbc92b9219d32bb90db986db9bacf397bfe2719d commit: bbc92b9219d32bb90db986db9bacf397bfe2719d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] GH-123299: Copyedit 3.14 What's New: Optimizations (#137789)

2025-08-15 Thread AA-Turner
https://github.com/python/cpython/commit/75d20b2c67e91dd468e7f5fe4ac465e6d32f8c09 commit: 75d20b2c67e91dd468e7f5fe4ac465e6d32f8c09 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-15T11:14:4

[Python-checkins] [3.14] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046) (#137766)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/3de6ea5d8f92258d63d66a9bb9f90da4bed1fc38 commit: 3de6ea5d8f92258d63d66a9bb9f90da4bed1fc38 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/36a1e1aaf7d35fa782800737b9901be5e487ce34 commit: 36a1e1aaf7d35fa782800737b9901be5e487ce34 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.14] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184) (#137208)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/bab2a7e9825eb1683c006588a3f82b856d689d10 commit: bab2a7e9825eb1683c006588a3f82b856d689d10 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.14] gh-136437: Convert more ``os.path`` functions to positional-only in the docs (GH-136970) (#137000)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/0696a7526efd5df7fd54bffdd1e2b8f075889422 commit: 0696a7526efd5df7fd54bffdd1e2b8f075889422 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] Mention the "context manager" keyword in concurrent.futures documentation (#130976)

2025-08-15 Thread kumaraditya303
https://github.com/python/cpython/commit/095bc775ecb5d4213767de3feebaa5a98d8c603c commit: 095bc775ecb5d4213767de3feebaa5a98d8c603c branch: main author: Jakub Stasiak committer: kumaraditya303 date: 2025-08-15T15:30:22+05:30 summary: Mention the "context manager" keyword in concurrent.futures doc

[Python-checkins] [3.14] gh-123299: Update What's new in Python 3.14: typos and misplaced item. (GH-136665) (#137769)

2025-08-15 Thread hugovk
https://github.com/python/cpython/commit/976d028cbb8a638ccecb8a68a8e90bfd4a3b230f commit: 976d028cbb8a638ccecb8a68a8e90bfd4a3b230f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] [3.13] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (GH-137625) (#137778)

2025-08-15 Thread Eclips4
https://github.com/python/cpython/commit/5131b8fe7ee61928a16c3aa71be91cc3b3d20f5e commit: 5131b8fe7ee61928a16c3aa71be91cc3b3d20f5e branch: 3.13 author: adam j hartz committer: Eclips4 date: 2025-08-15T12:10:39+03:00 summary: [3.13] gh-137576: Fix for Basic REPL showing incorrect code in tracebac