repo
stringclasses
1 value
instance_id
stringlengths
20
22
problem_statement
stringlengths
126
60.8k
merge_commit
stringlengths
40
40
base_commit
stringlengths
40
40
python/cpython
python__cpython-111404
# wm_attributes doesn't take keyword arguments BPO | [1500773](https://bugs.python.org/issue1500773) --- | :--- Nosy | @loewis, @asvetlov Files | <li>[Tkinter.patch](https://bugs.python.org/file7311/Tkinter.patch "Uploaded as text/plain at 2006-06-05.06:35:27 by gregcouch"): wm_attributes patch</li><li>[issue1500773.diff](https://bugs.python.org/file10548/issue1500773.diff "Uploaded as text/plain at 2008-06-07.22:21:00 by gpolo")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = None created_at = <Date 2006-06-05.06:35:26.000> labels = ['type-feature', 'expert-tkinter'] title = "wm_attributes doesn't take keyword arguments" updated_at = <Date 2012-03-21.19:45:52.695> user = 'https://bugs.python.org/gregcouch' ``` bugs.python.org fields: ```python activity = <Date 2012-03-21.19:45:52.695> actor = 'asvetlov' assignee = 'loewis' closed = False closed_date = None closer = None components = ['Tkinter'] creation = <Date 2006-06-05.06:35:26.000> creator = 'gregcouch' dependencies = [] files = ['7311', '10548'] hgrepos = [] issue_num = 1500773 keywords = ['patch'] message_count = 4.0 messages = ['50427', '50428', '50429', '67668'] nosy_count = 5.0 nosy_names = ['loewis', 'gregcouch', 'klappnase', 'gpolo', 'asvetlov'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1500773' versions = ['Python 3.2'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-111404 <!-- /gh-linked-prs -->
b4ba0f73d6eef3da321bb96aafd09dfbc572e95d
992446dd5bd3fff92ea0f8064fb19eebfe105cef
python/cpython
python__cpython-136625
# Encodings and aliases do not match runtime BPO | [1249749](https://bugs.python.org/issue1249749) --- | :--- Nosy | @malemburg, @loewis Files | <li>[encodingaliases.py](https://bugs.python.org/file1749/encodingaliases.py "Uploaded as text/plain at 2005-08-10.21:29:15 by liturgist"): encodingaliases.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-08-01.18:23:30.000> labels = ['type-feature', 'docs'] title = 'Encodings and aliases do not match runtime' updated_at = <Date 2020-09-19.19:04:08.068> user = 'https://bugs.python.org/liturgist' ``` bugs.python.org fields: ```python activity = <Date 2020-09-19.19:04:08.068> actor = 'georg.brandl' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-08-01.18:23:30.000> creator = 'liturgist' dependencies = [] files = ['1749'] hgrepos = [] issue_num = 1249749 keywords = [] message_count = 11.0 messages = ['25927', '25928', '25929', '25930', '25931', '25932', '25933', '25934', '25935', '25936', '25937'] nosy_count = 4.0 nosy_names = ['lemburg', 'loewis', 'liturgist', 'docs@python'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1249749' versions = ['Python 3.2'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-136625 * gh-136626 * gh-136627 <!-- /gh-linked-prs -->
a93d9aaf62bb2565e9eec00a2a8d06a91305127b
e18829a8adb3a64ffffffbd7dcada3c3611522b0
python/cpython
python__cpython-127520
# pydoc doesn't find all module docstrings BPO | [1185124](https://bugs.python.org/issue1185124) --- | :--- Nosy | @ncoghlan, @vstinner, @devdanzin, @merwok, @akitada Files | <li>[pydoc_fix.diff](https://bugs.python.org/file1681/pydoc_fix.diff "Uploaded as text/plain at 2005-04-18.20:04:06 by kjohnson"): Revised patch recognizes any triple-quoted string</li><li>[myfirst_2.patch](https://bugs.python.org/file31864/myfirst_2.patch "Uploaded as text/plain at 2013-09-25.07:30:06 by sunfinite"): Second attempt at a patch</li><li>[pydoc_2.7.patch](https://bugs.python.org/file31877/pydoc_2.7.patch "Uploaded as text/plain at 2013-09-26.12:12:54 by sunfinite"): Patch for 2.7</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-04-18.12:18:39.000> labels = ['type-bug', 'library', '3.9'] title = "pydoc doesn't find all module doc strings" updated_at = <Date 2019-07-29.11:24:34.863> user = 'https://bugs.python.org/kjohnson' ``` bugs.python.org fields: ```python activity = <Date 2019-07-29.11:24:34.863> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-18.12:18:39.000> creator = 'kjohnson' dependencies = [] files = ['1681', '31864', '31877'] hgrepos = [] issue_num = 1185124 keywords = ['patch'] message_count = 16.0 messages = ['25049', '25050', '25051', '25052', '25053', '82175', '169274', '169275', '198292', '198318', '198377', '198426', '198439', '208014', '219383', '348607'] nosy_count = 9.0 nosy_names = ['ping', 'ncoghlan', 'kjohnson', 'brianvanden', 'vstinner', 'ajaksu2', 'eric.araujo', 'akitada', 'sunfinite'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1185124' versions = ['Python 3.9'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-127520 * gh-128620 * gh-128621 <!-- /gh-linked-prs -->
474e419792484d1c16e7d9c99b7bf144136b9307
cdfb8bc93a4d8c06d2404ba2d243937ba209438c
python/cpython
python__cpython-120752
# Add datetime.time.strptime and datetime.date.strptime BPO | [1100942](https://bugs.python.org/issue1100942) --- | :--- Nosy | @amauryfa, @abalkin, @vstinner, @devdanzin, @berkerpeksag, @soltysh, @matrixise, @vajrasky, @matheusportela, @pganssle PRs | <li>python/cpython#5578</li> Files | <li>[strptime.diff](https://bugs.python.org/file6427/strptime.diff "Uploaded as text/plain at 2005-01-12.14:54:54 by josh-sf")</li><li>[strptime2.diff](https://bugs.python.org/file6428/strptime2.diff "Uploaded as text/plain at 2005-02-02.22:00:44 by josh-sf"): time.strptime and date.strptime as well</li><li>[date-strptime.patch](https://bugs.python.org/file14351/date-strptime.patch "Uploaded as text/plain at 2009-06-23.23:18:57 by @amauryfa")</li><li>[issue1100942.diff](https://bugs.python.org/file17599/issue1100942.diff "Uploaded as text/plain at 2010-06-09.15:17:21 by @abalkin")</li><li>[issue1100942_pure.diff](https://bugs.python.org/file26446/issue1100942_pure.diff "Uploaded as text/plain at 2012-07-20.09:19:09 by Juarez.Bochi")</li><li>[issue1100942_pure2.diff](https://bugs.python.org/file26452/issue1100942_pure2.diff "Uploaded as text/plain at 2012-07-20.14:18:45 by Juarez.Bochi")</li><li>[issue1100942_v4.diff](https://bugs.python.org/file29117/issue1100942_v4.diff "Uploaded as text/plain at 2013-02-18.19:25:34 by @berkerpeksag")</li><li>[issue1100942_full.patch](https://bugs.python.org/file33240/issue1100942_full.patch "Uploaded as text/plain at 2013-12-20.23:28:14 by @soltysh"): Full (merged) patch against current HEAD</li><li>[issue1100942_20140409.patch](https://bugs.python.org/file34778/issue1100942_20140409.patch "Uploaded as text/plain at 2014-04-09.20:05:34 by @soltysh"): Patch fixed against current default branch</li><li>[issue1100942.patch](https://bugs.python.org/file39345/issue1100942.patch "Uploaded as text/plain at 2015-05-11.21:23:03 by @soltysh")</li><li>[issue1100942-3.6.patch](https://bugs.python.org/file44044/issue1100942-3.6.patch "Uploaded as text/plain at 2016-08-08.07:11:57 by @matrixise")</li><li>[issue1100942_20170722.patch](https://bugs.python.org/file47032/issue1100942_20170722.patch "Uploaded as text/plain at 2017-07-22.08:03:47 by @matheusportela")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-01-12.14:53:01.000> labels = ['extension-modules', 'type-feature', '3.8'] title = 'Add datetime.time.strptime and datetime.date.strptime' updated_at = <Date 2018-08-20.19:46:06.268> user = 'https://bugs.python.org/josh-sf' ``` bugs.python.org fields: ```python activity = <Date 2018-08-20.19:46:06.268> actor = 'p-ganssle' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-01-12.14:53:01.000> creator = 'josh-sf' dependencies = [] files = ['6427', '6428', '14351', '17599', '26446', '26452', '29117', '33240', '34778', '39345', '44044', '47032'] hgrepos = [] issue_num = 1100942 keywords = ['patch', 'needs review'] message_count = 48.0 messages = ['47516', '47517', '47518', '47519', '47520', '82109', '89650', '103731', '103732', '106805', '106807', '107402', '114247', '126013', '162732', '165882', '165905', '165906', '165929', '174743', '174746', '182336', '184577', '206495', '206498', '206500', '206519', '206717', '215472', '215474', '215491', '215537', '215559', '215843', '242569', '242803', '242809', '242917', '272149', '273568', '279331', '279333', '279334', '298841', '298842', '311783', '313948', '321550'] nosy_count = 22.0 nosy_names = ['jafo', 'guettli', 'amaury.forgeotdarc', 'belopolsky', 'sonderblade', 'alanvgreen', 'vstinner', 'ajaksu2', 'josh-sf', 'cvrebert', 'tiktuk', 'adam-collard', 'westley.martinez', 'berker.peksag', 'maciej.szulik', 'Juarez.Bochi', 'petre', 'matrixise', 'vajrasky', 'Julian.Gindi', 'matheus.v.portela', 'p-ganssle'] pr_nums = ['5578'] priority = None resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1100942' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-120752 <!-- /gh-linked-prs -->
9968caa0cc8a4d07595f0e0abe5f28ba9b6f7a96
b0c6cf5f17f0be13aa927cf141a289f7b76ae6b1
python/cpython
python__cpython-100840
# Enhance frame handing in warnings.warn() to skip by module rather that stacklevel BPO | [850482](https://bugs.python.org/issue850482) --- | :--- Nosy | @doerwalter, @devdanzin, @jayvdb Files | <li>[diff.txt](https://bugs.python.org/file5709/diff.txt "Uploaded as text/plain at 2003-11-27.23:12:08 by @doerwalter")</li><li>[diff2.txt](https://bugs.python.org/file5710/diff2.txt "Uploaded as text/plain at 2007-04-08.11:44:55 by @doerwalter")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2003-11-27.23:12:08.000> labels = ['type-feature', 'library'] title = 'Enhance frame handing in warnings.warn()' updated_at = <Date 2015-12-10.08:16:31.826> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2015-12-10.08:16:31.826> actor = 'jayvdb' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-11-27.23:12:08.000> creator = 'doerwalter' dependencies = [] files = ['5709', '5710'] hgrepos = [] issue_num = 850482 keywords = ['patch'] message_count = 6.0 messages = ['44953', '44954', '44955', '44956', '82016', '256170'] nosy_count = 4.0 nosy_names = ['doerwalter', 'zseil', 'ajaksu2', 'jayvdb'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue850482' versions = ['Python 3.2'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-100840 * gh-101407 <!-- /gh-linked-prs -->
052f53d65d9f65c7c3223a383857ad07a182c2d7
8cef9c0f92720f6810be1c74e00f611acb4b8b1e
python/cpython
python__cpython-110143
# fix one or two bugs in trace.py BPO | [766910](https://bugs.python.org/issue766910) --- | :--- Nosy | @abalkin, @devdanzin Files | <li>[makedir.patch](https://bugs.python.org/file5452/makedir.patch "Uploaded as text/plain at 2003-07-07.01:46:30 by zooko")</li><li>[trace-dir.patch.txt](https://bugs.python.org/file8480/trace-dir.patch.txt "Uploaded as text/plain at 2007-09-29.02:46:06 by zooko")</li><li>[trace_target.py](https://bugs.python.org/file19933/trace_target.py "Uploaded as text/plain at 2010-12-04.08:33:56 by eli.bendersky")</li><li>[traced_module.py](https://bugs.python.org/file19934/traced_module.py "Uploaded as text/plain at 2010-12-04.08:34:21 by eli.bendersky")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2003-07-07.01:46:30.000> labels = ['type-bug', 'library', '3.9', '3.10', '3.11'] title = 'fix one or two bugs in trace.py' updated_at = <Date 2021-12-10.20:38:21.739> user = 'https://bugs.python.org/zooko' ``` bugs.python.org fields: ```python activity = <Date 2021-12-10.20:38:21.739> actor = 'ajaksu2' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-07-07.01:46:30.000> creator = 'zooko' dependencies = [] files = ['5452', '8480', '19933', '19934'] hgrepos = [] issue_num = 766910 keywords = ['patch'] message_count = 14.0 messages = ['44232', '55404', '56196', '56197', '58923', '65432', '114249', '123005', '123319', '126113', '126154', '126155', '190040', '190088'] nosy_count = 5.0 nosy_names = ['zooko', 'belopolsky', 'ajaksu2', 'ijmorlan', 'eli.bendersky'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue766910' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-110143 * gh-114206 * gh-114207 <!-- /gh-linked-prs -->
78fcde039a33d8463e34356d5462fecee0f2831a
7573c44c3278eacf0233146037d843bb2563877a