[Python-checkins] [3.13] marshal docs: Remove reference to "Sun" (GH-119161) (#119167)

2024-05-18 Thread JelleZijlstra
https://github.com/python/cpython/commit/bc5e47ccb7abf576435ed0466d7fe92bf38fd3e8 commit: bc5e47ccb7abf576435ed0466d7fe92bf38fd3e8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-19T02:33:04Z summary: [3.13] marsh

[Python-checkins] [3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168)

2024-05-18 Thread JelleZijlstra
https://github.com/python/cpython/commit/30c687cdf8f7073302e92b2b125553d518a94eac commit: 30c687cdf8f7073302e92b2b125553d518a94eac branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-19T02:22:10Z summary: [3.12] marsh

[Python-checkins] marshal docs: Remove reference to "Sun" (#119161)

2024-05-18 Thread JelleZijlstra
https://github.com/python/cpython/commit/697465ff88e49d98443025474e5b534adfba2cb0 commit: 697465ff88e49d98443025474e5b534adfba2cb0 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-05-18T22:15:14-04:00 summary: marshal docs: Remove reference to "Sun" (#119161) Nobody has b

[Python-checkins] Try to repair oddball test bots timing out in test_int (#119166)

2024-05-18 Thread tim-one
https://github.com/python/cpython/commit/ba8af848648d3eb51eb17395e12117007bae8606 commit: ba8af848648d3eb51eb17395e12117007bae8606 branch: main author: Tim Peters committer: tim-one date: 2024-05-18T20:54:23-05:00 summary: Try to repair oddball test bots timing out in test_int (#119166) Various

[Python-checkins] gh-118750: Asymptotically faster `int(string)` (#118751)

2024-05-18 Thread tim-one
https://github.com/python/cpython/commit/ecd8664f11298a1a4f7428363c55ad2904c9f279 commit: ecd8664f11298a1a4f7428363c55ad2904c9f279 branch: main author: Tim Peters committer: tim-one date: 2024-05-18T19:19:57-05:00 summary: gh-118750: Asymptotically faster `int(string)` (#118751) Asymptotically

[Python-checkins] [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (GH-118489) (#119163)

2024-05-18 Thread barneygale
https://github.com/python/cpython/commit/7407267ce47d95d41acd2e7e6a5cc9c0e70d2ccd commit: 7407267ce47d95d41acd2e7e6a5cc9c0e70d2ccd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-05-18T23:12:19Z summary: [3.13] GH-11844

[Python-checkins] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)

2024-05-18 Thread barneygale
https://github.com/python/cpython/commit/caf6064a1bc15ac344afd78b780188e60b9c628e commit: caf6064a1bc15ac344afd78b780188e60b9c628e branch: main author: Barney Gale committer: barneygale date: 2024-05-18T22:40:51Z summary: GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#1

[Python-checkins] [3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119157)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/d76d95eacb8ac17e09a3f620db6e844d5ec17ec0 commit: d76d95eacb8ac17e09a3f620db6e844d5ec17ec0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-18T21:06:41Z summary: [3.12] gh-119050:

[Python-checkins] [3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/91296146d5ac74fea2377b4af64def63171a7723 commit: 91296146d5ac74fea2377b4af64def63171a7723 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-18T21:05:58Z summary: [3.13] gh-119050:

[Python-checkins] [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/bd1e9509a4475266b21ff432c7875efc289bc0ca commit: bd1e9509a4475266b21ff432c7875efc289bc0ca branch: 3.12 author: Victor Stinner committer: vstinner date: 2024-05-18T16:56:27-04:00 summary: [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001) Fix _

[Python-checkins] [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-119134) (#119153)

2024-05-18 Thread corona10
https://github.com/python/cpython/commit/ec88e9f686a97a7dfc3c2ef28a244e53d313731a commit: ec88e9f686a97a7dfc3c2ef28a244e53d313731a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2024-05-18T16:49:11-04:00 summary: [3.13] gh-11

[Python-checkins] gh-119050: Add type hints to libregrtest/results.py (#119144)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/30b4e9f9c42493136c58c56fee5553128bb32428 commit: 30b4e9f9c42493136c58c56fee5553128bb32428 branch: main author: Victor Stinner committer: vstinner date: 2024-05-18T16:21:05-04:00 summary: gh-119050: Add type hints to libregrtest/results.py (#119144) Sort

[Python-checkins] gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)

2024-05-18 Thread corona10
https://github.com/python/cpython/commit/c141d4393750c827cbcb3867f0f42997a3bb3528 commit: c141d4393750c827cbcb3867f0f42997a3bb3528 branch: main author: Donghee Na committer: corona10 date: 2024-05-18T19:44:40Z summary: gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)

[Python-checkins] [3.13] docs: make mimalloc license text literal (GH-119046) (#119149)

2024-05-18 Thread colesbury
https://github.com/python/cpython/commit/641e59db59a0d1ad712b20948b19eec16a1f9a84 commit: 641e59db59a0d1ad712b20948b19eec16a1f9a84 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-05-18T16:40:07Z summary: [3.13] docs: mak

[Python-checkins] docs: make mimalloc license text literal (#119046)

2024-05-18 Thread colesbury
https://github.com/python/cpython/commit/691429702f1cb657e65f4e5275bb5ed16121d2b7 commit: 691429702f1cb657e65f4e5275bb5ed16121d2b7 branch: main author: Rafael Fontenelle committer: colesbury date: 2024-05-18T12:22:54-04:00 summary: docs: make mimalloc license text literal (#119046) files: M Doc

[Python-checkins] [3.13] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (GH-119140) (#119143)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/9c2de86b5bd5c70390b5a7512e211bd13ff5e7cf commit: 9c2de86b5bd5c70390b5a7512e211bd13ff5e7cf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-05-18T13:46:21Z summary: [3.13] gh-119132:

[Python-checkins] gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140)

2024-05-18 Thread vstinner
https://github.com/python/cpython/commit/74072a3ffc733e32159e694bcf7a2198f2db0d43 commit: 74072a3ffc733e32159e694bcf7a2198f2db0d43 branch: main author: Victor Stinner committer: vstinner date: 2024-05-18T09:24:22-04:00 summary: gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140) f

[Python-checkins] [3.13] gh-119078: Clarify venv tutorial (GH-119129) (GH-119142)

2024-05-18 Thread vsajip
https://github.com/python/cpython/commit/1bb3a9df1b0e4884c1bc6316eb1275ac17a2cedc commit: 1bb3a9df1b0e4884c1bc6316eb1275ac17a2cedc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-05-18T13:06:23+01:00 summary: [3.13] gh-1190

[Python-checkins] [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)

2024-05-18 Thread vsajip
https://github.com/python/cpython/commit/bb44a827f132e4c2c75cda125bc4741ce5d1440c commit: bb44a827f132e4c2c75cda125bc4741ce5d1440c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-05-18T12:54:40+01:00 summary: [3.12] gh-1190

[Python-checkins] gh-119078: Clarify venv tutorial (GH-119129)

2024-05-18 Thread vsajip
https://github.com/python/cpython/commit/0f5e8bed636c2f29701e5a1965d1b088d33abbf0 commit: 0f5e8bed636c2f29701e5a1965d1b088d33abbf0 branch: main author: Nice Zombies committer: vsajip date: 2024-05-18T12:44:02+01:00 summary: gh-119078: Clarify venv tutorial (GH-119129) files: M Doc/tutorial/venv