[Python-checkins] GH-99749: Add What's New entry for GH-124456 (GH-125671)

2024-10-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/84074a4fd810948350cec5500e77dc974cb5433d commit: 84074a4fd810948350cec5500e77dc974cb5433d branch: main author: Savannah Ostrowski committer: serhiy-storchaka date: 2024-10-19T11:26:46+03:00 summary: GH-99749: Add What's New entry for GH-124456 (GH-125671)

[Python-checkins] gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)

2024-10-19 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a7443a1735c33d5758b47ac9b8a1c34bac4ef994 commit: a7443a1735c33d5758b47ac9b8a1c34bac4ef994 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-10-19T11:29:51+03:00 summary: gh-52551: Use wcsftime() to implement time.strftime() on W

[Python-checkins] [3.12] gh-125522: Fix bare except in test_math.testTan (GH-125544) (#125727)

2024-10-19 Thread iritkatriel
https://github.com/python/cpython/commit/5f6e1120e3ba21d5140e91737386e46a22ffb5ea commit: 5f6e1120e3ba21d5140e91737386e46a22ffb5ea branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.13] gh-125522: Fix bare except in test_math.testTan (GH-125544) (#125726)

2024-10-19 Thread iritkatriel
https://github.com/python/cpython/commit/96db216181e69222414155ec7140da8b313d4cca commit: 96db216181e69222414155ec7140da8b313d4cca branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-125398: Convert paths in venv activate script when using Git Bash under Windows (GH-125399)

2024-10-19 Thread vsajip
https://github.com/python/cpython/commit/2a378dba987e125521b678364f0cd44b92dd5d52 commit: 2a378dba987e125521b678364f0cd44b92dd5d52 branch: main author: Julien committer: vsajip date: 2024-10-19T18:34:41+01:00 summary: gh-125398: Convert paths in venv activate script when using Git Bash under Wi

[Python-checkins] gh-125522: Fix bare except in test_math.testTan (#125544)

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

[Python-checkins] [3.13] gh-125398: Convert paths in venv activate script when using Git Bash under Windows (GH-125399) (GH-125733)

2024-10-19 Thread vsajip
https://github.com/python/cpython/commit/9e433304c42272130b5395c8138740ad1d79d0d7 commit: 9e433304c42272130b5395c8138740ad1d79d0d7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-19T19:00:07+01:00 summary: [3.13] gh-1253

[Python-checkins] [3.13] gh-125378: Trigger a repeat for the full multi-line statement for empty line command (GH-125717) (#125736)

2024-10-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/b03281e11cca81ca80f6ada9232e8a26f2c2061a commit: b03281e11cca81ca80f6ada9232e8a26f2c2061a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-10-19T22:11:00Z summary: [3.13] gh-1

[Python-checkins] Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)

2024-10-19 Thread AA-Turner
https://github.com/python/cpython/commit/14cafe1a108cf0be73a27a0001003b5897eec8f0 commit: 14cafe1a108cf0be73a27a0001003b5897eec8f0 branch: main author: Tom Most committer: AA-Turner <[email protected]> date: 2024-10-20T01:48:06+01:00 summary: Doc: Fix pluralization in os.

[Python-checkins] [3.13] Doc: Fix pluralization in os.process_cpu_count() documentation (GH-125678) (#125742)

2024-10-19 Thread AA-Turner
https://github.com/python/cpython/commit/51659f2e5c80b1120078be7a566bb7ed704e4f93 commit: 51659f2e5c80b1120078be7a566bb7ed704e4f93 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)

2024-10-19 Thread erlend-aasland
https://github.com/python/cpython/commit/e924bb667a19ee1812d6c7592a37dd37346dda04 commit: e924bb667a19ee1812d6c7592a37dd37346dda04 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-10-20T03:10:17+02:00 summary: gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699) files:

[Python-checkins] gh-125378: Trigger a repeat for the full multi-line statement for empty line command (#125717)

2024-10-19 Thread gaogaotiantian
https://github.com/python/cpython/commit/8f5e39d5c885318e3128a3e84464c098b5f79a79 commit: 8f5e39d5c885318e3128a3e84464c098b5f79a79 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-10-19T17:46:57-04:00 summary: gh-125378: Trigger a repeat for the full multi-line statement for em