[Python-checkins] skip test for sys._stdlib_dir if that is not present (#134973)

2025-05-31 Thread cfbolz
https://github.com/python/cpython/commit/895119ec24589cbf522e375aa71f27b9b7383a8b commit: 895119ec24589cbf522e375aa71f27b9b7383a8b branch: main author: CF Bolz-Tereick committer: cfbolz date: 2025-05-31T13:46:22+02:00 summary: skip test for sys._stdlib_dir if that is not present (#134973

[Python-checkins] Skip test as cpython_only that checks whether setattr interns the attribute or not (#134972)

2025-05-31 Thread cfbolz
https://github.com/python/cpython/commit/af0d3268d9ae6090877c276c12ee6712b56578e7 commit: af0d3268d9ae6090877c276c12ee6712b56578e7 branch: main author: CF Bolz-Tereick committer: cfbolz date: 2025-05-31T13:38:05+02:00 summary: Skip test as cpython_only that checks whether setattr interns the

[Python-checkins] gh-132825: Fix typo in dict_unhashable_type() name (#132847)

2025-04-23 Thread cfbolz
https://github.com/python/cpython/commit/926ff69f3f59c97a73b90dbaa0842b14339bf66d commit: 926ff69f3f59c97a73b90dbaa0842b14339bf66d branch: main author: Victor Stinner committer: cfbolz date: 2025-04-23T18:54:13+02:00 summary: gh-132825: Fix typo in dict_unhashable_type() name (#132847) files

[Python-checkins] gh-132825: Enhance unhashable error messages for dict and set (#132828)

2025-04-23 Thread cfbolz
https://github.com/python/cpython/commit/426449d9834855fcf8c150889157af8c39526b81 commit: 426449d9834855fcf8c150889157af8c39526b81 branch: main author: Victor Stinner committer: cfbolz date: 2025-04-23T17:10:09+02:00 summary: gh-132825: Enhance unhashable error messages for dict and set

[Python-checkins] Python Tutorial typo fix (#128077)

2024-12-20 Thread cfbolz
https://github.com/python/cpython/commit/5a584c8f54bbeceae7ffa501291e29b7ddc8a0b9 commit: 5a584c8f54bbeceae7ffa501291e29b7ddc8a0b9 branch: main author: shallow-beach <[email protected]> committer: cfbolz date: 2024-12-20T18:09:56+01:00 summary: Python Tutoria

[Python-checkins] gh-127740: For odd-length input to bytes.fromhex(...) change the error message to ValueError: fromhex() arg must be of even length (#127756)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/db9bea0386c1c0b6c9d7c66474cda7e47e4b56f5 commit: db9bea0386c1c0b6c9d7c66474cda7e47e4b56f5 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: cfbolz date: 2024-12-11T08:35:17+01:00 summary: gh-127740: For odd-length

[Python-checkins] [3.12] gh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in datetime.strptime patterns (GH-127590) (#127649)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/8b4e7f8ec0be2bb0443c0d2394bb03cc61c4eb06 commit: 8b4e7f8ec0be2bb0443c0d2394bb03cc61c4eb06 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T09:20:54+01:00 summary: [3.

[Python-checkins] add help blurb for "extralargefile" (#127710)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/050d59bd1765de417bf4ec8b5c3cbdac65695f5e commit: 050d59bd1765de417bf4ec8b5c3cbdac65695f5e branch: main author: Skip Montanaro committer: cfbolz date: 2024-12-10T09:17:25+01:00 summary: add help blurb for "extralargefile" (#127710) files:

[Python-checkins] [3.13] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (GH-126776) (#127778)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/9d0252ff2ed3a5848c5f933a4b0db10899764bd4 commit: 9d0252ff2ed3a5848c5f933a4b0db10899764bd4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T08:06:26Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (GH-126776) (#127779)

2024-12-10 Thread cfbolz
https://github.com/python/cpython/commit/e881dd1c468beafd81d20be2e66a5fdd49cb3402 commit: e881dd1c468beafd81d20be2e66a5fdd49cb3402 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cfbolz date: 2024-12-10T08:02:22Z summary: [3.12] gh-

[Python-checkins] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)

2024-12-09 Thread cfbolz
https://github.com/python/cpython/commit/2233c303e476496fc4c85a29a1429a7e4b1f707b commit: 2233c303e476496fc4c85a29a1429a7e4b1f707b branch: main author: Thomas Grainger committer: cfbolz date: 2024-12-10T08:40:54+01:00 summary: gh-126775: make linecache.checkcache threadsafe and GC re-entrency

[Python-checkins] add missing gc_collect() calls in sqlite3 tests (#127446)

2024-12-02 Thread cfbolz
https://github.com/python/cpython/commit/2a373da7700cf928e0a5ce3998d19351a3565df4 commit: 2a373da7700cf928e0a5ce3998d19351a3565df4 branch: main author: CF Bolz-Tereick committer: cfbolz date: 2024-12-02T11:11:28+01:00 summary: add missing gc_collect() calls in sqlite3 tests (#127446) files: M

[Python-checkins] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)

2024-08-24 Thread cfbolz
https://github.com/python/cpython/commit/ca18ff2a34435faa557f7f9d4d3a554dadb05e50 commit: ca18ff2a34435faa557f7f9d4d3a554dadb05e50 branch: main author: Sergey B Kirpichev committer: cfbolz date: 2024-08-24T17:46:05+02:00 summary: gh-123228: fix return type for _ReadlineWrapper.get_line_buffer