[Python-checkins] GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)

2024-01-05 Thread markshannon
https://github.com/python/cpython/commit/0ae60b66dea5140382190463a676bafe706608f5 commit: 0ae60b66dea5140382190463a676bafe706608f5 branch: main author: Mark Shannon committer: markshannon date: 2024-01-05T09:45:22Z summary: GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to

[Python-checkins] gh-113703: Correctly identify incomplete f-strings in the codeop module (#113709)

2024-01-05 Thread pablogsal
https://github.com/python/cpython/commit/3003fbbf00422bce6e327646063e97470afa9091 commit: 3003fbbf00422bce6e327646063e97470afa9091 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-01-05T12:16:46Z summary: gh-113703: Correctly identify incomplete f-strings in the codeop

[Python-checkins] [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop module (GH-113709) (#113733)

2024-01-05 Thread pablogsal
https://github.com/python/cpython/commit/0affc3d0f070f1fef4da915ba560875c7bcec7bb commit: 0affc3d0f070f1fef4da915ba560875c7bcec7bb branch: 3.12 author: Pablo Galindo Salgado committer: pablogsal date: 2024-01-05T13:23:40Z summary: [3.12] gh-113703: Correctly identify incomplete f-strings in the

[Python-checkins] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/e56c53334f1adf5b4ea940036c76d18e80fe809d commit: e56c53334f1adf5b4ea940036c76d18e80fe809d branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-05T13:31:28Z

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-113725) (#113734)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4 commit: 1dc25ae0da182bb6070dae66ee7e7cbb1b285ed4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-0

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (GH-113725) (#113735)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/2a4a724cdf32dabf9728ab9ea713eed46da0d3c6 commit: 2a4a724cdf32dabf9728ab9ea713eed46da0d3c6 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-0

[Python-checkins] gh-80532: Do not set ipv6type when cross-compiling (#17956)

2024-01-05 Thread erlend-aasland
https://github.com/python/cpython/commit/5e1916ba1bf521d6ff9d2c553c057f3ef7008977 commit: 5e1916ba1bf521d6ff9d2c553c057f3ef7008977 branch: main author: Zackery Spytz committer: erlend-aasland date: 2024-01-05T15:34:25Z summary: gh-80532: Do not set ipv6type when cross-compiling (#17956) Co-auth

[Python-checkins] [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)

2024-01-05 Thread ambv
https://github.com/python/cpython/commit/5da53d3024b87f040d91a70d8be08d9dea4fcb38 commit: 5da53d3024b87f040d91a70d8be08d9dea4fcb38 branch: 3.11 author: Diego Russo committer: ambv date: 2024-01-05T16:38:20+01:00 summary: [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#11

[Python-checkins] [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)

2024-01-05 Thread ambv
https://github.com/python/cpython/commit/b95cebf2b68792afd75da6da16a38a7765045a30 commit: b95cebf2b68792afd75da6da16a38a7765045a30 branch: 3.12 author: Diego Russo committer: ambv date: 2024-01-05T16:45:26+01:00 summary: [3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#11

[Python-checkins] [3.12] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113740)

2024-01-05 Thread erlend-aasland
https://github.com/python/cpython/commit/99d8dfd43003c33d0235ece2feb5b3dd94fdc8e1 commit: 99d8dfd43003c33d0235ece2feb5b3dd94fdc8e1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-01-05T15:56:43Z summary: [3.12] gh-8

[Python-checkins] [3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113741)

2024-01-05 Thread erlend-aasland
https://github.com/python/cpython/commit/1687e85343cb35410d3c12495856501787926db0 commit: 1687e85343cb35410d3c12495856501787926db0 branch: 3.11 author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-05T16:04:25Z summary: [3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17

[Python-checkins] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (#113739)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/eb53750757062255b1793969ca4cb12ef82b91c6 commit: eb53750757062255b1793969ca4cb12ef82b91c6 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-01-05T19:15:07Z

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#113748)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/05a2546e85a35ee72b7287c37204d3679bb853ab commit: 05a2546e85a35ee72b7287c37204d3679bb853ab branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-0

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#113749)

2024-01-05 Thread hugovk
https://github.com/python/cpython/commit/9dd73ccbb00a9333735bb60f2b053d51d7baed8f commit: 9dd73ccbb00a9333735bb60f2b053d51d7baed8f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-01-0

[Python-checkins] gh-112532: Tag mimalloc heaps and pages (#113742)

2024-01-05 Thread DinoV
https://github.com/python/cpython/commit/0b7476080b58ea2ee71c6c1229994a3bb62fe4fa commit: 0b7476080b58ea2ee71c6c1229994a3bb62fe4fa branch: main author: Sam Gross committer: DinoV date: 2024-01-05T12:08:50-08:00 summary: gh-112532: Tag mimalloc heaps and pages (#113742) * gh-112532: Tag mimalloc

[Python-checkins] GH-113568: Stop raising auditing events from pathlib ABCs (#113571)

2024-01-05 Thread barneygale
https://github.com/python/cpython/commit/3c4e972d6d0945a5401377bed25b307a88b19c75 commit: 3c4e972d6d0945a5401377bed25b307a88b19c75 branch: main author: Barney Gale committer: barneygale date: 2024-01-05T21:41:19Z summary: GH-113568: Stop raising auditing events from pathlib ABCs (#113571) Raise

[Python-checkins] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bd754b93ca837aa1f239252437a211271d068b71 commit: bd754b93ca837aa1f239252437a211271d068b71 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-06T00:12:34+02:00 summary: gh-85567: Fix resouce warnings in pickle and pickletools C

[Python-checkins] gh-113360: Fix the documentation of module's attribute __test__ (GH-113393)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d99d8712253c3affc54cf7f6e71f161dea8347ce commit: d99d8712253c3affc54cf7f6e71f161dea8347ce branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-06T00:23:16+02:00 summary: gh-113360: Fix the documentation of module's attribute __t

[Python-checkins] [3.11] gh-113360: Fix the documentation of module's attribute __test__ (GH-113393) (GH-113761)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6aa86bdcb240501283d1652ee6c54193b32a63b0 commit: 6aa86bdcb240501283d1652ee6c54193b32a63b0 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-05T22:29:14Z summary: [3.11] gh

[Python-checkins] [3.12] gh-113360: Fix the documentation of module's attribute __test__ (GH-113393) (GH-113760)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d43f2ad6d90759cff89e48f6bd7d4049290e1139 commit: d43f2ad6d90759cff89e48f6bd7d4049290e1139 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-05T22:29:31Z summary: [3.12] gh

[Python-checkins] [3.11] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618) (GH-113759)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9cea77126196381e8a8bd23d351d1dec3608372f commit: 9cea77126196381e8a8bd23d351d1dec3608372f branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-05T22:29:31Z summary: [3.11] gh

[Python-checkins] [3.12] gh-85567: Fix resouce warnings in pickle and pickletools CLIs (GH-113618) (GH-113758)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e132751b49a720da97e969542d89258a914cfe94 commit: e132751b49a720da97e969542d89258a914cfe94 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-05T22:37:43Z summary: [3.12] gh

[Python-checkins] [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113623)

2024-01-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6d9af666165a3a69618ee940631ca6600d2a2027 commit: 6d9af666165a3a69618ee940631ca6600d2a2027 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-05T22:52:41Z summary: [3.12] gh-62260: Fix ctypes.Structure subclassing with multiple

[Python-checkins] GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)

2024-01-05 Thread barneygale
https://github.com/python/cpython/commit/3375dfed400494ba5cc1b744d52f6fb8b7796059 commit: 3375dfed400494ba5cc1b744d52f6fb8b7796059 branch: main author: Barney Gale committer: barneygale date: 2024-01-05T22:56:04Z summary: GH-113568: Stop raising deprecation warnings from pathlib ABCs (#113757)

[Python-checkins] gh-113750: Fix object resurrection in free-threaded builds (gh-113751)

2024-01-05 Thread corona10
https://github.com/python/cpython/commit/d0f0308a373298a8906ee5a7546275e1b2e906ea commit: d0f0308a373298a8906ee5a7546275e1b2e906ea branch: main author: Sam Gross committer: corona10 date: 2024-01-06T12:12:26+09:00 summary: gh-113750: Fix object resurrection in free-threaded builds (gh-113751) g

[Python-checkins] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (#113731)

2024-01-05 Thread terryjreedy
https://github.com/python/cpython/commit/66f39648154214621d388f519210442d5fce738f commit: 66f39648154214621d388f519210442d5fce738f branch: main author: Ronald Oussoren committer: terryjreedy date: 2024-01-06T06:23:26Z summary: gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11

[Python-checkins] [3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (GH-113731) (#113766)

2024-01-05 Thread terryjreedy
https://github.com/python/cpython/commit/320c160b1ace14be54f63b580af7adabe6b34a97 commit: 320c160b1ace14be54f63b580af7adabe6b34a97 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-06T01:45:41-05:00 summary: [3.11] gh

[Python-checkins] [3.12] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11.7 (GH-113731) (#113765)

2024-01-05 Thread terryjreedy
https://github.com/python/cpython/commit/4d5328cbebc441ed2539ad3b2ea30a01eb059ef7 commit: 4d5328cbebc441ed2539ad3b2ea30a01eb059ef7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-01-06T06:53:34Z summary: [3.12] gh-1137