[Python-checkins] GH-73435: Add `pathlib.PurePath.full_match()` (#114350)

2024-01-25 Thread barneygale
https://github.com/python/cpython/commit/b69548a0f52418b8a2cf7c7a885fdd7d3bfb1b0b commit: b69548a0f52418b8a2cf7c7a885fdd7d3bfb1b0b branch: main author: Barney Gale committer: barneygale date: 2024-01-26T01:12:46Z summary: GH-73435: Add `pathlib.PurePath.full_match()` (#114350) In 49f90ba we add

[Python-checkins] Add CODEOWNERS for dbm (gh-114555)

2024-01-25 Thread corona10
https://github.com/python/cpython/commit/841eacd07646e643f87d7f063106633a25315910 commit: 841eacd07646e643f87d7f063106633a25315910 branch: main author: Donghee Na committer: corona10 date: 2024-01-26T05:49:37+09:00 summary: Add CODEOWNERS for dbm (gh-114555) files: M .github/CODEOWNERS diff --

[Python-checkins] gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('console')` decorator (GH-114565)

2024-01-25 Thread zooba
https://github.com/python/cpython/commit/4ff2d2926652bc380e89c99cb1ffc57b3b6d412d commit: 4ff2d2926652bc380e89c99cb1ffc57b3b6d412d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-25T20:18:23Z summary: gh-114561: Mark some

[Python-checkins] gh-114561: Mark some tests in `test_wincosoleio` with `requires_resource('console')` decorator (GH-114565)

2024-01-25 Thread zooba
https://github.com/python/cpython/commit/8cff807ae43dbfa3857a9f0fdf885540291528c9 commit: 8cff807ae43dbfa3857a9f0fdf885540291528c9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2024-01-25T20:14:18Z summary: gh-114561: Mark some

[Python-checkins] gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisations (#114530)

2024-01-25 Thread iritkatriel
https://github.com/python/cpython/commit/ac5e53e15057bc0326a03f56e400ce345d1cebeb commit: ac5e53e15057bc0326a03f56e400ce345d1cebeb branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-25T

[Python-checkins] gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('console')` decorator (GH-114565)

2024-01-25 Thread zooba
https://github.com/python/cpython/commit/33ae9895d4ac0d88447e529038bc4725ddd8c291 commit: 33ae9895d4ac0d88447e529038bc4725ddd8c291 branch: main author: Kirill Podoprigora committer: zooba date: 2024-01-25T20:00:52Z summary: gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resou

[Python-checkins] gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)

2024-01-25 Thread gpshead
https://github.com/python/cpython/commit/d96358ff9de646dbf64dfdfed46d510da7ec4803 commit: d96358ff9de646dbf64dfdfed46d510da7ec4803 branch: main author: Nikita Sobolev committer: gpshead date: 2024-01-25T19:46:32Z summary: gh-114315: Make `threading.Lock` a real class, not a factory function (#11

[Python-checkins] gh-112529: Implement GC for free-threaded builds (#114262)

2024-01-25 Thread DinoV
https://github.com/python/cpython/commit/b52fc70d1ab3be7866ab71065bae61a03a28bfae commit: b52fc70d1ab3be7866ab71065bae61a03a28bfae branch: main author: Sam Gross committer: DinoV date: 2024-01-25T10:27:36-08:00 summary: gh-112529: Implement GC for free-threaded builds (#114262) * gh-112529: Imp

[Python-checkins] gh-112075: Add try-incref functions from nogil branch for use in dict thread safety (#114512)

2024-01-25 Thread DinoV
https://github.com/python/cpython/commit/4850410b60183dac021ded219a49be140fe5fefe commit: 4850410b60183dac021ded219a49be140fe5fefe branch: main author: Dino Viehland committer: DinoV date: 2024-01-25T09:34:03-08:00 summary: gh-112075: Add try-incref functions from nogil branch for use in dict th

[Python-checkins] gh-111051: Check if file is modifed during debugging in `pdb` (#111052)

2024-01-25 Thread iritkatriel
https://github.com/python/cpython/commit/8278fa2f5625b41be91191d18ee8eeab904a54ff commit: 8278fa2f5625b41be91191d18ee8eeab904a54ff branch: main author: Tian Gao committer: iritkatriel <[email protected]> date: 2024-01-25T16:48:50Z summary: gh-111051: Check if file is mo

[Python-checkins] [3.12] gh-77465: Increase test coverage for the numbers module (GH-111738) (GH-114556)

2024-01-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d2da4e417ed9e6217e925e1df2820a2bf090efb3 commit: d2da4e417ed9e6217e925e1df2820a2bf090efb3 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-25T15:36:20Z summary: [3.12] gh

[Python-checkins] [3.11] gh-77465: Increase test coverage for the numbers module (GH-111738) (GH-114557)

2024-01-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/709f17b7cc9dd26554de5fd64adb42d28c455107 commit: 709f17b7cc9dd26554de5fd64adb42d28c455107 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-25T14:49:46Z summary: [3.11] gh

[Python-checkins] Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)

2024-01-25 Thread markshannon
https://github.com/python/cpython/commit/07ef63fb6a0fb996d5f56c79f4ccd7a1887a6b2b commit: 07ef63fb6a0fb996d5f56c79f4ccd7a1887a6b2b branch: main author: Ned Batchelder committer: markshannon date: 2024-01-25T14:38:43Z summary: Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-11

[Python-checkins] gh-77465: Increase test coverage for the numbers module (GH-111738)

2024-01-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e721adf4bd47b20ba0a93ad6471084de31bf20c7 commit: e721adf4bd47b20ba0a93ad6471084de31bf20c7 branch: main author: AN Long committer: serhiy-storchaka date: 2024-01-25T16:35:05+02:00 summary: gh-77465: Increase test coverage for the numbers module (GH-111738)

[Python-checkins] gh-114265: remove i_loc_propagated, jump threading does not consider line numbers anymore (#114535)

2024-01-25 Thread iritkatriel
https://github.com/python/cpython/commit/0315941441f1e5f944a758c67eb1763b00e6e462 commit: 0315941441f1e5f944a758c67eb1763b00e6e462 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-01-25T

[Python-checkins] gh-114312: Collect stats for unlikely events (GH-114493)

2024-01-25 Thread markshannon
https://github.com/python/cpython/commit/ea3cd0498c443e93be441736c804258e93d21edd commit: ea3cd0498c443e93be441736c804258e93d21edd branch: main author: Michael Droettboom committer: markshannon date: 2024-01-25T11:10:51Z summary: gh-114312: Collect stats for unlikely events (GH-114493) files: A