[Python-checkins] gh-124452: Fix header mismatches when folding/unfolding with email message (#125919)

2024-11-16 Thread bitdancer
https://github.com/python/cpython/commit/ed81971e6b26c34445f06850192b34458b029337 commit: ed81971e6b26c34445f06850192b34458b029337 branch: main author: RanKKI committer: bitdancer date: 2024-11-16T18:01:52-05:00 summary: gh-124452: Fix header mismatches when folding/unfolding with email message

[Python-checkins] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (#127547)

2025-01-05 Thread bitdancer
https://github.com/python/cpython/commit/a62ba52f1439c1f878a3ff9b8544caf9aeef9b90 commit: a62ba52f1439c1f878a3ff9b8544caf9aeef9b90 branch: main author: RanKKI committer: bitdancer date: 2025-01-05T20:32:16-05:00 summary: gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has

[Python-checkins] [3.13] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (GH-127547) (#128528)

2025-01-07 Thread bitdancer
https://github.com/python/cpython/commit/ad3bbb6b0df9a83e5e9fc26344468747e856d0b6 commit: ad3bbb6b0df9a83e5e9fc26344468747e856d0b6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-01-07T12:43:04-05:00 summary: [3.

[Python-checkins] [3.12] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extra text (GH-127547) (#128529)

2025-01-07 Thread bitdancer
https://github.com/python/cpython/commit/dae5b16bb3b51702d3506ef21550b220359ff971 commit: dae5b16bb3b51702d3506ef21550b220359ff971 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-01-07T12:44:56-05:00 summary: [3.

[Python-checkins] [3.12] gh-124452: Fix header mismatches when folding/unfolding with email message (GH-125919) (#126916)

2024-11-17 Thread bitdancer
https://github.com/python/cpython/commit/9d986d9477b55004901f840ca0418ab302789d35 commit: 9d986d9477b55004901f840ca0418ab302789d35 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2024-11-17T15:12:29-05:00 summary: [3.

[Python-checkins] [3.13] gh-124452: Fix header mismatches when folding/unfolding with email message (GH-125919) (#126917)

2024-11-17 Thread bitdancer
https://github.com/python/cpython/commit/af35aa288064c24899b0bac161a20eaf619b829d commit: af35aa288064c24899b0bac161a20eaf619b829d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2024-11-17T15:06:18-05:00 summary: [3.

[Python-checkins] [3.13] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129007)

2025-01-19 Thread bitdancer
https://github.com/python/cpython/commit/21200895478b8076fc0bda6ee2c26f0d87c9404b commit: 21200895478b8076fc0bda6ee2c26f0d87c9404b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-01-19T16:06:28-05:00 summary: [3.

[Python-checkins] [3.12] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129008)

2025-01-19 Thread bitdancer
https://github.com/python/cpython/commit/b8170e58849a7728ebc9b58e222aa5bd051cf7c4 commit: b8170e58849a7728ebc9b58e222aa5bd051cf7c4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-01-19T16:07:39-05:00 summary: [3.

[Python-checkins] gh-80222: Fix email address header folding with long quoted-string (#122753)

2025-01-18 Thread bitdancer
https://github.com/python/cpython/commit/5aaf41685834901e4ed0a40f4c055b92991a0bb5 commit: 5aaf41685834901e4ed0a40f4c055b92991a0bb5 branch: main author: Mike Edmunds committer: bitdancer date: 2025-01-18T19:50:52-05:00 summary: gh-80222: Fix email address header folding with long quoted-string

[Python-checkins] [3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404)

2025-03-19 Thread bitdancer
https://github.com/python/cpython/commit/5dfb5e640ec03ff057dbd9f1e32bf6a493fd2f3d commit: 5dfb5e640ec03ff057dbd9f1e32bf6a493fd2f3d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-03-18T15:35:32-04:00 summary: [3.

[Python-checkins] [3.13] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131403)

2025-03-18 Thread bitdancer
https://github.com/python/cpython/commit/31767e61008c404e51c415b86b443baf2318bfdf commit: 31767e61008c404e51c415b86b443baf2318bfdf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-03-18T15:34:00-04:00 summary: [3.

[Python-checkins] gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)

2025-03-26 Thread bitdancer
https://github.com/python/cpython/commit/6146295a5b8e9286ccb8f90818b764c9a0192090 commit: 6146295a5b8e9286ccb8f90818b764c9a0192090 branch: main author: R. David Murray committer: bitdancer date: 2025-03-19T13:05:09-04:00 summary: gh-90548: Make musl test skips smarter (fixes Alpine errors

[Python-checkins] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (#92900)

2025-06-15 Thread bitdancer
https://github.com/python/cpython/commit/60181f4ed0e48ff35dc296da6b51473bfc553d16 commit: 60181f4ed0e48ff35dc296da6b51473bfc553d16 branch: main author: Dan Lenski committer: bitdancer date: 2025-06-15T15:29:38-04:00 summary: gh-67022: Document bytes/str inconsistency in

[Python-checkins] [3.13] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135549)

2025-06-15 Thread bitdancer
https://github.com/python/cpython/commit/3bd281866488e85a011a59bd527760f25790b836 commit: 3bd281866488e85a011a59bd527760f25790b836 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-06-15T16:02:43-04:00 summary: [3.

[Python-checkins] [3.14] gh-67022: Document bytes/str inconsistency in email.header.decode_header() and suggest email.headerregistry.HeaderRegistry as a sane alternative (GH-92900) (#135548)

2025-06-15 Thread bitdancer
https://github.com/python/cpython/commit/1c4f01a1607220caadc2aa9ad6574715a5918c17 commit: 1c4f01a1607220caadc2aa9ad6574715a5918c17 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-06-15T16:02:16-04:00 summary: [3.

[Python-checkins] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (#134233)

2025-05-25 Thread bitdancer
https://github.com/python/cpython/commit/a32ea456992fedfc9ce61561c88056de3c18cffd commit: a32ea456992fedfc9ce61561c88056de3c18cffd branch: main author: R. David Murray committer: bitdancer date: 2025-05-25T18:09:32-04:00 summary: gh-134152: Fix UnboundLocalError in email._header_value_parser

[Python-checkins] [3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192)

2025-06-06 Thread bitdancer
https://github.com/python/cpython/commit/58b9581ff56309a233ab3a6cc66516772a2a95b5 commit: 58b9581ff56309a233ab3a6cc66516772a2a95b5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-06-06T14:11:15-04:00 summary: [3.

[Python-checkins] [3.14] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135191)

2025-06-06 Thread bitdancer
https://github.com/python/cpython/commit/3faf00e0031652cb067ddfce7c61574567e2742d commit: 3faf00e0031652cb067ddfce7c61574567e2742d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-06-06T14:13:30-04:00 summary: [3.

[Python-checkins] gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)

2025-06-05 Thread bitdancer
https://github.com/python/cpython/commit/d9cad074d52fe31327429fd81e4d2eeea3dbe35b commit: d9cad074d52fe31327429fd81e4d2eeea3dbe35b branch: main author: Sergey Miryanov committer: bitdancer date: 2025-06-05T13:28:11-04:00 summary: gh-134155: fix AttributeError in email

[Python-checkins] Docs: Fix typo in `email.headerregistry.rst` (#140965)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/97d8dda980fcddf88b782be343118257f483a864 commit: 97d8dda980fcddf88b782be343118257f483a864 branch: main author: Guo Ci committer: bitdancer date: 2025-11-04T14:29:13-05:00 summary: Docs: Fix typo in `email.headerregistry.rst` (#140965) Fix missing

[Python-checkins] [3.14] Docs: Fix typo in `email.headerregistry.rst` (GH-140965) (#141020)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/d82d340096a7fe25434bf3f08678a20bae3dfd9f commit: d82d340096a7fe25434bf3f08678a20bae3dfd9f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-11-04T19:35:20Z summary: [3.14

[Python-checkins] [3.13] Docs: Fix typo in `email.headerregistry.rst` (GH-140965) (#141021)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/426daef4125c7157a81753349df0cd137f2b1d41 commit: 426daef4125c7157a81753349df0cd137f2b1d41 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-11-04T19:35:14Z summary: [3.13

[Python-checkins] gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/ce1bb85d286130f44b7e874430b0b12990d61dc1 commit: ce1bb85d286130f44b7e874430b0b12990d61dc1 branch: main author: Filip Łajszczak committer: bitdancer date: 2025-11-04T14:46:07-05:00 summary: gh-139434: Update selected RFC 2822 references to RFC 5322

[Python-checkins] [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141024)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/d76e411891fae8db2444881dd426712202317aa9 commit: d76e411891fae8db2444881dd426712202317aa9 branch: 3.13 author: Filip Łajszczak committer: bitdancer date: 2025-11-04T16:22:31-05:00 summary: [3.13] gh-139434: Update selected RFC 2822 references to RFC 5322

[Python-checkins] [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025)

2025-11-04 Thread bitdancer
https://github.com/python/cpython/commit/dc76de26e5f25f14aae0470297788c6be08213f0 commit: dc76de26e5f25f14aae0470297788c6be08213f0 branch: 3.14 author: Filip Łajszczak committer: bitdancer date: 2025-11-04T16:23:16-05:00 summary: [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322

[Python-checkins] [3.13] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140917)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/10af8404b4be19183822d2d3e36288a8d1418a1c commit: 10af8404b4be19183822d2d3e36288a8d1418a1c branch: 3.13 author: Jiucheng(Oliver) committer: bitdancer date: 2025-11-02T15:20:29-05:00 summary: [3.13] gh-135307: Fix email error when policy max_line_length is

[Python-checkins] [3.14] gh-135307: Fix email error when policy max_line_length is set to 0 or None (GH-135367) (#140915)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/7e1bac6a1aa6705c2386d80f093e575106de3340 commit: 7e1bac6a1aa6705c2386d80f093e575106de3340 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-11-02T10:03:12-05:00 summary: [3.

[Python-checkins] gh-135307: Fix email error when policy max_line_length is set to 0 or None (#135367)

2025-11-02 Thread bitdancer
https://github.com/python/cpython/commit/6d45cd8dbb07ae020ec07f2c3375dd06e52377f6 commit: 6d45cd8dbb07ae020ec07f2c3375dd06e52377f6 branch: main author: Jiucheng(Oliver) committer: bitdancer date: 2025-11-02T09:32:14-05:00 summary: gh-135307: Fix email error when policy max_line_length is set to

[Python-checkins] [3.14] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145009)

2026-02-19 Thread bitdancer
https://github.com/python/cpython/commit/1404a4d9f2a003ae801ea300b517a13419aebe88 commit: 1404a4d9f2a003ae801ea300b517a13419aebe88 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-02-19T14:53:05-05:00 summary: [3.

[Python-checkins] gh-144156: Fix email header folding concatenating encoded words (#144692)

2026-02-19 Thread bitdancer
https://github.com/python/cpython/commit/0f7cd5544a4dd1d7cf892c93c661510d619caaa7 commit: 0f7cd5544a4dd1d7cf892c93c661510d619caaa7 branch: main author: Robsdedude committer: bitdancer date: 2026-02-19T13:29:05-05:00 summary: gh-144156: Fix email header folding concatenating encoded words

[Python-checkins] [3.14] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142361)

2025-12-06 Thread bitdancer
https://github.com/python/cpython/commit/b188ebeca0710a243571e95e650d6a910c26795e commit: b188ebeca0710a243571e95e650d6a910c26795e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-06T16:39:47-05:00 summary: [3.

[Python-checkins] [3.13] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (GH-142008) (#142362)

2025-12-06 Thread bitdancer
https://github.com/python/cpython/commit/90ca216cdcb747e623864b66e83fef7947b03e4d commit: 90ca216cdcb747e623864b66e83fef7947b03e4d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-06T16:40:07-05:00 summary: [3.

[Python-checkins] gh-68552: fix defects policy (#138579)

2025-12-06 Thread bitdancer
https://github.com/python/cpython/commit/9d707d8a64cd8042cd4ca9633a3feff8dee4a06d commit: 9d707d8a64cd8042cd4ca9633a3feff8dee4a06d branch: main author: Ivo Bellin Salarin committer: bitdancer date: 2025-12-06T16:54:29-05:00 summary: gh-68552: fix defects policy (#138579) Extend defect

[Python-checkins] gh-69113: Fix doctest to report line numbers for __test__ strings (#141624)

2025-12-06 Thread bitdancer
https://github.com/python/cpython/commit/100e316e53abfff45f2a94987ee7a8622fcd3589 commit: 100e316e53abfff45f2a94987ee7a8622fcd3589 branch: main author: Sanyam Khurana <[email protected]> committer: bitdancer date: 2025-12-06T15:47:08-05:00 summary: gh-6911

[Python-checkins] gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newline (#142008)

2025-12-06 Thread bitdancer
https://github.com/python/cpython/commit/07eff899d8a8ee4c4b1be7cb223fe25687f6216c commit: 07eff899d8a8ee4c4b1be7cb223fe25687f6216c branch: main author: Paresh Joshi committer: bitdancer date: 2025-12-06T15:59:35-05:00 summary: gh-142006: Fix HeaderWriteError in email.policy.default caused by

[Python-checkins] [3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)

2025-12-22 Thread bitdancer
https://github.com/python/cpython/commit/a6cfdb5e9aaa38691d8ccb3b42fb27937fde76e7 commit: a6cfdb5e9aaa38691d8ccb3b42fb27937fde76e7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-22T13:13:53-05:00 summary: [3.

[Python-checkins] gh-143010: Prevent a TOCTOU issue by only calling open once (#143011)

2025-12-22 Thread bitdancer
https://github.com/python/cpython/commit/a88d1b8dab4cbd3180dd7f1acb44d627db90323b commit: a88d1b8dab4cbd3180dd7f1acb44d627db90323b branch: main author: AZero13 committer: bitdancer date: 2025-12-22T12:48:11-05:00 summary: gh-143010: Prevent a TOCTOU issue by only calling open once (#143011

[Python-checkins] [3.14] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143080)

2025-12-22 Thread bitdancer
https://github.com/python/cpython/commit/33c9ebe437064ae5066767128e94c2fc9e388a50 commit: 33c9ebe437064ae5066767128e94c2fc9e388a50 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-22T13:14:59-05:00 summary: [3.

[Python-checkins] gh-137339: Clarify host and port parameter behavior in smtplib.SMTP{_SSL} initialization (#137340)

2025-11-11 Thread bitdancer
https://github.com/python/cpython/commit/b5196fa15a6c5aaa90eafff06206f8e44a9da216 commit: b5196fa15a6c5aaa90eafff06206f8e44a9da216 branch: main author: Aniket <[email protected]> committer: bitdancer date: 2025-11-11T15:25:26-05:00 summary: gh-137339: Clarify ho

[Python-checkins] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (#143307)

2026-01-06 Thread bitdancer
https://github.com/python/cpython/commit/ff7d1cec41f391270560b9f4726791d8476c6eba commit: ff7d1cec41f391270560b9f4726791d8476c6eba branch: main author: Andrii Hrimov committer: bitdancer date: 2026-01-06T15:18:37-05:00 summary: gh-133315: Document that compat32 should not be used with MIMEPart

[Python-checkins] [3.13] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143495)

2026-01-06 Thread bitdancer
https://github.com/python/cpython/commit/8ca9005e6b15a614b69c9186566bd9162f371fa1 commit: 8ca9005e6b15a614b69c9186566bd9162f371fa1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-01-06T15:32:56-05:00 summary: [3.

[Python-checkins] [3.14] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143496)

2026-01-06 Thread bitdancer
https://github.com/python/cpython/commit/b0eb1980bb9915b3d4b204a2f1069d2c18584326 commit: b0eb1980bb9915b3d4b204a2f1069d2c18584326 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-01-06T15:33:31-05:00 summary: [3.

[Python-checkins] gh-142517: Fix typo in news item. (#143150)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/7342890ed710abaea09fdc011723cbba0ca9ad24 commit: 7342890ed710abaea09fdc011723cbba0ca9ad24 branch: main author: R. David Murray committer: bitdancer date: 2025-12-24T13:14:23-05:00 summary: gh-142517: Fix typo in news item. (#143150) files: M Misc/NEWS.d

[Python-checkins] [3.14] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142573)

2025-12-21 Thread bitdancer
https://github.com/python/cpython/commit/4646ddc3094e0b392d263d48474aaf9ea19e0404 commit: 4646ddc3094e0b392d263d48474aaf9ea19e0404 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-21T14:35:24-05:00 summary: [3.

[Python-checkins] [3.13] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142574)

2025-12-21 Thread bitdancer
https://github.com/python/cpython/commit/c084a665689f914cb11f2b6e50cf8b11dccbae1f commit: c084a665689f914cb11f2b6e50cf8b11dccbae1f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-21T14:36:23-05:00 summary: [3.

[Python-checkins] Correctly fold unknown-8bit originating from encoded words. (#142517)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/1e17ccd030a2285ad53db5952360fffa33a8a877 commit: 1e17ccd030a2285ad53db5952360fffa33a8a877 branch: main author: R. David Murray committer: bitdancer date: 2025-12-24T09:14:39-05:00 summary: Correctly fold unknown-8bit originating from encoded words

[Python-checkins] [3.13] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143147)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/88025560aa2c275b811907ef21e9cb7e09cdcdca commit: 88025560aa2c275b811907ef21e9cb7e09cdcdca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-24T13:19:28-05:00 summary:

[Python-checkins] [3.14] Correctly fold unknown-8bit originating from encoded words. (GH-142517) (#143146)

2025-12-24 Thread bitdancer
https://github.com/python/cpython/commit/68098110367bf23fc03cd4a5813c266bd234e6f7 commit: 68098110367bf23fc03cd4a5813c266bd234e6f7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2025-12-24T13:20:05-05:00 summary:

[Python-checkins] [3.14] gh-144156: move news entry to Library (GH-145205) (#145207)

2026-02-25 Thread bitdancer
https://github.com/python/cpython/commit/a7beca8ae3168f1bf191a6be5a2ee5a3009c88c2 commit: a7beca8ae3168f1bf191a6be5a2ee5a3009c88c2 branch: 3.14 author: Robsdedude committer: bitdancer date: 2026-02-25T16:55:54-05:00 summary: [3.14] gh-144156: move news entry to Library (GH-145205) (#145207

[Python-checkins] [3.13] gh-144156: Fix email header folding concatenating encoded words (GH-144692) (#145195)

2026-02-24 Thread bitdancer
https://github.com/python/cpython/commit/a3c0a809e1d2a43125cbd8d03d34a6591242d304 commit: a3c0a809e1d2a43125cbd8d03d34a6591242d304 branch: 3.13 author: R. David Murray committer: bitdancer date: 2026-02-24T15:55:54-05:00 summary: [3.13] gh-144156: Fix email header folding concatenating encoded

[Python-checkins] gh-144156: move news entry to Library (#145205)

2026-02-25 Thread bitdancer
https://github.com/python/cpython/commit/7eb00ad23cf3795c42e9ac0a268387f8d6026ecd commit: 7eb00ad23cf3795c42e9ac0a268387f8d6026ecd branch: main author: Robsdedude committer: bitdancer date: 2026-02-25T12:42:59-05:00 summary: gh-144156: move news entry to Library (#145205) files: A Misc/NEWS.d

[Python-checkins] gh-70039: smtplib: store the server name in ._host in .connect() (#115259)

2026-04-08 Thread bitdancer
https://github.com/python/cpython/commit/442f83a5ea1b4d334befd231a79c40d6ff41a0bd commit: 442f83a5ea1b4d334befd231a79c40d6ff41a0bd branch: main author: nmartensen committer: bitdancer date: 2026-04-08T17:46:25-04:00 summary: gh-70039: smtplib: store the server name in ._host in .connect

[Python-checkins] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (#145832)

2026-04-09 Thread bitdancer
https://github.com/python/cpython/commit/1a0edb1fa899c067f19b09598b45cdb6e733c4ee commit: 1a0edb1fa899c067f19b09598b45cdb6e733c4ee branch: main author: Stefan Zetzsche <[email protected]> committer: bitdancer date: 2026-04-09T16:21:49-04:00 summary: gh-

[Python-checkins] [3.14] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (GH-145832) (#148312)

2026-04-10 Thread bitdancer
https://github.com/python/cpython/commit/e8f3f7668f44ac83aa61f3ba0afe10e150b9fc21 commit: e8f3f7668f44ac83aa61f3ba0afe10e150b9fc21 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-10T08:49:59-04:00 summary: [3.

[Python-checkins] [3.13] gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (GH-145832) (#148311)

2026-04-10 Thread bitdancer
https://github.com/python/cpython/commit/0530f105ce7e2a60b92006a40e5f426bd80d1b7b commit: 0530f105ce7e2a60b92006a40e5f426bd80d1b7b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-10T08:51:34-04:00 summary: [3.

[Python-checkins] [3.14] gh-148192: Fix Generator._make_boundary behavior with CRLF line endings. (GH-148193) (#148550)

2026-04-14 Thread bitdancer
https://github.com/python/cpython/commit/b988157e87e08020a1fd54d45bbe669d006cd049 commit: b988157e87e08020a1fd54d45bbe669d006cd049 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-14T12:04:50-04:00 summary: [3.

[Python-checkins] gh-148192: Fix Generator._make_boundary behavior with CRLF line endings. (#148193)

2026-04-14 Thread bitdancer
https://github.com/python/cpython/commit/4af46b4ab5af49d8df034320a9a70fcbb062f7cf commit: 4af46b4ab5af49d8df034320a9a70fcbb062f7cf branch: main author: Henry Jones <[email protected]> committer: bitdancer date: 2026-04-14T09:10:08-04:00 summary: gh-14819

[Python-checkins] [3.13] gh-148192: Fix Generator._make_boundary behavior with CRLF line endings. (GH-148193) (#148549)

2026-04-14 Thread bitdancer
https://github.com/python/cpython/commit/5a4143a392a64dbecec8f5718ef43b87cd15915e commit: 5a4143a392a64dbecec8f5718ef43b87cd15915e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-14T12:21:55-04:00 summary: [3.

[Python-checkins] [3.14] gh-70039: smtplib: store the server name in ._host in .connect() (GH-115259) (#148273)

2026-04-08 Thread bitdancer
https://github.com/python/cpython/commit/f46a17b19ff535591b75f5f3df5b48f7b4f939b4 commit: f46a17b19ff535591b75f5f3df5b48f7b4f939b4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-08T18:14:15-04:00 summary: [3.

[Python-checkins] [3.13] gh-70039: smtplib: store the server name in ._host in .connect() (GH-115259) (#148272)

2026-04-08 Thread bitdancer
https://github.com/python/cpython/commit/461ae64628185f3df1773b9c8ba5d007b955ee67 commit: 461ae64628185f3df1773b9c8ba5d007b955ee67 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-08T18:15:16-04:00 summary: [3.

[Python-checkins] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (#24872)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/b413bc7a1f0946f734d9660239b4e2e8ddc48522 commit: b413bc7a1f0946f734d9660239b4e2e8ddc48522 branch: main author: elenril committer: bitdancer date: 2026-04-30T13:24:23-04:00 summary: bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox

[Python-checkins] [3.14] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149191)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/fa000efcbc3a145f77275d3322231cfa9fbb454e commit: fa000efcbc3a145f77275d3322231cfa9fbb454e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-30T14:15:21-04:00 summary: [3.1

[Python-checkins] [3.13] bpo-39100: _header_value_parser: do not treat a Group as invalid-mailbox (GH-24872) (#149192)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/b3e0c72fa4a852fccf8d72e9e833798bf087afbb commit: b3e0c72fa4a852fccf8d72e9e833798bf087afbb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-30T14:15:43-04:00 summary: [3.1

[Python-checkins] gh-148518 fix index error in local part attribute (#148522)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/bdbb55c403d2ab6b4b0a3e994d21b623fee4a544 commit: bdbb55c403d2ab6b4b0a3e994d21b623fee4a544 branch: main author: R. David Murray committer: bitdancer date: 2026-04-30T17:41:43-04:00 summary: gh-148518 fix index error in local part attribute (#148522) As

[Python-checkins] [3.13] gh-148518 fix index error in local part attribute (GH-148522) (#149199)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/104a38c495da102ddf3b779df78704718e1f517b commit: 104a38c495da102ddf3b779df78704718e1f517b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-30T18:13:27-04:00 summary: [3.

[Python-checkins] [3.14] gh-148518 fix index error in local part attribute (GH-148522) (#149200)

2026-04-30 Thread bitdancer
https://github.com/python/cpython/commit/79f39c93b0060402c464f8c90613c865244634e8 commit: 79f39c93b0060402c464f8c90613c865244634e8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: bitdancer date: 2026-04-30T18:13:52-04:00 summary: [3.

[Python-checkins] gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses (#122540)

2026-05-01 Thread bitdancer
https://github.com/python/cpython/commit/d96ffc18320a58d164c1809871bb3aea7f549ac6 commit: d96ffc18320a58d164c1809871bb3aea7f549ac6 branch: main author: Mike Edmunds committer: bitdancer date: 2026-05-01T13:52:06-04:00 summary: gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII

[Python-checkins] gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address (#122477)

2026-05-01 Thread bitdancer
https://github.com/python/cpython/commit/b60557382828a094f9da525cbd71c154bb97378b commit: b60557382828a094f9da525cbd71c154bb97378b branch: main author: Mike Edmunds committer: bitdancer date: 2026-05-01T14:00:46-04:00 summary: gh-81074: Allow non-ASCII addr_spec in email.headerregistry.Address