[Python-checkins] [3.11] Docs: Add explanation about little/big endian (GH-109841) (#115647)

2024-02-18 Thread hauntsaninja
https://github.com/python/cpython/commit/eb759952eecdf2ffacb2ea31767e5084352d5b5d commit: eb759952eecdf2ffacb2ea31767e5084352d5b5d branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] [3.12] Docs: Add explanation about little/big endian (GH-109841) (#115646)

2024-02-18 Thread hauntsaninja
https://github.com/python/cpython/commit/8a5731e7db46b036de8a7447864127900e2d3ade commit: 8a5731e7db46b036de8a7447864127900e2d3ade branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] Docs: Add explanation about little/big endian (#109841)

2024-02-18 Thread hauntsaninja
https://github.com/python/cpython/commit/177b9cb52e57da4e62dd8483bcd5905990d03f9e commit: 177b9cb52e57da4e62dd8483bcd5905990d03f9e branch: main author: Simon A. Eugster committer: hauntsaninja <[email protected]> date: 2024-02-18T23:50:09-08:00 summary: Docs: Add expl

[Python-checkins] [3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (GH-115622) (#115641)

2024-02-18 Thread gvanrossum
https://github.com/python/cpython/commit/e25ac3ba1d7c59ec2596cdc3febe0360d170afa0 commit: e25ac3ba1d7c59ec2596cdc3febe0360d170afa0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gvanrossum date: 2024-02-19T00:17:40Z summary: [3.12] gh-11135

[Python-checkins] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (#115622)

2024-02-18 Thread gvanrossum
https://github.com/python/cpython/commit/53d5e67804227d541ed2f9e8efea8de5d70cb1ec commit: 53d5e67804227d541ed2f9e8efea8de5d70cb1ec branch: main author: Jamie Phan committer: gvanrossum date: 2024-02-19T00:01:00Z summary: gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor

[Python-checkins] gh-114709: Mark commonpath behaviour as changed in 3.13 (#115639)

2024-02-18 Thread hauntsaninja
https://github.com/python/cpython/commit/edea0e7d9938139d53af84de817097bc12bb8f92 commit: edea0e7d9938139d53af84de817097bc12bb8f92 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-02-18

[Python-checkins] gh-115122: Add --bisect option to regrtest (#115123)

2024-02-18 Thread vstinner
https://github.com/python/cpython/commit/1e5719a663d5b1703ad588dda4fccd763c7d3e99 commit: 1e5719a663d5b1703ad588dda4fccd763c7d3e99 branch: main author: Victor Stinner committer: vstinner date: 2024-02-18T20:06:39Z summary: gh-115122: Add --bisect option to regrtest (#115123) * test.bisect_cmd n

[Python-checkins] [3.12] gh-115572: Move `codeobject.replace()` docs to the data model … (#115633)

2024-02-18 Thread AlexWaygood
https://github.com/python/cpython/commit/ae6c01d9d27dd6fb0805340a34f5011b7c1d5e7e commit: ae6c01d9d27dd6fb0805340a34f5011b7c1d5e7e branch: 3.12 author: Kirill Podoprigora committer: AlexWaygood date: 2024-02-18T14:38:33Z summary: [3.12] gh-115572: Move `codeobject.replace()` docs to the data mod

[Python-checkins] [3.11] gh-115572: Move `codeobject.replace()` docs to the data model … (#115632)

2024-02-18 Thread AlexWaygood
https://github.com/python/cpython/commit/c69da47ac9f3b75bdb62b91f8b164866e8707d91 commit: c69da47ac9f3b75bdb62b91f8b164866e8707d91 branch: 3.11 author: Kirill Podoprigora committer: AlexWaygood date: 2024-02-18T14:37:27Z summary: [3.11] gh-115572: Move `codeobject.replace()` docs to the data mod

[Python-checkins] gh-115572: Move `codeobject.replace()` docs to the data model (#115631)

2024-02-18 Thread AlexWaygood
https://github.com/python/cpython/commit/0c80da4c14d904a367968955544dd6ae58c8101c commit: 0c80da4c14d904a367968955544dd6ae58c8101c branch: main author: Daler <[email protected]> committer: AlexWaygood date: 2024-02-18T14:13:46Z summary: gh-115572: Move `codeobject.replace

[Python-checkins] gh-114709: Fix exceptions raised by posixpath.commonpath (#114710)

2024-02-18 Thread hauntsaninja
https://github.com/python/cpython/commit/371c9708863c23ddc716085198ab07fa49968166 commit: 371c9708863c23ddc716085198ab07fa49968166 branch: main author: Sebastian Rittau committer: hauntsaninja <[email protected]> date: 2024-02-18T00:24:58-08:00 summary: gh-114709: Fix