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-128454
# Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking BPO | [33033](https://bugs.python.org/issue33033) --- | :--- Nosy | @serhiy-storchaka, @anntzer <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 2018-03-09.00:47:58.411> labels = ['docs'] title = 'Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking' updated_at = <Date 2018-03-09.09:34:18.737> user = 'https://github.com/anntzer' ``` bugs.python.org fields: ```python activity = <Date 2018-03-09.09:34:18.737> actor = 'Antony.Lee' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2018-03-09.00:47:58.411> creator = 'Antony.Lee' dependencies = [] files = [] hgrepos = [] issue_num = 33033 keywords = [] message_count = 3.0 messages = ['313471', '313474', '313478'] nosy_count = 3.0 nosy_names = ['docs@python', 'serhiy.storchaka', 'Antony.Lee'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue33033' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-128454 * gh-128538 * gh-128539 <!-- /gh-linked-prs -->
8d15058d61681e98579cf3fbd3c6fd13b3df6a72
d50fa0541b6d4f458d7ab16d3a11b1117c607f85
python/cpython
python__cpython-94146
# zipimport fails when the ZIP archive contains more than 65535 files BPO | [32959](https://bugs.python.org/issue32959) --- | :--- Nosy | @Yhg1s, @serhiy-storchaka, @bbayles <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 2018-02-26.21:08:51.426> labels = ['type-bug', 'library'] title = 'zipimport fails when the ZIP archive contains more than 65535 files' updated_at = <Date 2018-09-19.07:19:25.103> user = 'https://bugs.python.org/mchouza' ``` bugs.python.org fields: ```python activity = <Date 2018-09-19.07:19:25.103> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2018-02-26.21:08:51.426> creator = 'mchouza' dependencies = [] files = [] hgrepos = [] issue_num = 32959 keywords = [] message_count = 3.0 messages = ['312957', '313044', '325718'] nosy_count = 4.0 nosy_names = ['twouters', 'mchouza', 'serhiy.storchaka', 'bbayles'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32959' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-94146 <!-- /gh-linked-prs -->
b44898299a2ed97045c270f6474785da2ff07ced
2cedd25c14d3acfdcb5e8ee55132ce3e334ab8fe
python/cpython
python__cpython-117802
# .pth files cannot contain folders with utf-8 names BPO | [32921](https://bugs.python.org/issue32921) --- | :--- Nosy | @pfmoore, @vstinner, @tjguk, @ezio-melotti, @zware, @zooba <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 2018-02-23.13:03:18.090> labels = ['type-bug', 'expert-unicode', 'OS-windows'] title = '.pth files cannot contain folders with utf-8 names' updated_at = <Date 2018-03-05.17:53:23.182> user = 'https://bugs.python.org/einaren' ``` bugs.python.org fields: ```python activity = <Date 2018-03-05.17:53:23.182> actor = 'steve.dower' assignee = 'none' closed = False closed_date = None closer = None components = ['Unicode', 'Windows'] creation = <Date 2018-02-23.13:03:18.090> creator = 'einaren' dependencies = [] files = [] hgrepos = [] issue_num = 32921 keywords = [] message_count = 2.0 messages = ['312635', '313273'] nosy_count = 7.0 nosy_names = ['paul.moore', 'vstinner', 'tim.golden', 'ezio.melotti', 'zach.ware', 'steve.dower', 'einaren'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32921' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117802 * gh-117917 * gh-117918 <!-- /gh-linked-prs -->
6dc661bc9f65e9923eafbcdbf18bcc57eebbf6a4
3831144f9c8ce0fd582a0830a9e48a8da85e166a
python/cpython
python__cpython-130496
# Adding the ability for getpass to print asterisks when password is typed BPO | [32884](https://bugs.python.org/issue32884) --- | :--- Nosy | @stevendaprano, @bitdancer, @jab, @MatanyaStroh, @stevoisiak, @remilapeyre, @websurfer5, @akulakov <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 2018-02-20.10:28:53.338> labels = ['type-feature', 'library', '3.9'] title = 'Adding the ability for getpass to print asterisks when password is typed' updated_at = <Date 2021-08-10.01:27:06.609> user = 'https://github.com/MatanyaStroh' ``` bugs.python.org fields: ```python activity = <Date 2021-08-10.01:27:06.609> actor = 'andrei.avk' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2018-02-20.10:28:53.338> creator = 'matanya.stroh' dependencies = [] files = [] hgrepos = [] issue_num = 32884 keywords = [] message_count = 7.0 messages = ['312410', '312520', '312745', '339803', '344784', '375038', '399298'] nosy_count = 9.0 nosy_names = ['steven.daprano', 'r.david.murray', 'jab', 'matanya.stroh', 'stevoisiak', 'remi.lapeyre', 'Jeffrey.Kintscher', 'celal.sahin', 'andrei.avk'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue32884' versions = ['Python 3.9'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-130496 * gh-133849 * gh-134053 * gh-134058 * gh-134059 <!-- /gh-linked-prs -->
bf8bbe9a813dd9fc2dd14be06df172b7d26ca1af
53e6d76aa30eb760fb8ff788815f22a0e6c101cd
python/cpython
python__cpython-113817
# [os] pipe() creates inheritable FDs with a bad internal state in Windows BPO | [32865](https://bugs.python.org/issue32865) --- | :--- Nosy | @pfmoore, @tjguk, @njsmith, @zware, @eryksun, @zooba, @izbyshev PRs | <li>python/cpython#13739</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 2018-02-17.15:51:54.875> labels = ['type-bug', '3.8', '3.9', 'expert-IO', 'extension-modules', '3.10', 'OS-windows'] title = 'os.pipe creates inheritable FDs with a bad internal state on Windows' updated_at = <Date 2021-03-20.14:32:47.251> user = 'https://github.com/eryksun' ``` bugs.python.org fields: ```python activity = <Date 2021-03-20.14:32:47.251> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules', 'Windows', 'IO'] creation = <Date 2018-02-17.15:51:54.875> creator = 'eryksun' dependencies = [] files = [] hgrepos = [] issue_num = 32865 keywords = ['patch'] message_count = 4.0 messages = ['312283', '312294', '312297', '312300'] nosy_count = 7.0 nosy_names = ['paul.moore', 'tim.golden', 'njs', 'zach.ware', 'eryksun', 'steve.dower', 'izbyshev'] pr_nums = ['13739'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32865' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113817 <!-- /gh-linked-prs -->
1d75fa43a25e5f3c33f2aaaec28fab9430834792
e82b096335dcf31aedd2d265cbcc2f87ad971bfe
python/cpython
python__cpython-101587
# ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs BPO | [32780](https://bugs.python.org/issue32780) --- | :--- Nosy | @terryjreedy, @vsajip, @amauryfa, @abalkin, @aerojockey, @skrah, @meadori, @mattip, @eric-wieser PRs | <li>python/cpython#5561</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/abalkin' closed_at = None created_at = <Date 2018-02-06.05:27:59.358> labels = ['3.8', 'ctypes', 'type-bug', '3.7'] title = 'ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs' updated_at = <Date 2019-12-23.17:24:49.037> user = 'https://github.com/eric-wieser' ``` bugs.python.org fields: ```python activity = <Date 2019-12-23.17:24:49.037> actor = 'ned.deily' assignee = 'belopolsky' closed = False closed_date = None closer = None components = ['ctypes'] creation = <Date 2018-02-06.05:27:59.358> creator = 'Eric.Wieser' dependencies = [] files = [] hgrepos = [] issue_num = 32780 keywords = ['patch'] message_count = 8.0 messages = ['311705', '321279', '321280', '321730', '322225', '340234', '340603', '358806'] nosy_count = 10.0 nosy_names = ['terry.reedy', 'teoliphant', 'vinay.sajip', 'amaury.forgeotdarc', 'belopolsky', 'aerojockey', 'skrah', 'meador.inge', 'mattip', 'Eric.Wieser'] pr_nums = ['5561'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32780' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-101587 <!-- /gh-linked-prs -->
46416b9004b687856eaa73e5d48520cd768bbf82
9ef7e75434587fc8f167d73eee5dd9bdca62714b
python/cpython
python__cpython-123273
# urljoining an empty query string doesn't clear query string BPO | [32779](https://bugs.python.org/issue32779) --- | :--- Nosy | @orsenthil, @asvetlov, @thetorpedodog, @iritkatriel PRs | <li>python/cpython#5645</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 2018-02-06.04:48:49.412> labels = ['type-bug', 'library', '3.9', '3.10', '3.11'] title = "urljoining an empty query string doesn't clear query string" updated_at = <Date 2021-05-28.14:36:47.327> user = 'https://github.com/thetorpedodog' ``` bugs.python.org fields: ```python activity = <Date 2021-05-28.14:36:47.327> actor = 'pfish' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2018-02-06.04:48:49.412> creator = 'pfish' dependencies = [] files = [] hgrepos = [] issue_num = 32779 keywords = ['patch'] message_count = 7.0 messages = ['311704', '311937', '312201', '312223', '394648', '394649', '394664'] nosy_count = 4.0 nosy_names = ['orsenthil', 'asvetlov', 'pfish', 'iritkatriel'] pr_nums = ['5645'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32779' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-123273 <!-- /gh-linked-prs -->
fc897fcc01964649f023e0baa4c95d142e4e8a10
e5a567b0a721c26c79530249d9aa159afbd11955
python/cpython
python__cpython-107292
# LoggingAdapter ignores extra kwargs of Logger#log() BPO | [32732](https://bugs.python.org/issue32732) --- | :--- Nosy | @vsajip, @matrixise, @mcoolive, @samueloph PRs | <li>python/cpython#5463</li> Files | <li>[bpo-32732_logger_adapter.patch](https://bugs.python.org/file50136/bpo-32732_logger_adapter.patch "Uploaded as text/plain at 2021-07-01.01:06:54 by @samueloph"): patch</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 = <Date 2018-02-28.21:30:29.134> created_at = <Date 2018-01-31.18:26:15.495> labels = ['3.8', 'library', 'invalid'] title = 'LoggingAdapter ignores extra kwargs of Logger#log()' updated_at = <Date 2021-07-01.01:06:56.860> user = 'https://github.com/mcoolive' ``` bugs.python.org fields: ```python activity = <Date 2021-07-01.01:06:56.860> actor = 'samueloph' assignee = 'none' closed = True closed_date = <Date 2018-02-28.21:30:29.134> closer = 'vinay.sajip' components = ['Library (Lib)'] creation = <Date 2018-01-31.18:26:15.495> creator = 'mcoolive' dependencies = [] files = ['50136'] hgrepos = [] issue_num = 32732 keywords = ['patch'] message_count = 8.0 messages = ['311353', '311406', '313058', '313070', '313093', '313162', '320708', '396806'] nosy_count = 5.0 nosy_names = ['vinay.sajip', 'matrixise', 'srs', 'mcoolive', 'samueloph'] pr_nums = ['5463'] priority = 'normal' resolution = 'not a bug' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue32732' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-107292 <!-- /gh-linked-prs -->
a482e5bf0022f85424a6308529a9ad51f1bfbb71
580f357c663bd704a0903e4174cdf458cac56416
python/cpython
python__cpython-102789
# pathlib.Path._from_parsed_parts should call cls.__new__(cls) BPO | [32665](https://bugs.python.org/issue32665) --- | :--- Nosy | @pitrou, @pablogsal, @qb-cea Files | <li>[reproducer.py](https://bugs.python.org/file47409/reproducer.py "Uploaded as text/plain at 2018-01-25.12:27:24 by @qb-cea"): reproducer (tested with python3.4)</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 2018-01-25.12:27:25.104> labels = ['type-bug', 'library'] title = 'pathlib.Path._from_parsed_parts should call cls.__new__(cls)' updated_at = <Date 2018-01-27.21:38:03.770> user = 'https://github.com/qb-cea' ``` bugs.python.org fields: ```python activity = <Date 2018-01-27.21:38:03.770> actor = 'pablogsal' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2018-01-25.12:27:25.104> creator = 'qb-cea' dependencies = [] files = ['47409'] hgrepos = [] issue_num = 32665 keywords = [] message_count = 5.0 messages = ['310671', '310758', '310888', '310889', '310890'] nosy_count = 3.0 nosy_names = ['pitrou', 'pablogsal', 'qb-cea'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32665' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-102789 <!-- /gh-linked-prs -->
11c302055a2aab5373c2829d1a8610a64e72ab24
2a721258a199e9bcdcee2069719ad9c8f8c0d030
python/cpython
python__cpython-116125
# Email parser creates a message object that can't be flattened BPO | [32330](https://bugs.python.org/issue32330) --- | :--- Nosy | @warsaw, @msapiro, @bitdancer PRs | <li>python/cpython#18059</li> Files | <li>[bad_email_2.eml](https://bugs.python.org/file47333/bad_email_2.eml "Uploaded as message/rfc822 at 2017-12-15.00:25:27 by @msapiro"): Sample message triggering issue</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 2017-12-15.00:25:27.802> labels = ['3.8', 'type-bug', '3.7', 'expert-email', '3.9'] title = "Email parser creates a message object that can't be flattened" updated_at = <Date 2020-01-19.06:38:24.901> user = 'https://github.com/msapiro' ``` bugs.python.org fields: ```python activity = <Date 2020-01-19.06:38:24.901> actor = 'msapiro' assignee = 'none' closed = False closed_date = None closer = None components = ['email'] creation = <Date 2017-12-15.00:25:27.802> creator = 'msapiro' dependencies = [] files = ['47333'] hgrepos = [] issue_num = 32330 keywords = ['patch'] message_count = 5.0 messages = ['308353', '308361', '308362', '308395', '308421'] nosy_count = 3.0 nosy_names = ['barry', 'msapiro', 'r.david.murray'] pr_nums = ['18059'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue32330' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-116125 * gh-116364 * gh-116365 <!-- /gh-linked-prs -->
f97f25ef5dfcdfec0d9a359fd970abd139cf3428
df594011089a83d151ac7000954665536f3461b5
python/cpython
python__cpython-110539
# [NetBSD] test_socket creates too many locks BPO | [31925](https://bugs.python.org/issue31925) --- | :--- Nosy | @rbtcollins, @ezio-melotti, @voidspace, @serhiy-storchaka <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 2017-11-02.14:16:30.938> labels = ['3.7', 'type-bug', 'tests'] title = '[NetBSD] test_socket creates too many locks' updated_at = <Date 2017-11-06.17:05:57.177> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2017-11-06.17:05:57.177> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2017-11-02.14:16:30.938> creator = 'serhiy.storchaka' dependencies = [] files = [] hgrepos = [] issue_num = 31925 keywords = [] message_count = 2.0 messages = ['305425', '305659'] nosy_count = 4.0 nosy_names = ['rbcollins', 'ezio.melotti', 'michael.foord', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue31925' versions = ['Python 2.7', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-110539 * gh-110699 * gh-110700 <!-- /gh-linked-prs -->
f27b83090701b9c215e0d65f1f924fb9330cb649
5c6e85480ad8365c1b05fdbd678c7867103f7d76
python/cpython
python__cpython-115223
# unitest.mock: Using autospec=True conflicts with 'wraps' BPO | [31807](https://bugs.python.org/issue31807) --- | :--- Nosy | @rbtcollins, @ezio-melotti, @voidspace, @Lukas0907, @tirkarthi Files | <li>[0001-bpo-31807-unittest.mock-Fix-common-use-of-autospec-T.patch](https://bugs.python.org/file47267/0001-bpo-31807-unittest.mock-Fix-common-use-of-autospec-T.patch "Uploaded as text/plain at 2017-11-15.15:29:36 by @Lukas0907")</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 2017-10-18.00:48:15.176> labels = ['3.7', 'type-bug', 'library'] title = "unitest.mock: Using autospec=True conflicts with 'wraps'" updated_at = <Date 2019-12-02.08:29:10.129> user = 'https://bugs.python.org/JohnVillalovos' ``` bugs.python.org fields: ```python activity = <Date 2019-12-02.08:29:10.129> actor = 'xtreak' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-10-18.00:48:15.176> creator = 'John Villalovos' dependencies = [] files = ['47267'] hgrepos = [] issue_num = 31807 keywords = ['patch'] message_count = 3.0 messages = ['304549', '306273', '352287'] nosy_count = 6.0 nosy_names = ['rbcollins', 'ezio.melotti', 'michael.foord', 'John Villalovos', 'Lukas Anzinger', 'xtreak'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue31807' versions = ['Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-115223 * gh-117119 * gh-117124 <!-- /gh-linked-prs -->
735fc2cbbcf875c359021b5b2af7f4c29f4cf66d
7db871e4fa48eef20ea22414b226998f83facfd6
python/cpython
python__cpython-105796
# test_xmlrpc_net should use something other than buildbot.python.org BPO | [31724](https://bugs.python.org/issue31724) --- | :--- Nosy | @loewis, @zware, @iritkatriel PRs | <li>python/cpython#3921</li><li>python/cpython#3922</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 2017-10-08.05:44:01.243> labels = ['tests', '3.9', '3.10', '3.11'] title = 'test_xmlrpc_net should use something other than buildbot.python.org' updated_at = <Date 2021-08-01.21:47:55.945> user = 'https://github.com/zware' ``` bugs.python.org fields: ```python activity = <Date 2021-08-01.21:47:55.945> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2017-10-08.05:44:01.243> creator = 'zach.ware' dependencies = [] files = [] hgrepos = [] issue_num = 31724 keywords = [] message_count = 5.0 messages = ['303894', '303895', '303896', '303897', '398721'] nosy_count = 3.0 nosy_names = ['loewis', 'zach.ware', 'iritkatriel'] pr_nums = ['3921', '3922'] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue31724' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-105796 <!-- /gh-linked-prs -->
820febc535cd9548b11c01c3c6d572b442f20c35
d50930a6a846280b5da299f9c2f9a01669dbf06c
python/cpython
python__cpython-125023
# Socket documentation threading misstep? BPO | [31717](https://bugs.python.org/issue31717) --- | :--- Nosy | @bitdancer <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 2017-10-06.15:53:09.108> labels = ['3.7', 'docs'] title = 'Socket documentation threading misstep?' updated_at = <Date 2017-10-06.17:00:05.009> user = 'https://bugs.python.org/apoplexy' ``` bugs.python.org fields: ```python activity = <Date 2017-10-06.17:00:05.009> actor = 'apoplexy' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2017-10-06.15:53:09.108> creator = 'apoplexy' dependencies = [] files = [] hgrepos = [] issue_num = 31717 keywords = [] message_count = 4.0 messages = ['303831', '303834', '303835', '303838'] nosy_count = 3.0 nosy_names = ['r.david.murray', 'docs@python', 'apoplexy'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue31717' versions = ['Python 2.7', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-125023 <!-- /gh-linked-prs -->
9047146e546599325cddda266e420f42fb318e4e
43ad3b51707f51ae4b434e2b5950d2c8bf7cca6e
python/cpython
python__cpython-107117
# mailbox._mboxMMDF.get_message throws away From envelope BPO | [31524](https://bugs.python.org/issue31524) --- | :--- Nosy | @warsaw, @bitdancer <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 2017-09-19.23:27:27.205> labels = ['easy', 'type-bug', 'expert-email', '3.10', '3.11', '3.9'] title = 'mailbox._mboxMMDF.get_message throws away From envelope' updated_at = <Date 2022-01-16.19:05:51.256> user = 'https://bugs.python.org/bpoaugust' ``` bugs.python.org fields: ```python activity = <Date 2022-01-16.19:05:51.256> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['email'] creation = <Date 2017-09-19.23:27:27.205> creator = 'bpoaugust' dependencies = [] files = [] hgrepos = [] issue_num = 31524 keywords = ['easy'] message_count = 5.0 messages = ['302570', '302575', '302577', '302578', '302582'] nosy_count = 3.0 nosy_names = ['barry', 'r.david.murray', 'bpoaugust'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue31524' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-107117 * gh-115098 * gh-115099 <!-- /gh-linked-prs -->
76108b8b05040fc49a6bc50eb2e990576595c57c
7fdd4235d790559372bbb1bf0c2384191a9bb5f3
python/cpython
python__cpython-103179
# shutil.which doesn't find files without PATHEXT extension on Windows BPO | [31405](https://bugs.python.org/issue31405) --- | :--- Nosy | @pfmoore, @tjguk, @zware, @SpecLad, @serhiy-storchaka, @eryksun, @zooba, @asottile, @Zheaoli, @tirkarthi <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 2017-09-09.18:12:09.040> labels = ['3.8', 'type-bug', 'library', 'OS-windows'] title = "shutil.which doesn't find files without PATHEXT extension on Windows" updated_at = <Date 2021-01-25.22:47:48.848> user = 'https://bugs.python.org/rmccampbell7' ``` bugs.python.org fields: ```python activity = <Date 2021-01-25.22:47:48.848> actor = 'mitchelly' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Windows'] creation = <Date 2017-09-09.18:12:09.040> creator = 'rmccampbell7' dependencies = [] files = [] hgrepos = [] issue_num = 31405 keywords = [] message_count = 12.0 messages = ['301785', '326497', '326498', '326500', '326501', '326502', '326506', '326514', '360439', '360482', '360485', '385676'] nosy_count = 12.0 nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'SpecLad', 'serhiy.storchaka', 'eryksun', 'steve.dower', 'rmccampbell7', 'Anthony Sottile', 'Manjusaka', 'xtreak', 'mitchelly'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue31405' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103179 <!-- /gh-linked-prs -->
935aa452359ac3f79febefcdb4387b962cf528af
f184abbdc9ac3a5656de5f606faf505aa42ff391
python/cpython
python__cpython-104902
# Remove deprecated tkinter.tix module BPO | [31371](https://bugs.python.org/issue31371) --- | :--- Nosy | @rhettinger, @pfmoore, @taleinat, @tjguk, @jkloth, @ned-deily, @zware, @serhiy-storchaka, @zooba PRs | <li>python/cpython#3393</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 = <Date 2018-09-06.14:42:24.327> created_at = <Date 2017-09-06.21:33:20.186> labels = ['expert-tkinter', 'OS-windows'] title = 'Remove deprecated tkinter.tix module' updated_at = <Date 2018-09-06.14:42:24.324> user = 'https://github.com/ned-deily' ``` bugs.python.org fields: ```python activity = <Date 2018-09-06.14:42:24.324> actor = 'zach.ware' assignee = 'none' closed = True closed_date = <Date 2018-09-06.14:42:24.327> closer = 'zach.ware' components = ['Tkinter', 'Windows'] creation = <Date 2017-09-06.21:33:20.186> creator = 'ned.deily' dependencies = [] files = [] hgrepos = [] issue_num = 31371 keywords = [] message_count = 5.0 messages = ['301524', '301545', '301570', '324670', '324695'] nosy_count = 9.0 nosy_names = ['rhettinger', 'paul.moore', 'taleinat', 'tim.golden', 'jkloth', 'ned.deily', 'zach.ware', 'serhiy.storchaka', 'steve.dower'] pr_nums = ['3393'] priority = 'normal' resolution = 'later' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue31371' versions = [] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104902 <!-- /gh-linked-prs -->
a989b73e8ebf869dcc71d06127e8797c92260a0f
86d8f489359b8f6cc15006bdcbd70521ce621fbb
python/cpython
python__cpython-125962
# PyObject_CallFinalizerFromDealloc is undocumented BPO | [31276](https://bugs.python.org/issue31276) --- | :--- Nosy | @pv <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 2017-08-25.14:26:48.286> labels = ['3.7', 'docs'] title = 'PyObject_CallFinalizerFromDealloc is undocumented' updated_at = <Date 2017-08-25.14:26:48.286> user = 'https://github.com/pv' ``` bugs.python.org fields: ```python activity = <Date 2017-08-25.14:26:48.286> actor = 'pv' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2017-08-25.14:26:48.286> creator = 'pv' dependencies = [] files = [] hgrepos = [] issue_num = 31276 keywords = [] message_count = 1.0 messages = ['300842'] nosy_count = 2.0 nosy_names = ['pv', 'docs@python'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue31276' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-125962 * gh-134344 <!-- /gh-linked-prs -->
3246ea514d6da6ff09f411e22b3ba61a7de84a74
306f9e04e50c80f7be2a38fc3b64accf59f5164c
python/cpython
python__cpython-107035
# Makefile.pre.in: commoninstall: reformat BPO | [31188](https://bugs.python.org/issue31188) --- | :--- <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 2017-08-12.17:58:52.659> labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'build'] title = 'Makefile.pre.in: commoninstall: reformat' updated_at = <Date 2022-01-04.22:33:51.731> user = 'https://bugs.python.org/dilyanpalauzov' ``` bugs.python.org fields: ```python activity = <Date 2022-01-04.22:33:51.731> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Build'] creation = <Date 2017-08-12.17:58:52.659> creator = 'dilyan.palauzov' dependencies = [] files = [] hgrepos = [] issue_num = 31188 keywords = ['easy'] message_count = 1.0 messages = ['300204'] nosy_count = 1.0 nosy_names = ['dilyan.palauzov'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue31188' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-107035 * gh-107049 * gh-107050 <!-- /gh-linked-prs -->
9c38206925246ab919cf558ac069ae9458720ba7
6e5f2235f3754307292c7d8d3698958136b5e311
python/cpython
python__cpython-104517
# Fix data descriptor detection in inspect.getattr_static BPO | [31184](https://bugs.python.org/issue31184) --- | :--- Nosy | @rhettinger, @serhiy-storchaka Superseder | <li>bpo-26103: Contradiction in definition of &quot;data descriptor&quot; between (dotted lookup behavior/datamodel documentation) and (inspect lib/descriptor how-to)</li> Files | <li>[0001-Fix-data-descriptor-detection-in-inspect.getattr_sta.patch](https://bugs.python.org/file47078/0001-Fix-data-descriptor-detection-in-inspect.getattr_sta.patch "Uploaded as text/plain at 2017-08-11.16:22:09 by davidhalter"): Potential patch that fixes the issue</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 2017-08-11.16:22:11.131> labels = ['type-bug', 'library', '3.11'] title = 'Fix data descriptor detection in inspect.getattr_static' updated_at = <Date 2021-12-08.04:22:58.232> user = 'https://bugs.python.org/davidhalter' ``` bugs.python.org fields: ```python activity = <Date 2021-12-08.04:22:58.232> actor = 'rhettinger' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-08-11.16:22:11.131> creator = 'davidhalter' dependencies = [] files = ['47078'] hgrepos = [] issue_num = 31184 keywords = ['patch'] message_count = 4.0 messages = ['300170', '300173', '407976', '407985'] nosy_count = 3.0 nosy_names = ['rhettinger', 'serhiy.storchaka', 'davidhalter'] pr_nums = [] priority = 'normal' resolution = None stage = 'resolved' status = 'open' superseder = '26103' type = 'behavior' url = 'https://bugs.python.org/issue31184' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104517 * gh-104557 <!-- /gh-linked-prs -->
5e9f471e7db30893fb3f42681f17fdcdb70069ee
a454a6651ba26ed623377dd01ed62a0a22afa8c7
python/cpython
python__cpython-114420
# loop.create_server does not detect if the interface is IPv6 enabled BPO | [30945](https://bugs.python.org/issue30945) --- | :--- Nosy | @pitrou, @1st1, @asottile, @jnwatson, @cecton PRs | <li>python/cpython#7207</li> Files | <li>[test_ipv6.py](https://bugs.python.org/file47019/test_ipv6.py "Uploaded as text/plain at 2017-07-17.10:04:34 by @cecton"): Example file to reproduce the issue</li><li>[eaddrnotavail_asyncio.patch](https://bugs.python.org/file47026/eaddrnotavail_asyncio.patch "Uploaded as text/plain at 2017-07-20.11:34:42 by @pitrou")</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 2017-07-17.10:04:34.577> labels = ['type-bug', '3.7', 'expert-asyncio'] title = 'loop.create_server does not detect if the interface is IPv6 enabled' updated_at = <Date 2018-10-19.21:14:34.454> user = 'https://github.com/cecton' ``` bugs.python.org fields: ```python activity = <Date 2018-10-19.21:14:34.454> actor = 'jnwatson' assignee = 'none' closed = False closed_date = None closer = None components = ['asyncio'] creation = <Date 2017-07-17.10:04:34.577> creator = 'cecton' dependencies = [] files = ['47019', '47026'] hgrepos = [] issue_num = 30945 keywords = ['patch'] message_count = 12.0 messages = ['298474', '298683', '298684', '298714', '298716', '298718', '311915', '311916', '311917', '311942', '317895', '318045'] nosy_count = 5.0 nosy_names = ['pitrou', 'yselivanov', 'Anthony Sottile', 'jnwatson', 'cecton'] pr_nums = ['7207'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue30945' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-114420 * gh-114441 * gh-114442 <!-- /gh-linked-prs -->
a53e56e7d88b4f2a2943c9f191024198009fcf9e
8ccd1ba461b44ca078ab120559637bd3ffe22e50
python/cpython
python__cpython-115153
# Local variable assignment is broken when combined with threads + tracing + closures BPO | [30744](https://bugs.python.org/issue30744) --- | :--- Nosy | @arigo, @ncoghlan, @abalkin, @benjaminp, @njsmith, @xdegaye, @markshannon, @1st1, @xgid PRs | <li>python/cpython#3640</li><li>python/cpython#18052</li> Dependencies | <li>bpo-17960: Clarify the required behaviour of locals()</li> Files | <li>[thread-closure-bug-demo.py](https://bugs.python.org/file46971/thread-closure-bug-demo.py "Uploaded as text/plain at 2017-06-24.04:05:25 by @njsmith")</li><li>[x.py](https://bugs.python.org/file46972/x.py "Uploaded as text/plain at 2017-06-24.06:53:17 by @arigo")</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/ncoghlan' closed_at = None created_at = <Date 2017-06-24.04:05:28.903> labels = ['interpreter-core', '3.10'] title = 'Local variable assignment is broken when combined with threads + tracing + closures' updated_at = <Date 2021-01-29.16:12:19.866> user = 'https://github.com/njsmith' ``` bugs.python.org fields: ```python activity = <Date 2021-01-29.16:12:19.866> actor = 'terry.reedy' assignee = 'ncoghlan' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2017-06-24.04:05:28.903> creator = 'njs' dependencies = ['17960'] files = ['46971', '46972'] hgrepos = [] issue_num = 30744 keywords = ['patch'] message_count = 48.0 messages = ['296751', '296756', '296757', '296758', '296770', '296806', '296808', '296810', '296841', '296882', '297145', '297150', '297254', '297259', '297480', '297503', '297504', '301769', '301786', '301856', '302420', '302475', '302505', '304099', '304297', '304307', '304315', '304317', '304319', '304323', '304325', '304329', '304345', '304371', '304377', '304381', '304388', '304398', '304399', '304414', '304415', '304416', '304419', '304730', '304745', '304753', '304754', '305586'] nosy_count = 10.0 nosy_names = ['arigo', 'ncoghlan', 'belopolsky', 'benjamin.peterson', 'ionelmc', 'njs', 'xdegaye', 'Mark.Shannon', 'yselivanov', 'xgdomingo'] pr_nums = ['3640', '18052'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue30744' versions = ['Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-115153 * gh-118265 * gh-118581 * gh-118583 * gh-118624 * gh-119201 * gh-119291 * gh-119379 * gh-119892 <!-- /gh-linked-prs -->
b034f14a4b6e9197d3926046721b8b4b4b4f5b3d
1ab6356ebec25f216a0eddbd81225abcb93f2d55
python/cpython
python__cpython-104326
# getaddrinfo raises OverflowError BPO | [30710](https://bugs.python.org/issue30710) --- | :--- Nosy | @benjaminp, @serhiy-storchaka, @csabella, @smejkar, @remilapeyre PRs | <li>python/cpython#2435</li> Files | <li>[getaddrinfo_overflow_error.patch](https://bugs.python.org/file46964/getaddrinfo_overflow_error.patch "Uploaded as text/plain at 2017-06-20.16:39:26 by @smejkar")</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 2017-06-20.13:19:55.914> labels = ['extension-modules', 'type-bug', '3.7'] title = 'getaddrinfo raises OverflowError' updated_at = <Date 2020-05-29.09:57:44.659> user = 'https://github.com/smejkar' ``` bugs.python.org fields: ```python activity = <Date 2020-05-29.09:57:44.659> actor = 'remi.lapeyre' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2017-06-20.13:19:55.914> creator = 'smejkar' dependencies = [] files = ['46964'] hgrepos = [] issue_num = 30710 keywords = ['patch'] message_count = 11.0 messages = ['296421', '296437', '296471', '296473', '296526', '296536', '296540', '296541', '296548', '370283', '370285'] nosy_count = 5.0 nosy_names = ['benjamin.peterson', 'serhiy.storchaka', 'cheryl.sabella', 'smejkar', 'remi.lapeyre'] pr_nums = ['2435'] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue30710' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104326 <!-- /gh-linked-prs -->
2c863b3871c6127a80aa7229033219f1cdcc8711
235b82721dbbe2bc5bf1f45a74e22b7185e5783e
python/cpython
python__cpython-103141
# Performance of typing._ProtocolMeta._get_protocol_attrs and isinstance BPO | [30505](https://bugs.python.org/issue30505) --- | :--- Nosy | @ilevkivskyi, @orenbenkiki <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 2017-05-29.09:16:49.884> labels = ['library', 'performance'] title = 'Performance of typing._ProtocolMeta._get_protocol_attrs and isinstance' updated_at = <Date 2017-06-02.17:44:59.311> user = 'https://github.com/orenbenkiki' ``` bugs.python.org fields: ```python activity = <Date 2017-06-02.17:44:59.311> actor = 'levkivskyi' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-05-29.09:16:49.884> creator = 'orenbenkiki' dependencies = [] files = [] hgrepos = [] issue_num = 30505 keywords = [] message_count = 2.0 messages = ['294686', '295044'] nosy_count = 2.0 nosy_names = ['levkivskyi', 'orenbenkiki'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'performance' url = 'https://bugs.python.org/issue30505' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103141 * gh-103152 * gh-103159 * gh-103160 * gh-103280 * gh-103310 * gh-103347 * gh-103348 * gh-103350 * gh-104622 * gh-104691 * gh-112157 * gh-112708 * gh-112717 <!-- /gh-linked-prs -->
9048d73f7a5c58be21988250c381f866586687a0
80163e17d3f826067c5d95198db7696287beb416
python/cpython
python__cpython-113810
# Increase coverage of base64 BPO | [30493](https://bugs.python.org/issue30493) --- | :--- Nosy | @serhiy-storchaka, @leecannon, @ZackerySpytz PRs | <li>python/cpython#1837</li><li>python/cpython#21913</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 2017-05-27.20:45:48.137> labels = ['3.7', 'type-feature', 'tests'] title = 'Increase coverage of base64' updated_at = <Date 2020-08-18.00:20:47.839> user = 'https://github.com/leecannon' ``` bugs.python.org fields: ```python activity = <Date 2020-08-18.00:20:47.839> actor = 'ZackerySpytz' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2017-05-27.20:45:48.137> creator = 'leecannon' dependencies = [] files = [] hgrepos = [] issue_num = 30493 keywords = ['patch'] message_count = 3.0 messages = ['294611', '294614', '294646'] nosy_count = 3.0 nosy_names = ['serhiy.storchaka', 'leecannon', 'ZackerySpytz'] pr_nums = ['1837', '21913'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue30493' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113810 * gh-113811 <!-- /gh-linked-prs -->
a61bfa84c9697ebcb7804fb212f87851763232a4
da85a272a6216cf3583db8e25155cb3a7168b081
python/cpython
python__cpython-121185
# Add fnmatch.filterfalse function BPO | [30413](https://bugs.python.org/issue30413) --- | :--- Nosy | @brettcannon, @rhettinger, @vstinner, @stevendaprano, @serhiy-storchaka, @wm75 Dependencies | <li>bpo-30415: Improve fnmatch testing</li> Files | <li>[filterfalse.diff](https://bugs.python.org/file46879/filterfalse.diff "Uploaded as text/plain at 2017-05-20.13:19:02 by @stevendaprano")</li><li>[filterfalse.alternate_patch](https://bugs.python.org/file46880/filterfalse.alternate_patch "Uploaded as text/plain at 2017-05-20.17:08:39 by @wm75")</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 2017-05-20.13:19:02.837> labels = ['3.7', 'type-feature', 'library'] title = 'Add fnmatch.filterfalse function' updated_at = <Date 2019-08-21.16:32:30.493> user = 'https://github.com/stevendaprano' ``` bugs.python.org fields: ```python activity = <Date 2019-08-21.16:32:30.493> actor = 'gvanrossum' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-05-20.13:19:02.837> creator = 'steven.daprano' dependencies = ['30415'] files = ['46879', '46880'] hgrepos = [] issue_num = 30413 keywords = ['patch'] message_count = 17.0 messages = ['294029', '294031', '294036', '294038', '294039', '294041', '294078', '294110', '294111', '294132', '294133', '294510', '350056', '350062', '350066', '350090', '350093'] nosy_count = 7.0 nosy_names = ['brett.cannon', 'rhettinger', 'vstinner', 'steven.daprano', 'serhiy.storchaka', 'wolma', 'Roee Nizan'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue30413' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-121185 * gh-136781 * gh-136782 <!-- /gh-linked-prs -->
3eda1460359c7e6af4c5b125a63388635a3ed477
ee3657209b1464d66c89640e4db0dccdeec5b45c
python/cpython
python__cpython-113354
# ndbm can't iterate through values on OS X BPO | [30388](https://bugs.python.org/issue30388) --- | :--- Nosy | @terryjreedy, @ronaldoussoren, @ned-deily, @emilyemorehouse Files | <li>[ndbm.zip](https://bugs.python.org/file46872/ndbm.zip "Uploaded as application/zip at 2017-05-17.16:03:54 by Forest Gregg"): The ndbm files created by shelve.</li><li>[ndbm-repro.c](https://bugs.python.org/file49627/ndbm-repro.c "Uploaded as text/plain at 2020-11-27.11:32:30 by @ronaldoussoren")</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 2017-05-17.16:03:55.042> labels = ['OS-mac', 'type-bug', 'library'] title = "ndbm can't iterate through values on OS X" updated_at = <Date 2020-11-27.11:32:30.539> user = 'https://bugs.python.org/ForestGregg' ``` bugs.python.org fields: ```python activity = <Date 2020-11-27.11:32:30.539> actor = 'ronaldoussoren' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'macOS'] creation = <Date 2017-05-17.16:03:55.042> creator = 'Forest Gregg' dependencies = [] files = ['46872', '49627'] hgrepos = [] issue_num = 30388 keywords = [] message_count = 11.0 messages = ['293858', '293934', '293974', '293975', '294040', '295189', '295215', '295282', '295512', '380963', '381944'] nosy_count = 5.0 nosy_names = ['terry.reedy', 'ronaldoussoren', 'ned.deily', 'emilyemorehouse', 'Forest Gregg'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue30388' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113354 * gh-113431 * gh-113432 <!-- /gh-linked-prs -->
593b4d81d276b428f926debfe70d56ba94edf0e1
6e02d79f96b30bacdbc7a85e42040920b3dee915
python/cpython
python__cpython-109650
# msvcrt SetErrorMode not documented BPO | [30295](https://bugs.python.org/issue30295) --- | :--- Nosy | @pfmoore, @giampaolo, @tjguk, @zware, @eryksun, @zooba <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 2017-05-07.12:24:20.777> labels = ['3.8', '3.9', '3.10', 'type-feature', 'library', 'OS-windows', 'docs'] title = 'msvcrt SetErrorMode not documented' updated_at = <Date 2021-03-06.15:34:24.241> user = 'https://github.com/giampaolo' ``` bugs.python.org fields: ```python activity = <Date 2021-03-06.15:34:24.241> actor = 'eryksun' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation', 'Library (Lib)', 'Windows'] creation = <Date 2017-05-07.12:24:20.777> creator = 'giampaolo.rodola' dependencies = [] files = [] hgrepos = [] issue_num = 30295 keywords = [] message_count = 2.0 messages = ['293189', '293200'] nosy_count = 7.0 nosy_names = ['paul.moore', 'giampaolo.rodola', 'tim.golden', 'docs@python', 'zach.ware', 'eryksun', 'steve.dower'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue30295' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-109650 <!-- /gh-linked-prs -->
869f177b5cd5c2a2a015e4658cbbb0e9566210f7
d4cea794a7b9b745817d2bd982d35412aef04710
python/cpython
python__cpython-102424
# object returned by tarfile.extractfile has an incorrect value of name attribute BPO | [30282](https://bugs.python.org/issue30282) --- | :--- Nosy | @gustaebel, @xondrejk PRs | <li>python/cpython#1483</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 2017-05-05.15:09:35.461> labels = ['3.7', 'type-bug', 'library'] title = 'object returned by tarfile.extractfile has an incorrect value of name attribute' updated_at = <Date 2017-05-05.20:36:09.009> user = 'https://github.com/xondrejk' ``` bugs.python.org fields: ```python activity = <Date 2017-05-05.20:36:09.009> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-05-05.15:09:35.461> creator = 'Ondrej Kubecka' dependencies = [] files = [] hgrepos = [] issue_num = 30282 keywords = [] message_count = 1.0 messages = ['293111'] nosy_count = 2.0 nosy_names = ['lars.gustaebel', 'Ondrej Kubecka'] pr_nums = ['1483'] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue30282' versions = ['Python 3.3', 'Python 3.4', 'Python 3.5', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-102424 <!-- /gh-linked-prs -->
56d055a0d81a809e4ff8e1d56756a3bf32317efb
89e67ada6958cfd8d4eec221848f81b2619de099
python/cpython
python__cpython-118793
# Path takes and ignores **kwargs BPO | [29847](https://bugs.python.org/issue29847) --- | :--- Nosy | @brettcannon, @pitrou, @serhiy-storchaka, @jstasiak, @JelleZijlstra, @DimitrisJim, @remilapeyre, @uriyyo PRs | <li>python/cpython#13399</li><li>python/cpython#19632</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 2017-03-18.15:22:47.434> labels = ['type-bug', '3.8', '3.9', '3.10', '3.7', 'library'] title = 'Path takes and ignores **kwargs' updated_at = <Date 2020-06-10.22:05:47.572> user = 'https://github.com/JelleZijlstra' ``` bugs.python.org fields: ```python activity = <Date 2020-06-10.22:05:47.572> actor = 'remi.lapeyre' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-03-18.15:22:47.434> creator = 'JelleZijlstra' dependencies = [] files = [] hgrepos = [] issue_num = 29847 keywords = ['patch'] message_count = 9.0 messages = ['289817', '289896', '289897', '289902', '289944', '289945', '289946', '289998', '369520'] nosy_count = 8.0 nosy_names = ['brett.cannon', 'pitrou', 'serhiy.storchaka', 'jstasiak', 'JelleZijlstra', 'Jim Fasarakis-Hilliard', 'remi.lapeyre', 'uriyyo'] pr_nums = ['13399', '19632'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue29847' versions = ['Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-118793 <!-- /gh-linked-prs -->
7d8725ac6f3304677d71dabdb7c184e98a62d864
fbe6a0988ff08aef29c4649527d5d620d77ca4a2
python/cpython
python__cpython-30650
# Support moving across filesystems in pathlib.Path, as shutil.move() does BPO | [29805](https://bugs.python.org/issue29805) --- | :--- Nosy | @brettcannon, @pfmoore, @ericvsmith, @tjguk, @zware, @eryksun, @zooba <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 2017-03-13.21:03:44.694> labels = ['3.8', 'type-feature', 'library', '3.9', '3.10'] title = 'Support moving across filesystems in pathlib.Path, as shutil.move() does' updated_at = <Date 2021-03-15.21:26:30.922> user = 'https://bugs.python.org/LaurentMazuel' ``` bugs.python.org fields: ```python activity = <Date 2021-03-15.21:26:30.922> actor = 'eryksun' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-03-13.21:03:44.694> creator = 'Laurent.Mazuel' dependencies = [] files = [] hgrepos = [] issue_num = 29805 keywords = [] message_count = 6.0 messages = ['289549', '289552', '289559', '289630', '289687', '289688'] nosy_count = 8.0 nosy_names = ['brett.cannon', 'paul.moore', 'eric.smith', 'tim.golden', 'Laurent.Mazuel', 'zach.ware', 'eryksun', 'steve.dower'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue29805' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-30650 * gh-119058 * gh-119060 * gh-119079 * gh-119159 * gh-120517 * gh-120519 * gh-120715 * gh-120718 * gh-120806 * gh-120807 * gh-121438 * gh-121444 * gh-122073 * gh-122368 * gh-122369 * gh-122924 * gh-123158 * gh-123314 * gh-123315 * gh-123337 <!-- /gh-linked-prs -->
0d322181d9018b25a5c28e62a0c193b4309aaa95
4563099d28e832aed22b85ce7e2a92236df03847
python/cpython
python__cpython-113798
# New environment variable PYTHON_HISTORY BPO | [29779](https://bugs.python.org/issue29779) --- | :--- Nosy | @warsaw, @berkerpeksag, @serhiy-storchaka, @yan12125, @0xl3vi, @ZackerySpytz PRs | <li>python/cpython#473</li><li>python/cpython#13208</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 2017-03-10.07:40:03.245> labels = ['3.8', 'type-feature', 'library'] title = 'New environment variable PYTHONHISTORY' updated_at = <Date 2019-05-24.11:34:21.544> user = 'https://github.com/0xl3vi' ``` bugs.python.org fields: ```python activity = <Date 2019-05-24.11:34:21.544> actor = 'ZackerySpytz' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-03-10.07:40:03.245> creator = '0xl3vi' dependencies = [] files = [] hgrepos = [] issue_num = 29779 keywords = ['patch'] message_count = 5.0 messages = ['289342', '289402', '289497', '289624', '343375'] nosy_count = 6.0 nosy_names = ['barry', 'berker.peksag', 'serhiy.storchaka', 'yan12125', '0xl3vi', 'ZackerySpytz'] pr_nums = ['473', '13208'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue29779' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113798 <!-- /gh-linked-prs -->
e5d0316f35a62df05e1b196689f6998662631836
f19b93fce04fb0bc9b59071915a6aa6b01860d8a
python/cpython
python__cpython-103052
# [Linux] ctypes packs bitfields Incorrectly BPO | [29753](https://bugs.python.org/issue29753) --- | :--- Nosy | @terryjreedy, @amauryfa, @jaraco, @abalkin, @meadori, @eryksun, @ztane, @pablogsal, @mleroy003, @miss-islington, @shihai1991, @karlding, @FFY00, @thesamprice PRs | <li>python/cpython#19850</li><li>python/cpython#27085</li><li>python/cpython#27086</li> Files | <li>[test.py](https://bugs.python.org/file46708/test.py "Uploaded as text/plain at 2017-03-08.00:36:40 by Charles Machalow"): File to test with</li><li>[ctypes-bitfields-bug.tar.gz](https://bugs.python.org/file47511/ctypes-bitfields-bug.tar.gz "Uploaded as application/x-gzip at 2018-04-01.16:18:14 by @mleroy003"): tar file containing a test program in C and Python 3, plus a makefile. to tets : make rebuild ; make test</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 2017-03-08.00:36:40.502> labels = ['ctypes', 'type-bug', '3.9', '3.10', '3.11'] title = '[Linux] ctypes packs bitfields Incorrectly' updated_at = <Date 2021-07-17.02:08:19.325> user = 'https://bugs.python.org/CharlesMachalow' ``` bugs.python.org fields: ```python activity = <Date 2021-07-17.02:08:19.325> actor = 'terry.reedy' assignee = 'none' closed = False closed_date = None closer = None components = ['ctypes'] creation = <Date 2017-03-08.00:36:40.502> creator = 'Charles Machalow' dependencies = [] files = ['46708', '47511'] hgrepos = [] issue_num = 29753 keywords = ['patch'] message_count = 21.0 messages = ['289193', '289209', '289211', '289212', '301020', '306410', '306434', '306466', '314778', '343998', '363440', '367950', '387821', '392460', '397255', '397257', '397259', '397260', '397261', '397262', '397679'] nosy_count = 15.0 nosy_names = ['terry.reedy', 'amaury.forgeotdarc', 'jaraco', 'belopolsky', 'meador.inge', 'eryksun', 'ztane', 'Charles Machalow', 'pablogsal', 'mleroy003', 'miss-islington', 'shihai1991', 'karlding', 'FFY00', 'thesamprice'] pr_nums = ['19850', '27085', '27086'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue29753' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103052 <!-- /gh-linked-prs -->
04a1a542cbaa88136693cf26f3ee1d5d921afe14
2efc3238d749977364568422eb0acec37c2438ba
python/cpython
python__cpython-93324
# httplib: wrong Host header when connecting to IPv6 link-local address BPO | [29375](https://bugs.python.org/issue29375) --- | :--- Nosy | @gpshead, @vadmium <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 2017-01-25.20:14:44.074> labels = ['3.7', 'type-bug', 'library'] title = 'httplib: wrong Host header when connecting to IPv6 link-local address' updated_at = <Date 2017-01-26.21:13:35.139> user = 'https://bugs.python.org/JonathanGuthrie' ``` bugs.python.org fields: ```python activity = <Date 2017-01-26.21:13:35.139> actor = 'JonathanGuthrie' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-01-25.20:14:44.074> creator = 'JonathanGuthrie' dependencies = [] files = [] hgrepos = [] issue_num = 29375 keywords = [] message_count = 3.0 messages = ['286276', '286286', '286333'] nosy_count = 3.0 nosy_names = ['gregory.p.smith', 'martin.panter', 'JonathanGuthrie'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue29375' versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-93324 * gh-112272 * gh-112273 <!-- /gh-linked-prs -->
ce1096f974d3158a92e050f9226700775b8db398
7c9f2677fbb8805f7d531fb96731339727e8ea20
python/cpython
python__cpython-116667
# Fused multiply-add: proposal to add math.fma() BPO | [29282](https://bugs.python.org/issue29282) --- | :--- Nosy | @mdickinson, @pitrou, @vstinner, @stevendaprano, @skrah, @nschloe, @serhiy-storchaka, @efahl, @cdonovick PRs | <li>python/cpython#17987</li> Files | <li>[xmathmodule.c](https://bugs.python.org/file46298/xmathmodule.c "Uploaded as text/plain at 2017-01-16.10:02:24 by juraj.sukop")</li><li>[example.py](https://bugs.python.org/file46299/example.py "Uploaded as text/plain at 2017-01-16.10:02:37 by juraj.sukop")</li><li>[setup.py](https://bugs.python.org/file46300/setup.py "Uploaded as text/plain at 2017-01-16.10:02:45 by juraj.sukop")</li><li>[fma_reference.py](https://bugs.python.org/file46304/fma_reference.py "Uploaded as text/plain at 2017-01-16.19:04:11 by @mdickinson")</li><li>[math_fma.patch](https://bugs.python.org/file46321/math_fma.patch "Uploaded as text/plain at 2017-01-17.21:02:45 by @mdickinson")</li><li>[math_fma2.patch](https://bugs.python.org/file46345/math_fma2.patch "Uploaded as text/plain at 2017-01-19.19:46:15 by @mdickinson")</li><li>[math_fma3.patch](https://bugs.python.org/file46346/math_fma3.patch "Uploaded as text/plain at 2017-01-19.20:03:33 by @mdickinson")</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 2017-01-16.10:01:37.166> labels = ['3.7', 'type-feature', 'library'] title = 'Fused multiply-add: proposal to add math.fma()' updated_at = <Date 2021-06-19.09:24:45.622> user = 'https://bugs.python.org/jurajsukop' ``` bugs.python.org fields: ```python activity = <Date 2021-06-19.09:24:45.622> actor = 'mark.dickinson' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2017-01-16.10:01:37.166> creator = 'juraj.sukop' dependencies = [] files = ['46298', '46299', '46300', '46304', '46321', '46345', '46346'] hgrepos = [] issue_num = 29282 keywords = ['patch'] message_count = 36.0 messages = ['285547', '285549', '285550', '285551', '285552', '285553', '285557', '285564', '285565', '285566', '285582', '285682', '285685', '285836', '285837', '285839', '285840', '285841', '285843', '285844', '285955', '285956', '285957', '285958', '285959', '286201', '312431', '312432', '312433', '312480', '312488', '359903', '359911', '359913', '359921', '359926'] nosy_count = 11.0 nosy_names = ['mark.dickinson', 'pitrou', 'vstinner', 'steven.daprano', 'skrah', 'nschloe', 'python-dev', 'serhiy.storchaka', 'eric.fahlgren', 'juraj.sukop', 'donovick'] pr_nums = ['17987'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue29282' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-116667 <!-- /gh-linked-prs -->
8e3c953b3acd7c656f66696806c9ae917e816492
b8d808ddd77f84de9f93adcc2aede2879eb5241e
python/cpython
python__cpython-101398
# Support recursive wildcards in pathlib.PurePath.match() BPO | [29249](https://bugs.python.org/issue29249) --- | :--- Nosy | @pitrou, @RonnyPfannschmidt, @serhiy-storchaka, @wimglenn, @JulienPalard, @virtuald, @andunai, @barneygale, @eumiro <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 2017-01-12.10:19:54.004> labels = ['3.8', 'type-feature', '3.7', '3.9', 'docs'] title = 'Pathlib glob ** bug' updated_at = <Date 2021-06-04.19:42:17.687> user = 'https://bugs.python.org/JonWalsh' ``` bugs.python.org fields: ```python activity = <Date 2021-06-04.19:42:17.687> actor = 'christian.heimes' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2017-01-12.10:19:54.004> creator = 'Jon Walsh' dependencies = [] files = [] hgrepos = [] issue_num = 29249 keywords = [] message_count = 11.0 messages = ['285297', '285305', '285308', '285311', '285323', '307854', '307866', '325735', '361147', '382535', '386795'] nosy_count = 12.0 nosy_names = ['pitrou', 'docs@python', 'Ronny.Pfannschmidt', 'serhiy.storchaka', 'wim.glenn', 'mdk', 'virtuald', 'Jon Walsh', 'Andrew Dunai', 'Isaac Muse', 'barneygale', 'eumiro'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue29249' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-101398 * gh-114350 <!-- /gh-linked-prs -->
49f90ba1eae56708b1894441418c13ad8e8ea9a8
4c770617c0feae18ce3b05e0c8acd0910acc7082
python/cpython
python__cpython-117226
# Outdated C api doc about Windows error BPO | [29045](https://bugs.python.org/issue29045) --- | :--- Nosy | @pfmoore, @tjguk, @zware, @eryksun, @zooba, @zhangyangyu <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 2016-12-22.06:06:20.650> labels = ['3.8', '3.9', '3.10', 'type-feature', 'OS-windows', 'docs'] title = 'Outdated C api doc about Windows error' updated_at = <Date 2021-02-26.20:45:06.637> user = 'https://github.com/zhangyangyu' ``` bugs.python.org fields: ```python activity = <Date 2021-02-26.20:45:06.637> actor = 'eryksun' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation', 'Windows'] creation = <Date 2016-12-22.06:06:20.650> creator = 'xiang.zhang' dependencies = [] files = [] hgrepos = [] issue_num = 29045 keywords = [] message_count = 4.0 messages = ['283814', '283816', '283818', '387746'] nosy_count = 7.0 nosy_names = ['paul.moore', 'tim.golden', 'docs@python', 'zach.ware', 'eryksun', 'steve.dower', 'xiang.zhang'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue29045' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117226 * gh-117973 <!-- /gh-linked-prs -->
438b7c3071eebaccd1ba215f15a239345b22f813
aec1dac4efe36a7db51f08385ddcce978814dbe3
python/cpython
python__cpython-121686
# [doc] The fact that multiprocess.Queue uses serialization should be documented. BPO | [28973](https://bugs.python.org/issue28973) --- | :--- Nosy | @bitdancer, @applio, @Bernhard10, @iritkatriel Files | <li>[mwe.py](https://bugs.python.org/file45899/mwe.py "Uploaded as text/plain at 2016-12-14.14:38:29 by @Bernhard10"): Minimal working example to reproduce this bug/ surprising behaviour.</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 2016-12-14.14:38:29.506> labels = ['easy', '3.9', '3.10', '3.11', 'type-feature', 'docs'] title = '[doc] The fact that multiprocess.Queue uses serialization should be documented.' updated_at = <Date 2021-08-07.13:17:33.028> user = 'https://github.com/Bernhard10' ``` bugs.python.org fields: ```python activity = <Date 2021-08-07.13:17:33.028> actor = 'r.david.murray' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2016-12-14.14:38:29.506> creator = 'Bernhard10' dependencies = [] files = ['45899'] hgrepos = [] issue_num = 28973 keywords = ['easy'] message_count = 8.0 messages = ['283192', '283193', '283195', '283198', '283199', '283206', '398809', '399179'] nosy_count = 5.0 nosy_names = ['r.david.murray', 'docs@python', 'davin', 'Bernhard10', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue28973' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-121686 * gh-121727 * gh-121728 <!-- /gh-linked-prs -->
b5805892d55e769335c11a994b586355720263ba
c0af6d4ff1705d9857c9f2e96acc142c5b8b84e9
python/cpython
python__cpython-110729
# Clarify the behavior of __eq__() returning NotImplemented BPO | [28785](https://bugs.python.org/issue28785) --- | :--- Nosy | @pkch, @vadmium <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 2016-11-24.08:14:24.477> labels = ['type-feature', 'docs'] title = 'Clarify the behavior of __eq__() returning NotImplemented' updated_at = <Date 2017-01-22.04:45:40.037> user = 'https://github.com/pkch' ``` bugs.python.org fields: ```python activity = <Date 2017-01-22.04:45:40.037> actor = 'martin.panter' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2016-11-24.08:14:24.477> creator = 'max' dependencies = [] files = [] hgrepos = [] issue_num = 28785 keywords = [] message_count = 4.0 messages = ['281616', '281625', '281628', '281714'] nosy_count = 3.0 nosy_names = ['docs@python', 'max', 'martin.panter'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue28785' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-110729 * gh-116254 * gh-116255 <!-- /gh-linked-prs -->
67f742e03aacb6217c5bb496e31f96dbf31c6f86
d1fd0606591e1258eb083d003aed85c61ef2b6cf
python/cpython
python__cpython-106703
# '*' matches entire path in fnmatch BPO | [28718](https://bugs.python.org/issue28718) --- | :--- Nosy | @serhiy-storchaka, @MojoVampire, @decibel, @Hooloovoo, @tovrstra <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 2016-11-16.20:12:07.121> labels = ['library'] title = "'*' matches entire path in fnmatch" updated_at = <Date 2019-03-31.12:59:09.371> user = 'https://github.com/decibel' ``` bugs.python.org fields: ```python activity = <Date 2019-03-31.12:59:09.371> actor = 'Toon Verstraelen' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-11-16.20:12:07.121> creator = 'Jim Nasby' dependencies = [] files = [] hgrepos = [] issue_num = 28718 keywords = [] message_count = 8.0 messages = ['280985', '281017', '281018', '288608', '290624', '307867', '339054', '339256'] nosy_count = 6.0 nosy_names = ['serhiy.storchaka', 'josh.r', 'Jim Nasby', 'Alberto Galera', 'aaron-whitehouse', 'Toon Verstraelen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue28718' versions = [] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-106703 * gh-109879 <!-- /gh-linked-prs -->
cf67ebfb315ce36175f3d425249d7c6560f6d0d5
babb787047e0f7807c8238d3b1a3128dac30bd5c
python/cpython
python__cpython-124306
# argparse claims '*' positional argument is required in error output BPO | [28609](https://bugs.python.org/issue28609) --- | :--- Nosy | @benhoyt, @charlierproctor, @iritkatriel Files | <li>[optional_arguments.patch](https://bugs.python.org/file45357/optional_arguments.patch "Uploaded as text/plain at 2016-11-04.19:22:12 by @charlierproctor"): Check that action.nargs not in [OPTIONAL, ZERO_OR_MORE]</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 2016-11-04.15:19:23.095> labels = ['type-bug', 'library', '3.9', '3.10', '3.11'] title = "argparse claims '*' positional argument is required in error output" updated_at = <Date 2021-12-10.17:07:21.760> user = 'https://bugs.python.org/rrt' ``` bugs.python.org fields: ```python activity = <Date 2021-12-10.17:07:21.760> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-11-04.15:19:23.095> creator = 'rrt' dependencies = [] files = ['45357'] hgrepos = [] issue_num = 28609 keywords = ['patch'] message_count = 12.0 messages = ['280052', '280072', '280074', '280161', '280169', '280171', '280180', '280181', '280230', '288644', '343614', '408225'] nosy_count = 6.0 nosy_names = ['benhoyt', 'paul.j3', 'charlie.proctor', 'rrt', 'svenevs', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28609' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-124306 * gh-124421 * gh-124422 <!-- /gh-linked-prs -->
3c83f9958c14cd62ad8951c53536f7788745b0ba
c578271366176a1d1b0941897efefb6e4d6508b4
python/cpython
python__cpython-107684
# tk busy command BPO | [28498](https://bugs.python.org/issue28498) --- | :--- Nosy | @ned-deily, @serhiy-storchaka, @csabella Files | <li>[tk_busy.diff](https://bugs.python.org/file45190/tk_busy.diff "Uploaded as text/plain at 2016-10-22.18:20:27 by klappnase"): Patch that add tk_busy commands to tkinter</li><li>[tk_busy.diff](https://bugs.python.org/file45193/tk_busy.diff "Uploaded as text/plain at 2016-10-22.23:32:23 by klappnase"): Patch for tk_busy commands against default branch</li><li>[tk_busy.patch](https://bugs.python.org/file45199/tk_busy.patch "Uploaded as text/plain at 2016-10-23.20:11:16 by @serhiy-storchaka"): Regenerated for review</li><li>[tk_busy.patch](https://bugs.python.org/file45200/tk_busy.patch "Uploaded as text/plain at 2016-10-23.20:28:11 by @serhiy-storchaka"): Regenerated for review</li><li>[tk_busy_3.diff](https://bugs.python.org/file45230/tk_busy_3.diff "Uploaded as text/plain at 2016-10-26.18:14:16 by klappnase")</li><li>[tk_busy_4.diff](https://bugs.python.org/file45231/tk_busy_4.diff "Uploaded as text/plain at 2016-10-26.18:37:15 by klappnase")</li><li>[tk_busy_5.diff](https://bugs.python.org/file45277/tk_busy_5.diff "Uploaded as text/plain at 2016-10-30.15:08:14 by @serhiy-storchaka")</li><li>[tk_busy_6.diff](https://bugs.python.org/file45337/tk_busy_6.diff "Uploaded as text/plain at 2016-11-03.12:12:35 by @serhiy-storchaka")</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/serhiy-storchaka' closed_at = None created_at = <Date 2016-10-21.17:03:43.066> labels = ['expert-tkinter', '3.8', 'type-feature', 'library'] title = 'tk busy command' updated_at = <Date 2018-02-22.01:06:47.241> user = 'https://bugs.python.org/tkinter' ``` bugs.python.org fields: ```python activity = <Date 2018-02-22.01:06:47.241> actor = 'ned.deily' assignee = 'serhiy.storchaka' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Tkinter'] creation = <Date 2016-10-21.17:03:43.066> creator = 'tkinter' dependencies = [] files = ['45190', '45193', '45199', '45200', '45230', '45231', '45277', '45337'] hgrepos = [] issue_num = 28498 keywords = ['patch'] message_count = 43.0 messages = ['279140', '279168', '279171', '279196', '279210', '279216', '279223', '279226', '279232', '279244', '279246', '279247', '279252', '279262', '279272', '279274', '279277', '279280', '279282', '279283', '279286', '279287', '279289', '279290', '279291', '279292', '279293', '279294', '279295', '279300', '279302', '279322', '279323', '279505', '279506', '279507', '279510', '279675', '279726', '279738', '279746', '279990', '312521'] nosy_count = 6.0 nosy_names = ['klappnase', 'ned.deily', 'serhiy.storchaka', 'tkinter', 'GNJ', 'cheryl.sabella'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue28498' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-107684 <!-- /gh-linked-prs -->
79db9d9a0e8f51ad4ea5caae31d7ae4b29985271
ca0c6c1f1ef79d10bc49b61d638d87cde265aa94
python/cpython
python__cpython-134250
# is_zipfile false positives BPO | [28494](https://bugs.python.org/issue28494) --- | :--- Nosy | @Yhg1s, @gpshead, @vstinner, @serhiy-storchaka, @thomaswaldmann, @jjolly, @miss-islington PRs | <li>python/cpython#5053</li><li>python/cpython#15853</li><li>python/cpython#15891</li><li>python/cpython#15902</li><li>python/cpython#15912</li> Files | <li>[isz_fail.py](https://bugs.python.org/file45162/isz_fail.py "Uploaded as text/plain at 2016-10-20.21:08:48 by @thomaswaldmann")</li><li>[isz_fail_fix.diff](https://bugs.python.org/file45164/isz_fail_fix.diff "Uploaded as text/plain at 2016-10-20.22:26:45 by @thomaswaldmann")</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/gpshead' closed_at = None created_at = <Date 2016-10-20.21:08:48.959> labels = ['3.7', '3.8', 'type-bug', 'library'] title = 'is_zipfile false positives' updated_at = <Date 2019-09-11.11:09:56.949> user = 'https://github.com/ThomasWaldmann' ``` bugs.python.org fields: ```python activity = <Date 2019-09-11.11:09:56.949> actor = 'miss-islington' assignee = 'gregory.p.smith' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-10-20.21:08:48.959> creator = 'Thomas.Waldmann' dependencies = [] files = ['45162', '45164'] hgrepos = [] issue_num = 28494 keywords = ['patch'] message_count = 16.0 messages = ['279084', '279088', '279089', '280341', '281805', '281817', '309245', '311281', '334595', '351723', '351749', '351750', '351751', '351755', '351802', '351823'] nosy_count = 9.0 nosy_names = ['twouters', 'gregory.p.smith', 'alanmcintyre', 'vstinner', 'serhiy.storchaka', 'Thomas.Waldmann', 'mryan1539', 'jjolly', 'miss-islington'] pr_nums = ['5053', '15853', '15891', '15902', '15912'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28494' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-134250 * gh-134401 <!-- /gh-linked-prs -->
1298511b41ec0f9be925c12f3830e94fe8f7e7dc
d327159eb4dd286973d10af93999de90a860880a
python/cpython
python__cpython-136676
# [doc] hmac cannot be used with shake algorithms BPO | [28384](https://bugs.python.org/issue28384) --- | :--- Nosy | @tiran, @takluyver, @minrk <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 2016-10-07.11:50:44.279> labels = ['type-bug', '3.9', '3.10', '3.11', 'extension-modules', 'docs'] title = '[doc] hmac cannot be used with shake algorithms' updated_at = <Date 2022-01-17.23:14:46.268> user = 'https://github.com/minrk' ``` bugs.python.org fields: ```python activity = <Date 2022-01-17.23:14:46.268> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation', 'Extension Modules'] creation = <Date 2016-10-07.11:50:44.279> creator = 'minrk' dependencies = [] files = [] hgrepos = [] issue_num = 28384 keywords = [] message_count = 2.0 messages = ['278235', '278468'] nosy_count = 4.0 nosy_names = ['christian.heimes', 'docs@python', 'takluyver', 'minrk'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28384' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-136676 * gh-136678 * gh-136679 <!-- /gh-linked-prs -->
a02cf19deed353d1e0e7564468f10aced61c12e8
5b969fd64502a6e2ba6513e2b18beaeae58b8aa1
python/cpython
python__cpython-116136
# test_loading.py - false positive result for "def test_find" when find_library() is not functional or the (shared) library does not exist BPO | [28276](https://bugs.python.org/issue28276) --- | :--- Nosy | @vadmium, @serhiy-storchaka, @aixtools PRs | <li>python/cpython#18312</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 2016-09-26.11:04:43.541> labels = ['type-bug', '3.9', '3.10', '3.11', 'ctypes', 'tests'] title = 'test_loading.py - false positive result for "def test_find" when find_library() is not functional or the (shared) library does not exist' updated_at = <Date 2021-12-09.13:54:47.449> user = 'https://github.com/aixtools' ``` bugs.python.org fields: ```python activity = <Date 2021-12-09.13:54:47.449> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests', 'ctypes'] creation = <Date 2016-09-26.11:04:43.541> creator = 'Michael.Felt' dependencies = [] files = [] hgrepos = [] issue_num = 28276 keywords = ['patch'] message_count = 11.0 messages = ['277411', '277415', '277480', '277543', '277609', '277610', '277793', '278091', '361228', '389854', '389918'] nosy_count = 4.0 nosy_names = ['martin.panter', 'serhiy.storchaka', 'Michael.Felt', 'aixtools@gmail.com'] pr_nums = ['18312'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28276' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-116136 * gh-116137 <!-- /gh-linked-prs -->
de49583a0d59f806b88b0f6a869f470047b3cbce
70d87d73291ca6263955c57842c07e98be768352
python/cpython
python__cpython-136328
# Give better errors for OS commands, like 'pip', in REPL, script BPO | [28140](https://bugs.python.org/issue28140) --- | :--- Nosy | @terryjreedy, @ncoghlan, @aroberge, @stevendaprano, @1st1, @tomviner, @pablogsal, @iritkatriel, @AlexWaygood PRs | <li>python/cpython#8536</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 2016-09-14.04:40:03.485> labels = ['interpreter-core', 'type-feature', '3.11'] title = "Give better errors for OS commands, like 'pip', in REPL, script" updated_at = <Date 2021-11-28.19:44:25.495> user = 'https://github.com/ncoghlan' ``` bugs.python.org fields: ```python activity = <Date 2021-11-28.19:44:25.495> actor = 'tomviner' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2016-09-14.04:40:03.485> creator = 'ncoghlan' dependencies = [] files = [] hgrepos = [] issue_num = 28140 keywords = ['patch'] message_count = 8.0 messages = ['276373', '276506', '276510', '322565', '407201', '407202', '407213', '407226'] nosy_count = 9.0 nosy_names = ['terry.reedy', 'ncoghlan', 'aroberge', 'steven.daprano', 'yselivanov', 'tomviner', 'pablogsal', 'iritkatriel', 'AlexWaygood'] pr_nums = ['8536'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue28140' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-136328 <!-- /gh-linked-prs -->
be02e68158aee4d70f15baa1d8329df2c35a57f2
a8f42e6e884e7d63d5d63a817bc490f3bbbdba17
python/cpython
python__cpython-114174
# IDLE: add history menu items; fix lists in doc BPO | [28097](https://bugs.python.org/issue28097) --- | :--- Nosy | @terryjreedy, @csabella, @miss-islington PRs | <li>python/cpython#11325</li><li>python/cpython#11345</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/terryjreedy' closed_at = None created_at = <Date 2016-09-12.07:03:30.950> labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7'] title = 'IDLE: document all key bindings, add menu items for more.' updated_at = <Date 2018-12-28.20:29:46.499> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2018-12-28.20:29:46.499> actor = 'miss-islington' assignee = 'terry.reedy' closed = False closed_date = None closer = None components = ['IDLE'] creation = <Date 2016-09-12.07:03:30.950> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 28097 keywords = ['patch', 'patch', 'patch'] message_count = 7.0 messages = ['275980', '278326', '332560', '332641', '332673', '332678', '332679'] nosy_count = 3.0 nosy_names = ['terry.reedy', 'cheryl.sabella', 'miss-islington'] pr_nums = ['11325', '11345'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28097' versions = ['Python 3.7', 'Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-114174 * gh-114175 * gh-114176 <!-- /gh-linked-prs -->
4a32275389d94ba41f8881c32ad4b232effb1c6f
e07a400c310ad3bdd72bb0ae401991af17435e4d
python/cpython
python__cpython-101910
# Streamline repr(partial object) BPO | [28062](https://bugs.python.org/issue28062) --- | :--- Nosy | @rhettinger, @ncoghlan, @serhiy-storchaka, @Vgr255 Files | <li>[functools_partial_repr_1.patch](https://bugs.python.org/file44529/functools_partial_repr_1.patch "Uploaded as text/plain at 2016-09-10.12:12:42 by @Vgr255")</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 2016-09-10.12:12:43.179> labels = ['type-bug', 'library'] title = 'Streamline repr(partial object)' updated_at = <Date 2016-09-10.12:40:13.692> user = 'https://github.com/Vgr255' ``` bugs.python.org fields: ```python activity = <Date 2016-09-10.12:40:13.692> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-09-10.12:12:43.179> creator = 'abarry' dependencies = [] files = ['44529'] hgrepos = [] issue_num = 28062 keywords = ['patch'] message_count = 2.0 messages = ['275628', '275632'] nosy_count = 4.0 nosy_names = ['rhettinger', 'ncoghlan', 'serhiy.storchaka', 'abarry'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28062' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-101910 <!-- /gh-linked-prs -->
8f5be78bce95deb338e2e1cf13a0a579b3b42dd2
f082a05c67cc949ccd1a940ecf6721953bbdc34f
python/cpython
python__cpython-125189
# Add usage examples for TracebackException, StackSummary and FrameSummary BPO | [27597](https://bugs.python.org/issue27597) --- | :--- Nosy | @cool-RR <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 2016-07-23.10:58:09.979> labels = ['type-feature', 'docs'] title = 'Add usage examples for TracebackException, StackSummary and FrameSummary' updated_at = <Date 2016-07-23.10:58:09.979> user = 'https://github.com/cool-RR' ``` bugs.python.org fields: ```python activity = <Date 2016-07-23.10:58:09.979> actor = 'cool-RR' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2016-07-23.10:58:09.979> creator = 'cool-RR' dependencies = [] files = [] hgrepos = [] issue_num = 27597 keywords = [] message_count = 1.0 messages = ['271072'] nosy_count = 2.0 nosy_names = ['cool-RR', 'docs@python'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27597' versions = ['Python 3.5', 'Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-125189 * gh-125247 * gh-125248 <!-- /gh-linked-prs -->
f9ae5d1cee2f8927a71cd4f1f66f10050a4f658a
82dfdc328779778295075d791ee30a0308fb9af4
python/cpython
python__cpython-118291
# Ability to trace Tcl commands executed by Tkinter BPO | [27405](https://bugs.python.org/issue27405) --- | :--- Nosy | @terryjreedy, @ned-deily, @serhiy-storchaka, @csabella Files | <li>[tkinter_trace_tcl.patch](https://bugs.python.org/file43592/tkinter_trace_tcl.patch "Uploaded as text/plain at 2016-06-30.21:53:18 by @serhiy-storchaka")</li><li>[tkinter_trace_tcl2.patch](https://bugs.python.org/file44560/tkinter_trace_tcl2.patch "Uploaded as text/plain at 2016-09-11.17:41:19 by @serhiy-storchaka")</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/serhiy-storchaka' closed_at = None created_at = <Date 2016-06-28.08:06:00.853> labels = ['3.7', 'type-feature', 'expert-tkinter'] title = 'Ability to trace Tcl commands executed by Tkinter' updated_at = <Date 2018-10-17.22:53:22.982> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2018-10-17.22:53:22.982> actor = 'cheryl.sabella' assignee = 'serhiy.storchaka' closed = False closed_date = None closer = None components = ['Tkinter'] creation = <Date 2016-06-28.08:06:00.853> creator = 'serhiy.storchaka' dependencies = [] files = ['43592', '44560'] hgrepos = [] issue_num = 27405 keywords = ['patch'] message_count = 16.0 messages = ['269425', '269447', '269626', '269631', '269697', '269699', '269702', '269745', '275813', '275983', '275988', '275991', '275992', '276000', '276007', '327915'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'ned.deily', 'serhiy.storchaka', 'cheryl.sabella'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27405' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-118291 * gh-118662 * gh-118664 <!-- /gh-linked-prs -->
1ff626ebda465931ff3e4922e8e87d586eb6244c
417dd3aca7bb910691d34e54fee108d7bbc627d3
python/cpython
python__cpython-104463
# Eliminate 'ThemeChanged' warning when running IDLE tests BPO | [27196](https://bugs.python.org/issue27196) --- | :--- Nosy | @terryjreedy, @ned-deily, @serhiy-storchaka <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/terryjreedy' closed_at = None created_at = <Date 2016-06-03.08:00:06.971> labels = ['expert-IDLE', 'type-bug', 'expert-tkinter', '3.9'] title = "Eliminate 'ThemeChanged' warning when running IDLE tests" updated_at = <Date 2020-01-07.22:42:55.465> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2020-01-07.22:42:55.465> actor = 'terry.reedy' assignee = 'terry.reedy' closed = False closed_date = None closer = None components = ['IDLE', 'Tkinter'] creation = <Date 2016-06-03.08:00:06.971> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 27196 keywords = [] message_count = 7.0 messages = ['267078', '267081', '267226', '267228', '268861', '269089', '359559'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'ned.deily', 'python-dev', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue27196' versions = ['Python 3.9'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104463 * gh-104464 * gh-108806 * gh-112973 <!-- /gh-linked-prs -->
080a5961527473af182b025bb29e0c52d43fd49e
7d2deafb73237a2175971a26cfb544974661de4b
python/cpython
python__cpython-128707
# Additional assert methods for unittest BPO | [27152](https://bugs.python.org/issue27152) --- | :--- Nosy | @rhettinger, @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @serhiy-storchaka, @PythonCHB Files | <li>[extra_assertions.patch](https://bugs.python.org/file43047/extra_assertions.patch "Uploaded as text/plain at 2016-05-29.15:24:52 by @serhiy-storchaka")</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 2016-05-29.15:25:19.795> labels = ['type-feature', 'tests'] title = 'Additional assert methods for unittest' updated_at = <Date 2016-06-22.14:03:21.198> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2016-06-22.14:03:21.198> actor = 'r.david.murray' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2016-05-29.15:25:19.795> creator = 'serhiy.storchaka' dependencies = [] files = ['43047'] hgrepos = [] issue_num = 27152 keywords = ['patch'] message_count = 10.0 messages = ['266600', '266601', '266620', '266627', '266675', '266682', '267175', '267185', '268877', '269074'] nosy_count = 8.0 nosy_names = ['rhettinger', 'rbcollins', 'ezio.melotti', 'r.david.murray', 'michael.foord', 'Pam.McANulty', 'serhiy.storchaka', 'ChrisBarker'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27152' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-128707 * gh-128815 * gh-128818 * gh-128824 * gh-128825 * gh-128826 * gh-128827 * gh-128828 * gh-128829 * gh-128830 * gh-128847 * gh-128848 * gh-129046 * gh-129051 * gh-129053 * gh-129054 * gh-129055 * gh-129056 * gh-129058 * gh-129059 * gh-129052 * gh-129123 * gh-129128 * gh-129133 * gh-129213 * gh-129237 * gh-129238 * gh-129314 * gh-129315 * gh-132499 * gh-132500 * gh-132501 * gh-134498 <!-- /gh-linked-prs -->
06cad77a5b345adde88609be9c3c470c5cd9f417
41f73501eca2ff8b42fa4811d918a81c052a758b
python/cpython
python__cpython-105907
# tokenize.__all__ list is incomplete BPO | [27112](https://bugs.python.org/issue27112) --- | :--- Nosy | @vadmium, @serhiy-storchaka Files | <li>[tokenize_all.patch](https://bugs.python.org/file42976/tokenize_all.patch "Uploaded as text/plain at 2016-05-24.20:56:34 by Unit03")</li><li>[tokenize_all.v2.patch](https://bugs.python.org/file44373/tokenize_all.v2.patch "Uploaded as text/plain at 2016-09-05.18:36:40 by Unit03")</li><li>[tokenize_all.v2.1.patch](https://bugs.python.org/file44374/tokenize_all.v2.1.patch "Uploaded as text/plain at 2016-09-05.18:36:54 by Unit03")</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 2016-05-24.20:56:35.561> labels = ['type-feature', 'library'] title = 'tokenize.__all__ list is incomplete' updated_at = <Date 2016-09-09.06:29:57.326> user = 'https://bugs.python.org/Unit03' ``` bugs.python.org fields: ```python activity = <Date 2016-09-09.06:29:57.326> actor = 'martin.panter' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-05-24.20:56:35.561> creator = 'Unit03' dependencies = [] files = ['42976', '44373', '44374'] hgrepos = [] issue_num = 27112 keywords = ['patch'] message_count = 9.0 messages = ['266275', '266304', '266309', '266312', '266340', '266390', '266579', '274418', '275268'] nosy_count = 3.0 nosy_names = ['martin.panter', 'serhiy.storchaka', 'Unit03'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27112' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-105907 <!-- /gh-linked-prs -->
ab3823a97bdeefb0266b3c8d493f7f6223ce3686
581619941ecce986a2fc8cbddd95256daa25fb26
python/cpython
python__cpython-107004
# Confusing text about __all__ in __init__.py in tutorial BPO | [27074](https://bugs.python.org/issue27074) --- | :--- Nosy | @ericsnowcurrently, @ztane <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 2016-05-21.07:45:05.669> labels = ['type-feature', 'docs'] title = 'Confusing text about __all__ in __init__.py in tutorial' updated_at = <Date 2021-06-22.21:16:18.466> user = 'https://github.com/ztane' ``` bugs.python.org fields: ```python activity = <Date 2021-06-22.21:16:18.466> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2016-05-21.07:45:05.669> creator = 'ztane' dependencies = [] files = [] hgrepos = [] issue_num = 27074 keywords = [] message_count = 1.0 messages = ['265990'] nosy_count = 3.0 nosy_names = ['docs@python', 'eric.snow', 'ztane'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27074' versions = [] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-107004 * gh-107099 * gh-107100 <!-- /gh-linked-prs -->
680f3e1591e406deb04ba44adbef9a5a02395f80
9629d4442e24681e79c1ba93cb92ed2e3b967224
python/cpython
python__cpython-133985
# SystemError if custom opener returns -1 BPO | [27066](https://bugs.python.org/issue27066) --- | :--- Nosy | @warsaw, @serhiy-storchaka, @pppery Files | <li>[27066-1.patch](https://bugs.python.org/file42907/27066-1.patch "Uploaded as text/plain at 2016-05-20.01:14:43 by @warsaw")</li><li>[27066-2.patch](https://bugs.python.org/file42956/27066-2.patch "Uploaded as text/plain at 2016-05-23.15:12:24 by @warsaw")</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/warsaw' closed_at = <Date 2016-06-08.21:58:54.346> created_at = <Date 2016-05-19.23:50:49.192> labels = ['expert-IO', 'type-crash'] title = 'SystemError if custom opener returns -1' updated_at = <Date 2016-06-09.01:42:01.244> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2016-06-09.01:42:01.244> actor = 'berker.peksag' assignee = 'barry' closed = True closed_date = <Date 2016-06-08.21:58:54.346> closer = 'barry' components = ['IO'] creation = <Date 2016-05-19.23:50:49.192> creator = 'barry' dependencies = [] files = ['42907', '42956'] hgrepos = [] issue_num = 27066 keywords = ['patch'] message_count = 8.0 messages = ['265901', '265902', '265903', '265905', '265908', '266176', '266194', '267904'] nosy_count = 4.0 nosy_names = ['barry', 'python-dev', 'serhiy.storchaka', 'ppperry'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue27066' versions = ['Python 3.5', 'Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-133985 * gh-134164 * gh-134430 * gh-134431 <!-- /gh-linked-prs -->
06eaf4055c1d7359e129efb65b94f34d2ec51a57
84d5f8d799dbbf86248375b6edbbcf4a022788c4
python/cpython
python__cpython-117562
# Support different modes in os.path.realpath() BPO | [27002](https://bugs.python.org/issue27002) --- | :--- Nosy | @serhiy-storchaka, @barneygale Files | <li>[realpath_mode.patch](https://bugs.python.org/file42821/realpath_mode.patch "Uploaded as text/plain at 2016-05-11.18:54:43 by @serhiy-storchaka")</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 2016-05-11.18:54:44.165> labels = ['type-feature', 'library'] title = 'Support different modes in posixpath.realpath()' updated_at = <Date 2021-04-08.00:42:45.008> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2021-04-08.00:42:45.008> actor = 'barneygale' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-05-11.18:54:44.165> creator = 'serhiy.storchaka' dependencies = [] files = ['42821'] hgrepos = [] issue_num = 27002 keywords = ['patch'] message_count = 2.0 messages = ['265335', '390500'] nosy_count = 2.0 nosy_names = ['serhiy.storchaka', 'barneygale'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue27002' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117562 <!-- /gh-linked-prs -->
9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7
5236b0281b91a874b14cf15f3fdef9b7beffb22f
python/cpython
python__cpython-116674
# android: add platform.android_ver() BPO | [26855](https://bugs.python.org/issue26855) --- | :--- Nosy | @malemburg, @vstinner, @pmp-p, @Fak3, @moreati, @yan12125 Files | <li>[platform.patch](https://bugs.python.org/file42606/platform.patch "Uploaded as text/plain at 2016-04-26.13:18:31 by @xdegaye")</li><li>[android_ver.patch](https://bugs.python.org/file42721/android_ver.patch "Uploaded as text/plain at 2016-05-04.19:47:19 by @yan12125")</li><li>[android_ver.patch](https://bugs.python.org/file42723/android_ver.patch "Uploaded as text/plain at 2016-05-04.20:10:42 by @yan12125"): Patch version 2</li><li>[android_ver.patch](https://bugs.python.org/file42813/android_ver.patch "Uploaded as text/plain at 2016-05-11.11:57:53 by @yan12125"): Patch version 3</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 2016-04-26.13:18:31.861> labels = ['3.7', 'type-feature', 'library', 'build'] title = 'android: add platform.android_ver()' updated_at = <Date 2019-12-10.08:09:38.614> user = 'https://github.com/xdegaye' ``` bugs.python.org fields: ```python activity = <Date 2019-12-10.08:09:38.614> actor = 'xdegaye' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Cross-Build'] creation = <Date 2016-04-26.13:18:31.861> creator = 'xdegaye' dependencies = [] files = ['42606', '42721', '42723', '42813'] hgrepos = [] issue_num = 26855 keywords = ['patch'] message_count = 23.0 messages = ['264277', '264317', '264369', '264373', '264374', '264376', '264377', '264852', '264854', '264856', '265145', '265294', '265307', '267409', '267413', '267415', '280147', '280166', '307662', '307667', '307672', '307685', '308040'] nosy_count = 6.0 nosy_names = ['lemburg', 'vstinner', 'pmpp', 'Roman.Evstifeev', 'Alex.Willmer', 'yan12125'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue26855' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-116674 <!-- /gh-linked-prs -->
74c8568d07719529b874897598d8b3bc25ff0434
ce00de4c8cd39816f992e749c1074487d93abe9d
python/cpython
python__cpython-122545
# [doc] Questionable terminology ('free variables') for describing what locals() does BPO | [26683](https://bugs.python.org/issue26683) --- | :--- Nosy | @rhettinger, @terryjreedy, @vadmium, @marco-buttu <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 2016-04-01.01:31:32.772> labels = ['3.11', '3.9', '3.10', 'docs'] title = "[doc] Questionable terminology ('free variables') for describing what locals() does" updated_at = <Date 2021-11-27.00:24:37.261> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2021-11-27.00:24:37.261> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2016-04-01.01:31:32.772> creator = 'rhettinger' dependencies = [] files = [] hgrepos = [] issue_num = 26683 keywords = [] message_count = 6.0 messages = ['262713', '262718', '262722', '262753', '282284', '282989'] nosy_count = 5.0 nosy_names = ['rhettinger', 'terry.reedy', 'docs@python', 'martin.panter', 'marco.buttu'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue26683' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-122545 * gh-125088 <!-- /gh-linked-prs -->
27390990fa9306e2a797a4eb2bd83c5bfc7cb186
cc9b9bebb2c09c475cb0f278268cce03c115eaea
python/cpython
python__cpython-113786
# csv.reader Error message indicates to use deprecated BPO | [26648](https://bugs.python.org/issue26648) --- | :--- Nosy | @vadmium, @serhiy-storchaka Files | <li>[issue26648.diff](https://bugs.python.org/file42304/issue26648.diff "Uploaded as text/plain at 2016-03-27.08:13:46 by SilentGhost")</li><li>[issue26648_2.diff](https://bugs.python.org/file42306/issue26648_2.diff "Uploaded as text/plain at 2016-03-27.11:29:15 by SilentGhost")</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 2016-03-27.00:45:05.510> labels = ['extension-modules', 'type-bug'] title = 'csv.reader Error message indicates to use deprecated' updated_at = <Date 2016-03-27.11:34:39.384> user = 'https://bugs.python.org/PhilipMartin' ``` bugs.python.org fields: ```python activity = <Date 2016-03-27.11:34:39.384> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2016-03-27.00:45:05.510> creator = 'Philip Martin' dependencies = [] files = ['42304', '42306'] hgrepos = [] issue_num = 26648 keywords = ['patch'] message_count = 5.0 messages = ['262502', '262511', '262517', '262519', '262520'] nosy_count = 4.0 nosy_names = ['SilentGhost', 'martin.panter', 'serhiy.storchaka', 'Philip Martin'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue26648' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113786 * gh-113905 * gh-113906 <!-- /gh-linked-prs -->
568d220993fa9b4b812ff1b425edd80dbe17dda9
aef4a1203c06efde8505aefc9cf994e9a23f398d
python/cpython
python__cpython-103853
# RLock undocumented behavior in case of multiple acquire BPO | [26608](https://bugs.python.org/issue26608) --- | :--- Nosy | @MojoVampire, @iritkatriel <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 2016-03-22.06:56:38.096> labels = ['easy', '3.11', 'library', 'docs'] title = 'RLock undocumented behavior in case of multiple acquire' updated_at = <Date 2021-06-18.14:35:22.245> user = 'https://bugs.python.org/smbrd' ``` bugs.python.org fields: ```python activity = <Date 2021-06-18.14:35:22.245> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation', 'Library (Lib)'] creation = <Date 2016-03-22.06:56:38.096> creator = 'smbrd' dependencies = [] files = [] hgrepos = ['348'] issue_num = 26608 keywords = ['easy'] message_count = 4.0 messages = ['262165', '262231', '270216', '396068'] nosy_count = 5.0 nosy_names = ['docs@python', 'josh.r', 'ahxxm', 'smbrd', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue26608' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103853 * gh-119436 * gh-119437 <!-- /gh-linked-prs -->
2fbea81d646688cf438be1dc0be82112a9ae4325
c9073eb1a99606df1efeb8959e9f11a8ebc23ae2
python/cpython
python__cpython-108379
# Support pickling slots in subclasses of common classes BPO | [26579](https://bugs.python.org/issue26579) --- | :--- Nosy | @rhettinger, @pitrou, @vstinner, @avassalotti, @bitdancer, @berkerpeksag, @serhiy-storchaka PRs | <li>python/cpython#2821</li> Files | <li>[copyreg_getstate.patch](https://bugs.python.org/file42183/copyreg_getstate.patch "Uploaded as text/plain at 2016-03-17.08:43:03 by @serhiy-storchaka")</li><li>[copyreg_getstate2.patch](https://bugs.python.org/file43462/copyreg_getstate2.patch "Uploaded as text/plain at 2016-06-18.19:59:43 by @serhiy-storchaka")</li><li>[object_getstate.patch](https://bugs.python.org/file43716/object_getstate.patch "Uploaded as text/plain at 2016-07-14.11:50:16 by @serhiy-storchaka"): Add object.__getstate__</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 = <Date 2022-04-06.17:02:02.310> created_at = <Date 2016-03-17.08:43:06.421> labels = ['extension-modules', 'type-feature', 'library', '3.11'] title = 'Support pickling slots in subclasses of common classes' updated_at = <Date 2022-04-07.14:57:28.953> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2022-04-07.14:57:28.953> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2022-04-06.17:02:02.310> closer = 'serhiy.storchaka' components = ['Extension Modules', 'Library (Lib)'] creation = <Date 2016-03-17.08:43:06.421> creator = 'serhiy.storchaka' dependencies = [] files = ['42183', '43462', '43716'] hgrepos = [] issue_num = 26579 keywords = ['patch'] message_count = 5.0 messages = ['261903', '268830', '270403', '416888', '416931'] nosy_count = 7.0 nosy_names = ['rhettinger', 'pitrou', 'vstinner', 'alexandre.vassalotti', 'r.david.murray', 'berker.peksag', 'serhiy.storchaka'] pr_nums = ['2821'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue26579' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-108379 * gh-108384 * gh-108385 <!-- /gh-linked-prs -->
b6be18812c68fce5ab56c266dc5fc5a3cceb09c0
4890f65ecf119a18df926d42982c8c6d02f0b9fd
python/cpython
python__cpython-120143
# inspect.getclosurevars returns incorrect variable when using class member with the same name as other variable BPO | [26577](https://bugs.python.org/issue26577) --- | :--- Nosy | @1st1, @hongweipeng, @iritkatriel <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 2016-03-17.07:40:30.852> labels = ['type-bug', 'library', '3.11'] title = 'inspect.getclosurevars returns incorrect variable when using class member with the same name as other variable' updated_at = <Date 2021-12-18.20:30:07.566> user = 'https://bugs.python.org/RyanFox' ``` bugs.python.org fields: ```python activity = <Date 2021-12-18.20:30:07.566> actor = 'Ryan Fox' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2016-03-17.07:40:30.852> creator = 'Ryan Fox' dependencies = [] files = [] hgrepos = [] issue_num = 26577 keywords = [] message_count = 4.0 messages = ['261897', '407082', '408856', '408866'] nosy_count = 4.0 nosy_names = ['yselivanov', 'Ryan Fox', 'hongweipeng', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue26577' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-120143 * gh-126459 * gh-126460 <!-- /gh-linked-prs -->
83ba8c2bba834c0b92de669cac16fcda17485e0e
fc233f46d3761b4e808be2c44fda0b843179004e
python/cpython
python__cpython-105413
# pathlib.glob('**') returns only directories BPO | [26115](https://bugs.python.org/issue26115) --- | :--- Nosy | @pitrou <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 = <Date 2016-01-14.22:26:27.607> created_at = <Date 2016-01-14.21:20:32.100> labels = ['type-bug', 'invalid'] title = "pathlib.glob('**') returns only directories" updated_at = <Date 2016-02-04.07:25:04.510> user = 'https://bugs.python.org/jitterman' ``` bugs.python.org fields: ```python activity = <Date 2016-02-04.07:25:04.510> actor = 'SilentGhost' assignee = 'none' closed = True closed_date = <Date 2016-01-14.22:26:27.607> closer = 'SilentGhost' components = [] creation = <Date 2016-01-14.21:20:32.100> creator = 'jitterman' dependencies = [] files = [] hgrepos = [] issue_num = 26115 keywords = [] message_count = 3.0 messages = ['258223', '258237', '259537'] nosy_count = 3.0 nosy_names = ['pitrou', 'SilentGhost', 'jitterman'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue26115' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-105413 * gh-114684 <!-- /gh-linked-prs -->
ec0a0d2bd9faa247d5b3208a8138e4399b2da890
2c25bd82f46df72c89ca5bca10eaa06137ab8290
python/cpython
python__cpython-132481
# sockaddr_hci lacks hci_channel (AF_BLUETOOTH sockets) BPO | [25957](https://bugs.python.org/issue25957) --- | :--- Nosy | @vstinner <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 2015-12-26.19:35:41.319> labels = ['extension-modules', 'type-bug', 'library'] title = 'sockaddr_l2 lacks CID, address type (AF_BLUETOOTH sockets)' updated_at = <Date 2021-06-01.09:20:35.829> user = 'https://bugs.python.org/mikeryan' ``` bugs.python.org fields: ```python activity = <Date 2021-06-01.09:20:35.829> actor = 'steve.dower' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules', 'Library (Lib)'] creation = <Date 2015-12-26.19:35:41.319> creator = 'mikeryan' dependencies = [] files = [] hgrepos = [] issue_num = 25957 keywords = [] message_count = 2.0 messages = ['257043', '257120'] nosy_count = 2.0 nosy_names = ['vstinner', 'mikeryan'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue25957' versions = ['Python 2.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-132481 <!-- /gh-linked-prs -->
61638418a7306723fedf88389c9c5aa540dfb809
d22604a6d1237c42ec5f43df51dfa9aa58240ba4
python/cpython
python__cpython-124963
# locale.nl_langinfo() can't decode THOUSEP monetary value BPO | [25812](https://bugs.python.org/issue25812) --- | :--- Nosy | @malemburg, @loewis, @warsaw, @vstinner, @bitdancer, @serhiy-storchaka, @nnja <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/nnja' closed_at = None created_at = <Date 2015-12-05.21:19:05.273> labels = ['3.8', 'type-bug', 'library'] title = "locale.nl_langinfo() can't decode value" updated_at = <Date 2019-01-09.11:53:37.581> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2019-01-09.11:53:37.581> actor = 'vstinner' assignee = 'nnja' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-12-05.21:19:05.273> creator = 'serhiy.storchaka' dependencies = [] files = [] hgrepos = [] issue_num = 25812 keywords = [] message_count = 4.0 messages = ['255979', '267017', '267192', '333308'] nosy_count = 7.0 nosy_names = ['lemburg', 'loewis', 'barry', 'vstinner', 'r.david.murray', 'serhiy.storchaka', 'nnja'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue25812' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-124963 <!-- /gh-linked-prs -->
93b9e6bd7d48150d8a5d16cea39246a980e073cb
27390990fa9306e2a797a4eb2bd83c5bfc7cb186
python/cpython
python__cpython-104590
# Make Profile.print_stats support sorting by mutiple values BPO | [25804](https://bugs.python.org/issue25804) --- | :--- Nosy | @birkenfeld, @JelleZijlstra, @DanielNoord Files | <li>[print_stats.patch](https://bugs.python.org/file41247/print_stats.patch "Uploaded as text/plain at 2015-12-05.08:25:51 by wdv4758h"): enhance print_stats</li><li>[print_stats_with_test.patch](https://bugs.python.org/file41249/print_stats_with_test.patch "Uploaded as text/plain at 2015-12-05.13:24:31 by wdv4758h"): refactor patch & add tests</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 2015-12-05.08:25:52.232> labels = ['type-feature', 'library'] title = 'Make Profile.print_stats support sorting by mutiple values' updated_at = <Date 2022-03-16.08:34:17.207> user = 'https://bugs.python.org/wdv4758h' ``` bugs.python.org fields: ```python activity = <Date 2022-03-16.08:34:17.207> actor = 'danielnoord' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-12-05.08:25:52.232> creator = 'wdv4758h' dependencies = [] files = ['41247', '41249'] hgrepos = [] issue_num = 25804 keywords = ['patch'] message_count = 5.0 messages = ['255935', '255940', '255952', '267273', '415329'] nosy_count = 5.0 nosy_names = ['georg.brandl', 'SilentGhost', 'wdv4758h', 'JelleZijlstra', 'danielnoord'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue25804' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104590 <!-- /gh-linked-prs -->
2a7a0020c9d006d268b839320979364498a5f0e6
351c103134e43c2ee43deb10cdc9afb37b916a4e
python/cpython
python__cpython-114534
# Add the close method for ElementTree.iterparse() object BPO | [25707](https://bugs.python.org/issue25707) --- | :--- Nosy | @scoder, @serhiy-storchaka, @Vgr255, @furkanonder, @jacobtylerwalls PRs | <li>python/cpython#31696</li> Dependencies | <li>bpo-25638: Verify the etree_parse and etree_iterparse benchmarks are working appropriately</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/serhiy-storchaka' closed_at = None created_at = <Date 2015-11-23.13:57:25.201> labels = ['3.8', 'library', 'performance'] title = 'Add the close method for ElementTree.iterparse() object' updated_at = <Date 2022-03-05.15:26:50.497> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2022-03-05.15:26:50.497> actor = 'jacobtylerwalls' assignee = 'serhiy.storchaka' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-11-23.13:57:25.201> creator = 'serhiy.storchaka' dependencies = ['25638'] files = [] hgrepos = [] issue_num = 25707 keywords = ['patch'] message_count = 8.0 messages = ['255159', '255164', '255171', '255173', '341003', '341253', '341258', '368308'] nosy_count = 5.0 nosy_names = ['scoder', 'serhiy.storchaka', 'abarry', 'furkanonder', 'jacobtylerwalls'] pr_nums = ['31696'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue25707' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-114534 <!-- /gh-linked-prs -->
ca715e56a13feabc15c368898df6511613d18987
fc060969117f5a5dc96c220eb91b1e2f863d71cf
python/cpython
python__cpython-93655
# Attempt to further increase test coverage of calendar module BPO | [25528](https://bugs.python.org/issue25528) --- | :--- Nosy | @rhettinger, @vadmium, @serhiy-storchaka, @matrixise, @iritkatriel Files | <li>[mywork.patch](https://bugs.python.org/file40916/mywork.patch "Uploaded as text/plain at 2015-11-01.09:57:43 by Rohit Mediratta"): Patch to increase coverage for 3 additional lines</li><li>[mywork_update.patch](https://bugs.python.org/file41109/mywork_update.patch "Uploaded as text/plain at 2015-11-21.08:59:10 by Rohit Mediratta"): Updated patch showing the correct diff</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 2015-11-01.09:57:43.791> labels = ['type-feature', 'tests'] title = 'Attempt to further increase test coverage of calendar module' updated_at = <Date 2022-03-22.21:27:14.499> user = 'https://bugs.python.org/RohitMediratta' ``` bugs.python.org fields: ```python activity = <Date 2022-03-22.21:27:14.499> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2015-11-01.09:57:43.791> creator = 'Rohit Mediratta' dependencies = [] files = ['40916', '41109'] hgrepos = [] issue_num = 25528 keywords = ['patch'] message_count = 7.0 messages = ['253836', '254421', '255047', '255416', '255417', '255423', '415815'] nosy_count = 6.0 nosy_names = ['rhettinger', 'martin.panter', 'serhiy.storchaka', 'matrixise', 'Rohit Mediratta', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue25528' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-93655 <!-- /gh-linked-prs -->
2aba047f0a2be57cc33a57756707452fdd6a1b3f
463b56da1265a17e4207f651d6d5835a8d6de2dd
python/cpython
python__cpython-124829
# Arithmetics with complex infinities is inconsistent with C/C++ BPO | [25453](https://bugs.python.org/issue25453) --- | :--- Nosy | @malemburg, @tim-one, @mdickinson, @ericvsmith, @ezio-melotti, @stevendaprano, @asmeurer, @berkerpeksag <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 2015-10-21.12:20:43.550> labels = ['interpreter-core', 'type-feature'] title = 'Arithmetics with complex infinities is inconsistent with C/C++' updated_at = <Date 2016-05-16.21:29:52.095> user = 'https://bugs.python.org/FrancescoBiscani' ``` bugs.python.org fields: ```python activity = <Date 2016-05-16.21:29:52.095> actor = 'Aaron.Meurer' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2015-10-21.12:20:43.550> creator = 'Francesco Biscani' dependencies = [] files = [] hgrepos = [] issue_num = 25453 keywords = [] message_count = 15.0 messages = ['253283', '253284', '253286', '253289', '253290', '253293', '253295', '253296', '253297', '253301', '253304', '253305', '253306', '253308', '253337'] nosy_count = 11.0 nosy_names = ['lemburg', 'tim.peters', 'mark.dickinson', 'eric.smith', 'stutzbach', 'ezio.melotti', 'steven.daprano', 'Aaron.Meurer', 'berker.peksag', 'Francesco Biscani', 'Saksham Agrawal'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue25453' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-124829 <!-- /gh-linked-prs -->
f0d3f10c43c9029378adba11a65b3d1287e4be32
6da9d252ac39d53342455a17bfec7b1087fba697
python/cpython
python__cpython-95215
# HTMLParser handle_starttag replaces entity references in attribute value even without semicolon BPO | [25239](https://bugs.python.org/issue25239) --- | :--- Nosy | @ezio-melotti Files | <li>[parserentity.py](https://bugs.python.org/file40588/parserentity.py "Uploaded as text/plain at 2015-09-26.16:46:38 by frogcoder"): an example of the example described</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/ezio-melotti' closed_at = None created_at = <Date 2015-09-26.16:46:39.294> labels = ['type-bug', 'library'] title = 'HTMLParser handle_starttag replaces entity references in attribute value even without semicolon' updated_at = <Date 2015-09-26.17:06:12.433> user = 'https://bugs.python.org/frogcoder' ``` bugs.python.org fields: ```python activity = <Date 2015-09-26.17:06:12.433> actor = 'ezio.melotti' assignee = 'ezio.melotti' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-09-26.16:46:39.294> creator = 'frogcoder' dependencies = [] files = ['40588'] hgrepos = [] issue_num = 25239 keywords = [] message_count = 2.0 messages = ['251654', '251657'] nosy_count = 2.0 nosy_names = ['ezio.melotti', 'frogcoder'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue25239' versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-95215 * gh-133586 * gh-133704 <!-- /gh-linked-prs -->
77b14a6d58e527f915966446eb0866652a46feb5
3dfed230928de0f649061782a36691066a0ef058
python/cpython
python__cpython-119498
# Fix fcntl module to accept 'unsigned long' type commands for ioctl(2). BPO | [25026](https://bugs.python.org/issue25026) --- | :--- Nosy | @larryhastings, @ceronman, @vadmium, @serhiy-storchaka, @koobs, @corona10 <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 2015-09-08.06:35:17.934> labels = ['interpreter-core', 'easy', 'type-bug'] title = "(FreeBSD/OSX) Fix fcntl module to accept 'unsigned long' type commands for ioctl(2)." updated_at = <Date 2019-08-25.10:01:51.693> user = 'https://github.com/koobs' ``` bugs.python.org fields: ```python activity = <Date 2019-08-25.10:01:51.693> actor = 'corona10' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2015-09-08.06:35:17.934> creator = 'koobs' dependencies = [] files = [] hgrepos = [] issue_num = 25026 keywords = ['easy'] message_count = 10.0 messages = ['250163', '250164', '250166', '250170', '250173', '250174', '250178', '250322', '296062', '350447'] nosy_count = 6.0 nosy_names = ['larry', 'ceronman', 'martin.panter', 'serhiy.storchaka', 'koobs', 'corona10'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue25026' versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-119498 * gh-119504 * gh-119505 * gh-119905 * gh-119906 <!-- /gh-linked-prs -->
92fab3356f4c61d4c73606e4fae705c6d8f6213b
b48a3dbff4d70e72797e67b46276564fc63ddb89
python/cpython
python__cpython-117308
# run_pdb() in test_pdb.py always returns stderr as None BPO | [25013](https://bugs.python.org/issue25013) --- | :--- Nosy | @birkenfeld, @terryjreedy, @xdegaye Files | <li>[run_pdb.patch](https://bugs.python.org/file40379/run_pdb.patch "Uploaded as text/plain at 2015-09-06.10:36:43 by @xdegaye")</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 2015-09-06.10:36:43.877> labels = ['tests', 'type-bug', 'library'] title = 'run_pdb() in test_pdb.py always returns stderr as None' updated_at = <Date 2015-09-07.05:28:56.452> user = 'https://github.com/xdegaye' ``` bugs.python.org fields: ```python activity = <Date 2015-09-07.05:28:56.452> actor = 'terry.reedy' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Tests'] creation = <Date 2015-09-06.10:36:43.877> creator = 'xdegaye' dependencies = [] files = ['40379'] hgrepos = [] issue_num = 25013 keywords = ['patch'] message_count = 2.0 messages = ['249989', '250065'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'terry.reedy', 'xdegaye'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue25013' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117308 <!-- /gh-linked-prs -->
efcc96844e7c66fcd6c23ac2d557ca141614ce9a
6702d2bf6edcd5b5415e17837383623b9d76a5b8
python/cpython
python__cpython-104248
# Add tunnel CONNECT response headers to httplib / http.client BPO | [24964](https://bugs.python.org/issue24964) --- | :--- Nosy | @terryjreedy, @vadmium, @OneMoreZanuda PRs | <li>python/cpython#26152</li> Files | <li>[httplib.py](https://bugs.python.org/file40301/httplib.py "Uploaded as text/plain at 2015-08-30.17:41:46 by thomas.belhalfaoui"): Proposed patch for httplib.py</li><li>[http-detach.patch](https://bugs.python.org/file40371/http-detach.patch "Uploaded as text/plain at 2015-09-05.06:27:33 by @vadmium"): HTTPConnection.detach() implementation only</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 2015-08-30.17:41:50.140> labels = ['type-feature', 'library', '3.11'] title = 'Add tunnel CONNECT response headers to httplib / http.client' updated_at = <Date 2021-05-15.21:19:25.060> user = 'https://bugs.python.org/thomasbelhalfaoui' ``` bugs.python.org fields: ```python activity = <Date 2021-05-15.21:19:25.060> actor = 'alexey.namyotkin' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-08-30.17:41:50.140> creator = 'thomas.belhalfaoui' dependencies = [] files = ['40301', '40371'] hgrepos = [] issue_num = 24964 keywords = ['patch'] message_count = 10.0 messages = ['249361', '249373', '249741', '249803', '249897', '249906', '249996', '250085', '393729', '393730'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'martin.panter', 'thomas.belhalfaoui', 'alexey.namyotkin'] pr_nums = ['26152'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue24964' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104248 <!-- /gh-linked-prs -->
85ec192ac4b000d4e47df6123b65eacbd1fdccfa
24d8b88420b81fc60aeb0cbcacef1e72d633824a
python/cpython
python__cpython-132858
# ctypes.create_string_buffer does not add NUL if len(init) == size BPO | [24823](https://bugs.python.org/issue24823) --- | :--- Nosy | @terryjreedy, @amauryfa, @abalkin, @ezio-melotti, @meadori, @eryksun, @pohlt, @willingc Files | <li>[create_string_buffer.patch](https://bugs.python.org/file41558/create_string_buffer.patch "Uploaded as text/plain at 2016-01-09.21:28:29 by krista")</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 2015-08-07.10:18:08.042> labels = ['easy', 'type-bug', '3.8', '3.9', '3.10', 'ctypes', 'library'] title = 'ctypes.create_string_buffer does not add NUL if len(init) == size' updated_at = <Date 2021-03-19.01:57:45.139> user = 'https://github.com/pohlt' ``` bugs.python.org fields: ```python activity = <Date 2021-03-19.01:57:45.139> actor = 'eryksun' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Library (Lib)', 'ctypes'] creation = <Date 2015-08-07.10:18:08.042> creator = 'tom.pohl' dependencies = [] files = ['41558'] hgrepos = [] issue_num = 24823 keywords = ['patch', 'easy'] message_count = 8.0 messages = ['248183', '248211', '248219', '248222', '257862', '257876', '258561', '389050'] nosy_count = 10.0 nosy_names = ['terry.reedy', 'amaury.forgeotdarc', 'belopolsky', 'ezio.melotti', 'meador.inge', 'docs@python', 'eryksun', 'tom.pohl', 'willingc', 'krista'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue24823' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-132858 * gh-134881 * gh-134882 <!-- /gh-linked-prs -->
b783e1791b2076ef560104f8207156d75859c0a6
e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5
python/cpython
python__cpython-103937
# unittest assertEqual difference output foiled by newlines BPO | [24780](https://bugs.python.org/issue24780) --- | :--- Nosy | @tim-one, @loewis, @rbtcollins, @ezio-melotti, @bitdancer, @voidspace, @cjerdonek, @elenaoat, @AnishShah, @tirkarthi, @nanjekyejoannah PRs | <li>python/cpython#11548</li><li>python/cpython#11548</li><li>python/cpython#11548</li> Files | <li>[test.py](https://bugs.python.org/file41636/test.py "Uploaded as text/plain at 2016-01-17.01:22:50 by pynewbie"): Test case to reproduce the bug</li><li>[test2.py](https://bugs.python.org/file41639/test2.py "Uploaded as text/plain at 2016-01-17.13:42:39 by @elenaoat")</li><li>[issue24780.patch](https://bugs.python.org/file41782/issue24780.patch "Uploaded as text/plain at 2016-02-02.16:59:20 by @AnishShah")</li><li>[fix_24780.patch](https://bugs.python.org/file44679/fix_24780.patch "Uploaded as text/plain at 2016-09-15.22:29:38 by adchanw")</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 2015-08-02.16:49:29.240> labels = ['3.7', '3.8', 'type-bug', 'library', 'easy'] title = 'unittest assertEqual difference output foiled by newlines' updated_at = <Date 2019-01-14.15:30:04.394> user = 'https://github.com/cjerdonek' ``` bugs.python.org fields: ```python activity = <Date 2019-01-14.15:30:04.394> actor = 'xtreak' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-08-02.16:49:29.240> creator = 'chris.jerdonek' dependencies = [] files = ['41636', '41639', '41782', '44679'] hgrepos = [] issue_num = 24780 keywords = ['patch', 'easy'] message_count = 14.0 messages = ['247883', '247947', '258132', '258466', '259375', '259403', '261713', '275942', '276633', '333277', '333289', '333295', '333584', '333627'] nosy_count = 13.0 nosy_names = ['tim.peters', 'loewis', 'rbcollins', 'ezio.melotti', 'r.david.murray', 'michael.foord', 'chris.jerdonek', 'Elena.Oat', 'anish.shah', 'pynewbie', 'adchanw', 'xtreak', 'nanjekyejoannah'] pr_nums = ['11548', '11548', '11548'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue24780' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103937 <!-- /gh-linked-prs -->
46361bb84332800bc3632688e6ef3b4dd4a48723
7d35c3121ade679dd6e8b4a0bac7b3702aee6921
python/cpython
python__cpython-103701
# extend_path explanation in documentation is ambiguous BPO | [24466](https://bugs.python.org/issue24466) --- | :--- <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 2015-06-18.14:33:16.496> labels = ['3.11', 'type-feature', '3.9', '3.10', 'docs'] title = 'extend_path explanation in documentation is ambiguous' updated_at = <Date 2021-06-22.20:44:15.320> user = 'https://bugs.python.org/alanf' ``` bugs.python.org fields: ```python activity = <Date 2021-06-22.20:44:15.320> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2015-06-18.14:33:16.496> creator = 'alanf' dependencies = [] files = [] hgrepos = [] issue_num = 24466 keywords = [] message_count = 1.0 messages = ['245468'] nosy_count = 2.0 nosy_names = ['docs@python', 'alanf'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue24466' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103701 * gh-103702 <!-- /gh-linked-prs -->
7bf94568a9a4101c72b8bf555a811028e5b45ced
8cb2b0f953288ff8749e686c268097cdd5a393e2
python/cpython
python__cpython-102729
# Update test_capi to use test.support.script_helper BPO | [24398](https://bugs.python.org/issue24398) --- | :--- Nosy | @aidin36, @sobolevn, @iritkatriel PRs | <li>python/cpython#30912</li> Files | <li>[issue24398.patch](https://bugs.python.org/file45060/issue24398.patch "Uploaded as text/plain at 2016-10-11.17:58:21 by @aidin36")</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 2015-06-06.18:13:52.309> labels = ['easy', 'type-feature', 'tests', '3.11'] title = 'Update test_capi to use test.support.script_helper' updated_at = <Date 2022-01-28.22:44:18.841> user = 'https://bugs.python.org/bobcatfish' ``` bugs.python.org fields: ```python activity = <Date 2022-01-28.22:44:18.841> actor = 'sobolevn' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2015-06-06.18:13:52.309> creator = 'bobcatfish' dependencies = [] files = ['45060'] hgrepos = [] issue_num = 24398 keywords = ['patch', 'easy'] message_count = 4.0 messages = ['244923', '244931', '278339', '278499'] nosy_count = 4.0 nosy_names = ['bobcatfish', 'aidin36', 'sobolevn', 'iritkatriel'] pr_nums = ['30912'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue24398' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-102729 <!-- /gh-linked-prs -->
8317d51996e68d8bb205385c1d47a9edcd128e7b
45b4b37fc26f288fabb27dc08b253121697c517b
python/cpython
python__cpython-117047
# webbrowser.py update to use argparse.py BPO | [24395](https://bugs.python.org/issue24395) --- | :--- Nosy | @birkenfeld, @berkerpeksag Files | <li>[webbrowser.py](https://bugs.python.org/file39641/webbrowser.py "Uploaded as text/plain at 2015-06-06.15:22:56 by Hasan Diwan")</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 2015-06-06.15:22:59.767> labels = ['type-feature', 'library'] title = 'webbrowser.py update to use argparse.py' updated_at = <Date 2019-03-15.22:00:55.953> user = 'https://bugs.python.org/HasanDiwan' ``` bugs.python.org fields: ```python activity = <Date 2019-03-15.22:00:55.953> actor = 'BreamoreBoy' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-06-06.15:22:59.767> creator = 'Hasan Diwan' dependencies = [] files = ['39641'] hgrepos = [] issue_num = 24395 keywords = [] message_count = 3.0 messages = ['244913', '244915', '244918'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'berker.peksag', 'Hasan Diwan'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue24395' versions = ['Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117047 <!-- /gh-linked-prs -->
56ed979d049846cfa6ec1dbb7ffe423f484d5182
022ba6d161138fbe02bcb83b7e667567f2673b0a
python/cpython
python__cpython-108910
# test_trace uses test_pprint BPO | [24215](https://bugs.python.org/issue24215) --- | :--- Nosy | @terryjreedy, @abalkin, @larryhastings, @bitdancer, @serhiy-storchaka Files | <li>[issue24215.patch](https://bugs.python.org/file39431/issue24215.patch "Uploaded as text/plain at 2015-05-19.13:33:37 by @serhiy-storchaka")</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 2015-05-17.05:55:50.073> labels = ['type-bug', 'tests'] title = 'test_trace uses test_pprint' updated_at = <Date 2018-06-03.15:47:58.591> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2018-06-03.15:47:58.591> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Tests'] creation = <Date 2015-05-17.05:55:50.073> creator = 'serhiy.storchaka' dependencies = [] files = ['39431'] hgrepos = [] issue_num = 24215 keywords = ['patch'] message_count = 10.0 messages = ['243386', '243416', '243582', '243584', '243588', '243592', '243594', '243614', '243679', '318561'] nosy_count = 6.0 nosy_names = ['terry.reedy', 'belopolsky', 'larry', 'r.david.murray', 'python-dev', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue24215' versions = ['Python 3.4', 'Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-108910 * gh-109104 * gh-109105 <!-- /gh-linked-prs -->
7e1a7abb9831965cdec477e62dbe4f8415b8a582
1829a3c9a3712b6a68a3a449e4a08787c73da51d
python/cpython
python__cpython-129919
# Idle, 2.7, backport idlelib.__main__, enable py -m idlelib BPO | [24212](https://bugs.python.org/issue24212) --- | :--- Nosy | @terryjreedy, @serhiy-storchaka <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/terryjreedy' closed_at = <Date 2017-06-19.21:42:32.885> created_at = <Date 2015-05-16.21:46:53.214> labels = ['expert-IDLE', 'type-bug'] title = 'Idle, 2.7, backport idlelib.__main__, enable py -m idlelib' updated_at = <Date 2017-09-01.12:26:22.525> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2017-09-01.12:26:22.525> actor = 'terry.reedy' assignee = 'terry.reedy' closed = True closed_date = <Date 2017-06-19.21:42:32.885> closer = 'terry.reedy' components = ['IDLE'] creation = <Date 2015-05-16.21:46:53.214> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 24212 keywords = [] message_count = 7.0 messages = ['243369', '243373', '243385', '243409', '296379', '296384', '301095'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'Arfrever', 'python-dev', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue24212' versions = ['Python 2.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-129919 * gh-129937 * gh-129938 <!-- /gh-linked-prs -->
d9bf3c16e53f04b600e42cd0ac560820e3522b57
7e6ee50b6b8c760bcefb92ab4ddbc3d85d37a834
python/cpython
python__cpython-104065
# Argument Clinic doesn't mangle conflicting names BPO | [24207](https://bugs.python.org/issue24207) --- | :--- Nosy | @larryhastings, @serhiy-storchaka <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 2015-05-16.10:21:03.935> labels = ['type-bug', 'expert-argument-clinic'] title = "Argument Clinic doesn't mangle conflicting names" updated_at = <Date 2015-05-16.10:21:03.935> user = 'https://github.com/serhiy-storchaka' ``` bugs.python.org fields: ```python activity = <Date 2015-05-16.10:21:03.935> actor = 'serhiy.storchaka' assignee = 'none' closed = False closed_date = None closer = None components = ['Argument Clinic'] creation = <Date 2015-05-16.10:21:03.935> creator = 'serhiy.storchaka' dependencies = [] files = [] hgrepos = [] issue_num = 24207 keywords = [] message_count = 1.0 messages = ['243304'] nosy_count = 2.0 nosy_names = ['larry', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue24207' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104065 <!-- /gh-linked-prs -->
5245cb64d9a898804edf683427ef4d4fd20ccaec
721a78395d07c68351625aedb827a47dd4f48525
python/cpython
python__cpython-111393
# ttk.Style.element_create using incorrect tk.call syntax BPO | [23978](https://bugs.python.org/issue23978) --- | :--- Nosy | @terryjreedy, @roseman, @serhiy-storchaka <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/serhiy-storchaka' closed_at = None created_at = <Date 2015-04-16.22:49:38.007> labels = ['type-bug', 'expert-tkinter'] title = 'ttk.Style.element_create using incorrect tk.call syntax' updated_at = <Date 2015-08-06.21:25:09.278> user = 'https://bugs.python.org/jmorgensen' ``` bugs.python.org fields: ```python activity = <Date 2015-08-06.21:25:09.278> actor = 'terry.reedy' assignee = 'serhiy.storchaka' closed = False closed_date = None closer = None components = ['Tkinter'] creation = <Date 2015-04-16.22:49:38.007> creator = 'jmorgensen' dependencies = [] files = [] hgrepos = [] issue_num = 23978 keywords = [] message_count = 3.0 messages = ['241286', '241370', '248149'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'markroseman', 'serhiy.storchaka', 'jmorgensen'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue23978' versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-111393 * gh-111453 * gh-111857 * gh-111858 <!-- /gh-linked-prs -->
4dcfd02bed0d7958703ef44baa79a4a98475be2e
45d648597b1146431bf3d91041e60d7f040e70bf
python/cpython
python__cpython-126840
# Memory leak in Modules/sre_lib.h BPO | [23689](https://bugs.python.org/issue23689) --- | :--- Nosy | @vstinner, @ezio-melotti, @serhiy-storchaka, @animalize PRs | <li>python/cpython#11926</li><li>python/cpython#12160</li><li>python/cpython#32188</li><li>python/cpython#32223</li><li>python/cpython#32283</li> Files | <li>[sre_clean_repeat_data.patch](https://bugs.python.org/file38529/sre_clean_repeat_data.patch "Uploaded as text/plain at 2015-03-17.18:31:57 by @serhiy-storchaka")</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/serhiy-storchaka' closed_at = <Date 2022-04-03.16:21:31.788> created_at = <Date 2015-03-17.16:56:20.153> labels = ['expert-regex', '3.11', 'performance'] title = 'Memory leak in Modules/sre_lib.h' updated_at = <Date 2022-04-03.16:21:31.787> user = 'https://bugs.python.org/abacabadabacaba' ``` bugs.python.org fields: ```python activity = <Date 2022-04-03.16:21:31.787> actor = 'serhiy.storchaka' assignee = 'serhiy.storchaka' closed = True closed_date = <Date 2022-04-03.16:21:31.788> closer = 'serhiy.storchaka' components = ['Regular Expressions'] creation = <Date 2015-03-17.16:56:20.153> creator = 'abacabadabacaba' dependencies = [] files = ['38529'] hgrepos = [] issue_num = 23689 keywords = ['patch'] message_count = 13.0 messages = ['238313', '238320', '238324', '238326', '238328', '238343', '238388', '335889', '337113', '416266', '416269', '416630', '416631'] nosy_count = 7.0 nosy_names = ['vstinner', 'ezio.melotti', 'mrabarnett', 'abacabadabacaba', 'serhiy.storchaka', 'malin', 'alexei.romanov'] pr_nums = ['11926', '12160', '32188', '32223', '32283'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue23689' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-126840 * gh-126843 * gh-126960 * gh-126961 <!-- /gh-linked-prs -->
7538e7f5696408fa0aa02fce8a413a7dfac76a04
3938fd60c0c88891b213097380aeea91a45bcd77
python/cpython
python__cpython-103263
# tarfile not re-entrant for multi-threading BPO | [23649](https://bugs.python.org/issue23649) --- | :--- Nosy | @gustaebel, @bitdancer, @xdegaye, @websurfer5 Files | <li>[mutithreading_tarfile.patch](https://bugs.python.org/file38462/mutithreading_tarfile.patch "Uploaded as text/plain at 2015-03-12.21:59:53 by sgnn7"): makdirs_patch</li><li>[extract_from_packages.py](https://bugs.python.org/file47523/extract_from_packages.py "Uploaded as text/plain at 2018-04-07.10:01:01 by @xdegaye")</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 2015-03-12.16:40:01.811> labels = ['type-bug'] title = 'tarfile not re-entrant for multi-threading' updated_at = <Date 2019-06-10.14:55:43.587> user = 'https://bugs.python.org/sgnn7' ``` bugs.python.org fields: ```python activity = <Date 2019-06-10.14:55:43.587> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = [] creation = <Date 2015-03-12.16:40:01.811> creator = 'sgnn7' dependencies = [] files = ['38462', '47523'] hgrepos = [] issue_num = 23649 keywords = ['patch'] message_count = 11.0 messages = ['237960', '237961', '237964', '237968', '237970', '237986', '237989', '237990', '238181', '238183', '315067'] nosy_count = 5.0 nosy_names = ['lars.gustaebel', 'r.david.murray', 'xdegaye', 'sgnn7', 'Jeffrey.Kintscher'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue23649' versions = ['Python 3.4'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103263 * gh-115082 <!-- /gh-linked-prs -->
f8dc6186d1857a19edd182277a9d78e6d6cc3787
d44815cabc0a8d9932df2fa95cb374eadddb7c17
python/cpython
python__cpython-100161
# Implement __format__ for Fraction BPO | [23602](https://bugs.python.org/issue23602) --- | :--- Nosy | @rhettinger, @mdickinson, @scoder, @ericvsmith, @ezio-melotti, @skrah, @vadmium, @serhiy-storchaka, @wm75, @skirpichev, @suutari Files | <li>[issue23602.patch](https://bugs.python.org/file38378/issue23602.patch "Uploaded as text/plain at 2015-03-07.17:07:25 by @suutari"): Fraction.__format__ implementation, test cases and documentation</li><li>[issue23602v2.patch](https://bugs.python.org/file38394/issue23602v2.patch "Uploaded as text/plain at 2015-03-08.22:33:34 by @suutari")</li><li>[issue23602v3.patch](https://bugs.python.org/file38413/issue23602v3.patch "Uploaded as text/plain at 2015-03-09.22:23:51 by @suutari")</li><li>[issue23602v4.patch](https://bugs.python.org/file38728/issue23602v4.patch "Uploaded as text/plain at 2015-03-29.16:20:59 by @suutari"): Fraction.__format__ implementation, test cases and docs, Decimal.__format__ Py and C API unification with test cases</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/serhiy-storchaka' closed_at = None created_at = <Date 2015-03-07.17:06:09.308> labels = ['type-feature', 'library'] title = 'Implement __format__ for Fraction' updated_at = <Date 2021-04-23.08:41:52.382> user = 'https://github.com/suutari' ``` bugs.python.org fields: ```python activity = <Date 2021-04-23.08:41:52.382> actor = 'Sergey.Kirpichev' assignee = 'serhiy.storchaka' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-03-07.17:06:09.308> creator = 'tuomas.suutari' dependencies = [] files = ['38378', '38394', '38413', '38728'] hgrepos = [] issue_num = 23602 keywords = ['patch'] message_count = 29.0 messages = ['237460', '237461', '237468', '237524', '237525', '237526', '237575', '237579', '237583', '237714', '237715', '238813', '239048', '239056', '239336', '239337', '239338', '239342', '239495', '239498', '239501', '239502', '239503', '239504', '239515', '239594', '239664', '239668', '239733'] nosy_count = 11.0 nosy_names = ['rhettinger', 'mark.dickinson', 'scoder', 'eric.smith', 'ezio.melotti', 'skrah', 'martin.panter', 'serhiy.storchaka', 'wolma', 'Sergey.Kirpichev', 'tuomas.suutari'] pr_nums = [] priority = 'low' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue23602' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-100161 * gh-111320 <!-- /gh-linked-prs -->
fe479fb8a979894224a4d279d1e46a5cdb108fa4
84df3172efe8767ddf5c28bdb6696b3f216bcaa6
python/cpython
python__cpython-113563
# [CVE-2015-2104] Urlparse insufficient validation leads to open redirect BPO | [23505](https://bugs.python.org/issue23505) --- | :--- Nosy | @orsenthil, @pitrou, @vstinner, @tiran, @benjaminp, @vadmium, @PaulMcMillan, @ztane, @epicfaace Dependencies | <li>bpo-22852: urllib.parse wrongly strips empty #fragment, ?query, //netloc</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 2015-02-24.00:11:53.909> labels = ['type-security', '3.7', 'library'] title = '[CVE-2015-2104] Urlparse insufficient validation leads to open redirect' updated_at = <Date 2019-10-24.10:32:56.296> user = 'https://bugs.python.org/yaaboukir' ``` bugs.python.org fields: ```python activity = <Date 2019-10-24.10:32:56.296> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2015-02-24.00:11:53.909> creator = 'yaaboukir' dependencies = ['22852'] files = [] hgrepos = [] issue_num = 23505 keywords = [] message_count = 22.0 messages = ['236470', '236471', '236472', '237088', '237090', '237093', '237096', '237097', '237106', '237149', '237164', '237200', '237411', '237412', '240191', '240207', '240237', '277328', '277342', '277350', '277354', '322676'] nosy_count = 12.0 nosy_names = ['orsenthil', 'pitrou', 'vstinner', 'christian.heimes', 'benjamin.peterson', 'python-dev', 'martin.panter', 'PaulMcMillan', 'ztane', 'soilandreyes', 'yaaboukir', 'epicfaace'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'security' url = 'https://bugs.python.org/issue23505' versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113563 * gh-119023 * gh-119024 * gh-119025 * gh-119026 * gh-119027 * gh-119028 <!-- /gh-linked-prs -->
e237b25a4fa5626fcd1b1848aa03f725f892e40e
e04cd964eb4eee1b0ae5b2c34727abce6c0fb7f0
python/cpython
python__cpython-105521
# getargs.c: redundant C-contiguity check BPO | [23376](https://bugs.python.org/issue23376) --- | :--- Nosy | @vstinner, @larryhastings, @skrah, @vadmium, @serhiy-storchaka Files | <li>[issue23376.diff](https://bugs.python.org/file37976/issue23376.diff "Uploaded as text/plain at 2015-02-02.12:17:17 by @skrah")</li><li>[issue23376-2.diff](https://bugs.python.org/file37987/issue23376-2.diff "Uploaded as text/plain at 2015-02-02.21:41:45 by @skrah")</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/skrah' closed_at = None created_at = <Date 2015-02-02.12:10:22.226> labels = ['performance'] title = 'getargs.c: redundant C-contiguity check' updated_at = <Date 2015-04-02.10:57:37.861> user = 'https://github.com/skrah' ``` bugs.python.org fields: ```python activity = <Date 2015-04-02.10:57:37.861> actor = 'skrah' assignee = 'skrah' closed = False closed_date = None closer = None components = [] creation = <Date 2015-02-02.12:10:22.226> creator = 'skrah' dependencies = [] files = ['37976', '37987'] hgrepos = [] issue_num = 23376 keywords = ['patch'] message_count = 12.0 messages = ['235244', '235247', '235248', '235250', '235252', '235253', '235258', '235276', '235289', '235290', '235291', '235395'] nosy_count = 5.0 nosy_names = ['vstinner', 'larry', 'skrah', 'martin.panter', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'performance' url = 'https://bugs.python.org/issue23376' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-105521 * gh-110951 * gh-111198 * gh-111199 <!-- /gh-linked-prs -->
32c37fe1ba708b8290cfa971e130bcfc29f1ead3
c84b0390c053446b746b65ec82755918955e79e0
python/cpython
python__cpython-136049
# fstat64 required on Windows BPO | [23152](https://bugs.python.org/issue23152) --- | :--- Nosy | @pitrou, @vstinner, @tjguk, @benjaminp, @hynek, @zware, @zooba, @MojoVampire Files | <li>[py_fstat.patch](https://bugs.python.org/file37639/py_fstat.patch "Uploaded as text/plain at 2015-01-08.10:30:59 by @vstinner")</li><li>[py_fstat_2.patch](https://bugs.python.org/file37845/py_fstat_2.patch "Uploaded as text/plain at 2015-01-25.01:59:14 by @zooba")</li><li>[py_fstat_3.patch](https://bugs.python.org/file37888/py_fstat_3.patch "Uploaded as text/plain at 2015-01-28.03:38:47 by @zooba")</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/zooba' closed_at = <Date 2015-02-22.06:56:51.263> created_at = <Date 2015-01-02.20:23:52.012> labels = ['expert-IO', 'type-crash'] title = 'fstat64 required on Windows' updated_at = <Date 2015-02-22.19:35:42.217> user = 'https://github.com/zooba' ``` bugs.python.org fields: ```python activity = <Date 2015-02-22.19:35:42.217> actor = 'python-dev' assignee = 'steve.dower' closed = True closed_date = <Date 2015-02-22.06:56:51.263> closer = 'steve.dower' components = ['IO'] creation = <Date 2015-01-02.20:23:52.012> creator = 'steve.dower' dependencies = [] files = ['37639', '37845', '37888'] hgrepos = [] issue_num = 23152 keywords = ['patch'] message_count = 26.0 messages = ['233327', '233333', '233335', '233336', '233338', '233341', '233638', '233639', '233653', '234092', '234512', '234567', '234647', '234654', '234870', '235790', '236208', '236374', '236376', '236377', '236380', '236393', '236401', '236409', '236413', '236415'] nosy_count = 10.0 nosy_names = ['pitrou', 'vstinner', 'tim.golden', 'benjamin.peterson', 'stutzbach', 'python-dev', 'hynek', 'zach.ware', 'steve.dower', 'josh.r'] pr_nums = [] priority = 'critical' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue23152' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-136049 <!-- /gh-linked-prs -->
cd3e7ac89b151d1b2d8088f6c424a064ff7e1fe9
b74fb8e220a50a9580320dfd398a16995b845c69
python/cpython
python__cpython-103491
# csv writer needs more quoting rules BPO | [23041](https://bugs.python.org/issue23041) --- | :--- Nosy | @smontanaro, @rhettinger, @bitdancer, @berkerpeksag, @serhiy-storchaka, @yoonghm, @erdnaxeli, @msetina PRs | <li>python/cpython#29469</li> Files | <li>[issue23041.patch](https://bugs.python.org/file37444/issue23041.patch "Uploaded as text/plain at 2014-12-14.05:14:53 by krypten"): Patch for resolving issue 23041. According to message 232560 and 232563</li><li>[issue23041_test.patch](https://bugs.python.org/file37445/issue23041_test.patch "Uploaded as text/plain at 2014-12-14.05:45:00 by krypten"): Test cases added for testing as behaviour proposed in message 232560</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/smontanaro' closed_at = None created_at = <Date 2014-12-12.16:36:45.576> labels = ['easy', 'type-feature', 'library', '3.11'] title = 'csv needs more quoting rules' updated_at = <Date 2022-02-24.00:07:17.586> user = 'https://bugs.python.org/samwyse' ``` bugs.python.org fields: ```python activity = <Date 2022-02-24.00:07:17.586> actor = 'samwyse' assignee = 'skip.montanaro' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2014-12-12.16:36:45.576> creator = 'samwyse' dependencies = [] files = ['37444', '37445'] hgrepos = [] issue_num = 23041 keywords = ['patch', 'easy'] message_count = 26.0 messages = ['232560', '232561', '232563', '232596', '232607', '232630', '232676', '232677', '232681', '261141', '261146', '261147', '341460', '358461', '396621', '396641', '396642', '396643', '401607', '401608', '405951', '406013', '406015', '406017', '412463', '413867'] nosy_count = 11.0 nosy_names = ['skip.montanaro', 'rhettinger', 'samwyse', 'r.david.murray', 'berker.peksag', 'serhiy.storchaka', 'krypten', 'yoonghm', 'tegdev', 'erdnaxeli', 'msetina'] pr_nums = ['29469'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue23041' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-103491 * gh-103598 * gh-114816 * gh-114840 <!-- /gh-linked-prs -->
fb38c1b52e77ffe6e8a02bfc01bd112dcd7e6d95
330a942b6303c889d0f42f23d5ae2b42af92ecc4
python/cpython
python__cpython-111200
# python -c: Line causing exception not shown for exceptions other than SyntaxErrors BPO | [23035](https://bugs.python.org/issue23035) --- | :--- Nosy | @terryjreedy, @pitrou, @vstinner, @benjaminp, @serhiy-storchaka <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 2014-12-12.01:44:07.380> labels = ['interpreter-core', 'type-feature', '3.11'] title = 'python -c: Line causing exception not shown for exceptions other than SyntaxErrors' updated_at = <Date 2021-06-15.16:58:00.697> user = 'https://bugs.python.org/Arfrever' ``` bugs.python.org fields: ```python activity = <Date 2021-06-15.16:58:00.697> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2014-12-12.01:44:07.380> creator = 'Arfrever' dependencies = [] files = [] hgrepos = [] issue_num = 23035 keywords = [] message_count = 7.0 messages = ['232506', '232537', '232578', '232582', '232583', '232584', '232585'] nosy_count = 6.0 nosy_names = ['terry.reedy', 'pitrou', 'vstinner', 'benjamin.peterson', 'Arfrever', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue23035' versions = ['Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-111200 * gh-117501 <!-- /gh-linked-prs -->
90a1b2859f99a4b07da6c46b99759444e3cefbfa
3f84a19e6291db682fc9a570e7612e80e2ffbbb5
python/cpython
python__cpython-128820
# string.printable.isprintable() returns False BPO | [23017](https://bugs.python.org/issue23017) --- | :--- Nosy | @birkenfeld, @vstinner, @ezio-melotti, @stevendaprano, @bitdancer, @4kir4, @iritkatriel Files | <li>[bug-string-ascii.py](https://bugs.python.org/file37391/bug-string-ascii.py "Uploaded as text/plain at 2014-12-09.03:51:59 by planet36"): Test case shows that string.printable has control characters</li><li>[0001-Fix-string.printable-respect-POSIX-spec.patch](https://bugs.python.org/file37398/0001-Fix-string.printable-respect-POSIX-spec.patch "Uploaded as text/plain at 2014-12-09.14:42:29 by bru")</li><li>[docs-string.printable.diff](https://bugs.python.org/file37441/docs-string.printable.diff "Uploaded as text/plain at 2014-12-13.15:30:05 by @4kir4")</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 2014-12-09.03:52:01.009> labels = ['type-bug', '3.9', '3.10', '3.11', 'library', 'expert-unicode', 'docs'] title = 'string.printable.isprintable() returns False' updated_at = <Date 2021-11-29.16:17:13.755> user = 'https://bugs.python.org/planet36' ``` bugs.python.org fields: ```python activity = <Date 2021-11-29.16:17:13.755> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation', 'Library (Lib)', 'Unicode'] creation = <Date 2014-12-09.03:52:01.009> creator = 'planet36' dependencies = [] files = ['37391', '37398', '37441'] hgrepos = [] issue_num = 23017 keywords = ['patch'] message_count = 5.0 messages = ['232343', '232376', '232382', '232613', '407290'] nosy_count = 10.0 nosy_names = ['georg.brandl', 'vstinner', 'ezio.melotti', 'steven.daprano', 'r.david.murray', 'docs@python', 'akira', 'planet36', 'bru', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue23017' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-128820 * gh-128867 * gh-128868 <!-- /gh-linked-prs -->
d906bde250d59c396d8dab92285b832c66cdec27
d786ac7f584f23c3206f4c86032bdabe83c17b51
python/cpython
python__cpython-104473
# document behavior of calling atexit.register() while atexit._run_exitfuncs is running BPO | [22867](https://bugs.python.org/issue22867) --- | :--- Nosy | @smontanaro, @vadmium <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 2014-11-13.20:52:37.164> labels = ['docs'] title = 'document behavior of calling atexit.register() while atexit._run_exitfuncs is running' updated_at = <Date 2015-07-21.07:43:20.900> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2015-07-21.07:43:20.900> actor = 'ethan.furman' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2014-11-13.20:52:37.164> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 22867 keywords = [] message_count = 2.0 messages = ['231135', '231354'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'docs@python', 'martin.panter'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue22867' versions = [] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-104473 * gh-104500 <!-- /gh-linked-prs -->
b15a1a6ac6ea0d7792036e639e90f0e51400c2ee
146106a0f1cc61815fa33f0d3f808a3e3e3275be
python/cpython
python__cpython-92900
# The decode_header() function decodes raw part to bytes or str, depending on encoded part BPO | [22833](https://bugs.python.org/issue22833) --- | :--- Nosy | @warsaw, @bitdancer, @py-user, @dlenski, @JelleZijlstra, @iritkatriel PRs | <li>python/cpython#30548</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 2014-11-10.02:42:40.886> labels = ['type-bug', 'expert-email', '3.10', '3.11', 'library', '3.9'] title = 'The decode_header() function decodes raw part to bytes or str, depending on encoded part' updated_at = <Date 2022-01-21.01:48:16.180> user = 'https://github.com/py-user' ``` bugs.python.org fields: ```python activity = <Date 2022-01-21.01:48:16.180> actor = 'JelleZijlstra' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'email'] creation = <Date 2014-11-10.02:42:40.886> creator = 'py.user' dependencies = [] files = [] hgrepos = [] issue_num = 22833 keywords = ['patch'] message_count = 8.0 messages = ['230932', '230962', '230976', '230981', '408376', '409391', '409392', '411069'] nosy_count = 6.0 nosy_names = ['barry', 'r.david.murray', 'py.user', 'dlenski', 'JelleZijlstra', 'iritkatriel'] pr_nums = ['30548'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue22833' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-92900 * gh-135548 * gh-135549 <!-- /gh-linked-prs -->
60181f4ed0e48ff35dc296da6b51473bfc553d16
54e29ea4eb7b54c888fd5764eef2215535e4d862
python/cpython
python__cpython-112198
# contextlib.closing documentation should use a new example BPO | [22755](https://bugs.python.org/issue22755) --- | :--- Nosy | @rhettinger, @mjpieters, @vadmium <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 2014-10-28.22:40:52.490> labels = ['3.11', '3.9', '3.10', 'docs'] title = 'contextlib.closing documentation should use a new example' updated_at = <Date 2021-11-27.15:16:37.307> user = 'https://github.com/mjpieters' ``` bugs.python.org fields: ```python activity = <Date 2021-11-27.15:16:37.307> actor = 'iritkatriel' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = <Date 2014-10-28.22:40:52.490> creator = 'mjpieters' dependencies = [] files = [] hgrepos = [] issue_num = 22755 keywords = [] message_count = 4.0 messages = ['230184', '230185', '230186', '230430'] nosy_count = 5.0 nosy_names = ['rhettinger', 'mjpieters', 'docs@python', 'martin.panter', 'abarnert'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue22755' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-112198 * gh-114458 * gh-114459 <!-- /gh-linked-prs -->
9af9ac153acb4198878ad81ef438aca2b808e45d
647b6cc7f16c03535cede7e1748a58ab884135b2
python/cpython
python__cpython-112574
# Idle: update htest.py and htests BPO | [22629](https://bugs.python.org/issue22629) --- | :--- Nosy | @terryjreedy Files | <li>[@htest-34.diff](https://bugs.python.org/file36906/%40htest-34.diff "Uploaded as text/plain at 2014-10-14.03:33:48 by @terryjreedy")</li><li>[@htest-34-2.diff](https://bugs.python.org/file36954/%40htest-34-2.diff "Uploaded as text/plain at 2014-10-17.05:31:20 by @terryjreedy")</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/terryjreedy' closed_at = None created_at = <Date 2014-10-14.03:33:50.580> labels = ['expert-IDLE', 'type-bug', '3.8'] title = 'Idle: update htest.py and htests' updated_at = <Date 2019-02-21.00:50:19.172> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2019-02-21.00:50:19.172> actor = 'terry.reedy' assignee = 'terry.reedy' closed = False closed_date = None closer = None components = ['IDLE'] creation = <Date 2014-10-14.03:33:50.580> creator = 'terry.reedy' dependencies = [] files = ['36906', '36954'] hgrepos = [] issue_num = 22629 keywords = ['patch'] message_count = 5.0 messages = ['229278', '229565', '229566', '229567', '336168'] nosy_count = 3.0 nosy_names = ['terry.reedy', 'python-dev', 'Saimadhav.Heblikar'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue22629' versions = ['Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-112574 * gh-112575 * gh-112576 * gh-112642 * gh-112643 * gh-112644 * gh-112683 * gh-112684 * gh-112685 * gh-112686 * gh-112688 * gh-112689 <!-- /gh-linked-prs -->
e44f1940bd6d2ba4a3f8ac4585b3cf4f9cb93e49
5b0629966f47542527400b03498d5156846f0da6
python/cpython
python__cpython-117217
# mimetypes.guess_type("//example.com") misinterprets host name as file name BPO | [22347](https://bugs.python.org/issue22347) --- | :--- Nosy | @ned-deily, @vadmium, @maxking, @corona10, @miss-islington PRs | <li>python/cpython#15522</li><li>python/cpython#15685</li><li>python/cpython#15687</li><li>python/cpython#16724</li><li>python/cpython#16725</li><li>python/cpython#16727</li><li>python/cpython#16728</li> Dependencies | <li>bpo-35939: Remove urllib.parse._splittype from mimetypes.guess_type</li> Files | <li>[mimetypes-host.patch](https://bugs.python.org/file38222/mimetypes-host.patch "Uploaded as text/plain at 2015-02-24.05:53:54 by @vadmium")</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 2014-09-06.02:52:37.225> labels = ['3.7', '3.8', 'type-bug', 'library'] title = 'mimetypes.guess_type("//example.com") misinterprets host name as file name' updated_at = <Date 2019-10-15.07:30:25.613> user = 'https://github.com/vadmium' ``` bugs.python.org fields: ```python activity = <Date 2019-10-15.07:30:25.613> actor = 'ned.deily' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2014-09-06.02:52:37.225> creator = 'martin.panter' dependencies = ['35939'] files = ['38222'] hgrepos = [] issue_num = 22347 keywords = ['patch'] message_count = 15.0 messages = ['226467', '236479', '335123', '351156', '351157', '351158', '351162', '351164', '351167', '354471', '354521', '354535', '354538', '354543', '354697'] nosy_count = 5.0 nosy_names = ['ned.deily', 'martin.panter', 'maxking', 'corona10', 'miss-islington'] pr_nums = ['15522', '15685', '15687', '16724', '16725', '16727', '16728'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue22347' versions = ['Python 3.7', 'Python 3.8'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117217 * gh-117256 * gh-117257 * gh-117258 <!-- /gh-linked-prs -->
9654daf793b534b44a831c80f43505ab9e380f1f
8bef34f625e21886b1c64544c060e19ee2e229bf
python/cpython
python__cpython-113482
# mailbox.MH chokes on directories without .mh_sequences BPO | [22319](https://bugs.python.org/issue22319) --- | :--- Nosy | @warsaw, @bitdancer, @serhiy-storchaka PRs | <li>python/cpython#804</li> Files | <li>[mailbox_mh_sequences.diff](https://bugs.python.org/file36515/mailbox_mh_sequences.diff "Uploaded as text/plain at 2014-09-01.00:52:19 by gumnos"): A patch that wraps the open() call in a try/except/else block</li><li>[mailbox_mh_sequences_lbyl.diff](https://bugs.python.org/file36516/mailbox_mh_sequences_lbyl.diff "Uploaded as text/plain at 2014-09-01.00:57:21 by gumnos"): A look-before-you-leap version of the patch that is much simpler, but has a minor race-condition compared to the other one.</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 2014-09-01.00:44:46.030> labels = ['3.7', 'type-feature', 'library', 'expert-email'] title = 'mailbox.MH chokes on directories without .mh_sequences' updated_at = <Date 2017-04-16.16:58:40.225> user = 'https://bugs.python.org/gumnos' ``` bugs.python.org fields: ```python activity = <Date 2017-04-16.16:58:40.225> actor = 'r.david.murray' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'email'] creation = <Date 2014-09-01.00:44:46.030> creator = 'gumnos' dependencies = [] files = ['36515', '36516'] hgrepos = [] issue_num = 22319 keywords = ['patch'] message_count = 8.0 messages = ['226197', '226228', '290093', '291738', '291749', '291754', '291757', '291759'] nosy_count = 4.0 nosy_names = ['barry', 'gumnos', 'r.david.murray', 'serhiy.storchaka'] pr_nums = ['804'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue22319' versions = ['Python 3.7'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-113482 <!-- /gh-linked-prs -->
be5e65fdf67b1817e173e73443564c7c146b09a4
89cee94b315c88d3cd4c9ffc051e7abd6a5f2196
python/cpython
python__cpython-117273
# ConfigParser does not handle files without sections BPO | [22253](https://bugs.python.org/issue22253) --- | :--- Nosy | @terryjreedy, @pfmoore, @ambv, @vadmium, @serhiy-storchaka, @kernc, @pslacerda, @johnlinp PRs | <li>python/cpython#2735</li> Files | <li>[nosection.patch](https://bugs.python.org/file43345/nosection.patch "Uploaded as text/plain at 2016-06-11.20:59:21 by @pslacerda")</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/ambv' closed_at = None created_at = <Date 2014-08-22.18:22:48.077> labels = ['type-feature', 'library'] title = 'ConfigParser does not handle files without sections' updated_at = <Date 2019-11-05.20:39:34.585> user = 'https://github.com/kernc' ``` bugs.python.org fields: ```python activity = <Date 2019-11-05.20:39:34.585> actor = 'Pedro Lacerda' assignee = 'lukasz.langa' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2014-08-22.18:22:48.077> creator = 'kernc' dependencies = [] files = ['43345'] hgrepos = [] issue_num = 22253 keywords = ['patch'] message_count = 15.0 messages = ['225693', '225696', '225715', '226587', '226593', '226621', '226827', '226835', '226909', '226936', '227749', '268271', '298339', '298448', '356060'] nosy_count = 9.0 nosy_names = ['terry.reedy', 'paul.moore', 'lukasz.langa', 'tshepang', 'martin.panter', 'serhiy.storchaka', 'kernc', 'Pedro Lacerda', 'johnlinp'] pr_nums = ['2735'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue22253' versions = [] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-117273 * gh-123874 * gh-123879 <!-- /gh-linked-prs -->
54f7e14500471d1c46fb553adb3ca24cd1fef084
d9cfe7e565a6e2dc15747a904736264e31a10be4
python/cpython
python__cpython-124799
# argparse support for "python -m module" in help BPO | [22240](https://bugs.python.org/issue22240) --- | :--- Nosy | @tebeka, @ncoghlan, @jwilk, @zertrin, @SamuelMarks, @Septatrix Files | <li>[prog.diff](https://bugs.python.org/file36424/prog.diff "Uploaded as text/plain at 2014-08-20.19:59:10 by @tebeka"): Patch</li><li>[prog2.diff](https://bugs.python.org/file36453/prog2.diff "Uploaded as text/plain at 2014-08-24.17:42:58 by @tebeka"): Patch</li><li>[prog3.diff](https://bugs.python.org/file36461/prog3.diff "Uploaded as text/plain at 2014-08-25.03:45:18 by @tebeka"): Patch</li><li>[prog3.diff](https://bugs.python.org/file36476/prog3.diff "Uploaded as text/plain at 2014-08-26.11:18:32 by @tebeka"): Patch</li><li>[prog-module-name-handler.patch](https://bugs.python.org/file48643/prog-module-name-handler.patch "Uploaded as text/plain at 2019-10-05.04:05:03 by @SamuelMarks"): Patch for handling `python -m` syntax in argument parser ouptut</li><li>[patch.diff](https://bugs.python.org/file50174/patch.diff "Uploaded as text/plain at 2021-07-23.16:08:11 by @Septatrix")</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 2014-08-20.19:59:11.381> labels = ['type-feature', 'library'] title = 'argparse support for "python -m module" in help' updated_at = <Date 2021-08-08.22:41:00.591> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2021-08-08.22:41:00.591> actor = 'Nils Kattenbeck' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2014-08-20.19:59:11.381> creator = 'tebeka' dependencies = [] files = ['36424', '36453', '36461', '36476', '48643', '50174'] hgrepos = [] issue_num = 22240 keywords = ['patch'] message_count = 23.0 messages = ['225586', '225608', '225669', '225831', '225834', '225838', '225862', '225863', '225865', '225911', '225913', '226578', '226606', '226622', '226697', '226706', '226707', '353987', '353989', '397764', '398076', '398698', '399244'] nosy_count = 9.0 nosy_names = ['tebeka', 'ncoghlan', 'peter.otten', 'bethard', 'jwilk', 'paul.j3', 'zertrin', 'samuelmarks', 'Nils Kattenbeck'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue22240' versions = ['Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-124799 <!-- /gh-linked-prs -->
04bfea2d261bced371cbd64931fe2a8f64984793
d150e4abcfc13770c2d239878ed337fb53e51de5
python/cpython
python__cpython-111441
# wsgiref doesn't appear to ever set REMOTE_HOST in the environ BPO | [22229](https://bugs.python.org/issue22229) --- | :--- Nosy | @pjeby, @alex, @berkerpeksag, @isidentical <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 2014-08-19.17:34:05.563> labels = ['type-bug', 'library'] title = "wsgiref doesn't appear to ever set REMOTE_HOST in the environ" updated_at = <Date 2019-11-18.22:03:20.358> user = 'https://github.com/alex' ``` bugs.python.org fields: ```python activity = <Date 2019-11-18.22:03:20.358> actor = 'BTaskaya' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2014-08-19.17:34:05.563> creator = 'alex' dependencies = [] files = [] hgrepos = [] issue_num = 22229 keywords = [] message_count = 2.0 messages = ['225534', '356918'] nosy_count = 4.0 nosy_names = ['pje', 'alex', 'berker.peksag', 'BTaskaya'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue22229' versions = ['Python 3.4', 'Python 3.5'] ``` </p></details> <!-- gh-linked-prs --> ### Linked PRs * gh-111441 <!-- /gh-linked-prs -->
8c47ada2de6b62a82053c484a5502688e200c14d
66bea2555dc7b3dd18282cc699fe9a22dea50de3