[Python-checkins] [3.12] gh-111726: Cleanup test files after running sqlite3 doctest (GH-117604) (#117622)

2024-04-07 Thread erlend-aasland
https://github.com/python/cpython/commit/e9a49c273e54e5efcb577ccb93d061de6d920e28 commit: e9a49c273e54e5efcb577ccb93d061de6d920e28 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-04-08T06:42:42Z summary: [3.12] gh-1

[Python-checkins] gh-111726: Cleanup test files after running sqlite3 doctest (#117604)

2024-04-07 Thread erlend-aasland
https://github.com/python/cpython/commit/a453f5ef9d0b89bd00488d3814c6f0a2886342b8 commit: a453f5ef9d0b89bd00488d3814c6f0a2886342b8 branch: main author: Hugo van Kemenade <[email protected]> committer: erlend-aasland date: 2024-04-08T08:35:48+02:00 summary: gh-111726: Cleanup

[Python-checkins] [3.12] gh-117594: Require cpu resource to test_search_anchor_at_beginning (g… (gh-117616)

2024-04-07 Thread corona10
https://github.com/python/cpython/commit/24494412429896512721a2cd7cfd68a325e78a89 commit: 24494412429896512721a2cd7cfd68a325e78a89 branch: 3.12 author: Donghee Na committer: corona10 date: 2024-04-08T00:23:55Z summary: [3.12] gh-117594: Require cpu resource to test_search_anchor_at_beginning (g…

[Python-checkins] gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595)

2024-04-07 Thread corona10
https://github.com/python/cpython/commit/784623c63c45a4d13dfb04318c39fdb1ab790218 commit: 784623c63c45a4d13dfb04318c39fdb1ab790218 branch: main author: Donghee Na committer: corona10 date: 2024-04-07T23:58:19Z summary: gh-117594: Require cpu resource to test_search_anchor_at_beginning (gh-117595

[Python-checkins] Fix reference in code.rst (#117615)

2024-04-07 Thread AlexWaygood
https://github.com/python/cpython/commit/fd3679025d9d0da7eb11f2810ed270c214926992 commit: fd3679025d9d0da7eb11f2810ed270c214926992 branch: main author: Anita Hammer <[email protected]> committer: AlexWaygood date: 2024-04-07T22:58:57Z summary: Fix reference in code.rs

[Python-checkins] Cases generator: Remove type_prop and passthrough (#117614)

2024-04-07 Thread Fidget-Spinner
https://github.com/python/cpython/commit/375425abd17310480988c48fba57b01e8c979e07 commit: 375425abd17310480988c48fba57b01e8c979e07 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-04-08T06:26:52+08:00 summary: Cases generator: Remove type_prop and passthrough (#117614) files: M

[Python-checkins] gh-117584: Raise TypeError for non-paths in posixpath.relpath() (GH-117585)

2024-04-07 Thread serhiy-storchaka
https://github.com/python/cpython/commit/733e56ef9656dd79055acc2a3cecaf6054a45b6c commit: 733e56ef9656dd79055acc2a3cecaf6054a45b6c branch: main author: Nice Zombies committer: serhiy-storchaka date: 2024-04-07T12:00:08+03:00 summary: gh-117584: Raise TypeError for non-paths in posixpath.relpath(