[Python-checkins] [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017)

2025-11-04 Thread vsajip
https://github.com/python/cpython/commit/fbfa3e3fe861629187b11cbc7d7decbcb6c4eaef commit: fbfa3e3fe861629187b11cbc7d7decbcb6c4eaef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-11-04T18:57:32Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141016)

2025-11-04 Thread vsajip
https://github.com/python/cpython/commit/4358b8417f58af118f78da86b53b6d483835c7ce commit: 4358b8417f58af118f78da86b53b6d483835c7ce branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-11-04T18:40:12Z summary: [3.14] gh-

[Python-checkins] gh-134817: Restore accidentally deleted line in documentation. (GH-141013)

2025-11-04 Thread vsajip
https://github.com/python/cpython/commit/66c86c65633047c0faffba85ce6b0b3a82373657 commit: 66c86c65633047c0faffba85ce6b0b3a82373657 branch: main author: Vinay Sajip committer: vsajip date: 2025-11-04T18:29:44Z summary: gh-134817: Restore accidentally deleted line in documentation. (GH-141013

[Python-checkins] [3.13] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (GH-138566)

2025-09-05 Thread vsajip
https://github.com/python/cpython/commit/bb64bc357f0a703c20fb424cb69c59b36be966d6 commit: bb64bc357f0a703c20fb424cb69c59b36be966d6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-09-05T22:32:49+01:00 summary: [3.

[Python-checkins] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530)

2025-09-05 Thread vsajip
https://github.com/python/cpython/commit/83688950490f26d098a462569201ef8e94378852 commit: 83688950490f26d098a462569201ef8e94378852 branch: main author: W. H. Wang committer: vsajip date: 2025-09-05T22:07:04+01:00 summary: gh-137985: Correct description of Formatter's datefmt param in lo

[Python-checkins] [3.13] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136725)

2025-07-17 Thread vsajip
https://github.com/python/cpython/commit/46fe8e38c4ad82f6a85c23e2f52e85badc219b9c commit: 46fe8e38c4ad82f6a85c23e2f52e85badc219b9c branch: 3.13 author: Facundo Batista committer: vsajip date: 2025-07-17T11:25:31+01:00 summary: [3.13] Improved venv docs to indicate that isolation is the default

[Python-checkins] [3.14] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136705)

2025-07-17 Thread vsajip
https://github.com/python/cpython/commit/2ce207108c381a1f765d03dffd6205ecc35db5e1 commit: 2ce207108c381a1f765d03dffd6205ecc35db5e1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-17T11:24:54+01:00 summary:

[Python-checkins] [3.14] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136449)

2025-07-09 Thread vsajip
https://github.com/python/cpython/commit/2cb579283630fca4f831622b264158b10294e4d7 commit: 2cb579283630fca4f831622b264158b10294e4d7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-09T09:00:30+01:00 summary: [3.

[Python-checkins] [3.13] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136450)

2025-07-09 Thread vsajip
https://github.com/python/cpython/commit/301c89ced83684d854388eec4ef02cff200b7433 commit: 301c89ced83684d854388eec4ef02cff200b7433 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-09T09:00:07+01:00 summary: [3.

[Python-checkins] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446)

2025-07-09 Thread vsajip
https://github.com/python/cpython/commit/301b29dd306030ad4b02909d822c49cc8e05ca7d commit: 301b29dd306030ad4b02909d822c49cc8e05ca7d branch: main author: Vinay Sajip committer: vsajip date: 2025-07-09T08:30:56+01:00 summary: gh-94503: Update logging cookbook example with info on addressing log

[Python-checkins] [3.13] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) (GH-136358)

2025-07-07 Thread vsajip
https://github.com/python/cpython/commit/0467b1fd17702f106af15a568cf4f85de465f949 commit: 0467b1fd17702f106af15a568cf4f85de465f949 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-07T10:18:53+01:00 summary: [3.

[Python-checkins] [3.14] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) (GH-136357)

2025-07-07 Thread vsajip
https://github.com/python/cpython/commit/8f06a9c9ceff5174ac091e956dee3b67dea133b9 commit: 8f06a9c9ceff5174ac091e956dee3b67dea133b9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-07-07T10:18:27+01:00 summary: [3.

[Python-checkins] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217)

2025-07-07 Thread vsajip
https://github.com/python/cpython/commit/d05423a90ce0ee9ad5207dce3dd06ab2397f3d6e commit: d05423a90ce0ee9ad5207dce3dd06ab2397f3d6e branch: main author: Vinay Sajip committer: vsajip date: 2025-07-07T10:01:03+01:00 summary: gh-94503: Update logging cookbook with an example of uniformly handling

