[Python-checkins] [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in… (#139281)

2025-09-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/dbe4690772b366e1014469ad32fe866276768a44 commit: dbe4690772b366e1014469ad32fe866276768a44 branch: 3.13 author: Tian Gao committer: gaogaotiantian date: 2025-09-24T14:07:50+08:00 summary: [3.13] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock i

[Python-checkins] gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)

2025-09-23 Thread gaogaotiantian
https://github.com/python/cpython/commit/c8624cd36746b17d8f991cde63705e9419e940de commit: c8624cd36746b17d8f991cde63705e9419e940de branch: main author: Tian Gao committer: gaogaotiantian date: 2025-09-24T11:46:05+08:00 summary: gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subpr

[Python-checkins] GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)

2025-09-23 Thread barneygale
https://github.com/python/cpython/commit/9e6493849ec2389460a8933314fcc8b7be01c221 commit: 9e6493849ec2389460a8933314fcc8b7be01c221 branch: main author: Barney Gale committer: barneygale date: 2025-09-24T01:52:24Z summary: GH-139174: Prepare `pathlib.Path.info` for new methods (#139175) Merge `_

[Python-checkins] gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)

2025-09-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1a2e00c97acfe9f797228b836e2345f630d07b8e commit: 1a2e00c97acfe9f797228b836e2345f630d07b8e branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-23T21:31:42+03:00 summary: gh-67795: Accept any real numbers as timestamp and timeout

[Python-checkins] gh-138558: Improve handling of Template annotations in annotationlib (#139072)

2025-09-23 Thread JelleZijlstra
https://github.com/python/cpython/commit/6ec058a1f7fcc016fa3b7432bcd0aa6e7d2b21ce commit: 6ec058a1f7fcc016fa3b7432bcd0aa6e7d2b21ce branch: main author: Dave Peck committer: JelleZijlstra date: 2025-09-23T11:25:51-07:00 summary: gh-138558: Improve handling of Template annotations in annotationlib

[Python-checkins] gh-136744: Remove a redundant test skip (#139267)

2025-09-23 Thread freakboy3742
https://github.com/python/cpython/commit/a79ce35c709a6512bd727602b5c60130f4f9f682 commit: a79ce35c709a6512bd727602b5c60130f4f9f682 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-09-23T16:56:14Z summary: gh-136744: Remove a redundant test skip (#139267) Remove a redu

[Python-checkins] gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)

2025-09-23 Thread vstinner
https://github.com/python/cpython/commit/dd45179fa0f5ad2fd169cdd35065df2c3bce85bc commit: dd45179fa0f5ad2fd169cdd35065df2c3bce85bc branch: main author: Victor Stinner committer: vstinner date: 2025-09-23T15:29:55Z summary: gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264) It i

[Python-checkins] [3.13] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139261)

2025-09-23 Thread vstinner
https://github.com/python/cpython/commit/096772dd5d7b7dfd7b3f4fefc5ba24836cf80b0e commit: 096772dd5d7b7dfd7b3f4fefc5ba24836cf80b0e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-09-23T14:32:19Z summary: [3.13] gh-139208:

[Python-checkins] gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)

2025-09-23 Thread encukou
https://github.com/python/cpython/commit/6b4e3fe9d42708ca6e8cfb7407c22647787a6b29 commit: 6b4e3fe9d42708ca6e8cfb7407c22647787a6b29 branch: main author: Peter Bierma committer: encukou date: 2025-09-23T16:09:19+02:00 summary: gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874)

2025-09-23 Thread vstinner
https://github.com/python/cpython/commit/8cfd7b4ecf9c01ca2bea57fe640250f716cb6ee3 commit: 8cfd7b4ecf9c01ca2bea57fe640250f716cb6ee3 branch: main author: Victor Stinner committer: vstinner date: 2025-09-23T11:47:09+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874) R