[Python-checkins] GH-123299: Move ctypes What's New entry to 3.14 (#123300)

2024-08-24 Thread AA-Turner
https://github.com/python/cpython/commit/9b3749849eda4012261a112b22eb07f26fd345a9 commit: 9b3749849eda4012261a112b22eb07f26fd345a9 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-25T01:41:4

[Python-checkins] [3.12] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123104)

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

[Python-checkins] [3.13] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123103)

2024-08-24 Thread hauntsaninja
https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621 commit: 391e5626e3ee5af267b97e37abc7475732e67621 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hauntsaninja <[email protected]> da

[Python-checkins] Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#123303)

2024-08-24 Thread hauntsaninja
https://github.com/python/cpython/commit/52caaef6d01a94962576e9510d982f12c1de20c1 commit: 52caaef6d01a94962576e9510d982f12c1de20c1 branch: main author: Shantanu <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-08-24

[Python-checkins] [3.13] Docs: Fix Makefile syntax (GH-123287) (#123288)

2024-08-24 Thread hugovk
https://github.com/python/cpython/commit/5709cee0b67ed65ee9655096c853943dcf292099 commit: 5709cee0b67ed65ee9655096c853943dcf292099 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-08-2

[Python-checkins] GH-120754: Add a strace helper and test set of syscalls for open().read() (#121143)

2024-08-24 Thread hauntsaninja
https://github.com/python/cpython/commit/e38d0afe3548b856ccf0b05c01ed3eefc69cb3e7 commit: e38d0afe3548b856ccf0b05c01ed3eefc69cb3e7 branch: main author: Cody Maloney committer: hauntsaninja <[email protected]> date: 2024-08-24T13:42:41-07:00 summary: GH-120754: Add a s

[Python-checkins] Remove comment from pystate created in 2003 (#123259)

2024-08-24 Thread hauntsaninja
https://github.com/python/cpython/commit/86f06cb3fbe55db7d8ad5e32698076e5cc5c3c07 commit: 86f06cb3fbe55db7d8ad5e32698076e5cc5c3c07 branch: main author: Anthony Shaw committer: hauntsaninja <[email protected]> date: 2024-08-24T20:36:42Z summary: Remove comment from pys

[Python-checkins] [3.13] GH-109975: Copyedit 3.13 What's New: Improved Modules (GH-123132) (#123292)

2024-08-24 Thread AA-Turner
https://github.com/python/cpython/commit/6587900f22782057d53848af6ffd33b3a07cb784 commit: 6587900f22782057d53848af6ffd33b3a07cb784 branch: 3.13 author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-24T19:31:3

[Python-checkins] [3.13] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (GH-123281) (#123293)

2024-08-24 Thread pablogsal
https://github.com/python/cpython/commit/31fae8c94f16644fa95222a3461f88138f3dcca4 commit: 31fae8c94f16644fa95222a3461f88138f3dcca4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-08-24T16:11:17Z summary: [3.13] gh-123228

[Python-checkins] gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)

2024-08-24 Thread cfbolz
https://github.com/python/cpython/commit/ca18ff2a34435faa557f7f9d4d3a554dadb05e50 commit: ca18ff2a34435faa557f7f9d4d3a554dadb05e50 branch: main author: Sergey B Kirpichev committer: cfbolz date: 2024-08-24T17:46:05+02:00 summary: gh-123228: fix return type for _ReadlineWrapper.get_line_buffer()

[Python-checkins] [3.12] Docs: Fix Makefile syntax (GH-123287) (#123289)

2024-08-24 Thread hugovk
https://github.com/python/cpython/commit/53a5576ec592c7aa2539163b92f585215af2b376 commit: 53a5576ec592c7aa2539163b92f585215af2b376 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-08-2

[Python-checkins] GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897)

2024-08-24 Thread barneygale
https://github.com/python/cpython/commit/c4ee4e756a311f03633723445299bde90eb7b79c commit: c4ee4e756a311f03633723445299bde90eb7b79c branch: main author: Barney Gale committer: barneygale date: 2024-08-24T15:11:39+01:00 summary: GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#12

[Python-checkins] GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)

2024-08-24 Thread AA-Turner
https://github.com/python/cpython/commit/127660bcdb28294c3817f955cabd85afb6828ffc commit: 127660bcdb28294c3817f955cabd85afb6828ffc branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-24T14:32:3

[Python-checkins] Docs: Fix Makefile syntax (#123287)

2024-08-24 Thread AA-Turner
https://github.com/python/cpython/commit/b178beef269409d089caa429bd9261cf7283b55e commit: b178beef269409d089caa429bd9261cf7283b55e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-24T12:57:3