[Python-checkins] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699)

2025-06-29 Thread vsajip
https://github.com/python/cpython/commit/fb9f933b8eda6cdc1336582dc8709b759ced91af commit: fb9f933b8eda6cdc1336582dc8709b759ced91af branch: main author: Kanishk Pachauri committer: vsajip date: 2025-06-30T06:41:57+01:00 summary: gh-130160: use `.. program::` directive for documenting `venv` CLI

[Python-checkins] [3.13] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135989)

2025-06-26 Thread vsajip
https://github.com/python/cpython/commit/3be3c496df3d2ab48d1c66031b9fc78550b3a2a6 commit: 3be3c496df3d2ab48d1c66031b9fc78550b3a2a6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-26T15:26:11+01:00 summary: [3.

[Python-checkins] [3.14] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135988)

2025-06-26 Thread vsajip
https://github.com/python/cpython/commit/8752b0815b1a0b684247c6b443142453c963070e commit: 8752b0815b1a0b684247c6b443142453c963070e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-26T15:25:36+01:00 summary: [3.

[Python-checkins] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954)

2025-06-26 Thread vsajip
https://github.com/python/cpython/commit/a4625d597f9fc2d083fbb9c22d3ffcec73b2061a commit: a4625d597f9fc2d083fbb9c22d3ffcec73b2061a branch: main author: Duane Griffin committer: vsajip date: 2025-06-26T15:18:32+01:00 summary: gh-91555: add warning to docs about possibility of deadlock/infinite

[Python-checkins] [3.13] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135911)

2025-06-25 Thread vsajip
https://github.com/python/cpython/commit/c148a68efe54b4452cfec6a65205b83bff5fefb3 commit: c148a68efe54b4452cfec6a65205b83bff5fefb3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-25T19:24:55+01:00 summary: [3.

[Python-checkins] [3.14] gh-91555: Revert disabling of logger while handling log record. (GH-135858) (GH-135910)

2025-06-25 Thread vsajip
https://github.com/python/cpython/commit/df1c12424080d7a09d823d781b8144bc1f85153a commit: df1c12424080d7a09d823d781b8144bc1f85153a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-25T18:03:13+01:00 summary: [3.

[Python-checkins] gh-91555: Revert disabling of logger while handling log record. (GH-135858)

2025-06-24 Thread vsajip
https://github.com/python/cpython/commit/18d32fb646b804b26c80910b2c65938e81e2cced commit: 18d32fb646b804b26c80910b2c65938e81e2cced branch: main author: Vinay Sajip committer: vsajip date: 2025-06-25T06:42:38+01:00 summary: gh-91555: Revert disabling of logger while handling log record. (GH

[Python-checkins] [3.14] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) (GH-135538)

2025-06-16 Thread vsajip
https://github.com/python/cpython/commit/43bf8b30f918cb72ac9b992d55cdebf9c4299288 commit: 43bf8b30f918cb72ac9b992d55cdebf9c4299288 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-16T08:05:26+01:00 summary: [3.

[Python-checkins] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)

2025-06-14 Thread vsajip
https://github.com/python/cpython/commit/2bd3895fcabb2dfdae5c0c72e60483e3d3267f0f commit: 2bd3895fcabb2dfdae5c0c72e60483e3d3267f0f branch: main author: Jeremy Cline committer: vsajip date: 2025-06-15T06:34:29+01:00 summary: gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers

[Python-checkins] [3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135440)

2025-06-13 Thread vsajip
https://github.com/python/cpython/commit/b573a850d60c0587809f5369ba90a259381076de commit: b573a850d60c0587809f5369ba90a259381076de branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-13T17:54:20+01:00 summary: [3.1

[Python-checkins] [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441)

2025-06-13 Thread vsajip
https://github.com/python/cpython/commit/bea67a1d609ebe70687f16ec508dd7ba9598ee6f commit: bea67a1d609ebe70687f16ec508dd7ba9598ee6f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-13T17:53:52+01:00 summary: [3.1

[Python-checkins] doc: Remove what was essentially duplicate wording. (GH-135431)

2025-06-12 Thread vsajip
https://github.com/python/cpython/commit/f273fd77d790300506c6443baa94d027b643f603 commit: f273fd77d790300506c6443baa94d027b643f603 branch: main author: Eric Hanchrow committer: vsajip date: 2025-06-12T18:47:12+01:00 summary: doc: Remove what was essentially duplicate wording. (GH-135431) files

