[Python-checkins] [3.13] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (GH-120019) (#120336)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/81eae217335fc66bec343b9f11f1b68fe85667bf commit: 81eae217335fc66bec343b9f11f1b68fe85667bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: cjw296 date: 2024-06-11T06:12:16Z summary: [3.13] gh-65454: av

[Python-checkins] [3.12] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (GH-120019) (#120337)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/f6481925d80080f09c3bb264da7f5eedf0f86068 commit: f6481925d80080f09c3bb264da7f5eedf0f86068 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cjw296 date: 2024-06-11T06:07:25Z summary: [3.12] gh-65454: av

[Python-checkins] [3.13] gh-119600: mock: do not access attributes of original when new_callable is set (GH-119601) (#120334)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/aba5f2a4d10a7b261d4af03a54a8b1083bd83700 commit: aba5f2a4d10a7b261d4af03a54a8b1083bd83700 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: cjw296 date: 2024-06-11T06:04:06Z summary: [3.13] gh-119600: m

[Python-checkins] [3.12] gh-119600: mock: do not access attributes of original when new_callable is set (GH-119601) (#120335)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/fa291a35eb29c53958aa5d2e2b58aea2441ffca8 commit: fa291a35eb29c53958aa5d2e2b58aea2441ffca8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: cjw296 date: 2024-06-11T06:01:02Z summary: [3.12] gh-119600: m

[Python-checkins] gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (#120019)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/9e9ee50421c857b443e2060274f17fb884d54473 commit: 9e9ee50421c857b443e2060274f17fb884d54473 branch: main author: blhsing committer: cjw296 date: 2024-06-11T05:42:49Z summary: gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__

[Python-checkins] gh-119600: mock: do not access attributes of original when new_callable is set (#119601)

2024-06-10 Thread cjw296
https://github.com/python/cpython/commit/422c4fc855afd18bcc6415902ea1d85a50cb7ce1 commit: 422c4fc855afd18bcc6415902ea1d85a50cb7ce1 branch: main author: Robert Collins committer: cjw296 date: 2024-06-11T06:41:12+01:00 summary: gh-119600: mock: do not access attributes of original when new_callabl

[Python-checkins] [3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)

2024-06-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/ffc8e21c80627c46be7a7467ee5427924fdeb885 commit: ffc8e21c80627c46be7a7467ee5427924fdeb885 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-06-10T17:11:22Z summary: [3.13] F

[Python-checkins] Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)

2024-06-10 Thread ericsnowcurrently
https://github.com/python/cpython/commit/6efe3460693c4f39de198a64ceb8b1d4e8b6 commit: 6efe3460693c4f39de198a64ceb8b1d4e8b6 branch: main author: AN Long committer: ericsnowcurrently date: 2024-06-10T10:45:16-06:00 summary: Fix the CODEOWNERS for _interpretersmodule.c (gh-120288) files: M

[Python-checkins] gh-120057: Add os.environ.refresh() method (#120059)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/7aff2de62bc28eb23888270b698c6b6915f69b21 commit: 7aff2de62bc28eb23888270b698c6b6915f69b21 branch: main author: Victor Stinner committer: vstinner date: 2024-06-10T16:34:17Z summary: gh-120057: Add os.environ.refresh() method (#120059) files: A Misc/NEWS.

[Python-checkins] gh-119786: copy compiler doc from devguide to InternalDocs and convert to markdown (#120134)

2024-06-10 Thread iritkatriel
https://github.com/python/cpython/commit/56c3815ba14c790d2e9a227b4ac0ead5e6b1e570 commit: 56c3815ba14c790d2e9a227b4ac0ead5e6b1e570 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-06-10T

[Python-checkins] [3.12] GH-115983: skip building shared modules for testing under WASI (GH-116528) (#120316)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/a9f2daf1ab182d95b44ee94dc9fb8faec60e34b1 commit: a9f2daf1ab182d95b44ee94dc9fb8faec60e34b1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-10T13:27:04Z summary: [3.12] GH-115983:

[Python-checkins] gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c3b6dbff2c8886de1edade737febe85dd47ff4d0 commit: c3b6dbff2c8886de1edade737febe85dd47ff4d0 branch: main author: Pieter Eendebak committer: serhiy-storchaka date: 2024-06-10T14:06:18+03:00 summary: gh-115801: Only allow sequence of strings as input for diff

[Python-checkins] [3.12] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120312)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7545b7cb63a7b27de2a829b626f546088b24de47 commit: 7545b7cb63a7b27de2a829b626f546088b24de47 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-06-10T10:32:45Z summary: [3.12] bpo-24766: doc= argument to subclasses of property not h

[Python-checkins] [3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120310)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/14ff4c979c8564376707de4b5a84dd3e4fcb5d1d commit: 14ff4c979c8564376707de4b5a84dd3e4fcb5d1d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-10T10:18:18Z summary: [3.13] gh-120155:

[Python-checkins] [3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120311)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/ff980e3f7a8fab768148cf09aad40c20e05eb126 commit: ff980e3f7a8fab768148cf09aad40c20e05eb126 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-06-10T10:12:25Z summary: [3.12] gh-120155:

[Python-checkins] gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/b90bd3e5bbc136f53b24ee791824acd6b17e0d42 commit: b90bd3e5bbc136f53b24ee791824acd6b17e0d42 branch: main author: Victor Stinner committer: vstinner date: 2024-06-10T11:54:35+02:00 summary: gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232) Dec

[Python-checkins] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487)

2024-06-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4829522b8d3e1a28930f1cccfcc9635e035a0eb4 commit: 4829522b8d3e1a28930f1cccfcc9635e035a0eb4 branch: main author: E. M. Bray committer: serhiy-storchaka date: 2024-06-10T08:55:49Z summary: bpo-24766: doc= argument to subclasses of property not handled correc

[Python-checkins] gh-120296: Fix format string of fcntl.ioctl() audit (#120301)

2024-06-10 Thread vstinner
https://github.com/python/cpython/commit/e5a7bc6f2eb9a3875063423caa67bb0ffcc3a6b8 commit: e5a7bc6f2eb9a3875063423caa67bb0ffcc3a6b8 branch: main author: Clinton committer: vstinner date: 2024-06-10T08:17:50Z summary: gh-120296: Fix format string of fcntl.ioctl() audit (#120301) files: M Modules/