{"payload":{"header_redesign_enabled":false,"results":[{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1463724067","issue":{"issue":{"pull_request_id":1463724067}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":[],"num_comments":38,"number":107651,"state":"merged","hl_title":"gh-107625: configparser: Raise ParsingError if a key contains empty value","hl_text":" - raise ParsingError instead of AttributeError if a key contains an empty value in a non-recommended scenario where\n extra space and a blank line is present within the section\n\n!-- gh-issue-number: ...","created":"2023-08-05T08:20:40.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1430563050","issue":{"issue":{"pull_request_id":1430563050}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["3.11","3.12","3.13","stdlib","type-bug"],"num_comments":12,"number":106666,"state":"merged","hl_title":"gh-106602: Add __copy__ and __deepcopy__ in Enum","hl_text":"!-- gh-issue-number: gh-106602 --\n\n - Issue: gh-106602 !-- /gh-issue-number --\n","created":"2023-07-12T04:52:39.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1358015203","issue":{"issue":{"pull_request_id":1358015203}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["skip news"],"num_comments":2,"number":104701,"state":"merged","hl_title":"gh-103606: raise RuntimeError if config file is invalid or empty","hl_text":"!-- gh-issue-number: gh-103606 --\n\n - Issue: gh-103606 !-- /gh-issue-number --\n\n!-- readthedocs-preview cpython-previews start --\n\n:books: Documentation preview :books:: https://cpython-previews--104701.org.readthedocs.build/ ...","created":"2023-05-20T18:15:08.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1357949487","issue":{"issue":{"pull_request_id":1357949487}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["skip news"],"num_comments":9,"number":104687,"state":"merged","hl_title":"[3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628)","hl_text":"(cherry picked from commit 152227b569c3a9b87fe0483706f704762ced6d75)\n\n!-- gh-issue-number: gh-103606 --\n\n - Issue: gh-103606 !-- /gh-issue-number --\n\n!-- readthedocs-preview cpython-previews start -- ...","created":"2023-05-20T12:40:55.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1332778078","issue":{"issue":{"pull_request_id":1332778078}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["extension-modules"],"num_comments":47,"number":103990,"state":"merged","hl_title":"gh-103987: fix crash in mmap module","hl_text":"!-- gh-issue-number: gh-103987 --\n\n - Issue: gh-103987 !-- /gh-issue-number --\n","created":"2023-04-29T14:25:19.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1327284227","issue":{"issue":{"pull_request_id":1327284227}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["3.12","stdlib"],"num_comments":36,"number":103833,"state":"merged","hl_title":"gh-103636: issue warning for deprecated calendar constants","hl_text":"!-- gh-issue-number: gh-103636 --\n\n - Issue: gh-103636 !-- /gh-issue-number --\n","created":"2023-04-25T14:56:14.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1326499169","issue":{"issue":{"pull_request_id":1326499169}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["stdlib"],"num_comments":6,"number":103827,"state":"merged","hl_title":"gh-103822: change return value to enum for day and month APIs","hl_text":"this is an initial commit to get some quick feedback on calendar APIs which I can change\n\n!-- gh-issue-number: gh-103822 --\n\n - Issue: gh-103822 !-- /gh-issue-number --\n","created":"2023-04-25T05:18:22.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1320838019","issue":{"issue":{"pull_request_id":1320838019}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["stdlib"],"num_comments":55,"number":103642,"state":"merged","hl_title":"gh-103636: add enums for days and months in calendar module","hl_text":"I have tried to fulfill the requirements from the comments of\nhttps://stackoverflow.com/questions/76028482/python-module-defining-constants-for-month-numbers\n\n!-- gh-issue-number: gh-103636 --\n\n - Issue: ...","created":"2023-04-20T04:04:40.000Z","reviewable_state":"ready","merged":true},{"author_name":"Agent-Hellboy","author_avatar_url":"https://avatars.githubusercontent.com/u/31388347?s=48&v=4","id":"1319780462","issue":{"issue":{"pull_request_id":1319780462}},"repo":{"repository":{"id":81598961,"name":"cpython","owner_id":1525981,"owner_login":"python","updated_at":"2024-07-01T18:52:34.487Z","has_issues":true}},"labels":["skip news"],"num_comments":39,"number":103628,"state":"merged","hl_title":"gh-103606: Improve error message from logging.config.FileConfig","hl_text":"!-- gh-issue-number: gh-103606 --\n\n - Issue: gh-103606 !-- /gh-issue-number --\n","created":"2023-04-19T12:04:07.000Z","reviewable_state":"ready","merged":true}],"type":"pullrequests","page":1,"page_count":1,"elapsed_millis":115,"errors":[],"result_count":9,"facets":[],"protected_org_logins":[],"topics":null,"query_id":"","logged_in":false,"sign_up_path":"/signup?source=code_search_results","sign_in_path":"/login?return_to=https%3A%2F%2Fgithub.com%2Fsearch%3Fq%3Drepo%253Apython%252Fcpython%2Bauthor%253AAgent-Hellboy%2Bis%253Amerged%26type%3Dpullrequests","metadata":null},"title":"Pull request search results"}