[Python-checkins] gh-57665: Remove 'response_class' from getresponse docstring. (#140707)

2025-10-31 Thread orsenthil
https://github.com/python/cpython/commit/81cec22a9bd0090bdcf037bd8eafab1d5b58b582 commit: 81cec22a9bd0090bdcf037bd8eafab1d5b58b582 branch: main author: R. David Murray committer: orsenthil date: 2025-10-31T06:09:22-07:00 summary: gh-57665: Remove 'response_class' from getresponse

[Python-checkins] gh-92936: update `http.cookies` docs post GH-113663 (#137566)

2025-08-15 Thread orsenthil
https://github.com/python/cpython/commit/d86c2257a69a8d6c650c0db470499463131a569f commit: d86c2257a69a8d6c650c0db470499463131a569f branch: main author: Nick Burns committer: orsenthil date: 2025-08-15T13:47:46-07:00 summary: gh-92936: update `http.cookies` docs post GH-113663 (#137566) * add

[Python-checkins] gh-92936: allow double quote in cookie values (#113663)

2025-08-08 Thread orsenthil
https://github.com/python/cpython/commit/d7dbde895884d58e3da7ed4107fd33171afad7cb commit: d7dbde895884d58e3da7ed4107fd33171afad7cb branch: main author: Nick Burns committer: orsenthil date: 2025-08-08T12:07:15-07:00 summary: gh-92936: allow double quote in cookie values (#113663) * allow

[Python-checkins] [3.13] [Doc] Remove unnecessary quotes from typing module (GH-137207) (#137540)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/3491368f22117a92c488aae6857f9cf03034398f commit: 3491368f22117a92c488aae6857f9cf03034398f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2025-08-08T02:21:21Z summary: [3.13

[Python-checkins] [Doc] Remove unnecessary quotes from typing module (#137207)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/f06fcb7f4b430993ece308e4e11cba939a676c69 commit: f06fcb7f4b430993ece308e4e11cba939a676c69 branch: main author: Adorilson Bezerra committer: orsenthil date: 2025-08-07T19:04:59-07:00 summary: [Doc] Remove unnecessary quotes from typing module (#137207

[Python-checkins] [3.13] gh-130102: drop "require numeric arguments" from pow() docs (GH-137456) (#137537)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/f565c0961af93b7984fa80983e04f03126a9d4e0 commit: f565c0961af93b7984fa80983e04f03126a9d4e0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2025-08-07T18:25:24-07:00 summary: [3.

[Python-checkins] gh-130102: drop "require numeric arguments" from pow() docs (#137456)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/37b5a0d671685645db8f1d5ecfa1260587f1fc28 commit: 37b5a0d671685645db8f1d5ecfa1260587f1fc28 branch: main author: Sergey B Kirpichev committer: orsenthil date: 2025-08-07T23:43:18Z summary: gh-130102: drop "require numeric arguments" from

[Python-checkins] [3.13] gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (GH-137413) (#137535)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/4ad360353f57f2e692aafe8750e324dcb6fab2c2 commit: 4ad360353f57f2e692aafe8750e324dcb6fab2c2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2025-08-07T22:54:27Z summary: [3.

[Python-checkins] gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (#137413)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/deb385a14337bc3e38442b4cee3aac4a57364adc commit: deb385a14337bc3e38442b4cee3aac4a57364adc branch: main author: Bénédikt Tran <[email protected]> committer: orsenthil date: 2025-08-07T15:31:56-07:00 summary: gh-13741

[Python-checkins] [3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (#137532)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/d1d543fb1e4a23efe719d6a70b503b01a6d1b7ce commit: d1d543fb1e4a23efe719d6a70b503b01a6d1b7ce branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2025-08-07T19:42:04Z summary: [3.

[Python-checkins] gh-137526: Fix broken link to drdobbs journal in difflib.rst (#137527)

2025-08-07 Thread orsenthil
https://github.com/python/cpython/commit/244c7b8c4c579972e7db54132bdd74de3d3b3c0a commit: 244c7b8c4c579972e7db54132bdd74de3d3b3c0a branch: main author: Sebastien Williams-Wynn committer: orsenthil date: 2025-08-07T12:36:05-07:00 summary: gh-137526: Fix broken link to drdobbs journal in

[Python-checkins] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (#129418)

2025-01-31 Thread orsenthil
https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a commit: d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a branch: main author: Seth Michael Larson committer: orsenthil date: 2025-01-31T09:41:34-08:00 summary: gh-105704: Disallow square brackets (`[` and `]`) in domain

[Python-checkins] [3.12] gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (GH-127735) (#127745)

2024-12-08 Thread orsenthil
https://github.com/python/cpython/commit/5f5624ddc80ddab2edd0941a5117136a4b879a30 commit: 5f5624ddc80ddab2edd0941a5117136a4b879a30 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2024-12-08T12:16:03-08:00 summary: [3.

[Python-checkins] [3.13] gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (GH-127735) (#127744)

2024-12-08 Thread orsenthil
https://github.com/python/cpython/commit/b56100c77af54de75ff593252307dfea39bd3ad7 commit: b56100c77af54de75ff593252307dfea39bd3ad7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: orsenthil date: 2024-12-08T12:15:35-08:00 summary: [3.

[Python-checkins] gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (#127735)

2024-12-08 Thread orsenthil
https://github.com/python/cpython/commit/a03efb533a58fd13fb0cc7f4a5c02c8406a407bd commit: a03efb533a58fd13fb0cc7f4a5c02c8406a407bd branch: main author: Stephen Morton committer: orsenthil date: 2024-12-08T10:46:34-08:00 summary: gh-127734: improve signature of