{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":81598961,"defaultBranch":"main","name":"cpython","ownerLogin":"python","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-10T19:23:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1525981?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717712687.0","currentOid":""},"activityList":{"items":[{"before":"422c4fc855afd18bcc6415902ea1d85a50cb7ce1","after":"9e9ee50421c857b443e2060274f17fb884d54473","ref":"refs/heads/main","pushedAt":"2024-06-11T05:42:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjw296","name":"Chris Withers","path":"/cjw296","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/632049?s=80&v=4"},"commit":{"message":"gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.__setattr__ (#120019)","shortMessageHtmlLink":"gh-65454: avoid triggering call to a PropertyMock in NonCallableMock.…"}},{"before":"6efe3460693c4f39de198a64cebeeee8b1d4e8b6","after":"422c4fc855afd18bcc6415902ea1d85a50cb7ce1","ref":"refs/heads/main","pushedAt":"2024-06-11T05:41:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjw296","name":"Chris Withers","path":"/cjw296","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/632049?s=80&v=4"},"commit":{"message":"gh-119600: mock: do not access attributes of original when new_callable is set (#119601)\n\nIn order to patch flask.g e.g. as in #84982, that\r\nproxies getattr must not be invoked. For that,\r\nmock must not try to read from the original\r\nobject. In some cases that is unavoidable, e.g.\r\nwhen doing autospec. However, patch(\"flask.g\",\r\nnew_callable=MagicMock) should be entirely safe.","shortMessageHtmlLink":"gh-119600: mock: do not access attributes of original when new_callab…"}},{"before":"14ff4c979c8564376707de4b5a84dd3e4fcb5d1d","after":"ffc8e21c80627c46be7a7467ee5427924fdeb885","ref":"refs/heads/3.13","pushedAt":"2024-06-10T17:11:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericsnowcurrently","name":"Eric Snow","path":"/ericsnowcurrently","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152074?s=80&v=4"},"commit":{"message":"[3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)\n\n(cherry picked from commit 6efe3460693c4f39de198a64cebeeee8b1d4e8b6, AKA gh-120288)\r\n\r\nCo-authored-by: AN Long ","shortMessageHtmlLink":"[3.13] Fix the CODEOWNERS for _interpretersmodule.c (gh-120324)"}},{"before":"7aff2de62bc28eb23888270b698c6b6915f69b21","after":"6efe3460693c4f39de198a64cebeeee8b1d4e8b6","ref":"refs/heads/main","pushedAt":"2024-06-10T16:45:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ericsnowcurrently","name":"Eric Snow","path":"/ericsnowcurrently","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1152074?s=80&v=4"},"commit":{"message":"Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)","shortMessageHtmlLink":"Fix the CODEOWNERS for _interpretersmodule.c (gh-120288)"}},{"before":"56c3815ba14c790d2e9a227b4ac0ead5e6b1e570","after":"7aff2de62bc28eb23888270b698c6b6915f69b21","ref":"refs/heads/main","pushedAt":"2024-06-10T16:34:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"gh-120057: Add os.environ.refresh() method (#120059)","shortMessageHtmlLink":"gh-120057: Add os.environ.refresh() method (#120059)"}},{"before":"c3b6dbff2c8886de1edade737febe85dd47ff4d0","after":"56c3815ba14c790d2e9a227b4ac0ead5e6b1e570","ref":"refs/heads/main","pushedAt":"2024-06-10T15:15:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iritkatriel","name":"Irit Katriel","path":"/iritkatriel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1055913?s=80&v=4"},"commit":{"message":"gh-119786: copy compiler doc from devguide to InternalDocs and convert to markdown (#120134)\n\n* gh-119876: move compiler doc from devguide to InternalDocs\r\n\r\nCopy of https://github.com/python/devguide/commit/78fc0d7aa9fd0d6733d10c23b178b2a0e2799afc\r\n\r\nCo-Authored-By: Adam Turner <9087854+AA-Turner@users.noreply.github.com>\r\nCo-Authored-By: Adam Turner <9087854+aa-turner@users.noreply.github.com>\r\nCo-Authored-By: Brett Cannon \r\nCo-Authored-By: Carol Willing \r\nCo-Authored-By: Daniel Porteous \r\nCo-Authored-By: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>\r\nCo-Authored-By: Éric Araujo \r\nCo-Authored-By: Erlend Egeberg Aasland \r\nCo-Authored-By: Ezio Melotti \r\nCo-Authored-By: Georg Brandl \r\nCo-Authored-By: Guido van Rossum \r\nCo-Authored-By: Hugo van Kemenade \r\nCo-Authored-By: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>\r\nCo-Authored-By: Jeff Allen \r\nCo-Authored-By: Jim Fasarakis-Hilliard \r\nCo-Authored-By: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>\r\nCo-Authored-By: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>\r\nCo-Authored-By: Mariatta \r\nCo-Authored-By: Muhammad Mahad \r\nCo-Authored-By: Ned Deily \r\nCo-Authored-By: Pablo Galindo Salgado \r\nCo-Authored-By: Serhiy Storchaka \r\nCo-Authored-By: Stéphane Wirtel \r\nCo-Authored-By: Suriyaa ✌️️ \r\nCo-Authored-By: Zachary Ware \r\nCo-Authored-By: psyker156 <242220+psyker156@users.noreply.github.com>\r\nCo-Authored-By: slateny <46876382+slateny@users.noreply.github.com>\r\nCo-Authored-By: svelankar <17737361+svelankar@users.noreply.github.com>\r\nCo-Authored-By: zikcheng \r\n\r\n* convert to markdown\r\n\r\n* add to index\r\n\r\n* update more of the out of date stuff\r\n\r\n---------\r\n\r\nCo-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>\r\nCo-authored-by: Brett Cannon \r\nCo-authored-by: Carol Willing \r\nCo-authored-by: Daniel Porteous \r\nCo-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>\r\nCo-authored-by: Éric Araujo \r\nCo-authored-by: Erlend Egeberg Aasland \r\nCo-authored-by: Ezio Melotti \r\nCo-authored-by: Georg Brandl \r\nCo-authored-by: Guido van Rossum \r\nCo-authored-by: Hugo van Kemenade \r\nCo-authored-by: Jeff Allen \r\nCo-authored-by: Jim Fasarakis-Hilliard \r\nCo-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>\r\nCo-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>\r\nCo-authored-by: Mariatta \r\nCo-authored-by: Muhammad Mahad \r\nCo-authored-by: Ned Deily \r\nCo-authored-by: Pablo Galindo Salgado \r\nCo-authored-by: Serhiy Storchaka \r\nCo-authored-by: Stéphane Wirtel \r\nCo-authored-by: Suriyaa ✌️️ \r\nCo-authored-by: Zachary Ware \r\nCo-authored-by: psyker156 <242220+psyker156@users.noreply.github.com>\r\nCo-authored-by: slateny <46876382+slateny@users.noreply.github.com>\r\nCo-authored-by: svelankar <17737361+svelankar@users.noreply.github.com>\r\nCo-authored-by: zikcheng ","shortMessageHtmlLink":"gh-119786: copy compiler doc from devguide to InternalDocs and conver…"}},{"before":"7545b7cb63a7b27de2a829b626f546088b24de47","after":"a9f2daf1ab182d95b44ee94dc9fb8faec60e34b1","ref":"refs/heads/3.12","pushedAt":"2024-06-10T13:27:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"[3.12] GH-115983: skip building shared modules for testing under WASI (GH-116528) (#120316)\n\nGH-115983: skip building shared modules for testing under WASI (GH-116528)\r\n(cherry picked from commit 8c094c3095feb4de2efebd00f67fb6cc3b2bc240)\r\n\r\nCo-authored-by: Brett Cannon ","shortMessageHtmlLink":"[3.12] GH-115983: skip building shared modules for testing under WASI ("}},{"before":"b90bd3e5bbc136f53b24ee791824acd6b17e0d42","after":"c3b6dbff2c8886de1edade737febe85dd47ff4d0","ref":"refs/heads/main","pushedAt":"2024-06-10T11:06:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)","shortMessageHtmlLink":"gh-115801: Only allow sequence of strings as input for difflib.unifie…"}},{"before":"ff980e3f7a8fab768148cf09aad40c20e05eb126","after":"7545b7cb63a7b27de2a829b626f546088b24de47","ref":"refs/heads/3.12","pushedAt":"2024-06-10T10:32:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.12] bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487) (GH-120312)\n\n(cherry picked from commit 4829522b8d3e1a28930f1cccfcc9635e035a0eb4)\r\n\r\nCo-authored-by: E. M. Bray ","shortMessageHtmlLink":"[3.12] bpo-24766: doc= argument to subclasses of property not handled…"}},{"before":"03cd44759f8e5faaa154628e196860255d87bddd","after":"14ff4c979c8564376707de4b5a84dd3e4fcb5d1d","ref":"refs/heads/3.13","pushedAt":"2024-06-10T10:18:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120310)\n\ngh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232)\r\n\r\nDeclare the 'rv' varaible at the top of the load_data() function to\r\nmake sure that it's initialized before the first 'goto error' which\r\nuses 'rv' (return rv).\r\n\r\nFix the Coverity issue:\r\n\r\nError: UNINIT (CWE-457):\r\nPython-3.12.2/Modules/_zoneinfo.c:1233:5: skipped_decl: Jumping over declaration of \"\"rv\"\".\r\nPython-3.12.2/Modules/_zoneinfo.c:1284:5: uninit_use: Using uninitialized value \"\"rv\"\".\r\n 1282| }\r\n 1283|\r\n 1284|-> return rv;\r\n 1285| }\r\n 1286|\r\n(cherry picked from commit b90bd3e5bbc136f53b24ee791824acd6b17e0d42)\r\n\r\nCo-authored-by: Victor Stinner ","shortMessageHtmlLink":"[3.13] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232…"}},{"before":"82c93ea55a71e7cae160e749b93f91cf89bb562f","after":"ff980e3f7a8fab768148cf09aad40c20e05eb126","ref":"refs/heads/3.12","pushedAt":"2024-06-10T10:12:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"[3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120311)\n\ngh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232)\r\n\r\nDeclare the 'rv' varaible at the top of the load_data() function to\r\nmake sure that it's initialized before the first 'goto error' which\r\nuses 'rv' (return rv).\r\n\r\nFix the Coverity issue:\r\n\r\nError: UNINIT (CWE-457):\r\nPython-3.12.2/Modules/_zoneinfo.c:1233:5: skipped_decl: Jumping over declaration of \"\"rv\"\".\r\nPython-3.12.2/Modules/_zoneinfo.c:1284:5: uninit_use: Using uninitialized value \"\"rv\"\".\r\n 1282| }\r\n 1283|\r\n 1284|-> return rv;\r\n 1285| }\r\n 1286|\r\n(cherry picked from commit b90bd3e5bbc136f53b24ee791824acd6b17e0d42)\r\n\r\nCo-authored-by: Victor Stinner ","shortMessageHtmlLink":"[3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232…"}},{"before":"4829522b8d3e1a28930f1cccfcc9635e035a0eb4","after":"b90bd3e5bbc136f53b24ee791824acd6b17e0d42","ref":"refs/heads/main","pushedAt":"2024-06-10T09:54:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)\n\nDeclare the 'rv' varaible at the top of the load_data() function to\r\nmake sure that it's initialized before the first 'goto error' which\r\nuses 'rv' (return rv).\r\n\r\nFix the Coverity issue:\r\n\r\nError: UNINIT (CWE-457):\r\nPython-3.12.2/Modules/_zoneinfo.c:1233:5: skipped_decl: Jumping over declaration of \"\"rv\"\".\r\nPython-3.12.2/Modules/_zoneinfo.c:1284:5: uninit_use: Using uninitialized value \"\"rv\"\".\r\n 1282| }\r\n 1283|\r\n 1284|-> return rv;\r\n 1285| }\r\n 1286|","shortMessageHtmlLink":"gh-120155: Fix Coverity issue in zoneinfo load_data() (#120232)"}},{"before":"e5a7bc6f2eb9a3875063423caa67bb0ffcc3a6b8","after":"4829522b8d3e1a28930f1cccfcc9635e035a0eb4","ref":"refs/heads/main","pushedAt":"2024-06-10T08:55:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"bpo-24766: doc= argument to subclasses of property not handled correctly (GH-2487)\n\nCo-authored-by: Serhiy Storchaka ","shortMessageHtmlLink":"bpo-24766: doc= argument to subclasses of property not handled correc…"}},{"before":"0ae8579b85f9b0cd3f287082ad6e194bdb025d88","after":"e5a7bc6f2eb9a3875063423caa67bb0ffcc3a6b8","ref":"refs/heads/main","pushedAt":"2024-06-10T08:17:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vstinner","name":"Victor Stinner","path":"/vstinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/194129?s=80&v=4"},"commit":{"message":"gh-120296: Fix format string of fcntl.ioctl() audit (#120301)","shortMessageHtmlLink":"gh-120296: Fix format string of fcntl.ioctl() audit (#120301)"}},{"before":"c15f94d6fbc960790db34c94d49716658ccf6348","after":"03cd44759f8e5faaa154628e196860255d87bddd","ref":"refs/heads/3.13","pushedAt":"2024-06-10T04:37:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carljm","name":"Carl Meyer","path":"/carljm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61586?s=80&v=4"},"commit":{"message":"[3.13] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120299)","shortMessageHtmlLink":"[3.13] gh-119666: fix multiple class-scope comprehensions referencing…"}},{"before":"b134f47574c36e842253266ecf0d144fb6f3b546","after":"82c93ea55a71e7cae160e749b93f91cf89bb562f","ref":"refs/heads/3.12","pushedAt":"2024-06-10T04:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carljm","name":"Carl Meyer","path":"/carljm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61586?s=80&v=4"},"commit":{"message":"[3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300)","shortMessageHtmlLink":"[3.12] gh-119666: fix multiple class-scope comprehensions referencing…"}},{"before":"34f5ae69fe9ab0f5b23311d5c396d0cbb5902913","after":"0ae8579b85f9b0cd3f287082ad6e194bdb025d88","ref":"refs/heads/main","pushedAt":"2024-06-10T02:23:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"carljm","name":"Carl Meyer","path":"/carljm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61586?s=80&v=4"},"commit":{"message":"gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)","shortMessageHtmlLink":"gh-119666: fix multiple class-scope comprehensions referencing __clas…"}},{"before":"7c016deae62308dd1b4e2767fc6abf04857c7843","after":"34f5ae69fe9ab0f5b23311d5c396d0cbb5902913","ref":"refs/heads/main","pushedAt":"2024-06-08T20:45:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pganssle","name":"Paul Ganssle","path":"/pganssle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1377457?s=80&v=4"},"commit":{"message":"gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269)\n\nThis makes the pure Python implementation consistent with the C implementation.","shortMessageHtmlLink":"gh-120268: Prohibit passing None to ``_pydatetime.date.fromtimest…"}},{"before":"f6689d91b2dc2a9b5f94334ff30abf56bf016ff2","after":"c15f94d6fbc960790db34c94d49716658ccf6348","ref":"refs/heads/3.13","pushedAt":"2024-06-08T17:48:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120261)\n\nIf the Helper() class was initialized with an output, the topics, keywords\r\nand symbols help still use the pager instead of the output.\r\nChange the behavior so the output is used if available while keeping the\r\nprevious behavior if no output was configured.\r\n(cherry picked from commit 2080425154d235b4b7dcc9a8a2f58e71769125ca)\r\n\r\nCo-authored-by: Enrico Tröger ","shortMessageHtmlLink":"[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH…"}},{"before":"4bca4e58af2e8cf6ce78151d3ae73bd254a4e64c","after":"f6689d91b2dc2a9b5f94334ff30abf56bf016ff2","ref":"refs/heads/3.13","pushedAt":"2024-06-08T17:37:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279)\n\n(cherry picked from commit 7c016deae62308dd1b4e2767fc6abf04857c7843)\r\n\r\nCo-authored-by: Clinton ","shortMessageHtmlLink":"[3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default ("}},{"before":"58657d0dc160b8dea60cb5e5a51c5c925995cc36","after":"b134f47574c36e842253266ecf0d144fb6f3b546","ref":"refs/heads/3.12","pushedAt":"2024-06-08T17:26:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.12] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120278)\n\n(cherry picked from commit 7c016deae62308dd1b4e2767fc6abf04857c7843)\r\n\r\nCo-authored-by: Clinton ","shortMessageHtmlLink":"[3.12] gh-120276: Fix incorrect email.header.Header maxlinelen default ("}},{"before":"5d59b870effa0f576acf7264cfcbfca2b36e34e3","after":"7c016deae62308dd1b4e2767fc6abf04857c7843","ref":"refs/heads/main","pushedAt":"2024-06-08T17:18:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)","shortMessageHtmlLink":"gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-1…"}},{"before":"9b704ceecae28d73a0315c3fd5547cf09b2d85a4","after":"4bca4e58af2e8cf6ce78151d3ae73bd254a4e64c","ref":"refs/heads/3.13","pushedAt":"2024-06-08T16:35:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kumaraditya303","name":"Kumar Aditya","path":"/kumaraditya303","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59607654?s=80&v=4"},"commit":{"message":"[3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120273)\n\ngh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123)\r\n(cherry picked from commit 5d59b870effa0f576acf7264cfcbfca2b36e34e3)\r\n\r\nCo-authored-by: AN Long \r\nCo-authored-by: Nikita Sobolev ","shortMessageHtmlLink":"[3.13] gh-120121: Add InvalidStateError to concurrent.futures.__all__ ("}},{"before":"46e69f8c2568ce7cc6041f8a601478e39d01efb1","after":"58657d0dc160b8dea60cb5e5a51c5c925995cc36","ref":"refs/heads/3.12","pushedAt":"2024-06-08T16:28:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kumaraditya303","name":"Kumar Aditya","path":"/kumaraditya303","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59607654?s=80&v=4"},"commit":{"message":"[3.12] gh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123) (#120274)\n\ngh-120121: Add InvalidStateError to concurrent.futures.__all__ (GH-120123)\r\n(cherry picked from commit 5d59b870effa0f576acf7264cfcbfca2b36e34e3)\r\n\r\nCo-authored-by: AN Long \r\nCo-authored-by: Nikita Sobolev ","shortMessageHtmlLink":"[3.12] gh-120121: Add InvalidStateError to concurrent.futures.__all__ ("}},{"before":"38a25e9560cf0ff0b80d9e90bce793ff24c6e027","after":"5d59b870effa0f576acf7264cfcbfca2b36e34e3","ref":"refs/heads/main","pushedAt":"2024-06-08T16:11:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kumaraditya303","name":"Kumar Aditya","path":"/kumaraditya303","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59607654?s=80&v=4"},"commit":{"message":"gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)\n\nCo-authored-by: Nikita Sobolev ","shortMessageHtmlLink":"gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)"}},{"before":"88f67df22cbd50e884df061be2a106ccd658bf39","after":"46e69f8c2568ce7cc6041f8a601478e39d01efb1","ref":"refs/heads/3.12","pushedAt":"2024-06-08T11:10:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)\n\n(cherry picked from commit 38a25e9560cf0ff0b80d9e90bce793ff24c6e027)\r\n\r\nCo-authored-by: neonene <53406459+neonene@users.noreply.github.com>","shortMessageHtmlLink":"[3.12] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120265)"}},{"before":"863a0bd5154a7dcade03e849ec2ed45fe9f8837f","after":"9b704ceecae28d73a0315c3fd5547cf09b2d85a4","ref":"refs/heads/3.13","pushedAt":"2024-06-08T11:10:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)\n\n(cherry picked from commit 38a25e9560cf0ff0b80d9e90bce793ff24c6e027)\r\n\r\nCo-authored-by: neonene <53406459+neonene@users.noreply.github.com>","shortMessageHtmlLink":"[3.13] gh-120244: Fix re.sub() reference leak (GH-120245) (GH-120264)"}},{"before":"55402d3232ca400ebafe4fe3bd70f252304ebe07","after":"38a25e9560cf0ff0b80d9e90bce793ff24c6e027","ref":"refs/heads/main","pushedAt":"2024-06-08T10:22:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"gh-120244: Fix re.sub() reference leak (GH-120245)","shortMessageHtmlLink":"gh-120244: Fix re.sub() reference leak (GH-120245)"}},{"before":"479655a27a40954f6c6fc92bf4d3773efe5ce551","after":"88f67df22cbd50e884df061be2a106ccd658bf39","ref":"refs/heads/3.12","pushedAt":"2024-06-08T09:46:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"serhiy-storchaka","name":"Serhiy Storchaka","path":"/serhiy-storchaka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3659035?s=80&v=4"},"commit":{"message":"[3.12] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120262)\n\nIf the Helper() class was initialized with an output, the topics, keywords\r\nand symbols help still use the pager instead of the output.\r\nChange the behavior so the output is used if available while keeping the\r\nprevious behavior if no output was configured.\r\n(cherry picked from commit 2080425154d235b4b7dcc9a8a2f58e71769125ca)\r\n\r\nCo-authored-by: Enrico Tröger ","shortMessageHtmlLink":"[3.12] bpo-37755: Use configured output in pydoc instead of pager (GH…"}},{"before":"2080425154d235b4b7dcc9a8a2f58e71769125ca","after":"55402d3232ca400ebafe4fe3bd70f252304ebe07","ref":"refs/heads/main","pushedAt":"2024-06-08T09:41:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Fidget-Spinner","name":"Ken Jin","path":"/Fidget-Spinner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28750310?s=80&v=4"},"commit":{"message":"gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)\n\nCo-authored-by: parmeggiani \r\nCo-authored-by: dpdani \r\nCo-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>\r\nCo-authored-by: Brandt Bucher \r\nCo-authored-by: Ken Jin ","shortMessageHtmlLink":"gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYdFVzQA","startCursor":null,"endCursor":null}},"title":"Activity · python/cpython"}