[Python-checkins] Fix typos in comments and docstring (#122720)

2024-08-06 Thread AlexWaygood
https://github.com/python/cpython/commit/b6c80e21c78ea86fb12b331f69881a586ed487e0 commit: b6c80e21c78ea86fb12b331f69881a586ed487e0 branch: main author: Xie Yanbo committer: AlexWaygood date: 2024-08-07T07:39:16+01:00 summary: Fix typos in comments and docstring (#122720) Co-authored-by: Alex Wa

[Python-checkins] GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)

2024-08-06 Thread barneygale
https://github.com/python/cpython/commit/98dba73010e807e613b9400e8c4b411302498728 commit: 98dba73010e807e613b9400e8c4b411302498728 branch: main author: Barney Gale committer: barneygale date: 2024-08-07T01:34:44+01:00 summary: GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) R

[Python-checkins] gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HASHES in configure.ac (#122572)

2024-08-06 Thread erlend-aasland
https://github.com/python/cpython/commit/b5e142ba7c2063efe9bb8065c3b0bad33e2a9afa commit: b5e142ba7c2063efe9bb8065c3b0bad33e2a9afa branch: main author: Jonathan Protzenko committer: erlend-aasland date: 2024-08-06T23:31:39Z summary: gh-122571: Remove duplicate definition of PY_BUILTIN_HASHLIB_HA

[Python-checkins] [3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)

2024-08-06 Thread vstinner
https://github.com/python/cpython/commit/5c161cb8329c941aa219dc34c56afa368516d6fb commit: 5c161cb8329c941aa219dc34c56afa368516d6fb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-08-06T23:37:10+02:00 summary: [3.13] gh-12

[Python-checkins] gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)

2024-08-06 Thread vstinner
https://github.com/python/cpython/commit/4767a6e31c0550836b2af45d27e374e721f0c4e6 commit: 4767a6e31c0550836b2af45d27e374e721f0c4e6 branch: main author: Victor Stinner committer: vstinner date: 2024-08-06T23:01:44+02:00 summary: gh-122728: Fix SystemError in PyEval_GetLocals() (#122735) Fix PyEv

