[Python-checkins] Docs: replace an esoteric Von Neumann mention (#137598)

2025-10-20 Thread nedbat
https://github.com/python/cpython/commit/237dca52ba1e850758a3dd7e46adb78a4f70d43c commit: 237dca52ba1e850758a3dd7e46adb78a4f70d43c branch: main author: Ned Batchelder committer: nedbat date: 2025-10-20T10:01:20-04:00 summary: Docs: replace an esoteric Von Neumann mention (#137598) * Docs

[Python-checkins] docs: be clearer that glob results are unordered (#140184)

2025-10-19 Thread nedbat
https://github.com/python/cpython/commit/ed672f7a8a3c843d8e6e6b673d5a7c1f752f208c commit: ed672f7a8a3c843d8e6e6b673d5a7c1f752f208c branch: main author: Ned Batchelder committer: nedbat date: 2025-10-19T16:16:35-04:00 summary: docs: be clearer that glob results are unordered (#140184) * docs

[Python-checkins] gh-138307: Update the Ellipsis documentation (#138306)

2025-09-03 Thread nedbat
https://github.com/python/cpython/commit/88665de120d7f89e18774b136f3c898bcfe52c7b commit: 88665de120d7f89e18774b136f3c898bcfe52c7b branch: main author: Adorilson Bezerra committer: nedbat date: 2025-09-03T07:27:22-04:00 summary: gh-138307: Update the Ellipsis documentation (#138306) * Doc

[Python-checkins] Docs: add dunder and walrus to the glossary (#137430)

2025-08-05 Thread nedbat
https://github.com/python/cpython/commit/44ff6b545149ea59837fc74122d435572f21e489 commit: 44ff6b545149ea59837fc74122d435572f21e489 branch: main author: Ned Batchelder committer: nedbat date: 2025-08-05T16:30:38-04:00 summary: Docs: add dunder and walrus to the glossary (#137430) files: M Doc

[Python-checkins] [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/73e432896bcd4d1008fc04394e1d7a33877d4aeb commit: 73e432896bcd4d1008fc04394e1d7a33877d4aeb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-27T18:54:16Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134808)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/0ea41f8464454cf4e44d281b780623a106ab93de commit: 0ea41f8464454cf4e44d281b780623a106ab93de branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-27T18:53:52Z summary: [3.14] gh-

[Python-checkins] gh-134789: Document del s[i] operation for mutable sequences (#134804)

2025-05-27 Thread nedbat
https://github.com/python/cpython/commit/967f361993c9c97eb3ff3076a409b78ea32938df commit: 967f361993c9c97eb3ff3076a409b78ea32938df branch: main author: Rishabh Singh <[email protected]> committer: nedbat date: 2025-05-27T14:48:04-04:00 summary: gh-134789: Do

[Python-checkins] [3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536)

2025-05-22 Thread nedbat
https://github.com/python/cpython/commit/37c2c8c9d8a20fdc9e9d5247d96ea6719de3134d commit: 37c2c8c9d8a20fdc9e9d5247d96ea6719de3134d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2025-05-22T18:32:49Z summary: [3.14] Doc

[Python-checkins] Docs: Add note to tutorial clarifying scope (#134534)

2025-05-22 Thread nedbat
https://github.com/python/cpython/commit/742d5b5c5d75eae44c66a43ebfa24a4f286ea8a1 commit: 742d5b5c5d75eae44c66a43ebfa24a4f286ea8a1 branch: main author: Kattni committer: nedbat date: 2025-05-22T14:26:47-04:00 summary: Docs: Add note to tutorial clarifying scope (#134534) * Add note to tutorial

[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-

[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-

[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] gh-133986: Document string split algorithm when sep is None and maxsplit is 0 (#133987)

2025-05-14 Thread nedbat
https://github.com/python/cpython/commit/3e23047363f384b7254b7af51afe4e353be94167 commit: 3e23047363f384b7254b7af51afe4e353be94167 branch: main author: Joey Smith committer: nedbat date: 2025-05-14T06:17:26-04:00 summary: gh-133986: Document string split algorithm when sep is None and maxsplit

[Python-checkins] docs: -I also implies -P (#131539)

2025-03-28 Thread nedbat
https://github.com/python/cpython/commit/00f0771e4dbd8c8b66b302ebc16bb21f5d46b304 commit: 00f0771e4dbd8c8b66b302ebc16bb21f5d46b304 branch: main author: Ned Batchelder committer: nedbat date: 2025-03-28T14:59:03-04:00 summary: docs: -I also implies -P (#131539) files

[Python-checkins] Replace link to historical TypedDict PEP with current document on typing.python… (#131096)

2025-03-11 Thread nedbat
https://github.com/python/cpython/commit/e0bc9d2a0c448cf46df233f8d84344c1f55a190f commit: e0bc9d2a0c448cf46df233f8d84344c1f55a190f branch: main author: Gerardwx committer: nedbat date: 2025-03-11T12:45:31-04:00 summary: Replace link to historical TypedDict PEP with current document on

[Python-checkins] docs: internal notes have moved, correct references (#130762)

2025-03-03 Thread nedbat
https://github.com/python/cpython/commit/efbc5929ca022661bd311b075116746d294bd71b commit: efbc5929ca022661bd311b075116746d294bd71b branch: main author: Ned Batchelder committer: nedbat date: 2025-03-03T06:38:49-05:00 summary: docs: internal notes have moved, correct references (#130762) files

[Python-checkins] [3.13] Fix "useable" typo in docs (GH-127200) (#127207)

2024-11-23 Thread nedbat
https://github.com/python/cpython/commit/9dbce9f38262ad03844521b7ec56a7f9cd5d60d9 commit: 9dbce9f38262ad03844521b7ec56a7f9cd5d60d9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2024-11-23T17:50:06-05:00 summary: [3.1

[Python-checkins] [3.12] Fix "useable" typo in docs (GH-127200) (#127206)

2024-11-23 Thread nedbat
https://github.com/python/cpython/commit/e26ba9670f31df3db471365ddef7b0c293ef6871 commit: e26ba9670f31df3db471365ddef7b0c293ef6871 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: nedbat date: 2024-11-23T16:45:47-05:00 summary: [3.1

[Python-checkins] Fix "useable" typo in docs (#127200)

2024-11-23 Thread nedbat
https://github.com/python/cpython/commit/dbd23790dbd662169905be6300259992639d4e69 commit: dbd23790dbd662169905be6300259992639d4e69 branch: main author: Stan U. <[email protected]> committer: nedbat date: 2024-11-23T16:41:01-05:00 summary: Fix "useab

[Python-checkins] [3.12] Docs: re-create pages for removed modules to document their removal, based on GH-126622 (#126781)

2024-11-13 Thread nedbat
https://github.com/python/cpython/commit/73dedbd22345e5546ac0d201280588f5274b7085 commit: 73dedbd22345e5546ac0d201280588f5274b7085 branch: 3.12 author: Ned Batchelder committer: nedbat date: 2024-11-13T19:02:09-05:00 summary: [3.12] Docs: re-create pages for removed modules to document their

[Python-checkins] Docs: re-create pages for removed modules to document their removal. (#126622)

2024-11-11 Thread nedbat
https://github.com/python/cpython/commit/036930d84409d0725a4ab95fb976f74d1698c41f commit: 036930d84409d0725a4ab95fb976f74d1698c41f branch: main author: Ned Batchelder committer: nedbat date: 2024-11-11T17:49:48-05:00 summary: Docs: re-create pages for removed modules to document their removal

[Python-checkins] docs: restore an anchor to for/else (#126154)

2024-10-29 Thread nedbat
https://github.com/python/cpython/commit/2d9d10179ff3f13029bf4430e62c455a839987ca commit: 2d9d10179ff3f13029bf4430e62c455a839987ca branch: main author: Ned Batchelder committer: nedbat date: 2024-10-29T20:11:50-04:00 summary: docs: restore an anchor to for/else (#126154) files: M Doc/tutorial

[Python-checkins] Prefer "similar" over "equivalent" in tutorial (#125343)

2024-10-12 Thread nedbat
https://github.com/python/cpython/commit/4a2282b0679bbf7b7fbd36aae1b1565145238961 commit: 4a2282b0679bbf7b7fbd36aae1b1565145238961 branch: main author: Stephen Rosen committer: nedbat date: 2024-10-12T16:21:55-04:00 summary: Prefer "similar" over "equivalent" in tutori

[Python-checkins] Docs: make a tutorial example more precise (#125066)

2024-10-07 Thread nedbat
https://github.com/python/cpython/commit/6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c commit: 6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c branch: main author: Ned Batchelder committer: nedbat date: 2024-10-07T19:41:13-04:00 summary: Docs: make a tutorial example more precise (#125066) Based on

[Python-checkins] Docs: for for/else clarify that return or raise also skip the else (#124591)

2024-09-27 Thread nedbat
https://github.com/python/cpython/commit/5329d1b74a86b3a22ff36f7976bfe720ee06d10d commit: 5329d1b74a86b3a22ff36f7976bfe720ee06d10d branch: main author: Ned Batchelder committer: nedbat date: 2024-09-27T06:17:25-04:00 summary: Docs: for for/else clarify that return or raise also skip the else

[Python-checkins] For-else deserves its own section in the tutorial (#123946)

2024-09-25 Thread nedbat
https://github.com/python/cpython/commit/ffdc80e93d9d947531fa0123e5b392c6f1fd9136 commit: ffdc80e93d9d947531fa0123e5b392c6f1fd9136 branch: main author: Ned Batchelder committer: nedbat date: 2024-09-25T19:18:18-04:00 summary: For-else deserves its own section in the tutorial (#123946) * For

[Python-checkins] gh-124370: Add "howto" for free-threaded Python (#124371)

2024-09-25 Thread nedbat
https://github.com/python/cpython/commit/68e384c2179fba41bc3be469e6ef34927a37f4a5 commit: 68e384c2179fba41bc3be469e6ef34927a37f4a5 branch: main author: Sam Gross committer: nedbat date: 2024-09-25T17:31:53-04:00 summary: gh-124370: Add "howto" for free-threaded Python (#124371) *

[Python-checkins] gh-118508: Clarify which characters are matched by `\s` (#119155)

2024-09-02 Thread nedbat
https://github.com/python/cpython/commit/22fdb8cf899d2dd29f2ac0bf61309af6809719fb commit: 22fdb8cf899d2dd29f2ac0bf61309af6809719fb branch: main author: Nice Zombies committer: nedbat date: 2024-09-02T07:48:15-04:00 summary: gh-118508: Clarify which characters are matched by `\s` (#119155