[Python-checkins] [3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134824)

2025-05-28 Thread vsajip
https://github.com/python/cpython/commit/8e60e6ca847f45d186cbdcf8ee79a500f9029235 commit: 8e60e6ca847f45d186cbdcf8ee79a500f9029235 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-28T12:32:57Z summary: [3.13] gh-

[Python-checkins] [3.14] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134823)

2025-05-28 Thread vsajip
https://github.com/python/cpython/commit/7515384974cb5a49c98f7bdd1061948e653fb0ee commit: 7515384974cb5a49c98f7bdd1061948e653fb0ee branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-28T12:32:59Z summary: [3.14] gh-

[Python-checkins] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818)

2025-05-27 Thread vsajip
https://github.com/python/cpython/commit/7be5916f6dc3db95744b5fec945327d82cce0183 commit: 7be5916f6dc3db95744b5fec945327d82cce0183 branch: main author: Allen Hernandez committer: vsajip date: 2025-05-28T07:44:38+01:00 summary: gh-134817: Document [Timed]RotatingFileHandler shouldRollover method

[Python-checkins] [3.14] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134405)

2025-05-21 Thread vsajip
https://github.com/python/cpython/commit/64047f7e926b8be8f75cf0b980808ad5bec5e931 commit: 64047f7e926b8be8f75cf0b980808ad5bec5e931 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-21T06:16:56+01:00 summary: [3.

[Python-checkins] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371)

2025-05-21 Thread vsajip
https://github.com/python/cpython/commit/c740fe3bd092911d9e474bcc0eed2a009482be9f commit: c740fe3bd092911d9e474bcc0eed2a009482be9f branch: main author: Sofia Toro committer: vsajip date: 2025-05-21T05:49:06+01:00 summary: gh-134360 Add processName attribute to `logging.Formatter` docstring (GH

[Python-checkins] [3.13] gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371) (GH-134404)

2025-05-20 Thread vsajip
https://github.com/python/cpython/commit/7ada439712871b893bc669971e154b4b4fe15915 commit: 7ada439712871b893bc669971e154b4b4fe15915 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-21T06:16:36+01:00 summary: [3.

[Python-checkins] gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)

2025-05-13 Thread vsajip
https://github.com/python/cpython/commit/2eb49d278e081b0cde057c1ffc2e8cd24ae39225 commit: 2eb49d278e081b0cde057c1ffc2e8cd24ae39225 branch: main author: Sebastian Pipping committer: vsajip date: 2025-05-14T07:45:00+01:00 summary: gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH

[Python-checkins] [3.14] gh-91555: disable logger while handling log record (GH-131812) (GH-133899)

2025-05-12 Thread vsajip
https://github.com/python/cpython/commit/cedc37a89497a7860009c1153bd38eed9faa67f3 commit: cedc37a89497a7860009c1153bd38eed9faa67f3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-12T13:02:21+01:00 summary: [3.

[Python-checkins] [3.13] gh-91555: disable logger while handling log record (GH-131812) (GH-133898)

2025-05-11 Thread vsajip
https://github.com/python/cpython/commit/8e923f36596370aedfdfb12251447bface41317a commit: 8e923f36596370aedfdfb12251447bface41317a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-12T07:29:06+01:00 summary: [3.

[Python-checkins] gh-91555: disable logger while handling log record (GH-131812)

2025-05-08 Thread vsajip
https://github.com/python/cpython/commit/2561e148ec985755baa3984b91fd0bfc089b283c commit: 2561e148ec985755baa3984b91fd0bfc089b283c branch: main author: Duane Griffin committer: vsajip date: 2025-05-08T13:33:06+01:00 summary: gh-91555: disable logger while handling log record (GH-131812

[Python-checkins] gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314)

2025-04-27 Thread vsajip
https://github.com/python/cpython/commit/28a2fd031e3e9c28bf32670c86b60ea74d0c470d commit: 28a2fd031e3e9c28bf32670c86b60ea74d0c470d branch: main author: Mariusz Felisiak committer: vsajip date: 2025-04-27T22:18:14+01:00 summary: gh-115032: Deprecate support for custom logging handlers with '

[Python-checkins] [3.13] gh-132106: Ensure that running `logging.handlers.QueueListener… (GH-132471)

2025-04-13 Thread vsajip
https://github.com/python/cpython/commit/1dcdac6e084471c14b4690ae9154b928e93a7222 commit: 1dcdac6e084471c14b4690ae9154b928e93a7222 branch: 3.13 author: Vinay Sajip committer: vsajip date: 2025-04-13T13:00:50+01:00 summary: [3.13] gh-132106: Ensure that running `logging.handlers.QueueListener

[Python-checkins] gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be started again (GH-132444)

2025-04-13 Thread vsajip
https://github.com/python/cpython/commit/5863cd70b8782313b52bb8c71a4127d7ea4c50e9 commit: 5863cd70b8782313b52bb8c71a4127d7ea4c50e9 branch: main author: Charles Machalow committer: vsajip date: 2025-04-13T08:53:13+01:00 summary: gh-132106: Ensure that running `logging.handlers.QueueListener

[Python-checkins] gh-130486: Fix test_venv fails from within venv (GH-130487)

2025-03-03 Thread vsajip
https://github.com/python/cpython/commit/d780f0af2bd7b9ef8cf46d28c5d495d1c980b1f0 commit: d780f0af2bd7b9ef8cf46d28c5d495d1c980b1f0 branch: main author: Andrii Hrimov committer: vsajip date: 2025-03-04T07:48:07Z summary: gh-130486: Fix test_venv fails from within venv (GH-130487) files: M Lib

[Python-checkins] [3.12] gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE` (GH-112508) (GH-130674)

2025-02-28 Thread vsajip
https://github.com/python/cpython/commit/4eb14211a58bda35134caa40b1d36ccb0f16383b commit: 4eb14211a58bda35134caa40b1d36ccb0f16383b branch: 3.12 author: Vinay Sajip committer: vsajip date: 2025-02-28T09:23:45Z summary: [3.12] gh-112507: Detect Cygwin and MSYS with `uname` instead of `$OSTYPE

[Python-checkins] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850)

2025-02-20 Thread vsajip
https://github.com/python/cpython/commit/5d66c55c8ad0a0aeff8d06021ddca1d02c5f4416 commit: 5d66c55c8ad0a0aeff8d06021ddca1d02c5f4416 branch: main author: UV committer: vsajip date: 2025-02-21T07:10:04Z summary: gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850) files: M Doc

[Python-checkins] [3.13] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) (GH-130351)

2025-02-20 Thread vsajip
https://github.com/python/cpython/commit/0a992ff38339728b7589f20ced1bb3c611ff2502 commit: 0a992ff38339728b7589f20ced1bb3c611ff2502 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-20T14:20:26Z summary: [3.13

[Python-checkins] [3.12] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) (GH-130352)

2025-02-20 Thread vsajip
https://github.com/python/cpython/commit/77cba87472a64238cb01e65280bbd7fd3fe70b60 commit: 77cba87472a64238cb01e65280bbd7fd3fe70b60 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-20T14:20:00Z summary: [3.12

[Python-checkins] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348)

2025-02-20 Thread vsajip
https://github.com/python/cpython/commit/8cbcf51d614815df3ab7ea557f04e6b4b386968e commit: 8cbcf51d614815df3ab7ea557f04e6b4b386968e branch: main author: Vinay Sajip committer: vsajip date: 2025-02-20T14:09:15Z summary: [doc]: Update logging cookbook to mention domain socket configuration in a

[Python-checkins] [3.13] gh-127712: Fix `secure` argument of `logging.handlers.SMTPHandler` (GH-127726) (GH-129955)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/fd665d5f09e98f8988e46b16b2596017ed7525a2 commit: fd665d5f09e98f8988e46b16b2596017ed7525a2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-10T14:30:31Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-127712: Fix `secure` argument of `logging.handlers.SMTPHandler` (GH-127726) (GH-129956)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/2db4a9d0535af198452136312f9f0b232fa04cf0 commit: 2db4a9d0535af198452136312f9f0b232fa04cf0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-10T14:29:57Z summary: [3.12] gh-

[Python-checkins] gh-127712: Fix `secure` argument of `logging.handlers.SMTPHandler` (GH-127726)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/d7672e5d5a7b9580a72dbe75d3a9e8840bcc604c commit: d7672e5d5a7b9580a72dbe75d3a9e8840bcc604c branch: main author: s-hamann <[email protected]> committer: vsajip date: 2025-02-10T12:34:27Z summary: gh-127712: Fix `secure` argum

[Python-checkins] [3.13] gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH-129950) (GH-129951)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/a00f5a84fdefac2acda2a1a636b07b3fada08f97 commit: a00f5a84fdefac2acda2a1a636b07b3fada08f97 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-10T11:26:50Z summary: [3.13] gh-

[Python-checkins] [3.12] gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH-129950) (GH-129952)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/08a9b7c385bbdc36b816fe1d1b29ff87e10082d7 commit: 08a9b7c385bbdc36b816fe1d1b29ff87e10082d7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-02-10T11:26:18Z summary: [3.12] gh-

[Python-checkins] gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH-129950)

2025-02-10 Thread vsajip
https://github.com/python/cpython/commit/7c156a63d3d5aadff0d40af73c0f622f7a0fcea5 commit: 7c156a63d3d5aadff0d40af73c0f622f7a0fcea5 branch: main author: Vinay Sajip committer: vsajip date: 2025-02-10T11:13:52Z summary: gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH

[Python-checkins] gh-126400: Add TCP socket timeout to SysLogHandler to prevent blocking (GH-126716)

2025-01-29 Thread vsajip
https://github.com/python/cpython/commit/fdcedfd3cf1a645634dee354ee349d966c56348f commit: fdcedfd3cf1a645634dee354ee349d966c56348f branch: main author: Hod <[email protected]> committer: vsajip date: 2025-01-29T19:37:43Z summary: gh-126400: Add TCP socket time

[Python-checkins] [3.12] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185)

2024-10-31 Thread vsajip
https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db commit: 8450b2482586857d689b6658f08de9c8179af7db branch: 3.12 author: Victor Stinner committer: vsajip date: 2024-10-31T18:09:20Z summary: [3.12] gh-124651: Quote template strings in `venv` activation scripts (GH

[Python-checkins] [3.13] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-125813)

2024-10-22 Thread vsajip
https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483 commit: e52095a0c1005a87eed2276af7a1f2f66e2b6483 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-22T16:49:20+01:00 summary: [3.

[Python-checkins] gh-124651: Quote template strings in `venv` activation scripts (GH-124712)

2024-10-21 Thread vsajip
https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b commit: d48cc82ed25e26b02eb97c6263d95dcaa1e9111b branch: main author: Y5 <[email protected]> committer: vsajip date: 2024-10-21T21:48:04+01:00 summary: gh-124651: Quote template stri

[Python-checkins] [3.13] gh-125398: Convert paths in venv activate script when using Git Bash under Windows (GH-125399) (GH-125733)

2024-10-19 Thread vsajip
https://github.com/python/cpython/commit/9e433304c42272130b5395c8138740ad1d79d0d7 commit: 9e433304c42272130b5395c8138740ad1d79d0d7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-19T19:00:07+01:00 summary: [3.

[Python-checkins] gh-125398: Convert paths in venv activate script when using Git Bash under Windows (GH-125399)

2024-10-19 Thread vsajip
https://github.com/python/cpython/commit/2a378dba987e125521b678364f0cd44b92dd5d52 commit: 2a378dba987e125521b678364f0cd44b92dd5d52 branch: main author: Julien committer: vsajip date: 2024-10-19T18:34:41+01:00 summary: gh-125398: Convert paths in venv activate script when using Git Bash under

[Python-checkins] [3.13] Trivial change: Update comments in activate about what running hash -r does (GH-125385) (GH-125387)

2024-10-13 Thread vsajip
https://github.com/python/cpython/commit/801ef7de08d816b1976865496e834c5af941a8ad commit: 801ef7de08d816b1976865496e834c5af941a8ad branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-13T08:56:09+01:00 summary:

[Python-checkins] [3.12] Trivial change: Update comments in activate about what running hash -r does (GH-125385) (#125388)

2024-10-13 Thread vsajip
https://github.com/python/cpython/commit/77020dae341764ee440c99cf8ba13c7766730b46 commit: 77020dae341764ee440c99cf8ba13c7766730b46 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-13T08:55:37+01:00 summary:

[Python-checkins] Trivial change: Update comments in activate about what running hash -r does (GH-125385)

2024-10-13 Thread vsajip
https://github.com/python/cpython/commit/82bcaf15890cf85b76b4f62d2dd1710bb49c3ed1 commit: 82bcaf15890cf85b76b4f62d2dd1710bb49c3ed1 branch: main author: Andrew Athan <[email protected]> committer: vsajip date: 2024-10-13T08:22:05+01:00 summary: Trivial change:

[Python-checkins] [3.13] docs: in venv table use executable name (GH-124315) (GH-125172)

2024-10-09 Thread vsajip
https://github.com/python/cpython/commit/47fa3f44ef30d0d677415e8903032841c1e1d3b7 commit: 47fa3f44ef30d0d677415e8903032841c1e1d3b7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-09T17:54:15+01:00 summary: [3.13

[Python-checkins] [3.12] docs: in venv table use executable name (GH-124315) (#125171)

2024-10-09 Thread vsajip
https://github.com/python/cpython/commit/046687c620f5bff8fc9dead066ab30e9802ba5b0 commit: 046687c620f5bff8fc9dead066ab30e9802ba5b0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-09T17:54:38+01:00 summary: [3.12

[Python-checkins] docs: in venv table use executable name (GH-124315)

2024-10-09 Thread vsajip
https://github.com/python/cpython/commit/7f93dbf6fec152888727a0f25a3aa030d1fe27ca commit: 7f93dbf6fec152888727a0f25a3aa030d1fe27ca branch: main author: musvaage <[email protected]> committer: vsajip date: 2024-10-09T09:04:35+01:00 summary: docs: in venv tab

[Python-checkins] [3.12] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897) (GH-125060)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/bc237ed9a8d631675a4962d6627d0571dfa4c04f commit: bc237ed9a8d631675a4962d6627d0571dfa4c04f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-08T07:24:09+01:00 summary: [3.

[Python-checkins] [3.13] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897) (GH-125059)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/1e820e63e7a48e8516e9c5d5d4e2dfb6cc9df552 commit: 1e820e63e7a48e8516e9c5d5d4e2dfb6cc9df552 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-10-08T07:23:40+01:00 summary: [3.

[Python-checkins] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897)

2024-10-07 Thread vsajip
https://github.com/python/cpython/commit/7ffe94fb242fd51bb07c7f0d31e94efeea3619d4 commit: 7ffe94fb242fd51bb07c7f0d31e94efeea3619d4 branch: main author: Bénédikt Tran <[email protected]> committer: vsajip date: 2024-10-07T19:42:19+01:00 summary: gh-124653: Relax

[Python-checkins] [3.13] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122603)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/56435a88c4ffc4ea81b086c2c20b29197e19182e commit: 56435a88c4ffc4ea81b086c2c20b29197e19182e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-08-02T13:07:27+01:00 summary: [3.

[Python-checkins] [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122604)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/c47943aa5e937fc052ff9c45e70aefd90a4af0d5 commit: c47943aa5e937fc052ff9c45e70aefd90a4af0d5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-08-02T12:46:04+01:00 summary: [3.

[Python-checkins] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154)

2024-08-02 Thread vsajip
https://github.com/python/cpython/commit/fb864c76cd5e450e789a7b4095832e118cc49a39 commit: fb864c76cd5e450e789a7b4095832e118cc49a39 branch: main author: Bénédikt Tran <[email protected]> committer: vsajip date: 2024-08-02T12:16:32+01:00 summary: gh-121723:

[Python-checkins] [3.12] gh-121035: Update PNG image for logging flow diagram. (GH-121323) (GH-121325)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/399e516d28f1604ef52baf52546b4c71e7cd4c84 commit: 399e516d28f1604ef52baf52546b4c71e7cd4c84 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T13:02:02+01:00 summary: [3.12] gh-121035: Update PNG image for logging flow diagram. (GH-121323

[Python-checkins] [3.13] gh-121035: Update PNG image for logging flow diagram. (GH-121323) (GH-121324)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/253c033251052dbc6e2de41f5d3840b146c0889b commit: 253c033251052dbc6e2de41f5d3840b146c0889b branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T13:01:34+01:00 summary: [3.13] gh-121035: Update PNG image for logging flow diagram. (GH-121323

[Python-checkins] gh-121035: Update PNG image for logging flow diagram. (GH-121323)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/26d24eeb90d781e381b97d64b4dcb1ee4dd891fe commit: 26d24eeb90d781e381b97d64b4dcb1ee4dd891fe branch: main author: Vinay Sajip committer: vsajip date: 2024-07-03T12:33:28+01:00 summary: gh-121035: Update PNG image for logging flow diagram. (GH-121323) files

[Python-checkins] [3.13] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) (GH-121320)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/3302c5f1552233fc25dffc780355afe946b58ee3 commit: 3302c5f1552233fc25dffc780355afe946b58ee3 branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:41:18+01:00 summary: [3.13] gh-121035: Further improve logging flow diagram with respect to

[Python-checkins] [3.12] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) (GH-121321)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/10818024c876c17d6ce1ebfaaa88e02607abb2f6 commit: 10818024c876c17d6ce1ebfaaa88e02607abb2f6 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:40:26+01:00 summary: [3.12] gh-121035: Further improve logging flow diagram with respect to

[Python-checkins] [3.13] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254) (GH-121317)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/b62605d50fe1b123e9e9bd19a3230c6dc817ac79 commit: b62605d50fe1b123e9e9bd19a3230c6dc817ac79 branch: 3.13 author: Vinay Sajip committer: vsajip date: 2024-07-03T11:01:50+01:00 summary: [3.13] gh-121035: Improve logging flow diagram for dark/light modes

[Python-checkins] [3.12] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254) (GH-121316)

2024-07-03 Thread vsajip
https://github.com/python/cpython/commit/c3f393c8adb08eaa5ef68e4eece279d809f2a717 commit: c3f393c8adb08eaa5ef68e4eece279d809f2a717 branch: 3.12 author: Vinay Sajip committer: vsajip date: 2024-07-03T10:48:34+01:00 summary: [3.12] gh-121035: Improve logging flow diagram for dark/light modes

[Python-checkins] gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265)

2024-07-02 Thread vsajip
https://github.com/python/cpython/commit/089835469d5efbea4793cd611b43cb8387f2e7e5 commit: 089835469d5efbea4793cd611b43cb8387f2e7e5 branch: main author: Vinay Sajip committer: vsajip date: 2024-07-02T18:57:34+01:00 summary: gh-121035: Further improve logging flow diagram with respect to dark

[Python-checkins] gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254)

2024-07-02 Thread vsajip
https://github.com/python/cpython/commit/bfe0e4d7696647a546110328510bdb98146ad2f2 commit: bfe0e4d7696647a546110328510bdb98146ad2f2 branch: main author: Vinay Sajip committer: vsajip date: 2024-07-02T09:13:37+01:00 summary: gh-121035: Improve logging flow diagram for dark/light modes. (GH-121254

[Python-checkins] [3.13] [doc] Update element positions and styles in logging flow diagram. (GH-121182) (GH-121183)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/af89237c9c1bdcda7915ea195b279734f7ebddf2 commit: af89237c9c1bdcda7915ea195b279734f7ebddf2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-30T15:06:27+01:00 summary: [3.13

[Python-checkins] [3.12] [doc] Update element positions and styles in logging flow diagram. (GH-121182) (GH-121184)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/99bc8589f09e66682a52df1f1a9598c7056d49dd commit: 99bc8589f09e66682a52df1f1a9598c7056d49dd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-30T14:53:10+01:00 summary: [3.12

[Python-checkins] [doc] Update element positions and styles in logging flow diagram. (GH-121182)

2024-06-30 Thread vsajip
https://github.com/python/cpython/commit/2a455bbe8fd91a688ae20509a2fdc8beaa8c8447 commit: 2a455bbe8fd91a688ae20509a2fdc8beaa8c8447 branch: main author: Vinay Sajip committer: vsajip date: 2024-06-30T14:38:49+01:00 summary: [doc] Update element positions and styles in logging flow diagram. (GH

[Python-checkins] [3.12] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121077)

2024-06-28 Thread vsajip
https://github.com/python/cpython/commit/b31f7e2e90a811f46f1934dd3604412d1381eede commit: b31f7e2e90a811f46f1934dd3604412d1381eede branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-28T17:10:53+01:00 summary: [3.

[Python-checkins] [3.12] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036) (GH-121105)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/a5048ad990bab80ecfba9a9d4557100fc19b37f4 commit: a5048ad990bab80ecfba9a9d4557100fc19b37f4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-27T23:20:36+01:00 summary: [3.

[Python-checkins] [3.13] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036) (GH-121106)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/49a01d6290631ef65da6cd142df41c72a7dae3b5 commit: 49a01d6290631ef65da6cd142df41c72a7dae3b5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-27T22:59:19+01:00 summary: [3.

[Python-checkins] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/237baf4d7a789deb153fbc1fc3863550949d5da2 commit: 237baf4d7a789deb153fbc1fc3863550949d5da2 branch: main author: Alexander Bessman committer: vsajip date: 2024-06-27T22:11:40+01:00 summary: gh-121035: Update logging flow chart to include the lastResort

[Python-checkins] [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121078)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/9df7392ebad877fdaa3d6f1c1f1c7504a50efb72 commit: 9df7392ebad877fdaa3d6f1c1f1c7504a50efb72 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-27T10:09:17+01:00 summary: [3.

[Python-checkins] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/7d9c68513d112823a9a6cdc7453b998b2c24eb4c commit: 7d9c68513d112823a9a6cdc7453b998b2c24eb4c branch: main author: Janek Nouvertné committer: vsajip date: 2024-06-27T08:09:01+01:00 summary: gh-120868: Fix breaking change in `logging.config` when using

[Python-checkins] gh-120485: Add an override of `allow_reuse_port` on classes subclassing `socketserver.TCPServer` (GH-120488)

2024-06-16 Thread vsajip
https://github.com/python/cpython/commit/192d17c3fd9945104bc0303cf248bb0d074d260e commit: 192d17c3fd9945104bc0303cf248bb0d074d260e branch: main author: Idan Kapustian <[email protected]> committer: vsajip date: 2024-06-16T13:15:03+01:00 summary: gh-120485: Add an ov

[Python-checkins] [3.13] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090) (GH-120093)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/71f86eedeb29d1933edbc9b27f40ce5cbba2f4a9 commit: 71f86eedeb29d1933edbc9b27f40ce5cbba2f4a9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-05T07:59:41+01:00 summary: [3.

[Python-checkins] [3.12] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090) (GH-120092)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/8d199774cb6b68b295b78cb8be9a3afc805ac880 commit: 8d199774cb6b68b295b78cb8be9a3afc805ac880 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-05T07:59:15+01:00 summary: [3.

[Python-checkins] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/983efcf15b2503fe0c05d5e03762385967962b33 commit: 983efcf15b2503fe0c05d5e03762385967962b33 branch: main author: Vinay Sajip committer: vsajip date: 2024-06-05T07:25:47+01:00 summary: gh-119819: Update logging configuration to support joinable multiproc

[Python-checkins] [3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067) (GH-120072)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/7edc6bd6276ae857928ee7b0e84817c78292939f commit: 7edc6bd6276ae857928ee7b0e84817c78292939f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T20:50:48+01:00 summary: [3.

[Python-checkins] [3.12] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067) (GH-120071)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/008f9dd02711a2129b3b6272eccbce21b1a9a38b commit: 008f9dd02711a2129b3b6272eccbce21b1a9a38b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T20:43:52+01:00 summary: [3.

[Python-checkins] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/109e1082ea92f89d42cd70f2cc7ca6fba6be9bab commit: 109e1082ea92f89d42cd70f2cc7ca6fba6be9bab branch: main author: Vinay Sajip committer: vsajip date: 2024-06-04T20:16:43+01:00 summary: gh-119819: Update test to skip if _multiprocessing is unavailable. (GH

[Python-checkins] [3.13] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120035)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/720a44d414b68943c766716145d7c6d15ea213de commit: 720a44d414b68943c766716145d7c6d15ea213de branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T13:46:41+01:00 summary: [3.

[Python-checkins] [3.12] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120034)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/0e150c36dee1734a6a60f1ebd924e90fb3fe1458 commit: 0e150c36dee1734a6a60f1ebd924e90fb3fe1458 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T13:41:02+01:00 summary: [3.

[Python-checkins] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/99d945c0c006e3246ac00338e37c443c6e08fc5c commit: 99d945c0c006e3246ac00338e37c443c6e08fc5c branch: main author: Vinay Sajip committer: vsajip date: 2024-06-04T13:20:50+01:00 summary: gh-119819: Fix regression to allow logging configuration with multipr

[Python-checkins] [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120032)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/feaecf8c33444d44a5a554680f270c5c614185d3 commit: feaecf8c33444d44a5a554680f270c5c614185d3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T13:18:11+01:00 summary: [3.

[Python-checkins] [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120031)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/fe68908c54103f391daa22963b017843ec63d63e commit: fe68908c54103f391daa22963b017843ec63d63e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-06-04T13:17:46+01:00 summary: [3.

[Python-checkins] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)

2024-06-04 Thread vsajip
https://github.com/python/cpython/commit/dce14bb2dce7887df40ae5c13b0d13e0dafceff7 commit: dce14bb2dce7887df40ae5c13b0d13e0dafceff7 branch: main author: Kaundur committer: vsajip date: 2024-06-04T12:48:05+01:00 summary: gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) Co

[Python-checkins] [3.13] [doc] Clarify the nature of the root logger in the `logging` documentation (GH-119440) (GH-119651)

2024-05-28 Thread vsajip
https://github.com/python/cpython/commit/47fb0f82cdd949b863e6e8dda13e38c62d6509cb commit: 47fb0f82cdd949b863e6e8dda13e38c62d6509cb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-05-28T15:04:46+01:00 summary: [3.13

  1   2   >