[Python-checkins] gh-140849: Update bundled liblzma to 5.8.1 on Windows (#141022)

2025-11-07 Thread emmatyping
https://github.com/python/cpython/commit/cd0b3e5d12ed57d41878a89aac581375d021e25a commit: cd0b3e5d12ed57d41878a89aac581375d021e25a branch: main author: Steve Dower committer: emmatyping date: 2025-11-07T22:28:01-08:00 summary: gh-140849: Update bundled liblzma to 5.8.1 on Windows (#141022

[Python-checkins] gh-140808: Remove __class_getitem__ from mailbox._ProxyFile (#140838)

2025-11-02 Thread emmatyping
https://github.com/python/cpython/commit/9e5628ad68b768e2a8f0bcd3204b0027e238c45c commit: 9e5628ad68b768e2a8f0bcd3204b0027e238c45c branch: main author: Sebastian Rittau committer: emmatyping date: 2025-11-02T13:56:59-08:00 summary: gh-140808: Remove __class_getitem__ from mailbox._ProxyFile

[Python-checkins] [3.14] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140436)

2025-10-21 Thread emmatyping
https://github.com/python/cpython/commit/9d547dab0bb59adcd969172ef8e69540668db6a0 commit: 9d547dab0bb59adcd969172ef8e69540668db6a0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2025-10-21T20:45:06-07:00 summary: [3.

[Python-checkins] [3.13] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763) (GH-140437)

2025-10-21 Thread emmatyping
https://github.com/python/cpython/commit/30c2661b6e2b738b957aedcc328bb641b0b61787 commit: 30c2661b6e2b738b957aedcc328bb641b0b61787 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2025-10-21T20:44:42-07:00 summary: [3.

[Python-checkins] gh-132835: Add defensive NULL checks to MRO resolution (GH-134763)

2025-10-21 Thread emmatyping
https://github.com/python/cpython/commit/a8edca62fc6d44d16c7f86d49421be1a5ebea3e5 commit: a8edca62fc6d44d16c7f86d49421be1a5ebea3e5 branch: main author: Emma Smith committer: emmatyping date: 2025-10-21T14:48:29-07:00 summary: gh-132835: Add defensive NULL checks to MRO resolution (GH-134763

[Python-checkins] [3.13] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140350)

2025-10-21 Thread emmatyping
https://github.com/python/cpython/commit/df35beb6de43066b3321e00e7e764ef7cf641bce commit: df35beb6de43066b3321e00e7e764ef7cf641bce branch: 3.13 author: Emma Smith committer: emmatyping date: 2025-10-21T14:45:02-07:00 summary: [3.13] `zlib.rst`: Link to constants and deduplicate text (GH-140115

[Python-checkins] [3.14] `zlib.rst`: Link to constants and deduplicate text (GH-140115) (GH-140349)

2025-10-21 Thread emmatyping
https://github.com/python/cpython/commit/a490d671fad24859a31afdb7a64f090deb3346c2 commit: a490d671fad24859a31afdb7a64f090deb3346c2 branch: 3.14 author: Emma Smith committer: emmatyping date: 2025-10-21T14:44:47-07:00 summary: [3.14] `zlib.rst`: Link to constants and deduplicate text (GH-140115

[Python-checkins] `zlib.rst`: Link to constants and deduplicate text (GH-140115)

2025-10-19 Thread emmatyping
https://github.com/python/cpython/commit/091e8513bb58747ade56a03fccb98e220c7722cc commit: 091e8513bb58747ade56a03fccb98e220c7722cc branch: main author: Stan Ulbrych <[email protected]> committer: emmatyping date: 2025-10-19T21:22:39-07:00 summary: `zlib.rst`

[Python-checkins] gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)

2025-10-17 Thread emmatyping
https://github.com/python/cpython/commit/f262297d525e87906c5e4ab28e80284189641c9e commit: f262297d525e87906c5e4ab28e80284189641c9e branch: main author: Emma Smith committer: emmatyping date: 2025-10-14T10:03:55-07:00 summary: gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h

[Python-checkins] Re-order Modules/makesetup in CODEOWNERS and update owners (#138628)

2025-09-15 Thread emmatyping
https://github.com/python/cpython/commit/445b424b7483a9c4091b73aca816174471e20a6b commit: 445b424b7483a9c4091b73aca816174471e20a6b branch: main author: Emma Smith committer: emmatyping date: 2025-09-15T19:52:59-07:00 summary: Re-order Modules/makesetup in CODEOWNERS and update owners (#138628

[Python-checkins] Add Emma Smith to CODEOWNERS (#138588)

2025-09-07 Thread emmatyping
https://github.com/python/cpython/commit/4ed046c48178118d935c879b97fdccac92c16a94 commit: 4ed046c48178118d935c879b97fdccac92c16a94 branch: main author: Emma Smith committer: emmatyping date: 2025-09-07T01:11:19-07:00 summary: Add Emma Smith to CODEOWNERS (#138588) Added myself as a code owner

[Python-checkins] [3.13] gh-133125: Clarify ZipInfo.date_time attribute documentation (GH-136082) (#138076)

2025-08-22 Thread emmatyping
https://github.com/python/cpython/commit/57b5baf3f9ae52178dd7b1cbce8b985ad9099384 commit: 57b5baf3f9ae52178dd7b1cbce8b985ad9099384 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2025-08-22T17:01:37-07:00 summary: [3.

[Python-checkins] gh-133125: Clarify ZipInfo.date_time attribute documentation (#136082)

2025-08-22 Thread emmatyping
https://github.com/python/cpython/commit/282e88506b1d3c2ea2a0fd2fbce6c4e27ddc1c92 commit: 282e88506b1d3c2ea2a0fd2fbce6c4e27ddc1c92 branch: main author: Kentaro Jay Takahashi <[email protected]> committer: emmatyping date: 2025-08-22T16:52:30-07:00 summary: gh-

[Python-checkins] [3.13] gh-134262: Catch both URLError and ConnectionError in retries (GH-135365) (#137779)

2025-08-14 Thread emmatyping
https://github.com/python/cpython/commit/785b39671982d270521010239f5d52d2d816a7b9 commit: 785b39671982d270521010239f5d52d2d816a7b9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2025-08-14T12:56:42-07:00 summary: [3.

[Python-checkins] [3.13] gh-134262: Add retries to generate_sbom.py (GH-134263) (#137468)

2025-08-06 Thread emmatyping
https://github.com/python/cpython/commit/7762de2527db63f2d25c1693bbb63f8921bddebb commit: 7762de2527db63f2d25c1693bbb63f8921bddebb branch: 3.13 author: Emma Smith committer: emmatyping date: 2025-08-06T15:58:08-07:00 summary: [3.13] gh-134262: Add retries to generate_sbom.py (GH-134263

[Python-checkins] gh-81325: Support path-like objects with streaming TarFile (#137188)

2025-08-03 Thread emmatyping
https://github.com/python/cpython/commit/3ec3d053452af8a769c18826ea61ba66fc73c8da commit: 3ec3d053452af8a769c18826ea61ba66fc73c8da branch: main author: Alexander Urieles committer: emmatyping date: 2025-08-03T19:53:01-07:00 summary: gh-81325: Support path-like objects with streaming TarFile