[Python-checkins] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)

2024-06-03 Thread methane
https://github.com/python/cpython/commit/52586f930f62bd80374f0f240a4ecce0c0238174 commit: 52586f930f62bd80374f0f240a4ecce0c0238174 branch: main author: Radislav Chugunov <52372310+chgn...@users.noreply.github.com> committer: methane date: 2024-06-03T16:47:36+09:00 summary: gh-11950

[Python-checkins] gh-102388: Add windows_31j to aliases for cp932 codec (#102389)

2024-02-19 Thread methane
https://github.com/python/cpython/commit/1476ac2c58669b0a78d3089ebb9cc87955a1f5b0 commit: 1476ac2c58669b0a78d3089ebb9cc87955a1f5b0 branch: main author: Masayuki Moriyama committer: methane date: 2024-02-19T17:01:35+09:00 summary: gh-102388: Add windows_31j to aliases for cp932 codec (#102389

[Python-checkins] gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (#113674)

2024-03-16 Thread methane
https://github.com/python/cpython/commit/649857a1574a02235ccfac9e2ac1c12914cf8fe0 commit: 649857a1574a02235ccfac9e2ac1c12914cf8fe0 branch: main author: John Sloboda committer: methane date: 2024-03-17T04:58:42Z summary: gh-85287: Change codecs to raise precise UnicodeEncodeError and

[Python-checkins] gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth file (#117802)

2024-04-15 Thread methane
https://github.com/python/cpython/commit/6dc661bc9f65e9923eafbcdbf18bcc57eebbf6a4 commit: 6dc661bc9f65e9923eafbcdbf18bcc57eebbf6a4 branch: main author: Inada Naoki committer: methane date: 2024-04-16T12:56:16+09:00 summary: gh-77102: site: try utf-8 and fallback to locale encoding when reading

[Python-checkins] gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802)

2024-04-16 Thread methane
https://github.com/python/cpython/commit/2a58923687cbe102550b275ccf025a1b8d2b417e commit: 2a58923687cbe102550b275ccf025a1b8d2b417e branch: 3.12 author: Inada Naoki committer: methane date: 2024-04-16T18:51:06+09:00 summary: gh-77102: site: try utf-8 and locale encoding when reading .pth file

[Python-checkins] Fix a typo in dictobject.c documentation (#117515)

2024-04-19 Thread methane
https://github.com/python/cpython/commit/b624490deedc37d02e5f29d19ff5e222df3a64dd commit: b624490deedc37d02e5f29d19ff5e222df3a64dd branch: main author: Noah Kim committer: methane date: 2024-04-19T19:19:12Z summary: Fix a typo in dictobject.c documentation (#117515) files: M Objects

[Python-checkins] gh-118689: Doc: fix ePub build (#118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/7ac933e2609b2ef9b08ccf9c815b682b0e1ede2a commit: 7ac933e2609b2ef9b08ccf9c815b682b0e1ede2a branch: main author: Inada Naoki committer: methane date: 2024-05-10T19:24:02+09:00 summary: gh-118689: Doc: fix ePub build (#118690) files: M Doc/conf.py M Doc

[Python-checkins] gh-118689: Doc: fix ePub build (GH-118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/9f8f14a6daebc6e22bc1c787699157a478ea94fb commit: 9f8f14a6daebc6e22bc1c787699157a478ea94fb branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2024-05-10T19:34:33+09:00 summary: gh-

[Python-checkins] gh-118689: Doc: fix ePub build (GH-118690)

2024-05-10 Thread methane
https://github.com/python/cpython/commit/760b3f08dc9932d1595982b527c3bd187681ff49 commit: 760b3f08dc9932d1595982b527c3bd187681ff49 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2024-05-10T10:40:35Z summary: gh-11868

[Python-checkins] fix grammar in comment in dictobject.c (#125822)

2024-10-21 Thread methane
https://github.com/python/cpython/commit/03f9264ecef4b1df5e71586327a04ec3b9331cbe commit: 03f9264ecef4b1df5e71586327a04ec3b9331cbe branch: main author: Arjun Singh <98927961+xyloc...@users.noreply.github.com> committer: methane date: 2024-10-22T11:48:16+09:00 summary: fix grammar in comm

[Python-checkins] gh-80958: unittest: discovery support for namespace packages as start directory (#123820)

2024-10-22 Thread methane
https://github.com/python/cpython/commit/c75ff2ef8eb71d91b1f92db9c2bc7ff18c582ab1 commit: c75ff2ef8eb71d91b1f92db9c2bc7ff18c582ab1 branch: main author: Jacob Walls committer: methane date: 2024-10-23T13:41:33+09:00 summary: gh-80958: unittest: discovery support for namespace packages as start

[Python-checkins] gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025)

2024-11-29 Thread methane
https://github.com/python/cpython/commit/322b486010095f89271fba51b4b23c35d87c0595 commit: 322b486010095f89271fba51b4b23c35d87c0595 branch: main author: Inada Naoki committer: methane date: 2024-11-29T19:48:02+09:00 summary: gh-126024: optimize UTF-8 decoder for short non-ASCII string (#126025

[Python-checkins] gh-127417: fix UTF-8 decoder optimization on AIX (#127433)

2024-11-30 Thread methane
https://github.com/python/cpython/commit/7043bbd1ca6f0d84ad2211dd60114535ba3d51fc commit: 7043bbd1ca6f0d84ad2211dd60114535ba3d51fc branch: main author: Inada Naoki committer: methane date: 2024-11-30T21:52:37+09:00 summary: gh-127417: fix UTF-8 decoder optimization on AIX (#127433) files: M

[Python-checkins] Doc: update term "namespace package" (GH-129251)

2025-02-14 Thread methane
https://github.com/python/cpython/commit/692d36f1fc5c28dd9997f5ebb855fec20de0c85a commit: 692d36f1fc5c28dd9997f5ebb855fec20de0c85a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-02-15T15:10:24+09:00 summary: Doc:

[Python-checkins] Doc: update term "namespace package" (GH-129251)

2025-02-14 Thread methane
https://github.com/python/cpython/commit/de1279a0169d98ff17ef83d6cc6bfb74c9cee91f commit: de1279a0169d98ff17ef83d6cc6bfb74c9cee91f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-02-15T15:11:38+09:00 summary: Doc:

[Python-checkins] enum: remove unused function (#132044)

2025-04-07 Thread methane
https://github.com/python/cpython/commit/e2b35ee22950bc5dc5410606f2e94a56b3454020 commit: e2b35ee22950bc5dc5410606f2e94a56b3454020 branch: main author: Inada Naoki committer: methane date: 2025-04-08T09:23:48+09:00 summary: enum: remove unused function (#132044) files: M Lib/enum.py diff

[Python-checkins] gh-103997: Automatically dedent the argument to "-c" (#103998)

2025-04-18 Thread methane
https://github.com/python/cpython/commit/fc0ec2988999be05db67186ca01ed6563ba27f9e commit: fc0ec2988999be05db67186ca01ed6563ba27f9e branch: main author: Jon Crall committer: methane date: 2025-04-18T17:39:30+09:00 summary: gh-103997: Automatically dedent the argument to "-c" (#1

[Python-checkins] gh-133036: Deprecate codecs.open (#133038)

2025-04-29 Thread methane
https://github.com/python/cpython/commit/4e294f6feb3193854d23e0e8be487213a80b232f commit: 4e294f6feb3193854d23e0e8be487213a80b232f branch: main author: Inada Naoki committer: methane date: 2025-04-30T10:11:09+09:00 summary: gh-133036: Deprecate codecs.open (#133038) Co-authored-by: Hugo van

[Python-checkins] dict: Remove redundant incref of immortal object Py_EMPTY_KEYS (GH-133200)

2025-04-30 Thread methane
https://github.com/python/cpython/commit/011979132648d50f83d4506d768dca24de47c8c6 commit: 011979132648d50f83d4506d768dca24de47c8c6 branch: main author: Mae Hood <22501070+bigliza...@users.noreply.github.com> committer: methane date: 2025-05-01T08:39:26+09:00 summary: dict: Remove red

[Python-checkins] gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)

2025-05-02 Thread methane
https://github.com/python/cpython/commit/245cd6c53278006fa34fd7799d32f0884eb7e75d commit: 245cd6c53278006fa34fd7799d32f0884eb7e75d branch: main author: Malcolm Smith committer: methane date: 2025-05-03T10:20:10+09:00 summary: gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH

[Python-checkins] gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)

2025-05-02 Thread methane
https://github.com/python/cpython/commit/bb0a8575a7194e982e3dce6eb02600889f9e9f04 commit: bb0a8575a7194e982e3dce6eb02600889f9e9f04 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-05-03T11:38:35+09:00 summary: gh

[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)

2025-05-10 Thread methane
https://github.com/python/cpython/commit/92337f666e8a076a68305a8d6dc8bc9c095000e9 commit: 92337f666e8a076a68305a8d6dc8bc9c095000e9 branch: main author: Inada Naoki committer: methane date: 2025-05-11T14:44:21+09:00 summary: gh-133703: dict: fix calculate_log2_keysize() (GH-133809) files: A

[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)

2025-05-10 Thread methane
https://github.com/python/cpython/commit/f0a88e2ce54bee23bdcdcd0c045425ffaea605e8 commit: f0a88e2ce54bee23bdcdcd0c045425ffaea605e8 branch: 3.13 author: Inada Naoki committer: methane date: 2025-05-11T15:14:11+09:00 summary: gh-133703: dict: fix calculate_log2_keysize() (GH-133809) (cherry

[Python-checkins] gh-133703: dict: fix calculate_log2_keysize() (GH-133809)

2025-05-11 Thread methane
https://github.com/python/cpython/commit/5c9f0ae49d7936b237de96928e263b5bcbd746bb commit: 5c9f0ae49d7936b237de96928e263b5bcbd746bb branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-05-11T16:34:15+09:00 summary: gh-

[Python-checkins] gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700)

2025-05-13 Thread methane
https://github.com/python/cpython/commit/e1cc7895313d143478040c9cf8e2215402e326fc commit: e1cc7895313d143478040c9cf8e2215402e326fc branch: 3.13 author: Sam Gross committer: methane date: 2025-05-14T12:47:34+09:00 summary: gh-132869: Fix crash in `_PyObject_TryGetInstanceAttribute` (#133700

[Python-checkins] gh-133374: fix test_python_legacy_windows_stdio (GH-134080)

2025-05-19 Thread methane
https://github.com/python/cpython/commit/652d6938ef8c42c1c4c180c3f0e257c26c6677da commit: 652d6938ef8c42c1c4c180c3f0e257c26c6677da branch: main author: Inada Naoki committer: methane date: 2025-05-20T13:33:54+09:00 summary: gh-133374: fix test_python_legacy_windows_stdio (GH-134080) files: M

[Python-checkins] gh-135103: Remove an unused local variable in Lib/code.py (GH-135104)

2025-06-03 Thread methane
https://github.com/python/cpython/commit/8f778f7bb9a8ad80fc06570566ad4de541826178 commit: 8f778f7bb9a8ad80fc06570566ad4de541826178 branch: main author: Christian Veenhuis <124370897+chv...@users.noreply.github.com> committer: methane date: 2025-06-04T13:57:31+09:00 summary: gh-135103: Rem

[Python-checkins] Doc: remove unnecessary section header (GH-134917)

2025-05-30 Thread methane
https://github.com/python/cpython/commit/b367e27af9b52528e395f95b277ec7b69e98e287 commit: b367e27af9b52528e395f95b277ec7b69e98e287 branch: main author: Inada Naoki committer: methane date: 2025-05-30T17:59:23+09:00 summary: Doc: remove unnecessary section header (GH-134917) files: M Doc/c-api

[Python-checkins] Doc: remove unnecessary section header (GH-134917)

2025-05-30 Thread methane
https://github.com/python/cpython/commit/02712fa848b30b934320c6b41dbe879d815a68c6 commit: 02712fa848b30b934320c6b41dbe879d815a68c6 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-05-30T18:13:36+09:00 summary: Doc:

[Python-checkins] Doc: remove unnecessary section header (GH-134917)

2025-05-30 Thread methane
https://github.com/python/cpython/commit/7fdc829bc27f7e105a58ef465a928e18cb4b7119 commit: 7fdc829bc27f7e105a58ef465a928e18cb4b7119 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-05-30T18:14:00+09:00 summary: Doc:

[Python-checkins] Doc: remove unused images (GH-137323)

2025-08-02 Thread methane
https://github.com/python/cpython/commit/7adea430c1326962ce85ac475b1c24a2ef57f492 commit: 7adea430c1326962ce85ac475b1c24a2ef57f492 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: methane date: 2025-08-03T14:28:52+09:00 summary: Doc: