[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.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] [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] 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.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] [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] 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.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] [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] 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.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] [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] 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] 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] [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-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-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] [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.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] [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] [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] [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] 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] 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] [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] [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: 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: 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] 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: 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] [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] 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-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] [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] gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__ (GH-113359)

2024-01-16 Thread vsajip
https://github.com/python/cpython/commit/04fabe22dd98b4d87f672254b743fbadd5206352 commit: 04fabe22dd98b4d87f672254b743fbadd5206352 branch: main author: Jérome Perrin committer: vsajip date: 2024-01-16T09:49:24Z summary: gh-113358: Fix rendering tracebacks with exceptions with a broken

[Python-checkins] gh-89427: Provide the original prompt value for VIRTUAL_ENV_PROMPT (GH-106726)

2024-01-23 Thread vsajip
https://github.com/python/cpython/commit/8edc8029def8040ebe1caf75d815439156dd2124 commit: 8edc8029def8040ebe1caf75d815439156dd2124 branch: main author: Jim Porter <[email protected]> committer: vsajip date: 2024-01-23T08:53:04Z summary: gh-89427: Provide the or

[Python-checkins] gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)

2024-01-30 Thread vsajip
https://github.com/python/cpython/commit/e21754d7f8336d4647e28f355d8a3dbd5a2c7545 commit: e21754d7f8336d4647e28f355d8a3dbd5a2c7545 branch: main author: Vinay Sajip committer: vsajip date: 2024-01-30T12:34:18Z summary: gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748

[Python-checkins] Update venv activate.bat to escape custom PROMPT variables on Windows (GH-114885)

2024-02-02 Thread vsajip
https://github.com/python/cpython/commit/7e2703bbff09c3c72c225790e5c71f423351b2d1 commit: 7e2703bbff09c3c72c225790e5c71f423351b2d1 branch: main author: GILGAMESH <[email protected]> committer: vsajip date: 2024-02-02T18:59:53Z summary: Update venv activate.bat to escape custom PROMPT variab

[Python-checkins] gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` retry. (GH-115303)

2024-02-13 Thread vsajip
https://github.com/python/cpython/commit/d823c235495e69fb4c1286b4ed751731bb31bda9 commit: d823c235495e69fb4c1286b4ed751731bb31bda9 branch: main author: Mariusz Felisiak committer: vsajip date: 2024-02-13T08:47:40Z summary: gh-115032: Update DictConfigurator.configure_formatter() comment about

[Python-checkins] [3.12] gh-115811: Update documentation to add some Logger attributes. (GH-116109) (GH-116185)

2024-03-01 Thread vsajip
https://github.com/python/cpython/commit/753b6644e3b342ad0d713cb758f37e6b29a5af04 commit: 753b6644e3b342ad0d713cb758f37e6b29a5af04 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-01T08:57:30Z summary: [3.12] gh-

[Python-checkins] [3.11] gh-115811: Update documentation to add some Logger attributes. (GH-116109) (GH-116186)

2024-03-01 Thread vsajip
https://github.com/python/cpython/commit/8813e5a2dea3fbea6be7cb4e3db8a64c8665bc90 commit: 8813e5a2dea3fbea6be7cb4e3db8a64c8665bc90 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-01T08:58:24Z summary: [3.11] gh-

[Python-checkins] [doc]: Update cookbook recipe for Qt6. (GH-116719)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/186af3cf21705badec086ec16f231ac390747d3b commit: 186af3cf21705badec086ec16f231ac390747d3b branch: main author: Vinay Sajip committer: vsajip date: 2024-03-13T13:22:47Z summary: [doc]: Update cookbook recipe for Qt6. (GH-116719) files: M Doc/howto

[Python-checkins] [3.11] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116728)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/1117e7dd1b5264e20ff5f4474fd3f5c72e675aac commit: 1117e7dd1b5264e20ff5f4474fd3f5c72e675aac branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T14:34:09Z summary: [3.11

[Python-checkins] [3.12] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116729)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/8e45f7d2aecd8820fc2f144f0bb0159351e46ab1 commit: 8e45f7d2aecd8820fc2f144f0bb0159351e46ab1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T14:33:31Z summary: [3.12

[Python-checkins] gh-98731: Improvements to the logging documentation (GH-101618)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/7f418fb111dec325b5c9fe6f6e96076049322f02 commit: 7f418fb111dec325b5c9fe6f6e96076049322f02 branch: main author: Nir Friedman committer: vsajip date: 2024-03-13T15:58:30Z summary: gh-98731: Improvements to the logging documentation (GH-101618) Co-authored

[Python-checkins] [3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116733)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/039fd9ec344beafa02d3143a517781612b516f5b commit: 039fd9ec344beafa02d3143a517781612b516f5b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T17:16:28Z summary: [3.11] gh

[Python-checkins] [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116734)

2024-03-13 Thread vsajip
https://github.com/python/cpython/commit/0cca76243ce2513a70f45a0612286c7ee4fc3450 commit: 0cca76243ce2513a70f45a0612286c7ee4fc3450 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-13T17:16:48Z summary: [3.12] gh

[Python-checkins] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)

2024-03-22 Thread vsajip
https://github.com/python/cpython/commit/00baaa21de229a6db80ff2b84c2fd6ad1999a24c commit: 00baaa21de229a6db80ff2b84c2fd6ad1999a24c branch: main author: Vinay Sajip committer: vsajip date: 2024-03-22T17:25:51Z summary: [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157

[Python-checkins] [3.12] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117159)

2024-03-22 Thread vsajip
https://github.com/python/cpython/commit/135a698d5cbb9090fa980efcbb15bcf6063ad5b7 commit: 135a698d5cbb9090fa980efcbb15bcf6063ad5b7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-22T17:50:02Z summary: [3.12] [doc

[Python-checkins] [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117158)

2024-03-23 Thread vsajip
https://github.com/python/cpython/commit/de43ce11ccee0c584027edc70fd1c9e9e21ed66b commit: de43ce11ccee0c584027edc70fd1c9e9e21ed66b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-03-23T10:19:14Z summary: [3.11] [doc

[Python-checkins] gh-112571: Move fish venv activation script into the common folder (GH-117169)

2024-03-24 Thread vsajip
https://github.com/python/cpython/commit/83485a095363dad6c97b19af2826ca0c34343bfc commit: 83485a095363dad6c97b19af2826ca0c34343bfc branch: main author: Totally a booplicate <[email protected]> committer: vsajip date: 2024-03-24T15:48:40Z summary: gh-112571: Mov

[Python-checkins] [doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541)

2024-04-04 Thread vsajip
https://github.com/python/cpython/commit/df912c913a3d94995b379f1e19fe0a79acab6169 commit: df912c913a3d94995b379f1e19fe0a79acab6169 branch: main author: Vinay Sajip committer: vsajip date: 2024-04-04T13:14:44+01:00 summary: [doc] Update logging documentation to improve grammar and elucidate an

[Python-checkins] [3.12] [doc] Update logging documentation to improve grammar and elucidate an example. (GH-117541) (GH-117542)

2024-04-04 Thread vsajip
https://github.com/python/cpython/commit/663e7bc2eed89c72e795d7b855c7ff283c0264c1 commit: 663e7bc2eed89c72e795d7b855c7ff283c0264c1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-04-04T14:19:10+01:00 summary: [3.12

[Python-checkins] gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord` (GH-102412)

2024-04-16 Thread vsajip
https://github.com/python/cpython/commit/1316692e8c7c1e1f3b6639e51804f9db5ed892ea commit: 1316692e8c7c1e1f3b6639e51804f9db5ed892ea branch: main author: Douglas Thor committer: vsajip date: 2024-04-16T10:44:57+01:00 summary: gh-102402: Fix floating point math issue by using `time.time_ns()` in

[Python-checkins] gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler. (GH-117976)

2024-04-17 Thread vsajip
https://github.com/python/cpython/commit/6d0bb43232dd6ebc5245daa4fe29f07f815f0bad commit: 6d0bb43232dd6ebc5245daa4fe29f07f815f0bad branch: main author: Vinay Sajip committer: vsajip date: 2024-04-17T13:55:18+01:00 summary: gh-117975: Ensure flush level is checked when configuring a logging

[Python-checkins] [3.12] gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler. (GH-117976) (GH-117986)

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

[Python-checkins] Docs: fix typos in documentation (GH-118815)

2024-05-10 Thread vsajip
https://github.com/python/cpython/commit/17a2cc199d5d8dd9db49ea596cf243e2217263c6 commit: 17a2cc199d5d8dd9db49ea596cf243e2217263c6 branch: main author: Xie Yanbo committer: vsajip date: 2024-05-10T09:11:50+01:00 summary: Docs: fix typos in documentation (GH-118815) files: M Doc/library

[Python-checkins] gh-119078: Clarify venv tutorial (GH-119129)

2024-05-18 Thread vsajip
https://github.com/python/cpython/commit/0f5e8bed636c2f29701e5a1965d1b088d33abbf0 commit: 0f5e8bed636c2f29701e5a1965d1b088d33abbf0 branch: main author: Nice Zombies committer: vsajip date: 2024-05-18T12:44:02+01:00 summary: gh-119078: Clarify venv tutorial (GH-119129) files: M Doc/tutorial

[Python-checkins] [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141)

2024-05-18 Thread vsajip
https://github.com/python/cpython/commit/bb44a827f132e4c2c75cda125bc4741ce5d1440c commit: bb44a827f132e4c2c75cda125bc4741ce5d1440c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-05-18T12:54:40+01:00 summary: [3.

[Python-checkins] [3.13] gh-119078: Clarify venv tutorial (GH-119129) (GH-119142)

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

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

2024-05-28 Thread vsajip
https://github.com/python/cpython/commit/b407ad38fb93585332c370b8fa56905fb238cdfd commit: b407ad38fb93585332c370b8fa56905fb238cdfd branch: main author: Justin Kunimune committer: vsajip date: 2024-05-28T11:31:20+01:00 summary: [doc] Clarify the nature of the root logger in the `logging

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

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

[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

[Python-checkins] gh-113692: skip a test if multiprocessing isn't available. (GH-113704)

2024-01-08 Thread vsajip
https://github.com/python/cpython/commit/842b738129021f52293dc053e014ecb4fe095baa commit: 842b738129021f52293dc053e014ecb4fe095baa branch: main author: Vinay Sajip committer: vsajip date: 2024-01-09T07:47:42Z summary: gh-113692: skip a test if multiprocessing isn't available. (GH-113704)

[Python-checkins] [3.12] gh-113692: skip a test if multiprocessing isn't available. (GH-113704) (GH-113844)

2024-01-09 Thread vsajip
https://github.com/python/cpython/commit/cdd703d1313b546823882663ca94cf536f025f4a commit: cdd703d1313b546823882663ca94cf536f025f4a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2024-01-09T08:13:41Z summary: [3.12] gh-

[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] [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] 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] 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] 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] 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-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.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] [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] [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] 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] [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] [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] 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.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] [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] 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.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-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] 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] [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-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] 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] [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.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] [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.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-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.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.

  1   2   >