[Python-checkins] [3.12] gh-122334: Fix test_embed failure when missing _ssl module (GH-122630) (#122648)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/b895f1804ffd220768d2caff23363740bd2c9b01 commit: b895f1804ffd220768d2caff23363740bd2c9b01 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-08-06T20:59:55+02:00 summary: [3.12] gh-12233

[Python-checkins] [3.13] gh-122334: Fix test_embed failure when missing _ssl module (GH-122630) (#122647)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/e808146af1841abc7d5f86470041d3ef7712050e commit: e808146af1841abc7d5f86470041d3ef7712050e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-08-06T21:00:14+02:00 summary: [3.13] gh-12233

[Python-checkins] [3.13] gh-121103: Update site module docs for free-threaded installs (GH-122737) (#122750)

2024-08-06 Thread colesbury
https://github.com/python/cpython/commit/24d15f0cb02612df0721ebebbf2b5ed8d3c12c2f commit: 24d15f0cb02612df0721ebebbf2b5ed8d3c12c2f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-08-06T18:57:02Z summary: [3.13] gh-121103

[Python-checkins] [3.13] gh-122744: Bump bundled pip to 24.2 (#122746)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/f0e5ebfcd5d551f76c0393d9ce9926d5f5ea290d commit: f0e5ebfcd5d551f76c0393d9ce9926d5f5ea290d branch: 3.13 author: Pradyun Gedam committer: Yhg1s date: 2024-08-06T18:50:12Z summary: [3.13] gh-122744: Bump bundled pip to 24.2 (#122746) (cherry picked from com

[Python-checkins] [3.12] gh-122744: Bump bundled pip to 24.2 (#122747)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/1c4d08d73ef2651849b92fe7d136fd0336b60838 commit: 1c4d08d73ef2651849b92fe7d136fd0336b60838 branch: 3.12 author: Pradyun Gedam committer: Yhg1s date: 2024-08-06T18:50:14Z summary: [3.12] gh-122744: Bump bundled pip to 24.2 (#122747) (cherry picked from com

[Python-checkins] gh-122744: Bump bundled pip to 24.2 (#122745)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/5b8a6c5186be299d96dd483146dc6ea737ffdfe7 commit: 5b8a6c5186be299d96dd483146dc6ea737ffdfe7 branch: main author: Pradyun Gedam committer: Yhg1s date: 2024-08-06T18:38:33Z summary: gh-122744: Bump bundled pip to 24.2 (#122745) Co-authored-by: Pradyun Gedam

[Python-checkins] gh-122417: Implement per-thread heap type refcounts (#122418)

2024-08-06 Thread colesbury
https://github.com/python/cpython/commit/dc093010672207176857a747c61da9c046ad9d3e commit: dc093010672207176857a747c61da9c046ad9d3e branch: main author: Sam Gross committer: colesbury date: 2024-08-06T14:36:57-04:00 summary: gh-122417: Implement per-thread heap type refcounts (#122418) The free-

[Python-checkins] gh-121103: Update site module docs for free-threaded installs (#122737)

2024-08-06 Thread colesbury
https://github.com/python/cpython/commit/1429651a06611a9dbcb1928b746faf52934c12e2 commit: 1429651a06611a9dbcb1928b746faf52934c12e2 branch: main author: Sam Gross committer: colesbury date: 2024-08-06T14:34:34-04:00 summary: gh-121103: Update site module docs for free-threaded installs (#122737)

[Python-checkins] Fix duplicated words 'begins with a' in pathlib docstring (#122732)

2024-08-06 Thread barneygale
https://github.com/python/cpython/commit/c4e8196940bdf2eeb45692fb54741c507766bc74 commit: c4e8196940bdf2eeb45692fb54741c507766bc74 branch: main author: Виталий Дмитриев committer: barneygale date: 2024-08-06T18:38:33+01:00 summary: Fix duplicated words 'begins with a' in pathlib docstring (#1227

[Python-checkins] gh-112301: Add macOS warning tracking tooling (#122211)

2024-08-06 Thread hugovk
https://github.com/python/cpython/commit/58be1c270f2275603e56127791fa6777476954ec commit: 58be1c270f2275603e56127791fa6777476954ec branch: main author: Nate Ohlson committer: hugovk <[email protected]> date: 2024-08-06T20:26:37+03:00 summary: gh-112301: Add macOS warning tra

[Python-checkins] [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values in Element tree (GH-119762) (#120190)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/b31764104ead12c6d6231abd729e87414e9e7644 commit: b31764104ead12c6d6231abd729e87414e9e7644 branch: 3.12 author: Gregory P. Smith committer: Yhg1s date: 2024-08-06T17:20:06Z summary: [3.12] gh-119577: Adjust DeprecationWarning when testing element truth val

[Python-checkins] [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentation (GH-117272) (#117274)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/e970431f13ea0ecb4c27b446ddceb98b76ad1175 commit: e970431f13ea0ecb4c27b446ddceb98b76ad1175 branch: 3.12 author: Christopher Chianelli committer: Yhg1s date: 2024-08-06T19:19:44+02:00 summary: [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to d

[Python-checkins] [3.12] gh-120104: IDLE: Fix padding in config and search dialogs (GH-120107) (#122741)

2024-08-06 Thread terryjreedy
https://github.com/python/cpython/commit/81bed0fe8ace387fcb6bfa7723516de23cd15670 commit: 81bed0fe8ace387fcb6bfa7723516de23cd15670 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-08-06T17:07:35Z summary: [3.12] gh-1201

[Python-checkins] [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122599)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7 commit: 4766d1200fdf8b6728137aa2927a297e224d5fa7 branch: 3.12 author: Petr Viktorin committer: Yhg1s date: 2024-08-06T19:07:19+02:00 summary: [3.12] gh-121650: Encode newlines in headers, and verify headers are sou

[Python-checkins] [3.13] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122484)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0 commit: 4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-08-06T19:06:41+02:00 summary: [3.13] gh-12165

[Python-checkins] [3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) (#122677)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/01db0e404de0226f106dc674981f31a6df9c19bf commit: 01db0e404de0226f106dc674981f31a6df9c19bf branch: 3.12 author: Gregory P. Smith committer: Yhg1s date: 2024-08-06T18:53:32+02:00 summary: [3.12] gh-122573: Require Python 3.10 or newer for Windows builds (GH

[Python-checkins] [3.13] gh-122573: Require Python 3.10 or newer for Windows builds (GH-122574) (#122674)

2024-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/d5e7d0a4684e496889c90f951ee7d78a9da9f5b9 commit: d5e7d0a4684e496889c90f951ee7d78a9da9f5b9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-08-06T18:53:12+02:00 summary: [3.13] gh-12257

[Python-checkins] gh-120104: IDLE: Fix padding in config and search dialogs (#120107)

2024-08-06 Thread terryjreedy
https://github.com/python/cpython/commit/4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb commit: 4b66b6b7d6e65f9eb2d61435b9b37ffeb7bb00fb branch: main author: Serhiy Storchaka committer: terryjreedy date: 2024-08-06T12:45:53-04:00 summary: gh-120104: IDLE: Fix padding in config and search dialogs (#120

[Python-checkins] [3.12] gh-83505: Add markdown mimetype mapping (GH-17995) (#118594)

2024-08-06 Thread jaraco
https://github.com/python/cpython/commit/70636659f01ca0cec21ef9442e2f4eefe8a1f9e7 commit: 70636659f01ca0cec21ef9442e2f4eefe8a1f9e7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: jaraco date: 2024-08-06T10:05:18-04:00 summary: [3.12] gh-8350

[Python-checkins] GH-120024: Move three more escaping calls out of conditional statements (GH-122734)

2024-08-06 Thread markshannon
https://github.com/python/cpython/commit/4c317918486348ff8486168e1003be8c1daa6cf5 commit: 4c317918486348ff8486168e1003be8c1daa6cf5 branch: main author: Mark Shannon committer: markshannon date: 2024-08-06T14:14:52+01:00 summary: GH-120024: Move three more escaping calls out of conditional statem

[Python-checkins] gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, `isframe`, `iscode`. (#122059)

2024-08-06 Thread vstinner
https://github.com/python/cpython/commit/8ce70d6c697c8179e007169ba2ec5d3a0dc77362 commit: 8ce70d6c697c8179e007169ba2ec5d3a0dc77362 branch: main author: Kirill Podoprigora committer: vstinner date: 2024-08-06T14:47:31+02:00 summary: gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `i

[Python-checkins] gh-122681: merge m_atan2() and c_atan2() helper functions (#122682)

2024-08-06 Thread vstinner
https://github.com/python/cpython/commit/0b433aa9df6b5bb84e77ff97e59b7bcd04f2199a commit: 0b433aa9df6b5bb84e77ff97e59b7bcd04f2199a branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-08-06T14:43:13+02:00 summary: gh-122681: merge m_atan2() and c_atan2() helper functions (#1226

[Python-checkins] gh-122686: bump hypothesis from 6.104.2 to 6.108.10 in Tools (#122729)

2024-08-06 Thread vstinner
https://github.com/python/cpython/commit/6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930 commit: 6ff82fdb56fa0381f94c7a45aa67ab4c4aa71930 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-08-06T14:37:07+02:00 summary: gh-122686: bump hypothesis from 6.104.2 to 6.108.10 in Tools (#1

[Python-checkins] GH-120024: Refactor code generators to uses classes for emitting code. (GH-122730)

2024-08-06 Thread markshannon
https://github.com/python/cpython/commit/fbfab4f88cf061ce4b8ec4d876d247221326d8fa commit: fbfab4f88cf061ce4b8ec4d876d247221326d8fa branch: main author: Mark Shannon committer: markshannon date: 2024-08-06T13:04:33+01:00 summary: GH-120024: Refactor code generators to uses classes for emitting co

[Python-checkins] gh-122581: Avoid data races when collecting parser statistics (#122694)

2024-08-06 Thread lysnikolaou
https://github.com/python/cpython/commit/ce0d66c8d238c9676c6ecd3f04294a3299e07f74 commit: ce0d66c8d238c9676c6ecd3f04294a3299e07f74 branch: main author: Lysandros Nikolaou committer: lysnikolaou date: 2024-08-06T13:29:57+02:00 summary: gh-122581: Avoid data races when collecting parser statistics

[Python-checkins] GH-120024: Refactor code a bit so that escaping calls can be wrapped in spill code in code generator (GH-122693)

2024-08-06 Thread markshannon
https://github.com/python/cpython/commit/a8be8fc6c4682089be45a87bd5ee1f686040116c commit: a8be8fc6c4682089be45a87bd5ee1f686040116c branch: main author: Mark Shannon committer: markshannon date: 2024-08-06T08:40:39+01:00 summary: GH-120024: Refactor code a bit so that escaping calls can be wrappe