[Python-checkins] gh-144148: Update the urllib.parse documentation (GH-144497)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/67ddba9aa9c0405c68e691643c4aa75fdbcefe1d commit: 67ddba9aa9c0405c68e691643c4aa75fdbcefe1d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-05T16:32:17+02:00 summary: gh-144148: Update the urllib.parse documentation (GH-14449

[Python-checkins] [3.14] gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985) (GH-144476)

2026-02-05 Thread encukou
https://github.com/python/cpython/commit/f27896c3191c5ffd85a62ac89a98f72fb14d9c61 commit: f27896c3191c5ffd85a62ac89a98f72fb14d9c61 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-02-05T10:41:32+01:00 summary: [3.14] gh-141

[Python-checkins] gh-144330: Initialize classmethod and staticmethod in new (#144469)

2026-02-05 Thread vstinner
https://github.com/python/cpython/commit/ffa68529b40210d4c55ad3a4114e48007ae0e55a commit: ffa68529b40210d4c55ad3a4114e48007ae0e55a branch: main author: Victor Stinner committer: vstinner date: 2026-02-05T11:32:56+01:00 summary: gh-144330: Initialize classmethod and staticmethod in new (#144469)

[Python-checkins] gh-144363: Update bundled libexpat to 2.7.4 (#144365)

2026-02-05 Thread encukou
https://github.com/python/cpython/commit/d5cb9f6a9b6f48cc08c4422259498d4fd023357a commit: d5cb9f6a9b6f48cc08c4422259498d4fd023357a branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2026-02-05T13:58:18+01:00 summary: gh-144363: Update bu

[Python-checkins] [3.14] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2fb9cde118b1c5c96d9c9ce24f886d683e8c3ebb commit: 2fb9cde118b1c5c96d9c9ce24f886d683e8c3ebb branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-05T17:24:24+02:00 summary: [3.14] gh-144148: Update the urllib.parse documentation (G

[Python-checkins] gh-144484: Warn users not to use wsgiref in production

2026-02-05 Thread sethmlarson
https://github.com/python/cpython/commit/7e777c587f01434ac5eea3d63d096f191278dad2 commit: 7e777c587f01434ac5eea3d63d096f191278dad2 branch: main author: Seth Michael Larson committer: sethmlarson date: 2026-02-05T15:43:39Z summary: gh-144484: Warn users not to use wsgiref in production files: M

[Python-checkins] [3.13] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507) (GH-144509)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d5d4d2c36feed9926b7b9f30555b9b9ad5834c19 commit: d5d4d2c36feed9926b7b9f30555b9b9ad5834c19 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-05T15:47:52Z summary: [3.13] gh

[Python-checkins] [3.13] gh-144484: Warn users not to use wsgiref in production (#144512)

2026-02-05 Thread hugovk
https://github.com/python/cpython/commit/7d04956d4a99cf420bfc0f491d752fd5b63b3413 commit: 7d04956d4a99cf420bfc0f491d752fd5b63b3413 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-0

[Python-checkins] [3.14] gh-144484: Warn users not to use wsgiref in production (#144511)

2026-02-05 Thread hugovk
https://github.com/python/cpython/commit/3e1197e50d08de2a6e1ccbaef6adccef6f78d702 commit: 3e1197e50d08de2a6e1ccbaef6adccef6f78d702 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-0

[Python-checkins] gh-142407: Clarify copy performance on Windows in shutil docs (GH-142408)

2026-02-05 Thread zooba
https://github.com/python/cpython/commit/d9a2e587fca4b4583dcea66d855b36b84320f98f commit: d9a2e587fca4b4583dcea66d855b36b84320f98f branch: main author: NewUserHa <[email protected]> committer: zooba date: 2026-02-05T17:45:14Z summary: gh-142407: Clarify copy performance

[Python-checkins] More realistic lru_cache example (gh-144517)

2026-02-05 Thread rhettinger
https://github.com/python/cpython/commit/50e107f14996b55c60355fb901513e84cc2e589a commit: 50e107f14996b55c60355fb901513e84cc2e589a branch: main author: Raymond Hettinger committer: rhettinger date: 2026-02-05T12:04:12-06:00 summary: More realistic lru_cache example (gh-144517) files: M Doc/libr

[Python-checkins] gh-74955: Document that __all__ must contain strings in normalization form NFKC (GH-144504)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c81e1843d4bc0a51cf4f77d19b5ac4e49f714a0d commit: c81e1843d4bc0a51cf4f77d19b5ac4e49f714a0d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-05T20:06:33+02:00 summary: gh-74955: Document that __all__ must contain strings in no

[Python-checkins] [3.14] gh-74955: Document that __all__ must contain strings in normalization form NFKC (GH-144504) (GH-144519)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6614a3c30c27de260363b3e37da0ac846e90a2c9 commit: 6614a3c30c27de260363b3e37da0ac846e90a2c9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-02-05T18:12:28Z summary: [3.14] gh

[Python-checkins] [3.10] gh-144484: Warn users not to use wsgiref in production

2026-02-05 Thread sethmlarson
https://github.com/python/cpython/commit/e1a8a0393cd0869b72b6be559a2b145f1ff8c169 commit: e1a8a0393cd0869b72b6be559a2b145f1ff8c169 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2026-02-05T18:46:25Z summary: [3.10] gh-1444

[Python-checkins] [3.12] gh-144484: Warn users not to use wsgiref in production

2026-02-05 Thread sethmlarson
https://github.com/python/cpython/commit/dc353959be7d365049bdc865f65cb369418c03f4 commit: dc353959be7d365049bdc865f65cb369418c03f4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2026-02-05T18:46:21Z summary: [3.12] gh-1444

[Python-checkins] [3.11] gh-144484: Warn users not to use wsgiref in production

2026-02-05 Thread sethmlarson
https://github.com/python/cpython/commit/ee902ce9e44b1f710a08369f4bf584d4d312ecd1 commit: ee902ce9e44b1f710a08369f4bf584d4d312ecd1 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2026-02-05T18:46:36Z summary: [3.11] gh-1444

[Python-checkins] gh-77188: Add support for pickling private methods and nested classes (GH-21480)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/01a1dd283b2d39af822f38f005233d1f5cadc927 commit: 01a1dd283b2d39af822f38f005233d1f5cadc927 branch: main author: Zackery Spytz committer: serhiy-storchaka date: 2026-02-05T19:50:51Z summary: gh-77188: Add support for pickling private methods and nested clas

[Python-checkins] gh-74453: Deprecate os.path.commonprefix (#144436)

2026-02-05 Thread hugovk
https://github.com/python/cpython/commit/957f9fe162398fceeaa9ddba8b40046b8a03176d commit: 957f9fe162398fceeaa9ddba8b40046b8a03176d branch: main author: Seth Michael Larson committer: hugovk <[email protected]> date: 2026-02-05T22:37:05+02:00 summary: gh-74453: Deprecate os.p

[Python-checkins] [3.14] gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (GH-140542) (#144494)

2026-02-05 Thread kumaraditya303
https://github.com/python/cpython/commit/f4239df276a23277c37f449bc8633b3ecd40fa06 commit: f4239df276a23277c37f449bc8633b3ecd40fa06 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-02-06T08:48:06+05:30 summary: [3.14]

[Python-checkins] gh-144001: Support ignoring the invalid pad character in Base64 decoding (GH-144306)

2026-02-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4644fed8190e4646663605f3e824f0767a0d026d commit: 4644fed8190e4646663605f3e824f0767a0d026d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-05T21:14:49+02:00 summary: gh-144001: Support ignoring the invalid pad character in B