issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.46B
issue_number
int64
1
127k
[ "python", "cpython" ]
BPO | [460402](https://bugs.python.org/issue460402) --- | :--- Nosy | @gvanrossum Files | <li>[uniq.doc.patch](https://bugs.python.org/file3593/uniq.doc.patch "Uploaded as text/plain at 2001-09-10.18:48:35 by jpetrone"): documentation addition</li><li>[uniq.ordered.patch](https://bugs.python.org/file3594/uniq.ordered.patch "Uploaded as text/plain at 2001-09-10.18:49:15 by jpetrone"): Brute force uniq() implementation</li><li>[uniq.unordered.diff](https://bugs.python.org/file3595/uniq.unordered.diff "Uploaded as text/plain at 2001-09-10.18:49:55 by jpetrone"): Faster uniq() implementation</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 2001-09-13.16:59:47.000> created_at = <Date 2001-09-10.18:48:34.000> labels = [] title = 'PEP 270: uniq() method for list objects' updated_at = <Date 2001-09-13.16:59:47.000> user = 'https://bugs.python.org/jpetrone' ``` bugs.python.org fields: ```python activity = <Date 2001-09-13.16:59:47.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-10.18:48:34.000> creator = 'jpetrone' dependencies = [] files = ['3593', '3594', '3595'] hgrepos = [] issue_num = 460402 keywords = ['patch'] message_count = 6.0 messages = ['37525', '37526', '37527', '37528', '37529', '37530'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'jpetrone'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460402' versions = [] ``` </p></details>
PEP 270: uniq() method for list objects
https://api.github.com/repos/python/cpython/issues/35148/comments
6
2001-09-10T18:48:34Z
2022-04-09T21:42:41Z
https://github.com/python/cpython/issues/35148
1,198,779,922
35,148
[ "python", "cpython" ]
BPO | [460357](https://bugs.python.org/issue460357) --- | :--- Nosy | @tim-one, @loewis, @warsaw <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 2002-04-16.12:38:09.000> created_at = <Date 2001-09-10.15:58:33.000> labels = ['extension-modules'] title = 'test_time fails on Sparc64' updated_at = <Date 2002-04-16.12:38:09.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2002-04-16.12:38:09.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-10.15:58:33.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 460357 keywords = [] message_count = 7.0 messages = ['6489', '6490', '6491', '6492', '6493', '6494', '6495'] nosy_count = 3.0 nosy_names = ['tim.peters', 'loewis', 'barry'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460357' versions = ['Python 2.2'] ``` </p></details>
test_time fails on Sparc64
https://api.github.com/repos/python/cpython/issues/35147/comments
7
2001-09-10T15:58:33Z
2022-04-09T21:42:41Z
https://github.com/python/cpython/issues/35147
1,198,779,916
35,147
[ "python", "cpython" ]
BPO | [460315](https://bugs.python.org/issue460315) --- | :--- Nosy | @gvanrossum, @freddrake <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/freddrake' closed_at = <Date 2001-09-13.16:58:13.000> created_at = <Date 2001-09-10.14:55:39.000> labels = ['docs'] title = "call_trace() arg for 'call'" updated_at = <Date 2001-09-13.16:58:13.000> user = 'https://bugs.python.org/jhylton' ``` bugs.python.org fields: ```python activity = <Date 2001-09-13.16:58:13.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-10.14:55:39.000> creator = 'jhylton' dependencies = [] files = [] hgrepos = [] issue_num = 460315 keywords = [] message_count = 3.0 messages = ['6486', '6487', '6488'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'jhylton', 'fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460315' versions = [] ``` </p></details>
call_trace() arg for 'call'
https://api.github.com/repos/python/cpython/issues/35146/comments
3
2001-09-10T14:55:39Z
2022-04-09T21:42:40Z
https://github.com/python/cpython/issues/35146
1,198,779,910
35,146
[ "python", "cpython" ]
BPO | [460269](https://bugs.python.org/issue460269) --- | :--- Nosy | @gvanrossum Files | <li>[patch_python_thread](https://bugs.python.org/file3592/patch_python_thread "Uploaded as application/octet-stream at 2001-09-10.13:30:23 by nobody")</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/gvanrossum' closed_at = <Date 2001-09-10.18:59:59.000> created_at = <Date 2001-09-10.13:30:22.000> labels = ['interpreter-core'] title = 'Improve threading on Solaris platform.' updated_at = <Date 2001-09-10.18:59:59.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-10.18:59:59.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-10.13:30:22.000> creator = 'anonymous' dependencies = [] files = ['3592'] hgrepos = [] issue_num = 460269 keywords = ['patch'] message_count = 5.0 messages = ['37520', '37521', '37522', '37523', '37524'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'bbrox'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460269' versions = [] ``` </p></details>
Improve threading on Solaris platform.
https://api.github.com/repos/python/cpython/issues/35145/comments
5
2001-09-10T13:30:22Z
2022-04-09T21:42:39Z
https://github.com/python/cpython/issues/35145
1,198,779,907
35,145
[ "python", "cpython" ]
BPO | [460151](https://bugs.python.org/issue460151) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-09-10.06:22:20.000> created_at = <Date 2001-09-10.06:05:18.000> labels = ['extension-modules', 'invalid'] title = 'math module - sin and cos ERROR' updated_at = <Date 2001-09-10.06:22:20.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-10.06:22:20.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-10.06:05:18.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 460151 keywords = [] message_count = 2.0 messages = ['6484', '6485'] nosy_count = 1.0 nosy_names = ['tim.peters'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460151' versions = [] ``` </p></details>
math module - sin and cos ERROR
https://api.github.com/repos/python/cpython/issues/35144/comments
2
2001-09-10T06:05:18Z
2022-04-09T21:42:37Z
https://github.com/python/cpython/issues/35144
1,198,779,900
35,144
[ "python", "cpython" ]
BPO | [460112](https://bugs.python.org/issue460112) --- | :--- Nosy | @gvanrossum, @loewis, @freddrake Files | <li>[smtplib_auth.dif](https://bugs.python.org/file3589/smtplib_auth.dif "Uploaded as application/octet-stream at 2001-09-10.01:29:52 by ghaering")</li><li>[smtplib_auth_withdoc.dif](https://bugs.python.org/file3590/smtplib_auth_withdoc.dif "Uploaded as application/octet-stream at 2001-09-11.02:56:30 by ghaering"): smtplib patch with documentation</li><li>[smtplib_auth_withdoc.dif](https://bugs.python.org/file3591/smtplib_auth_withdoc.dif "Uploaded as application/octet-stream at 2001-09-11.02:56:38 by ghaering"): smtplib patch with documentation</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/freddrake' closed_at = <Date 2001-09-11.17:00:24.000> created_at = <Date 2001-09-10.01:29:50.000> labels = ['library'] title = 'SMTP AUTH patch' updated_at = <Date 2001-09-11.17:00:24.000> user = 'https://bugs.python.org/ghaering' ``` bugs.python.org fields: ```python activity = <Date 2001-09-11.17:00:24.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-10.01:29:50.000> creator = 'ghaering' dependencies = [] files = ['3589', '3590', '3591'] hgrepos = [] issue_num = 460112 keywords = ['patch'] message_count = 6.0 messages = ['37514', '37515', '37516', '37517', '37518', '37519'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'fdrake', 'ghaering'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460112' versions = [] ``` </p></details>
SMTP AUTH patch
https://api.github.com/repos/python/cpython/issues/35143/comments
6
2001-09-10T01:29:50Z
2022-04-09T21:42:36Z
https://github.com/python/cpython/issues/35143
1,198,779,895
35,143
[ "python", "cpython" ]
BPO | [460020](https://bugs.python.org/issue460020) --- | :--- Nosy | @gvanrossum, @tim-one, @doerwalter <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/tim-one' closed_at = <Date 2001-09-12.19:14:41.000> created_at = <Date 2001-09-09.15:41:14.000> labels = ['interpreter-core'] title = 'bug or feature: unicode() and subclasses' updated_at = <Date 2001-09-12.19:14:41.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2001-09-12.19:14:41.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-09.15:41:14.000> creator = 'doerwalter' dependencies = [] files = [] hgrepos = [] issue_num = 460020 keywords = [] message_count = 23.0 messages = ['6461', '6462', '6463', '6464', '6465', '6466', '6467', '6468', '6469', '6470', '6471', '6472', '6473', '6474', '6475', '6476', '6477', '6478', '6479', '6480', '6481', '6482', '6483'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue460020' versions = [] ``` </p></details>
bug or feature: unicode() and subclasses
https://api.github.com/repos/python/cpython/issues/35142/comments
23
2001-09-09T15:41:14Z
2022-04-09T21:42:35Z
https://github.com/python/cpython/issues/35142
1,198,779,893
35,142
[ "python", "cpython" ]
BPO | [459767](https://bugs.python.org/issue459767) --- | :--- Nosy | @gvanrossum Files | <li>[ftplib.patch.txt](https://bugs.python.org/file133/ftplib.patch.txt "Uploaded as text/plain at 2001-10-16.19:13:01 by @gvanrossum"): Patch for Python 2.2 (CVS)</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/gvanrossum' closed_at = <Date 2001-10-17.17:23:37.000> created_at = <Date 2001-09-08.10:30:59.000> labels = ['library'] title = 'ftplib fails with files > 2GB' updated_at = <Date 2001-10-17.17:23:37.000> user = 'https://bugs.python.org/preisl' ``` bugs.python.org fields: ```python activity = <Date 2001-10-17.17:23:37.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-08.10:30:59.000> creator = 'preisl' dependencies = [] files = ['133'] hgrepos = [] issue_num = 459767 keywords = [] message_count = 9.0 messages = ['6452', '6453', '6454', '6455', '6456', '6457', '6458', '6459', '6460'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'preisl'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459767' versions = [] ``` </p></details>
ftplib fails with files > 2GB
https://api.github.com/repos/python/cpython/issues/35141/comments
9
2001-09-08T10:30:59Z
2022-04-09T21:42:34Z
https://github.com/python/cpython/issues/35141
1,198,779,891
35,141
[ "python", "cpython" ]
BPO | [459705](https://bugs.python.org/issue459705) --- | :--- Nosy | @akuchling <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 2002-11-04.14:08:48.000> created_at = <Date 2001-09-08.01:29:45.000> labels = ['library'] title = 'always return 0 command status' updated_at = <Date 2002-11-04.14:08:48.000> user = 'https://bugs.python.org/giacometti' ``` bugs.python.org fields: ```python activity = <Date 2002-11-04.14:08:48.000> actor = 'akuchling' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2001-09-08.01:29:45.000> creator = 'giacometti' dependencies = [] files = [] hgrepos = [] issue_num = 459705 keywords = [] message_count = 2.0 messages = ['6450', '6451'] nosy_count = 2.0 nosy_names = ['akuchling', 'giacometti'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459705' versions = [] ``` </p></details>
always return 0 command status
https://api.github.com/repos/python/cpython/issues/35140/comments
2
2001-09-08T01:29:45Z
2022-04-09T21:42:32Z
https://github.com/python/cpython/issues/35140
1,198,779,887
35,140
[ "python", "cpython" ]
BPO | [459464](https://bugs.python.org/issue459464) --- | :--- Nosy | @tim-one, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2002-03-10.14:36:12.000> created_at = <Date 2001-09-07.09:34:06.000> labels = ['extension-modules'] title = 'Math_test overflowerror on sparc64 linux' updated_at = <Date 2002-03-10.14:36:12.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2002-03-10.14:36:12.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-07.09:34:06.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 459464 keywords = [] message_count = 9.0 messages = ['6441', '6442', '6443', '6444', '6445', '6446', '6447', '6448', '6449'] nosy_count = 2.0 nosy_names = ['tim.peters', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459464' versions = [] ``` </p></details>
Math_test overflowerror on sparc64 linux
https://api.github.com/repos/python/cpython/issues/35139/comments
9
2001-09-07T09:34:06Z
2022-04-09T21:42:32Z
https://github.com/python/cpython/issues/35139
1,198,779,881
35,139
[ "python", "cpython" ]
BPO | [459442](https://bugs.python.org/issue459442) --- | :--- Nosy | @theller, @jackjansen Files | <li>[patch.txt](https://bugs.python.org/file3588/patch.txt "Uploaded as text/plain at 2001-09-07.07:33:45 by @theller"): 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 = 'https://github.com/jackjansen' closed_at = <Date 2001-11-15.21:00:07.000> created_at = <Date 2001-09-07.07:32:33.000> labels = [] title = 'Fix small Tools/bgen problems' updated_at = <Date 2001-11-15.21:00:07.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2001-11-15.21:00:07.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-07.07:32:33.000> creator = 'theller' dependencies = [] files = ['3588'] hgrepos = [] issue_num = 459442 keywords = ['patch'] message_count = 4.0 messages = ['37510', '37511', '37512', '37513'] nosy_count = 2.0 nosy_names = ['theller', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459442' versions = [] ``` </p></details>
Fix small Tools/bgen problems
https://api.github.com/repos/python/cpython/issues/35138/comments
4
2001-09-07T07:32:33Z
2022-04-09T21:42:31Z
https://github.com/python/cpython/issues/35138
1,198,779,877
35,138
[ "python", "cpython" ]
BPO | [459441](https://bugs.python.org/issue459441) --- | :--- Nosy | @freddrake Files | <li>[inst.tex.diff](https://bugs.python.org/file3587/inst.tex.diff "Uploaded as text/plain at 2001-09-07.07:31:04 by rliebscher"): diff for file inst.tex</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/freddrake' closed_at = <Date 2001-09-11.15:11:56.000> created_at = <Date 2001-09-07.07:31:03.000> labels = ['docs'] title = 'URL correction in distutils docu' updated_at = <Date 2001-09-11.15:11:56.000> user = 'https://bugs.python.org/rliebscher' ``` bugs.python.org fields: ```python activity = <Date 2001-09-11.15:11:56.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-07.07:31:03.000> creator = 'rliebscher' dependencies = [] files = ['3587'] hgrepos = [] issue_num = 459441 keywords = ['patch'] message_count = 2.0 messages = ['37508', '37509'] nosy_count = 2.0 nosy_names = ['fdrake', 'rliebscher'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459441' versions = [] ``` </p></details>
URL correction in distutils docu
https://api.github.com/repos/python/cpython/issues/35137/comments
2
2001-09-07T07:31:03Z
2022-04-09T21:42:30Z
https://github.com/python/cpython/issues/35137
1,198,779,874
35,137
[ "python", "cpython" ]
BPO | [459423](https://bugs.python.org/issue459423) --- | :--- Nosy | @gvanrossum, @loewis, @smontanaro <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 2001-10-19.01:03:32.000> created_at = <Date 2001-09-07.06:23:20.000> labels = [] title = 'setup.py ignores OPT make variable' updated_at = <Date 2001-10-19.01:03:32.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2001-10-19.01:03:32.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-07.06:23:20.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 459423 keywords = [] message_count = 6.0 messages = ['6435', '6436', '6437', '6438', '6439', '6440'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459423' versions = [] ``` </p></details>
setup.py ignores OPT make variable
https://api.github.com/repos/python/cpython/issues/35136/comments
6
2001-09-07T06:23:20Z
2022-04-09T21:42:28Z
https://github.com/python/cpython/issues/35136
1,198,779,866
35,136
[ "python", "cpython" ]
BPO | [459385](https://bugs.python.org/issue459385) --- | :--- Nosy | @gvanrossum, @tim-one <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/gvanrossum' closed_at = <Date 2001-09-25.13:59:30.000> created_at = <Date 2001-09-07.01:27:44.000> labels = ['interpreter-core'] title = '2.1.1 time.timezone fix for Cygwin' updated_at = <Date 2001-09-25.13:59:30.000> user = 'https://bugs.python.org/nhv' ``` bugs.python.org fields: ```python activity = <Date 2001-09-25.13:59:30.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-07.01:27:44.000> creator = 'nhv' dependencies = [] files = [] hgrepos = [] issue_num = 459385 keywords = ['patch'] message_count = 9.0 messages = ['37499', '37500', '37501', '37502', '37503', '37504', '37505', '37506', '37507'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tim.peters', 'nhv', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459385' versions = [] ``` </p></details>
2.1.1 time.timezone fix for Cygwin
https://api.github.com/repos/python/cpython/issues/35135/comments
9
2001-09-07T01:27:44Z
2022-04-09T21:42:28Z
https://github.com/python/cpython/issues/35135
1,198,779,863
35,135
[ "python", "cpython" ]
BPO | [459381](https://bugs.python.org/issue459381) --- | :--- Nosy | @loewis Files | <li>[encodings.patch](https://bugs.python.org/file3585/encodings.patch "Uploaded as text/plain at 2001-09-07.01:01:52 by mzabaluev"): Use the proper __import__()</li><li>[encodings.patch](https://bugs.python.org/file3586/encodings.patch "Uploaded as text/plain at 2001-09-07.08:32:07 by mzabaluev"): Oops, this is the second take</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 2002-07-28.11:29:27.000> created_at = <Date 2001-09-07.01:01:52.000> labels = ['library'] title = 'Unambiguous import for encodings' updated_at = <Date 2002-07-28.11:29:27.000> user = 'https://bugs.python.org/mzabaluev' ``` bugs.python.org fields: ```python activity = <Date 2002-07-28.11:29:27.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-07.01:01:52.000> creator = 'mzabaluev' dependencies = [] files = ['3585', '3586'] hgrepos = [] issue_num = 459381 keywords = ['patch'] message_count = 3.0 messages = ['37496', '37497', '37498'] nosy_count = 2.0 nosy_names = ['loewis', 'mzabaluev'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459381' versions = [] ``` </p></details>
Unambiguous import for encodings
https://api.github.com/repos/python/cpython/issues/35134/comments
3
2001-09-07T01:01:52Z
2022-04-09T21:42:26Z
https://github.com/python/cpython/issues/35134
1,198,779,862
35,134
[ "python", "cpython" ]
BPO | [459334](https://bugs.python.org/issue459334) --- | :--- Nosy | @gvanrossum, @loewis <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/gvanrossum' closed_at = <Date 2001-09-18.20:19:03.000> created_at = <Date 2001-09-06.22:18:56.000> labels = ['extension-modules'] title = 'urllib2 __getitem__ problem' updated_at = <Date 2001-09-18.20:19:03.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-18.20:19:03.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-06.22:18:56.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 459334 keywords = [] message_count = 4.0 messages = ['6431', '6432', '6433', '6434'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459334' versions = [] ``` </p></details>
urllib2 __getitem__ problem
https://api.github.com/repos/python/cpython/issues/35133/comments
4
2001-09-06T22:18:56Z
2022-04-09T21:42:25Z
https://github.com/python/cpython/issues/35133
1,198,779,856
35,133
[ "python", "cpython" ]
BPO | [459272](https://bugs.python.org/issue459272) --- | :--- Nosy | @loewis, @jcea <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2001-10-04.17:18:02.000> created_at = <Date 2001-09-06.18:50:58.000> labels = ['type-feature'] title = '"getpwnam" and similar' updated_at = <Date 2001-10-04.17:18:02.000> user = 'https://github.com/jcea' ``` bugs.python.org fields: ```python activity = <Date 2001-10-04.17:18:02.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-06.18:50:58.000> creator = 'jcea' dependencies = [] files = [] hgrepos = [] issue_num = 459272 keywords = [] message_count = 2.0 messages = ['53256', '53257'] nosy_count = 2.0 nosy_names = ['loewis', 'jcea'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue459272' versions = [] ``` </p></details>
"getpwnam" and similar
https://api.github.com/repos/python/cpython/issues/35132/comments
2
2001-09-06T18:50:58Z
2022-04-09T21:42:24Z
https://github.com/python/cpython/issues/35132
1,198,779,854
35,132
[ "python", "cpython" ]
BPO | [459270](https://bugs.python.org/issue459270) --- | :--- Nosy | @akuchling <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/akuchling' closed_at = <Date 2001-12-06.16:35:17.000> created_at = <Date 2001-09-06.18:42:14.000> labels = ['library'] title = 'System-wide distutils cfg file misnamed' updated_at = <Date 2001-12-06.16:35:17.000> user = 'https://bugs.python.org/paulsid' ``` bugs.python.org fields: ```python activity = <Date 2001-12-06.16:35:17.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2001-09-06.18:42:14.000> creator = 'paulsid' dependencies = [] files = [] hgrepos = [] issue_num = 459270 keywords = [] message_count = 2.0 messages = ['6429', '6430'] nosy_count = 2.0 nosy_names = ['akuchling', 'paulsid'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459270' versions = [] ``` </p></details>
System-wide distutils cfg file misnamed
https://api.github.com/repos/python/cpython/issues/35131/comments
2
2001-09-06T18:42:14Z
2022-04-09T21:42:23Z
https://github.com/python/cpython/issues/35131
1,198,779,851
35,131
[ "python", "cpython" ]
BPO | [459267](https://bugs.python.org/issue459267) --- | :--- Nosy | @loewis, @jcea <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2001-10-04.22:47:05.000> created_at = <Date 2001-09-06.18:28:17.000> labels = ['type-feature'] title = 'CHROOT system call' updated_at = <Date 2001-10-04.22:47:05.000> user = 'https://github.com/jcea' ``` bugs.python.org fields: ```python activity = <Date 2001-10-04.22:47:05.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-06.18:28:17.000> creator = 'jcea' dependencies = [] files = [] hgrepos = [] issue_num = 459267 keywords = [] message_count = 2.0 messages = ['53254', '53255'] nosy_count = 2.0 nosy_names = ['loewis', 'jcea'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue459267' versions = [] ``` </p></details>
CHROOT system call
https://api.github.com/repos/python/cpython/issues/35130/comments
2
2001-09-06T18:28:17Z
2022-04-09T21:42:22Z
https://github.com/python/cpython/issues/35130
1,198,779,848
35,130
[ "python", "cpython" ]
BPO | [459256](https://bugs.python.org/issue459256) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-06.19:23:28.000> created_at = <Date 2001-09-06.18:17:47.000> labels = ['docs'] title = 'Link to PyOpenGL obsolete' updated_at = <Date 2001-09-06.19:23:28.000> user = 'https://bugs.python.org/mcfletch' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.19:23:28.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-06.18:17:47.000> creator = 'mcfletch' dependencies = [] files = [] hgrepos = [] issue_num = 459256 keywords = [] message_count = 2.0 messages = ['6427', '6428'] nosy_count = 2.0 nosy_names = ['fdrake', 'mcfletch'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459256' versions = [] ``` </p></details>
Link to PyOpenGL obsolete
https://api.github.com/repos/python/cpython/issues/35129/comments
2
2001-09-06T18:17:47Z
2022-04-09T21:42:21Z
https://github.com/python/cpython/issues/35129
1,198,779,845
35,129
[ "python", "cpython" ]
BPO | [459235](https://bugs.python.org/issue459235) --- | :--- Nosy | @mwhudson, @gvanrossum, @loewis <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/gvanrossum' closed_at = <Date 2002-06-13.19:24:59.000> created_at = <Date 2001-09-06.17:11:54.000> labels = ['interpreter-core'] title = 'tuple __getitem__ limited' updated_at = <Date 2002-06-13.19:24:59.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2002-06-13.19:24:59.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-06.17:11:54.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 459235 keywords = [] message_count = 6.0 messages = ['6421', '6422', '6423', '6424', '6425', '6426'] nosy_count = 3.0 nosy_names = ['mwh', 'gvanrossum', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459235' versions = ['Python 2.2'] ``` </p></details>
tuple __getitem__ limited
https://api.github.com/repos/python/cpython/issues/35128/comments
6
2001-09-06T17:11:54Z
2022-04-09T21:42:20Z
https://github.com/python/cpython/issues/35128
1,198,779,843
35,128
[ "python", "cpython" ]
BPO | [459188](https://bugs.python.org/issue459188) --- | :--- Nosy | @gvanrossum, @doerwalter <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/gvanrossum' closed_at = <Date 2001-09-06.17:11:12.000> created_at = <Date 2001-09-06.14:38:51.000> labels = ['interpreter-core', 'invalid'] title = 'unicode.__imul__ etc. missing' updated_at = <Date 2001-09-06.17:11:12.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.17:11:12.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-06.14:38:51.000> creator = 'doerwalter' dependencies = [] files = [] hgrepos = [] issue_num = 459188 keywords = [] message_count = 6.0 messages = ['6415', '6416', '6417', '6418', '6419', '6420'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459188' versions = [] ``` </p></details>
unicode.__imul__ etc. missing
https://api.github.com/repos/python/cpython/issues/35127/comments
6
2001-09-06T14:38:51Z
2022-04-09T21:42:19Z
https://github.com/python/cpython/issues/35127
1,198,779,841
35,127
[ "python", "cpython" ]
BPO | [459160](https://bugs.python.org/issue459160) --- | :--- Nosy | @tim-one, @mhammond <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/mhammond' closed_at = <Date 2002-04-18.02:19:52.000> created_at = <Date 2001-09-06.13:39:24.000> labels = ['OS-windows'] title = 'Py closes COM instances not loaded by Py' updated_at = <Date 2002-04-18.02:19:52.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2002-04-18.02:19:52.000> actor = 'mhammond' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2001-09-06.13:39:24.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 459160 keywords = [] message_count = 3.0 messages = ['6412', '6413', '6414'] nosy_count = 2.0 nosy_names = ['tim.peters', 'mhammond'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue459160' versions = [] ``` </p></details>
Py closes COM instances not loaded by Py
https://api.github.com/repos/python/cpython/issues/35126/comments
3
2001-09-06T13:39:24Z
2022-04-09T21:42:18Z
https://github.com/python/cpython/issues/35126
1,198,779,836
35,126
[ "python", "cpython" ]
BPO | [459007](https://bugs.python.org/issue459007) --- | :--- Nosy | @tim-one, @mhammond, @freddrake, @akuchling, @birkenfeld, @taleinat, @devdanzin, @tjguk, @merwok, @briancurtin Files | <li>[comment_move_to_windows_rst.patch](https://bugs.python.org/file18997/comment_move_to_windows_rst.patch "Uploaded as text/plain at 2010-09-24.15:13:40 by ruseel")</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 2010-10-17.10:05:32.964> created_at = <Date 2001-09-06.02:05:13.000> labels = ['easy', 'type-bug', 'docs'] title = 'Document sys.path on Windows' updated_at = <Date 2010-10-17.10:05:32.963> user = 'https://github.com/mhammond' ``` bugs.python.org fields: ```python activity = <Date 2010-10-17.10:05:32.963> actor = 'georg.brandl' assignee = 'docs@python' closed = True closed_date = <Date 2010-10-17.10:05:32.964> closer = 'georg.brandl' components = ['Documentation'] creation = <Date 2001-09-06.02:05:13.000> creator = 'mhammond' dependencies = [] files = ['18997'] hgrepos = [] issue_num = 459007 keywords = ['patch', 'easy'] message_count = 14.0 messages = ['6408', '6409', '6410', '6411', '55348', '73954', '107993', '110481', '110484', '110486', '110495', '110797', '117290', '118922'] nosy_count = 16.0 nosy_names = ['tim.peters', 'mhammond', 'fdrake', 'akuchling', 'georg.brandl', 'jafo', 'taleinat', 'ajaksu2', 'ruseel', 'tim.golden', 'eric.araujo', 'brian.curtin', 'matthieu.labbe', 'docs@python', 'BreamoreBoy', 'catalin.iacob'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'needs patch' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue459007' versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
Document sys.path on Windows
https://api.github.com/repos/python/cpython/issues/35125/comments
14
2001-09-06T02:05:13Z
2022-04-09T21:42:16Z
https://github.com/python/cpython/issues/35125
1,198,779,834
35,125
[ "python", "cpython" ]
BPO | [458941](https://bugs.python.org/issue458941) --- | :--- Nosy | @gvanrossum, @tim-one, @smontanaro Files | <li>[zeroes.py](https://bugs.python.org/file132/zeroes.py "Uploaded as text/plain at 2001-09-05.23:29:10 by @tim-one"): Signed zero test case</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/tim-one' closed_at = <Date 2001-09-07.08:48:20.000> created_at = <Date 2001-09-05.23:29:10.000> labels = ['interpreter-core'] title = 'Looks like a unary minus bug' updated_at = <Date 2001-09-07.08:48:20.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2001-09-07.08:48:20.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-05.23:29:10.000> creator = 'tim.peters' dependencies = [] files = ['132'] hgrepos = [] issue_num = 458941 keywords = [] message_count = 5.0 messages = ['6403', '6404', '6405', '6406', '6407'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'skip.montanaro'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458941' versions = ['Python 2.2'] ``` </p></details>
Looks like a unary minus bug
https://api.github.com/repos/python/cpython/issues/35124/comments
5
2001-09-05T23:29:10Z
2022-04-09T21:42:15Z
https://github.com/python/cpython/issues/35124
1,198,779,831
35,124
[ "python", "cpython" ]
BPO | [458898](https://bugs.python.org/issue458898) --- | :--- Nosy | @mwhudson, @loewis Files | <li>[python-2.2-pythonbuild.patch](https://bugs.python.org/file3584/python-2.2-pythonbuild.patch "Uploaded as text/plain at 2002-01-19.00:02:05 by niemeyer")</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/mwhudson' closed_at = <Date 2002-10-07.13:25:50.000> created_at = <Date 2001-09-05.20:58:46.000> labels = ['library'] title = '--python-build for install' updated_at = <Date 2002-10-07.13:25:50.000> user = 'https://bugs.python.org/niemeyer' ``` bugs.python.org fields: ```python activity = <Date 2002-10-07.13:25:50.000> actor = 'loewis' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2001-09-05.20:58:46.000> creator = 'niemeyer' dependencies = [] files = ['3584'] hgrepos = [] issue_num = 458898 keywords = ['patch'] message_count = 7.0 messages = ['37489', '37490', '37491', '37492', '37493', '37494', '37495'] nosy_count = 3.0 nosy_names = ['mwh', 'loewis', 'niemeyer'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458898' versions = [] ``` </p></details>
--python-build for install
https://api.github.com/repos/python/cpython/issues/35123/comments
7
2001-09-05T20:58:46Z
2022-04-09T21:42:15Z
https://github.com/python/cpython/issues/35123
1,198,779,827
35,123
[ "python", "cpython" ]
BPO | [458885](https://bugs.python.org/issue458885) --- | :--- Nosy | @gvanrossum, @freddrake, @smontanaro Files | <li>[librfc822.diff](https://bugs.python.org/file131/librfc822.diff "Uploaded as text/plain at 2001-09-05.22:03:59 by @smontanaro"): patch to add description of unixfrom</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/freddrake' closed_at = <Date 2001-09-06.15:08:05.000> created_at = <Date 2001-09-05.20:38:09.000> labels = ['docs'] title = 'rfc822.Message.unixfrom is not documented' updated_at = <Date 2001-09-06.15:08:05.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.15:08:05.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.20:38:09.000> creator = 'skip.montanaro' dependencies = [] files = ['131'] hgrepos = [] issue_num = 458885 keywords = [] message_count = 4.0 messages = ['6399', '6400', '6401', '6402'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'fdrake', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458885' versions = [] ``` </p></details>
rfc822.Message.unixfrom is not documented
https://api.github.com/repos/python/cpython/issues/35122/comments
4
2001-09-05T20:38:09Z
2022-04-09T21:42:13Z
https://github.com/python/cpython/issues/35122
1,198,779,826
35,122
[ "python", "cpython" ]
BPO | [458880](https://bugs.python.org/issue458880) --- | :--- Nosy | @gvanrossum, @loewis, @jackjansen Files | <li>[@x](https://bugs.python.org/file130/%40x "Uploaded as application/octet-stream at 2001-09-07.09:39:29 by @jackjansen"): Warnings from build</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2001-09-07.16:23:43.000> created_at = <Date 2001-09-05.20:31:12.000> labels = [] title = 'gcc -Wall and getaddrinfo.c' updated_at = <Date 2001-09-07.16:23:43.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2001-09-07.16:23:43.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-05.20:31:12.000> creator = 'jackjansen' dependencies = [] files = ['130'] hgrepos = [] issue_num = 458880 keywords = [] message_count = 6.0 messages = ['6393', '6394', '6395', '6396', '6397', '6398'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'jackjansen'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458880' versions = [] ``` </p></details>
gcc -Wall and getaddrinfo.c
https://api.github.com/repos/python/cpython/issues/35121/comments
6
2001-09-05T20:31:12Z
2022-04-09T21:42:12Z
https://github.com/python/cpython/issues/35121
1,198,779,820
35,121
[ "python", "cpython" ]
BPO | [458878](https://bugs.python.org/issue458878) --- | :--- Nosy | @gvanrossum, @loewis, @jackjansen Files | <li>[@x](https://bugs.python.org/file129/%40x "Uploaded as application/octet-stream at 2001-09-07.09:44:45 by @jackjansen")</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/jackjansen' closed_at = <Date 2001-09-11.21:27:34.000> created_at = <Date 2001-09-05.20:26:56.000> labels = ['interpreter-core'] title = 'strict-protypes and signalmodule.c' updated_at = <Date 2001-09-11.21:27:34.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2001-09-11.21:27:34.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-05.20:26:56.000> creator = 'jackjansen' dependencies = [] files = ['129'] hgrepos = [] issue_num = 458878 keywords = [] message_count = 9.0 messages = ['6384', '6385', '6386', '6387', '6388', '6389', '6390', '6391', '6392'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'jackjansen'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458878' versions = [] ``` </p></details>
strict-protypes and signalmodule.c
https://api.github.com/repos/python/cpython/issues/35120/comments
9
2001-09-05T20:26:56Z
2022-04-09T21:42:11Z
https://github.com/python/cpython/issues/35120
1,198,779,811
35,120
[ "python", "cpython" ]
BPO | [458874](https://bugs.python.org/issue458874) --- | :--- Nosy | @gvanrossum, @jackjansen <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/jackjansen' closed_at = <Date 2003-02-21.15:16:12.000> created_at = <Date 2001-09-05.20:20:42.000> labels = ['OS-mac'] title = 'Long module names fail on the Mac' updated_at = <Date 2003-02-21.15:16:12.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-02-21.15:16:12.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2001-09-05.20:20:42.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 458874 keywords = [] message_count = 3.0 messages = ['6381', '6382', '6383'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'jackjansen'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458874' versions = [] ``` </p></details>
Long module names fail on the Mac
https://api.github.com/repos/python/cpython/issues/35119/comments
3
2001-09-05T20:20:42Z
2022-04-09T21:42:10Z
https://github.com/python/cpython/issues/35119
1,198,779,806
35,119
[ "python", "cpython" ]
BPO | [458860](https://bugs.python.org/issue458860) --- | :--- Nosy | @gvanrossum, @freddrake <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/freddrake' closed_at = <Date 2001-09-06.14:51:35.000> created_at = <Date 2001-09-05.20:03:32.000> labels = ['library'] title = 'delitem not supported by Weak*Dicts' updated_at = <Date 2001-09-06.14:51:35.000> user = 'https://bugs.python.org/tim-hochberg' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.14:51:35.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-05.20:03:32.000> creator = 'tim-hochberg' dependencies = [] files = [] hgrepos = [] issue_num = 458860 keywords = [] message_count = 3.0 messages = ['6378', '6379', '6380'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'fdrake', 'tim-hochberg'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458860' versions = [] ``` </p></details>
delitem not supported by Weak*Dicts
https://api.github.com/repos/python/cpython/issues/35118/comments
3
2001-09-05T20:03:32Z
2022-04-09T21:42:09Z
https://github.com/python/cpython/issues/35118
1,198,779,803
35,118
[ "python", "cpython" ]
BPO | [458839](https://bugs.python.org/issue458839) --- | :--- <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 2001-10-11.17:28:08.000> created_at = <Date 2001-09-05.19:05:39.000> labels = ['library'] title = 'SSL errno wrong under Windows' updated_at = <Date 2001-10-11.17:28:08.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-10-11.17:28:08.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-05.19:05:39.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 458839 keywords = [] message_count = 3.0 messages = ['6375', '6376', '6377'] nosy_count = 2.0 nosy_names = ['jhylton', 'ghaering'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458839' versions = [] ``` </p></details>
SSL errno wrong under Windows
https://api.github.com/repos/python/cpython/issues/35117/comments
3
2001-09-05T19:05:39Z
2022-04-09T21:42:07Z
https://github.com/python/cpython/issues/35117
1,198,779,801
35,117
[ "python", "cpython" ]
BPO | [458835](https://bugs.python.org/issue458835) --- | :--- <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 2001-10-11.17:48:44.000> created_at = <Date 2001-09-05.18:48:34.000> labels = ['library'] title = 'SSL support in httplib causes exception' updated_at = <Date 2001-10-11.17:48:44.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-10-11.17:48:44.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-05.18:48:34.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 458835 keywords = [] message_count = 2.0 messages = ['6373', '6374'] nosy_count = 1.0 nosy_names = ['jhylton'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458835' versions = [] ``` </p></details>
SSL support in httplib causes exception
https://api.github.com/repos/python/cpython/issues/35116/comments
2
2001-09-05T18:48:34Z
2022-04-09T21:42:06Z
https://github.com/python/cpython/issues/35116
1,198,779,797
35,116
[ "python", "cpython" ]
BPO | [458814](https://bugs.python.org/issue458814) --- | :--- Nosy | @gvanrossum, @tim-one, @mhammond <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/mhammond' closed_at = <Date 2001-09-05.23:31:30.000> created_at = <Date 2001-09-05.18:05:13.000> labels = [] title = 'MHammond non-responsive' updated_at = <Date 2001-09-05.23:31:30.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.23:31:30.000> actor = 'tim.peters' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-05.18:05:13.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 458814 keywords = [] message_count = 3.0 messages = ['6370', '6371', '6372'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'mhammond'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458814' versions = [] ``` </p></details>
MHammond non-responsive
https://api.github.com/repos/python/cpython/issues/35115/comments
3
2001-09-05T18:05:13Z
2022-04-09T21:42:05Z
https://github.com/python/cpython/issues/35115
1,198,779,792
35,115
[ "python", "cpython" ]
BPO | [458785](https://bugs.python.org/issue458785) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-06.19:00:49.000> created_at = <Date 2001-09-05.16:21:40.000> labels = ['docs'] title = 'Link in module-sha docs' updated_at = <Date 2001-09-06.19:00:49.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.19:00:49.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.16:21:40.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 458785 keywords = [] message_count = 2.0 messages = ['6368', '6369'] nosy_count = 1.0 nosy_names = ['fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458785' versions = [] ``` </p></details>
Link in module-sha docs
https://api.github.com/repos/python/cpython/issues/35114/comments
2
2001-09-05T16:21:40Z
2022-04-09T21:42:04Z
https://github.com/python/cpython/issues/35114
1,198,779,789
35,114
[ "python", "cpython" ]
BPO | [458771](https://bugs.python.org/issue458771) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-06.19:11:15.000> created_at = <Date 2001-09-05.15:49:41.000> labels = ['docs'] title = "unittest things to be doc'd" updated_at = <Date 2001-09-06.19:11:15.000> user = 'https://bugs.python.org/rsalz' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.19:11:15.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.15:49:41.000> creator = 'rsalz' dependencies = [] files = [] hgrepos = [] issue_num = 458771 keywords = [] message_count = 4.0 messages = ['6364', '6365', '6366', '6367'] nosy_count = 2.0 nosy_names = ['fdrake', 'rsalz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458771' versions = [] ``` </p></details>
unittest things to be doc'd
https://api.github.com/repos/python/cpython/issues/35113/comments
4
2001-09-05T15:49:41Z
2022-04-09T21:42:03Z
https://github.com/python/cpython/issues/35113
1,198,779,787
35,113
[ "python", "cpython" ]
BPO | [458768](https://bugs.python.org/issue458768) --- | :--- Nosy | @gvanrossum, @freddrake <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/freddrake' closed_at = <Date 2001-09-06.16:31:11.000> created_at = <Date 2001-09-05.15:42:24.000> labels = ['docs'] title = 'Python.h conventions.' updated_at = <Date 2001-09-06.16:31:11.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.16:31:11.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.15:42:24.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 458768 keywords = [] message_count = 2.0 messages = ['6362', '6363'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458768' versions = ['Python 2.2'] ``` </p></details>
Python.h conventions.
https://api.github.com/repos/python/cpython/issues/35112/comments
2
2001-09-05T15:42:24Z
2022-04-09T21:42:02Z
https://github.com/python/cpython/issues/35112
1,198,779,783
35,112
[ "python", "cpython" ]
BPO | [458745](https://bugs.python.org/issue458745) --- | :--- Nosy | @freddrake, @smontanaro <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/freddrake' closed_at = <Date 2001-09-06.18:09:42.000> created_at = <Date 2001-09-05.14:38:54.000> labels = ['docs'] title = 'PyInt_Check doc amiss in API manual' updated_at = <Date 2001-09-06.18:09:42.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.18:09:42.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.14:38:54.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 458745 keywords = [] message_count = 2.0 messages = ['6360', '6361'] nosy_count = 2.0 nosy_names = ['fdrake', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458745' versions = [] ``` </p></details>
PyInt_Check doc amiss in API manual
https://api.github.com/repos/python/cpython/issues/35111/comments
2
2001-09-05T14:38:54Z
2022-04-09T21:42:01Z
https://github.com/python/cpython/issues/35111
1,198,779,781
35,111
[ "python", "cpython" ]
BPO | [458701](https://bugs.python.org/issue458701) --- | :--- Nosy | @gvanrossum Files | <li>[zipfile.diff](https://bugs.python.org/file3583/zipfile.diff "Uploaded as text/plain at 2001-09-05.12:52:39 by ahlstromjc"): Patch to zipfile.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2001-09-05.18:44:43.000> created_at = <Date 2001-09-05.12:52:39.000> labels = ['extension-modules'] title = 'Patch to zipfile.py for Java' updated_at = <Date 2001-09-05.18:44:43.000> user = 'https://bugs.python.org/ahlstromjc' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.18:44:43.000> actor = 'bckfnn' assignee = 'bckfnn' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-05.12:52:39.000> creator = 'ahlstromjc' dependencies = [] files = ['3583'] hgrepos = [] issue_num = 458701 keywords = ['patch'] message_count = 3.0 messages = ['37486', '37487', '37488'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'bckfnn', 'ahlstromjc'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458701' versions = [] ``` </p></details>
Patch to zipfile.py for Java
https://api.github.com/repos/python/cpython/issues/35110/comments
3
2001-09-05T12:52:39Z
2022-04-09T21:41:59Z
https://github.com/python/cpython/issues/35110
1,198,779,774
35,110
[ "python", "cpython" ]
BPO | [458654](https://bugs.python.org/issue458654) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-06.18:21:47.000> created_at = <Date 2001-09-05.09:38:58.000> labels = ['docs'] title = 'Code Bug' updated_at = <Date 2001-09-06.18:21:47.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-06.18:21:47.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-05.09:38:58.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 458654 keywords = [] message_count = 2.0 messages = ['6358', '6359'] nosy_count = 1.0 nosy_names = ['fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458654' versions = [] ``` </p></details>
Code Bug
https://api.github.com/repos/python/cpython/issues/35109/comments
2
2001-09-05T09:38:58Z
2022-04-09T21:41:59Z
https://github.com/python/cpython/issues/35109
1,198,779,769
35,109
[ "python", "cpython" ]
BPO | [458608](https://bugs.python.org/issue458608) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-09-05.04:14:54.000> created_at = <Date 2001-09-05.04:10:03.000> labels = [] title = 'python functions called from c' updated_at = <Date 2001-09-05.04:14:54.000> user = 'https://bugs.python.org/jtasmuth' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.04:14:54.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-05.04:10:03.000> creator = 'jtasmuth' dependencies = [] files = [] hgrepos = [] issue_num = 458608 keywords = [] message_count = 2.0 messages = ['6356', '6357'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'jtasmuth'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458608' versions = [] ``` </p></details>
python functions called from c
https://api.github.com/repos/python/cpython/issues/35108/comments
2
2001-09-05T04:10:03Z
2022-04-09T21:41:58Z
https://github.com/python/cpython/issues/35108
1,198,779,762
35,108
[ "python", "cpython" ]
BPO | [458534](https://bugs.python.org/issue458534) --- | :--- Nosy | @loewis, @akuchling Files | <li>[_curses_form.c](https://bugs.python.org/file3582/_curses_form.c "Uploaded as text/x-csrc at 2001-09-04.21:23:08 by @akuchling"): ncurses form support</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/akuchling' closed_at = <Date 2002-03-18.12:53:58.000> created_at = <Date 2001-09-04.21:23:06.000> labels = ['extension-modules'] title = 'ncurses form module' updated_at = <Date 2002-03-18.12:53:58.000> user = 'https://github.com/akuchling' ``` bugs.python.org fields: ```python activity = <Date 2002-03-18.12:53:58.000> actor = 'loewis' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-04.21:23:06.000> creator = 'akuchling' dependencies = [] files = ['3582'] hgrepos = [] issue_num = 458534 keywords = ['patch'] message_count = 3.0 messages = ['37483', '37484', '37485'] nosy_count = 2.0 nosy_names = ['loewis', 'akuchling'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458534' versions = [] ``` </p></details>
ncurses form module
https://api.github.com/repos/python/cpython/issues/35107/comments
3
2001-09-04T21:23:06Z
2022-04-09T21:41:56Z
https://github.com/python/cpython/issues/35107
1,198,779,756
35,107
[ "python", "cpython" ]
BPO | [458463](https://bugs.python.org/issue458463) --- | :--- Nosy | @gvanrossum <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 2002-06-28.23:38:33.000> created_at = <Date 2001-09-04.17:27:09.000> labels = ['library'] title = 'HTTPSConnect.__init__ too tricky' updated_at = <Date 2002-06-28.23:38:33.000> user = 'https://bugs.python.org/rsalz' ``` bugs.python.org fields: ```python activity = <Date 2002-06-28.23:38:33.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-04.17:27:09.000> creator = 'rsalz' dependencies = [] files = [] hgrepos = [] issue_num = 458463 keywords = [] message_count = 3.0 messages = ['6353', '6354', '6355'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'jhylton', 'rsalz'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458463' versions = [] ``` </p></details>
HTTPSConnect.__init__ too tricky
https://api.github.com/repos/python/cpython/issues/35106/comments
3
2001-09-04T17:27:09Z
2022-04-09T21:41:55Z
https://github.com/python/cpython/issues/35106
1,198,779,750
35,106
[ "python", "cpython" ]
BPO | [458459](https://bugs.python.org/issue458459) --- | :--- Nosy | @freddrake, @nascheme Files | <li>[profile_generators.diff](https://bugs.python.org/file3581/profile_generators.diff "Uploaded as text/plain at 2001-09-04.17:22:57 by @nascheme")</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/nascheme' closed_at = <Date 2001-09-04.19:04:17.000> created_at = <Date 2001-09-04.17:22:53.000> labels = ['interpreter-core'] title = 'fix profiling of generators' updated_at = <Date 2001-09-04.19:04:17.000> user = 'https://github.com/nascheme' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.19:04:17.000> actor = 'nascheme' assignee = 'nascheme' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-04.17:22:53.000> creator = 'nascheme' dependencies = [] files = ['3581'] hgrepos = [] issue_num = 458459 keywords = ['patch'] message_count = 3.0 messages = ['37480', '37481', '37482'] nosy_count = 2.0 nosy_names = ['fdrake', 'nascheme'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458459' versions = [] ``` </p></details>
fix profiling of generators
https://api.github.com/repos/python/cpython/issues/35105/comments
3
2001-09-04T17:22:53Z
2022-04-09T21:41:54Z
https://github.com/python/cpython/issues/35105
1,198,779,742
35,105
[ "python", "cpython" ]
BPO | [458447](https://bugs.python.org/issue458447) --- | :--- Nosy | @gvanrossum, @freddrake, @smontanaro, @brettcannon <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/brettcannon' closed_at = <Date 2003-05-20.02:57:14.000> created_at = <Date 2001-09-04.17:01:03.000> labels = ['docs'] title = 'New httplib lacks documentation' updated_at = <Date 2003-05-20.02:57:14.000> user = 'https://bugs.python.org/rsalz' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.02:57:14.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-04.17:01:03.000> creator = 'rsalz' dependencies = [] files = [] hgrepos = [] issue_num = 458447 keywords = [] message_count = 14.0 messages = ['6339', '6340', '6341', '6342', '6343', '6344', '6345', '6346', '6347', '6348', '6349', '6350', '6351', '6352'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'fdrake', 'skip.montanaro', 'brett.cannon', 'rsalz'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458447' versions = [] ``` </p></details>
New httplib lacks documentation
https://api.github.com/repos/python/cpython/issues/35104/comments
14
2001-09-04T17:01:03Z
2022-04-09T21:41:53Z
https://github.com/python/cpython/issues/35104
1,198,779,738
35,104
[ "python", "cpython" ]
BPO | [458430](https://bugs.python.org/issue458430) --- | :--- Nosy | @gvanrossum Files | <li>[check_inplace.py](https://bugs.python.org/file128/check_inplace.py "Uploaded as text/plain at 2001-09-04.16:16:18 by dspguru"): check_inplace.py: an inplace op checker</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/gvanrossum' closed_at = <Date 2001-09-04.16:27:26.000> created_at = <Date 2001-09-04.16:16:18.000> labels = ['library'] title = 'convert library to use inplace ops' updated_at = <Date 2001-09-04.16:27:26.000> user = 'https://bugs.python.org/dspguru' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.16:27:26.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-09-04.16:16:18.000> creator = 'dspguru' dependencies = [] files = ['128'] hgrepos = [] issue_num = 458430 keywords = [] message_count = 2.0 messages = ['6337', '6338'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'dspguru'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458430' versions = [] ``` </p></details>
convert library to use inplace ops
https://api.github.com/repos/python/cpython/issues/35103/comments
2
2001-09-04T16:16:18Z
2022-04-09T21:41:52Z
https://github.com/python/cpython/issues/35103
1,198,779,734
35,103
[ "python", "cpython" ]
BPO | [458383](https://bugs.python.org/issue458383) --- | :--- Nosy | @loewis, @theller, @jackjansen Files | <li>[tut.py](https://bugs.python.org/file3580/tut.py "Uploaded as text/plain at 2001-09-04.13:37:16 by @theller"): Start of a tutorial (tut.py)</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2002-12-03.18:32:58.000> created_at = <Date 2001-09-04.13:37:14.000> labels = [] title = 'Start of a bgen tutorial' updated_at = <Date 2002-12-03.18:32:58.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2002-12-03.18:32:58.000> actor = 'loewis' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-04.13:37:14.000> creator = 'theller' dependencies = [] files = ['3580'] hgrepos = [] issue_num = 458383 keywords = ['patch'] message_count = 4.0 messages = ['37476', '37477', '37478', '37479'] nosy_count = 3.0 nosy_names = ['loewis', 'theller', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458383' versions = [] ``` </p></details>
Start of a bgen tutorial
https://api.github.com/repos/python/cpython/issues/35102/comments
4
2001-09-04T13:37:14Z
2022-04-09T21:41:51Z
https://github.com/python/cpython/issues/35102
1,198,779,727
35,102
[ "python", "cpython" ]
BPO | [458350](https://bugs.python.org/issue458350) --- | :--- Nosy | @gvanrossum, @freddrake <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/freddrake' closed_at = <Date 2001-09-04.18:18:55.000> created_at = <Date 2001-09-04.11:37:26.000> labels = ['docs'] title = 'module sys - variables missing' updated_at = <Date 2001-09-04.18:18:55.000> user = 'https://bugs.python.org/hfoffani' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.18:18:55.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-04.11:37:26.000> creator = 'hfoffani' dependencies = [] files = [] hgrepos = [] issue_num = 458350 keywords = [] message_count = 3.0 messages = ['6334', '6335', '6336'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'fdrake', 'hfoffani'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458350' versions = [] ``` </p></details>
module sys - variables missing
https://api.github.com/repos/python/cpython/issues/35101/comments
3
2001-09-04T11:37:26Z
2022-04-09T21:41:50Z
https://github.com/python/cpython/issues/35101
1,198,779,723
35,101
[ "python", "cpython" ]
BPO | [458343](https://bugs.python.org/issue458343) --- | :--- Nosy | @gvanrossum, @freddrake, @smontanaro, @akuchling <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/freddrake' closed_at = <Date 2014-09-30.12:58:50.073> created_at = <Date 2001-09-04.11:26:32.000> labels = ['library'] title = 'distutils should zap .o as well as .so' updated_at = <Date 2014-09-30.12:58:50.073> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2014-09-30.12:58:50.073> actor = 'python-dev' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2001-09-04.11:26:32.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 458343 keywords = [] message_count = 7.0 messages = ['6328', '6329', '6330', '6331', '6332', '6333', '227901'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'fdrake', 'skip.montanaro', 'akuchling', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458343' versions = [] ``` </p></details>
distutils should zap .o as well as .so
https://api.github.com/repos/python/cpython/issues/35100/comments
7
2001-09-04T11:26:32Z
2022-04-09T21:41:49Z
https://github.com/python/cpython/issues/35100
1,198,779,718
35,100
[ "python", "cpython" ]
BPO | [458253](https://bugs.python.org/issue458253) --- | :--- Nosy | @gvanrossum, @tim-one <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 2002-06-10.21:26:45.000> created_at = <Date 2001-09-04.03:12:47.000> labels = ['type-feature'] title = 'pre-allocated dictionaries' updated_at = <Date 2002-06-10.21:26:45.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2002-06-10.21:26:45.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-09-04.03:12:47.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 458253 keywords = [] message_count = 3.0 messages = ['53251', '53252', '53253'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tim.peters'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue458253' versions = [] ``` </p></details>
pre-allocated dictionaries
https://api.github.com/repos/python/cpython/issues/35099/comments
3
2001-09-04T03:12:47Z
2022-04-09T21:41:47Z
https://github.com/python/cpython/issues/35099
1,198,779,714
35,099
[ "python", "cpython" ]
BPO | [458245](https://bugs.python.org/issue458245) --- | :--- Files | <li>[patxh](https://bugs.python.org/file3579/patxh "Uploaded as application/octet-stream at 2001-09-04.02:55:36 by cesarb"): Patch against xmlrpclib.py (CVS rev 1.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 = <Date 2001-09-10.13:00:27.000> created_at = <Date 2001-09-04.02:55:36.000> labels = ['extension-modules'] title = 'Reduce import time for xmlrpclib' updated_at = <Date 2001-09-10.13:00:27.000> user = 'https://bugs.python.org/cesarb' ``` bugs.python.org fields: ```python activity = <Date 2001-09-10.13:00:27.000> actor = 'effbot' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-04.02:55:36.000> creator = 'cesarb' dependencies = [] files = ['3579'] hgrepos = [] issue_num = 458245 keywords = ['patch'] message_count = 2.0 messages = ['37474', '37475'] nosy_count = 2.0 nosy_names = ['effbot', 'cesarb'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458245' versions = [] ``` </p></details>
Reduce import time for xmlrpclib
https://api.github.com/repos/python/cpython/issues/35098/comments
2
2001-09-04T02:55:36Z
2022-04-09T21:41:46Z
https://github.com/python/cpython/issues/35098
1,198,779,710
35,098
[ "python", "cpython" ]
BPO | [458223](https://bugs.python.org/issue458223) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-04.18:27:12.000> created_at = <Date 2001-09-04.01:22:26.000> labels = ['docs'] title = "shutil doesn't copy special files" updated_at = <Date 2001-09-04.18:27:12.000> user = 'https://bugs.python.org/mdcowles' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.18:27:12.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-04.01:22:26.000> creator = 'mdcowles' dependencies = [] files = [] hgrepos = [] issue_num = 458223 keywords = [] message_count = 2.0 messages = ['6326', '6327'] nosy_count = 2.0 nosy_names = ['fdrake', 'mdcowles'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue458223' versions = [] ``` </p></details>
shutil doesn't copy special files
https://api.github.com/repos/python/cpython/issues/35097/comments
2
2001-09-04T01:22:26Z
2022-04-09T21:41:46Z
https://github.com/python/cpython/issues/35097
1,198,779,705
35,097
[ "python", "cpython" ]
BPO | [457892](https://bugs.python.org/issue457892) --- | :--- Nosy | @mwhudson Files | <li>[sys_modify_argv-Python_2.1.1.diff](https://bugs.python.org/file3578/sys_modify_argv-Python_2.1.1.diff "Uploaded as text/plain at 2001-09-03.02:15:50 by dcinege"): sys_modify_argv-Python_2.1.1.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 = <Date 2002-03-08.21:51:57.000> created_at = <Date 2001-09-03.02:15:49.000> labels = ['interpreter-core'] title = 'sys module feature patch - modify_argv()' updated_at = <Date 2002-03-08.21:51:57.000> user = 'https://bugs.python.org/dcinege' ``` bugs.python.org fields: ```python activity = <Date 2002-03-08.21:51:57.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-09-03.02:15:49.000> creator = 'dcinege' dependencies = [] files = ['3578'] hgrepos = [] issue_num = 457892 keywords = ['patch'] message_count = 3.0 messages = ['37471', '37472', '37473'] nosy_count = 3.0 nosy_names = ['mwh', 'jhylton', 'dcinege'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457892' versions = [] ``` </p></details>
sys module feature patch - modify_argv()
https://api.github.com/repos/python/cpython/issues/35096/comments
3
2001-09-03T02:15:49Z
2022-04-09T21:41:44Z
https://github.com/python/cpython/issues/35096
1,198,779,701
35,096
[ "python", "cpython" ]
BPO | [457713](https://bugs.python.org/issue457713) --- | :--- Nosy | @gvanrossum Files | <li>[Tkinter.py.diff](https://bugs.python.org/file3577/Tkinter.py.diff "Uploaded as text/plain at 2001-09-02.10:20:59 by jknapka"): diff Python-2.1.1/Lib/lib-tk/Tkinter.py my/Tkinter.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2001-09-05.19:30:12.000> created_at = <Date 2001-09-02.10:20:58.000> labels = ['expert-tkinter'] title = 'Allow "itemconfigure" for Listboxes.' updated_at = <Date 2001-09-05.19:30:12.000> user = 'https://bugs.python.org/jknapka' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.19:30:12.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2001-09-02.10:20:58.000> creator = 'jknapka' dependencies = [] files = ['3577'] hgrepos = [] issue_num = 457713 keywords = ['patch'] message_count = 6.0 messages = ['37465', '37466', '37467', '37468', '37469', '37470'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'jknapka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457713' versions = [] ``` </p></details>
Allow "itemconfigure" for Listboxes.
https://api.github.com/repos/python/cpython/issues/35095/comments
6
2001-09-02T10:20:58Z
2022-04-09T21:41:43Z
https://github.com/python/cpython/issues/35095
1,198,779,692
35,095
[ "python", "cpython" ]
BPO | [457654](https://bugs.python.org/issue457654) --- | :--- Nosy | @akuchling <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/akuchling' closed_at = <Date 2001-09-04.19:34:51.000> created_at = <Date 2001-09-02.01:33:23.000> labels = ['extension-modules'] title = 'bkgd() does not set attribute' updated_at = <Date 2001-09-04.19:34:51.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.19:34:51.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-02.01:33:23.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457654 keywords = [] message_count = 2.0 messages = ['6324', '6325'] nosy_count = 1.0 nosy_names = ['akuchling'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457654' versions = ['Python 2.2'] ``` </p></details>
bkgd() does not set attribute
https://api.github.com/repos/python/cpython/issues/35094/comments
2
2001-09-02T01:33:23Z
2022-04-09T21:41:42Z
https://github.com/python/cpython/issues/35094
1,198,779,688
35,094
[ "python", "cpython" ]
BPO | [457633](https://bugs.python.org/issue457633) --- | :--- Nosy | @gvanrossum, @akuchling, @jackjansen <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/jackjansen' closed_at = <Date 2001-12-12.13:20:38.000> created_at = <Date 2001-09-01.23:12:56.000> labels = ['extension-modules'] title = '_cursesmodules.c does not build on MacOSX' updated_at = <Date 2001-12-12.13:20:38.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2001-12-12.13:20:38.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-09-01.23:12:56.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 457633 keywords = [] message_count = 7.0 messages = ['6317', '6318', '6319', '6320', '6321', '6322', '6323'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'akuchling', 'jackjansen'] pr_nums = [] priority = 'high' resolution = 'remind' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457633' versions = [] ``` </p></details>
_cursesmodules.c does not build on MacOSX
https://api.github.com/repos/python/cpython/issues/35093/comments
7
2001-09-01T23:12:56Z
2022-04-09T21:41:41Z
https://github.com/python/cpython/issues/35093
1,198,779,686
35,093
[ "python", "cpython" ]
BPO | [457541](https://bugs.python.org/issue457541) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2004-07-28.22:26:05.000> created_at = <Date 2001-09-01.13:53:17.000> labels = ['docs'] title = 'zlib homepage has changed' updated_at = <Date 2004-07-28.22:26:05.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2004-07-28.22:26:05.000> actor = 'sfiedler' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-01.13:53:17.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457541 keywords = [] message_count = 3.0 messages = ['6314', '6315', '6316'] nosy_count = 2.0 nosy_names = ['fdrake', 'sfiedler'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457541' versions = [] ``` </p></details>
zlib homepage has changed
https://api.github.com/repos/python/cpython/issues/35092/comments
3
2001-09-01T13:53:17Z
2022-04-09T21:41:40Z
https://github.com/python/cpython/issues/35092
1,198,779,679
35,092
[ "python", "cpython" ]
BPO | [457493](https://bugs.python.org/issue457493) --- | :--- Nosy | @gvanrossum, @smontanaro, @warsaw, @birkenfeld <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 2007-08-23.19:02:13.117> created_at = <Date 2001-09-01.06:07:14.000> labels = ['type-feature'] title = 'include SQL interface module' updated_at = <Date 2007-08-23.19:02:13.116> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2007-08-23.19:02:13.116> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2007-08-23.19:02:13.117> closer = 'georg.brandl' components = ['None'] creation = <Date 2001-09-01.06:07:14.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457493 keywords = [] message_count = 6.0 messages = ['53246', '53247', '53248', '53249', '53250', '55181'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'nobody', 'skip.montanaro', 'barry', 'georg.brandl'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue457493' versions = [] ``` </p></details>
include SQL interface module
https://api.github.com/repos/python/cpython/issues/35091/comments
6
2001-09-01T06:07:14Z
2022-04-09T21:41:38Z
https://github.com/python/cpython/issues/35091
1,198,779,675
35,091
[ "python", "cpython" ]
BPO | [457487](https://bugs.python.org/issue457487) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-09-02.04:59:26.000> created_at = <Date 2001-09-01.05:10:14.000> labels = ['type-feature', 'expert-tkinter'] title = 'Itemconfigure for Listbox' updated_at = <Date 2001-09-02.04:59:26.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-02.04:59:26.000> actor = 'mzarnstorff' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2001-09-01.05:10:14.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457487 keywords = [] message_count = 4.0 messages = ['6310', '6311', '6312', '6313'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nobody', 'mzarnstorff'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue457487' versions = [] ``` </p></details>
Itemconfigure for Listbox
https://api.github.com/repos/python/cpython/issues/35090/comments
4
2001-09-01T05:10:14Z
2022-04-09T21:41:38Z
https://github.com/python/cpython/issues/35090
1,198,779,670
35,090
[ "python", "cpython" ]
BPO | [457486](https://bugs.python.org/issue457486) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-09-04.18:29:02.000> created_at = <Date 2001-09-01.04:51:41.000> labels = ['docs'] title = "downloaded Lib. Ref. shows 'in' for Dict" updated_at = <Date 2001-09-04.18:29:02.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.18:29:02.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-09-01.04:51:41.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457486 keywords = [] message_count = 2.0 messages = ['6308', '6309'] nosy_count = 1.0 nosy_names = ['fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457486' versions = [] ``` </p></details>
downloaded Lib. Ref. shows 'in' for Dict
https://api.github.com/repos/python/cpython/issues/35089/comments
2
2001-09-01T04:51:41Z
2022-04-09T21:41:37Z
https://github.com/python/cpython/issues/35089
1,198,779,666
35,089
[ "python", "cpython" ]
BPO | [457466](https://bugs.python.org/issue457466) --- | :--- Nosy | @tim-one, @mhammond <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/mhammond' closed_at = <Date 2002-04-03.01:52:24.000> created_at = <Date 2001-09-01.01:16:40.000> labels = ['OS-windows'] title = 'popenx() argument mangling hangs python' updated_at = <Date 2002-04-03.01:52:24.000> user = 'https://bugs.python.org/rcamesz' ``` bugs.python.org fields: ```python activity = <Date 2002-04-03.01:52:24.000> actor = 'mhammond' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2001-09-01.01:16:40.000> creator = 'rcamesz' dependencies = [] files = [] hgrepos = [] issue_num = 457466 keywords = [] message_count = 3.0 messages = ['6305', '6306', '6307'] nosy_count = 3.0 nosy_names = ['tim.peters', 'mhammond', 'rcamesz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457466' versions = [] ``` </p></details>
popenx() argument mangling hangs python
https://api.github.com/repos/python/cpython/issues/35088/comments
3
2001-09-01T01:16:40Z
2022-04-09T21:41:35Z
https://github.com/python/cpython/issues/35088
1,198,779,663
35,088
[ "python", "cpython" ]
BPO | [457431](https://bugs.python.org/issue457431) --- | :--- Nosy | @gvanrossum <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 2001-08-31.22:10:26.000> created_at = <Date 2001-08-31.22:04:07.000> labels = ['invalid'] title = "'-' character breaks exception handling" updated_at = <Date 2001-08-31.22:10:26.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-08-31.22:10:26.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-08-31.22:04:07.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457431 keywords = [] message_count = 3.0 messages = ['6302', '6303', '6304'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'nobody'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457431' versions = [] ``` </p></details>
'-' character breaks exception handling
https://api.github.com/repos/python/cpython/issues/35087/comments
3
2001-08-31T22:04:07Z
2022-04-09T21:41:33Z
https://github.com/python/cpython/issues/35087
1,198,779,658
35,087
[ "python", "cpython" ]
BPO | [457399](https://bugs.python.org/issue457399) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-09-01.00:46:56.000> created_at = <Date 2001-08-31.20:40:33.000> labels = ['invalid', 'library'] title = 'bisect module broken in 2.1.1 ?' updated_at = <Date 2001-09-01.00:46:56.000> user = 'https://bugs.python.org/dmahler' ``` bugs.python.org fields: ```python activity = <Date 2001-09-01.00:46:56.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-31.20:40:33.000> creator = 'dmahler' dependencies = [] files = [] hgrepos = [] issue_num = 457399 keywords = [] message_count = 3.0 messages = ['6299', '6300', '6301'] nosy_count = 2.0 nosy_names = ['tim.peters', 'dmahler'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457399' versions = [] ``` </p></details>
bisect module broken in 2.1.1 ?
https://api.github.com/repos/python/cpython/issues/35086/comments
3
2001-08-31T20:40:33Z
2022-04-09T21:41:33Z
https://github.com/python/cpython/issues/35086
1,198,779,651
35,086
[ "python", "cpython" ]
BPO | [457360](https://bugs.python.org/issue457360) --- | :--- <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 2001-09-10.16:45:13.000> created_at = <Date 2001-08-31.19:13:55.000> labels = ['interpreter-core'] title = 'Nested scopes crash when tracing (v2.1)' updated_at = <Date 2001-09-10.16:45:13.000> user = 'https://bugs.python.org/sdeibel' ``` bugs.python.org fields: ```python activity = <Date 2001-09-10.16:45:13.000> actor = 'sdeibel' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-31.19:13:55.000> creator = 'sdeibel' dependencies = [] files = [] hgrepos = [] issue_num = 457360 keywords = [] message_count = 3.0 messages = ['6296', '6297', '6298'] nosy_count = 2.0 nosy_names = ['jhylton', 'sdeibel'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457360' versions = [] ``` </p></details>
Nested scopes crash when tracing (v2.1)
https://api.github.com/repos/python/cpython/issues/35085/comments
3
2001-08-31T19:13:55Z
2022-04-09T21:41:31Z
https://github.com/python/cpython/issues/35085
1,198,779,648
35,085
[ "python", "cpython" ]
BPO | [457114](https://bugs.python.org/issue457114) --- | :--- Nosy | @gvanrossum, @freddrake, @smontanaro <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/gvanrossum' closed_at = <Date 2002-06-17.14:59:26.000> created_at = <Date 2001-08-31.05:48:27.000> labels = ['type-feature', 'library'] title = 'Incorporate timeoutsocket.py into core' updated_at = <Date 2002-06-17.14:59:26.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2002-06-17.14:59:26.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-31.05:48:27.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 457114 keywords = [] message_count = 11.0 messages = ['6285', '6286', '6287', '6288', '6289', '6290', '6291', '6292', '6293', '6294', '6295'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'fdrake', 'skip.montanaro', 'mgilfix'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue457114' versions = [] ``` </p></details>
Incorporate timeoutsocket.py into core
https://api.github.com/repos/python/cpython/issues/35084/comments
11
2001-08-31T05:48:27Z
2022-04-09T21:41:31Z
https://github.com/python/cpython/issues/35084
1,198,779,647
35,084
[ "python", "cpython" ]
BPO | [457100](https://bugs.python.org/issue457100) --- | :--- Nosy | @gvanrossum, @freddrake <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/freddrake' closed_at = <Date 2001-09-01.18:03:30.000> created_at = <Date 2001-08-31.04:31:42.000> labels = ['docs'] title = 'httplib GET example should use host head' updated_at = <Date 2001-09-01.18:03:30.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-01.18:03:30.000> actor = 'gvanrossum' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-08-31.04:31:42.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457100 keywords = [] message_count = 3.0 messages = ['6282', '6283', '6284'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue457100' versions = [] ``` </p></details>
httplib GET example should use host head
https://api.github.com/repos/python/cpython/issues/35083/comments
3
2001-08-31T04:31:42Z
2022-04-09T21:41:30Z
https://github.com/python/cpython/issues/35083
1,198,779,644
35,083
[ "python", "cpython" ]
BPO | [457066](https://bugs.python.org/issue457066) --- | :--- Nosy | @gvanrossum, @tim-one <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/gvanrossum' closed_at = <Date 2012-01-22.09:24:14.825> created_at = <Date 2001-08-31.01:17:23.000> labels = ['type-feature', 'library'] title = 'pow(a,b,c) should accept b<0' updated_at = <Date 2012-01-22.09:24:14.825> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2012-01-22.09:24:14.825> actor = 'thomasahle' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-31.01:17:23.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 457066 keywords = [] message_count = 17.0 messages = ['6266', '6267', '6268', '6269', '6270', '6271', '6272', '6273', '6274', '6275', '6276', '6277', '6278', '6279', '6280', '6281', '151764'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'tim.peters', 'nobody', 'phr', 'thomasahle'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue457066' versions = [] ``` </p></details>
pow(a,b,c) should accept b<0
https://api.github.com/repos/python/cpython/issues/35082/comments
17
2001-08-31T01:17:23Z
2022-04-09T21:41:29Z
https://github.com/python/cpython/issues/35082
1,198,779,640
35,082
[ "python", "cpython" ]
BPO | [456949](https://bugs.python.org/issue456949) --- | :--- Nosy | @gvanrossum Files | <li>[listobject.diff](https://bugs.python.org/file3576/listobject.diff "Uploaded as text/plain at 2001-08-30.19:03:11 by tripiecz"): listobject.c - add the clear() method to lists</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/gvanrossum' closed_at = <Date 2001-08-30.19:13:23.000> created_at = <Date 2001-08-30.19:03:11.000> labels = ['interpreter-core'] title = 'clear() method for lists' updated_at = <Date 2001-08-30.19:13:23.000> user = 'https://bugs.python.org/tripiecz' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.19:13:23.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-30.19:03:11.000> creator = 'tripiecz' dependencies = [] files = ['3576'] hgrepos = [] issue_num = 456949 keywords = ['patch'] message_count = 2.0 messages = ['37463', '37464'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tripiecz'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456949' versions = [] ``` </p></details>
clear() method for lists
https://api.github.com/repos/python/cpython/issues/35081/comments
2
2001-08-30T19:03:11Z
2022-04-09T21:41:27Z
https://github.com/python/cpython/issues/35081
1,198,779,638
35,081
[ "python", "cpython" ]
BPO | [456876](https://bugs.python.org/issue456876) --- | :--- Nosy | @gvanrossum <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 2001-08-30.14:57:44.000> created_at = <Date 2001-08-30.14:35:21.000> labels = ['interpreter-core'] title = '__getitem__ issues' updated_at = <Date 2001-08-30.14:57:44.000> user = 'https://bugs.python.org/tim-hochberg' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.14:57:44.000> actor = 'tim-hochberg' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-30.14:35:21.000> creator = 'tim-hochberg' dependencies = [] files = [] hgrepos = [] issue_num = 456876 keywords = [] message_count = 4.0 messages = ['6262', '6263', '6264', '6265'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tim-hochberg'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456876' versions = [] ``` </p></details>
__getitem__ issues
https://api.github.com/repos/python/cpython/issues/35080/comments
4
2001-08-30T14:35:21Z
2022-04-09T21:41:25Z
https://github.com/python/cpython/issues/35080
1,198,779,633
35,080
[ "python", "cpython" ]
BPO | [456756](https://bugs.python.org/issue456756) --- | :--- Nosy | @tim-one, @freddrake <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/freddrake' closed_at = <Date 2001-08-30.18:53:47.000> created_at = <Date 2001-08-30.04:47:57.000> labels = ['interpreter-core'] title = 'Unary minus vs **' updated_at = <Date 2001-08-30.18:53:47.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.18:53:47.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-30.04:47:57.000> creator = 'tim.peters' dependencies = [] files = [] hgrepos = [] issue_num = 456756 keywords = [] message_count = 2.0 messages = ['6260', '6261'] nosy_count = 2.0 nosy_names = ['tim.peters', 'fdrake'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456756' versions = ['Python 2.2'] ``` </p></details>
Unary minus vs **
https://api.github.com/repos/python/cpython/issues/35079/comments
2
2001-08-30T04:47:57Z
2022-04-09T21:41:25Z
https://github.com/python/cpython/issues/35079
1,198,779,630
35,079
[ "python", "cpython" ]
BPO | [456742](https://bugs.python.org/issue456742) --- | :--- <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 2001-12-09.16:42:19.000> created_at = <Date 2001-08-30.03:04:36.000> labels = ['expert-regex'] title = 'Failing test case for .*?' updated_at = <Date 2001-12-09.16:42:19.000> user = 'https://bugs.python.org/dgallion' ``` bugs.python.org fields: ```python activity = <Date 2001-12-09.16:42:19.000> actor = 'effbot' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2001-08-30.03:04:36.000> creator = 'dgallion' dependencies = [] files = [] hgrepos = [] issue_num = 456742 keywords = [] message_count = 2.0 messages = ['6258', '6259'] nosy_count = 2.0 nosy_names = ['effbot', 'dgallion'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456742' versions = [] ``` </p></details>
Failing test case for .*?
https://api.github.com/repos/python/cpython/issues/35078/comments
2
2001-08-30T03:04:36Z
2022-04-09T21:41:23Z
https://github.com/python/cpython/issues/35078
1,198,779,627
35,078
[ "python", "cpython" ]
BPO | [456738](https://bugs.python.org/issue456738) --- | :--- Nosy | @gvanrossum, @loewis, @jackjansen <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 2001-12-12.05:33:21.000> created_at = <Date 2001-08-30.02:42:24.000> labels = ['interpreter-core', 'type-feature'] title = 'Support for smoother debugging of C exts' updated_at = <Date 2001-12-12.05:33:21.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-12-12.05:33:21.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-30.02:42:24.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 456738 keywords = [] message_count = 6.0 messages = ['6252', '6253', '6254', '6255', '6256', '6257'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue456738' versions = [] ``` </p></details>
Support for smoother debugging of C exts
https://api.github.com/repos/python/cpython/issues/35077/comments
6
2001-08-30T02:42:24Z
2022-04-09T21:41:21Z
https://github.com/python/cpython/issues/35077
1,198,779,620
35,077
[ "python", "cpython" ]
BPO | [456736](https://bugs.python.org/issue456736) --- | :--- Nosy | @mwhudson, @jackjansen <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/jackjansen' closed_at = <Date 2001-09-11.21:32:06.000> created_at = <Date 2001-08-30.02:09:42.000> labels = ['OS-mac'] title = 'Remember __future__ imports in IDE' updated_at = <Date 2001-09-11.21:32:06.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-11.21:32:06.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2001-08-30.02:09:42.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 456736 keywords = ['patch'] message_count = 4.0 messages = ['37459', '37460', '37461', '37462'] nosy_count = 3.0 nosy_names = ['mwh', 'jackjansen', 'markday'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456736' versions = [] ``` </p></details>
Remember __future__ imports in IDE
https://api.github.com/repos/python/cpython/issues/35076/comments
4
2001-08-30T02:09:42Z
2022-04-09T21:41:21Z
https://github.com/python/cpython/issues/35076
1,198,779,613
35,076
[ "python", "cpython" ]
BPO | [456621](https://bugs.python.org/issue456621) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-08-30.22:06:40.000> created_at = <Date 2001-08-29.18:40:28.000> labels = ['extension-modules'] title = 'normpath on Win32 not collapsing c:\\\\..' updated_at = <Date 2001-08-30.22:06:40.000> user = 'https://bugs.python.org/pgs' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.22:06:40.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2001-08-29.18:40:28.000> creator = 'pgs' dependencies = [] files = [] hgrepos = [] issue_num = 456621 keywords = [] message_count = 5.0 messages = ['6247', '6248', '6249', '6250', '6251'] nosy_count = 2.0 nosy_names = ['tim.peters', 'pgs'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456621' versions = [] ``` </p></details>
normpath on Win32 not collapsing c:\\..
https://api.github.com/repos/python/cpython/issues/35075/comments
5
2001-08-29T18:40:28Z
2022-04-09T21:41:20Z
https://github.com/python/cpython/issues/35075
1,198,779,612
35,075
[ "python", "cpython" ]
BPO | [456612](https://bugs.python.org/issue456612) --- | :--- <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 2001-12-10.08:04:41.000> created_at = <Date 2001-08-29.18:03:22.000> labels = ['expert-regex'] title = 'SRE fix 133283 (minimizing repeats) bug' updated_at = <Date 2001-12-10.08:04:41.000> user = 'https://bugs.python.org/glchapman' ``` bugs.python.org fields: ```python activity = <Date 2001-12-10.08:04:41.000> actor = 'effbot' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2001-08-29.18:03:22.000> creator = 'glchapman' dependencies = [] files = [] hgrepos = [] issue_num = 456612 keywords = [] message_count = 2.0 messages = ['6245', '6246'] nosy_count = 2.0 nosy_names = ['effbot', 'glchapman'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456612' versions = [] ``` </p></details>
SRE fix 133283 (minimizing repeats) bug
https://api.github.com/repos/python/cpython/issues/35074/comments
2
2001-08-29T18:03:22Z
2022-04-09T21:41:18Z
https://github.com/python/cpython/issues/35074
1,198,779,609
35,074
[ "python", "cpython" ]
BPO | [456504](https://bugs.python.org/issue456504) --- | :--- Nosy | @gvanrossum, @tim-one, @warsaw <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 2001-10-18.19:46:09.000> created_at = <Date 2001-08-29.13:09:05.000> labels = ['interpreter-core', 'invalid'] title = 'Memory leak in PyString_FromString' updated_at = <Date 2001-10-18.19:46:09.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-10-18.19:46:09.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-29.13:09:05.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 456504 keywords = [] message_count = 4.0 messages = ['6241', '6242', '6243', '6244'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'barry'] pr_nums = [] priority = 'low' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456504' versions = [] ``` </p></details>
Memory leak in PyString_FromString
https://api.github.com/repos/python/cpython/issues/35073/comments
4
2001-08-29T13:09:05Z
2022-04-09T21:41:18Z
https://github.com/python/cpython/issues/35073
1,198,779,605
35,073
[ "python", "cpython" ]
BPO | [456420](https://bugs.python.org/issue456420) --- | :--- Nosy | @gvanrossum, @tim-one, @freddrake <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/freddrake' closed_at = <Date 2001-12-03.17:35:15.000> created_at = <Date 2001-08-29.07:32:39.000> labels = ['docs'] title = 'no __methods__ for lists, strings etc.' updated_at = <Date 2001-12-03.17:35:15.000> user = 'https://bugs.python.org/lannert' ``` bugs.python.org fields: ```python activity = <Date 2001-12-03.17:35:15.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-08-29.07:32:39.000> creator = 'lannert' dependencies = [] files = [] hgrepos = [] issue_num = 456420 keywords = [] message_count = 6.0 messages = ['6235', '6236', '6237', '6238', '6239', '6240'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tim.peters', 'fdrake', 'lannert'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456420' versions = ['Python 2.2'] ``` </p></details>
no __methods__ for lists, strings etc.
https://api.github.com/repos/python/cpython/issues/35072/comments
6
2001-08-29T07:32:39Z
2022-04-09T21:41:17Z
https://github.com/python/cpython/issues/35072
1,198,779,599
35,072
[ "python", "cpython" ]
BPO | [456398](https://bugs.python.org/issue456398) --- | :--- <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 2003-05-22.22:09:51.000> created_at = <Date 2001-08-29.04:56:50.000> labels = ['expert-regex'] title = 'strange IRIX test_re/test_sre failure' updated_at = <Date 2003-05-22.22:09:51.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2003-05-22.22:09:51.000> actor = 'nnorwitz' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2001-08-29.04:56:50.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 456398 keywords = [] message_count = 3.0 messages = ['6232', '6233', '6234'] nosy_count = 3.0 nosy_names = ['effbot', 'nnorwitz', 'dalke'] pr_nums = [] priority = 'low' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456398' versions = [] ``` </p></details>
strange IRIX test_re/test_sre failure
https://api.github.com/repos/python/cpython/issues/35071/comments
3
2001-08-29T04:56:50Z
2022-04-09T21:41:15Z
https://github.com/python/cpython/issues/35071
1,198,779,595
35,071
[ "python", "cpython" ]
BPO | [456395](https://bugs.python.org/issue456395) --- | :--- Nosy | @gvanrossum, @sjoerdmullender Files | <li>[test_pty_patch.txt](https://bugs.python.org/file127/test_pty_patch.txt "Uploaded as text/plain at 2001-09-11.13:09:35 by @gvanrossum")</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/gvanrossum' closed_at = <Date 2001-09-12.08:29:49.000> created_at = <Date 2001-08-29.04:42:25.000> labels = [] title = 'test_pty failure under IRIX' updated_at = <Date 2001-09-12.08:29:49.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2001-09-12.08:29:49.000> actor = 'dalke' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-08-29.04:42:25.000> creator = 'dalke' dependencies = [] files = ['127'] hgrepos = [] issue_num = 456395 keywords = [] message_count = 8.0 messages = ['6224', '6225', '6226', '6227', '6228', '6229', '6230', '6231'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'sjoerd', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456395' versions = [] ``` </p></details>
test_pty failure under IRIX
https://api.github.com/repos/python/cpython/issues/35070/comments
8
2001-08-29T04:42:25Z
2022-04-09T21:41:14Z
https://github.com/python/cpython/issues/35070
1,198,779,594
35,070
[ "python", "cpython" ]
BPO | [456393](https://bugs.python.org/issue456393) --- | :--- Nosy | @loewis <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 2001-09-03.21:40:46.000> created_at = <Date 2001-08-29.04:37:37.000> labels = [] title = 'missing test_locale output' updated_at = <Date 2001-09-03.21:40:46.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2001-09-03.21:40:46.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-08-29.04:37:37.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 456393 keywords = [] message_count = 2.0 messages = ['6222', '6223'] nosy_count = 2.0 nosy_names = ['loewis', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456393' versions = ['Python 2.2'] ``` </p></details>
missing test_locale output
https://api.github.com/repos/python/cpython/issues/35069/comments
2
2001-08-29T04:37:37Z
2022-04-09T21:41:12Z
https://github.com/python/cpython/issues/35069
1,198,779,591
35,069
[ "python", "cpython" ]
BPO | [456391](https://bugs.python.org/issue456391) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-09-05.17:53:24.000> created_at = <Date 2001-08-29.04:31:22.000> labels = [] title = 'unexpected test_largefile output ' updated_at = <Date 2001-09-05.17:53:24.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.17:53:24.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-08-29.04:31:22.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 456391 keywords = [] message_count = 2.0 messages = ['6220', '6221'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456391' versions = ['Python 2.2'] ``` </p></details>
unexpected test_largefile output
https://api.github.com/repos/python/cpython/issues/35068/comments
2
2001-08-29T04:31:22Z
2022-04-09T21:41:12Z
https://github.com/python/cpython/issues/35068
1,198,779,586
35,068
[ "python", "cpython" ]
BPO | [456390](https://bugs.python.org/issue456390) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-09-12.19:21:15.000> created_at = <Date 2001-08-29.04:26:53.000> labels = ['interpreter-core'] title = 'test_fpformat fails on IRIX' updated_at = <Date 2001-09-12.19:21:15.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2001-09-12.19:21:15.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-29.04:26:53.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 456390 keywords = [] message_count = 2.0 messages = ['6218', '6219'] nosy_count = 2.0 nosy_names = ['tim.peters', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456390' versions = [] ``` </p></details>
test_fpformat fails on IRIX
https://api.github.com/repos/python/cpython/issues/35067/comments
2
2001-08-29T04:26:53Z
2022-04-09T21:41:11Z
https://github.com/python/cpython/issues/35067
1,198,779,581
35,067
[ "python", "cpython" ]
BPO | [456386](https://bugs.python.org/issue456386) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-10-30.03:18:10.000> created_at = <Date 2001-08-29.04:19:49.000> labels = ['library'] title = 'test_commands regression failure' updated_at = <Date 2001-10-30.03:18:10.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2001-10-30.03:18:10.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-29.04:19:49.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 456386 keywords = [] message_count = 2.0 messages = ['6216', '6217'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456386' versions = ['Python 2.2'] ``` </p></details>
test_commands regression failure
https://api.github.com/repos/python/cpython/issues/35066/comments
2
2001-08-29T04:19:49Z
2022-04-09T21:41:10Z
https://github.com/python/cpython/issues/35066
1,198,779,574
35,066
[ "python", "cpython" ]
BPO | [456252](https://bugs.python.org/issue456252) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-08-29.21:38:55.000> created_at = <Date 2001-08-28.19:35:00.000> labels = ['interpreter-core'] title = 'Python should never stomp on [u]intptr_t' updated_at = <Date 2001-08-29.21:38:55.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2001-08-29.21:38:55.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-28.19:35:00.000> creator = 'tim.peters' dependencies = [] files = [] hgrepos = [] issue_num = 456252 keywords = [] message_count = 3.0 messages = ['6213', '6214', '6215'] nosy_count = 1.0 nosy_names = ['tim.peters'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456252' versions = [] ``` </p></details>
Python should never stomp on [u]intptr_t
https://api.github.com/repos/python/cpython/issues/35065/comments
3
2001-08-28T19:35:00Z
2022-04-09T21:41:08Z
https://github.com/python/cpython/issues/35065
1,198,779,569
35,065
[ "python", "cpython" ]
BPO | [456222](https://bugs.python.org/issue456222) --- | :--- Nosy | @freddrake <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/freddrake' closed_at = <Date 2001-08-28.18:10:24.000> created_at = <Date 2001-08-28.18:00:20.000> labels = ['docs'] title = "LateX's author is not Donald Knuth" updated_at = <Date 2001-08-28.18:10:24.000> user = 'https://bugs.python.org/frougon' ``` bugs.python.org fields: ```python activity = <Date 2001-08-28.18:10:24.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-08-28.18:00:20.000> creator = 'frougon' dependencies = [] files = [] hgrepos = [] issue_num = 456222 keywords = [] message_count = 2.0 messages = ['6211', '6212'] nosy_count = 2.0 nosy_names = ['fdrake', 'frougon'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456222' versions = [] ``` </p></details>
LateX's author is not Donald Knuth
https://api.github.com/repos/python/cpython/issues/35064/comments
2
2001-08-28T18:00:20Z
2022-04-09T21:41:07Z
https://github.com/python/cpython/issues/35064
1,198,779,565
35,064
[ "python", "cpython" ]
BPO | [456176](https://bugs.python.org/issue456176) --- | :--- <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 2001-08-28.15:52:30.000> created_at = <Date 2001-08-28.15:48:47.000> labels = ['type-feature', 'library'] title = 'add dictionary "tokens" to token.py' updated_at = <Date 2001-08-28.15:52:30.000> user = 'https://bugs.python.org/dspguru' ``` bugs.python.org fields: ```python activity = <Date 2001-08-28.15:52:30.000> actor = 'dspguru' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-28.15:48:47.000> creator = 'dspguru' dependencies = [] files = [] hgrepos = [] issue_num = 456176 keywords = [] message_count = 2.0 messages = ['6209', '6210'] nosy_count = 1.0 nosy_names = ['dspguru'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue456176' versions = [] ``` </p></details>
add dictionary "tokens" to token.py
https://api.github.com/repos/python/cpython/issues/35063/comments
2
2001-08-28T15:48:47Z
2022-04-09T21:41:06Z
https://github.com/python/cpython/issues/35063
1,198,779,560
35,063
[ "python", "cpython" ]
BPO | [456175](https://bugs.python.org/issue456175) --- | :--- Nosy | @smontanaro <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 2001-09-04.16:00:47.000> created_at = <Date 2001-08-28.15:48:27.000> labels = ['type-feature', 'library'] title = 'add dictionary "tokens" to token.py' updated_at = <Date 2001-09-04.16:00:47.000> user = 'https://bugs.python.org/dspguru' ``` bugs.python.org fields: ```python activity = <Date 2001-09-04.16:00:47.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-28.15:48:27.000> creator = 'dspguru' dependencies = [] files = [] hgrepos = [] issue_num = 456175 keywords = [] message_count = 4.0 messages = ['6205', '6206', '6207', '6208'] nosy_count = 3.0 nosy_names = ['jhylton', 'skip.montanaro', 'dspguru'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue456175' versions = [] ``` </p></details>
add dictionary "tokens" to token.py
https://api.github.com/repos/python/cpython/issues/35062/comments
4
2001-08-28T15:48:27Z
2022-04-09T21:41:05Z
https://github.com/python/cpython/issues/35062
1,198,779,556
35,062
[ "python", "cpython" ]
BPO | [456086](https://bugs.python.org/issue456086) --- | :--- Nosy | @brettcannon <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 2008-02-11.19:19:14.979> created_at = <Date 2001-08-28.11:14:43.000> labels = ['type-feature'] title = 'virtual IO for embedding Py in server' updated_at = <Date 2008-02-11.19:19:14.955> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2008-02-11.19:19:14.955> actor = 'draghuram' assignee = 'none' closed = True closed_date = <Date 2008-02-11.19:19:14.979> closer = 'draghuram' components = ['None'] creation = <Date 2001-08-28.11:14:43.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 456086 keywords = [] message_count = 3.0 messages = ['61064', '61065', '62292'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'draghuram'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue456086' versions = [] ``` </p></details>
virtual IO for embedding Py in server
https://api.github.com/repos/python/cpython/issues/35061/comments
3
2001-08-28T11:14:43Z
2022-04-09T21:41:03Z
https://github.com/python/cpython/issues/35061
1,198,779,551
35,061
[ "python", "cpython" ]
BPO | [456024](https://bugs.python.org/issue456024) --- | :--- Nosy | @gvanrossum, @tim-one <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 2001-09-05.18:27:18.000> created_at = <Date 2001-08-28.05:56:05.000> labels = ['interpreter-core', 'type-feature'] title = 'event synchronization' updated_at = <Date 2001-09-05.18:27:18.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.18:27:18.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-28.05:56:05.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 456024 keywords = [] message_count = 3.0 messages = ['6202', '6203', '6204'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tim.peters'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue456024' versions = [] ``` </p></details>
event synchronization
https://api.github.com/repos/python/cpython/issues/35060/comments
3
2001-08-28T05:56:05Z
2022-04-09T21:41:02Z
https://github.com/python/cpython/issues/35060
1,198,779,547
35,060
[ "python", "cpython" ]
BPO | [456005](https://bugs.python.org/issue456005) --- | :--- Nosy | @tim-one <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/tim-one' closed_at = <Date 2001-08-28.18:36:29.000> created_at = <Date 2001-08-28.03:59:25.000> labels = ['interpreter-core', 'invalid'] title = 'PyArg_ParseTuple failure in Python 2.2s2' updated_at = <Date 2001-08-28.18:36:29.000> user = 'https://bugs.python.org/ballie01' ``` bugs.python.org fields: ```python activity = <Date 2001-08-28.18:36:29.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-28.03:59:25.000> creator = 'ballie01' dependencies = [] files = [] hgrepos = [] issue_num = 456005 keywords = [] message_count = 4.0 messages = ['6198', '6199', '6200', '6201'] nosy_count = 2.0 nosy_names = ['tim.peters', 'ballie01'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue456005' versions = [] ``` </p></details>
PyArg_ParseTuple failure in Python 2.2s2
https://api.github.com/repos/python/cpython/issues/35059/comments
4
2001-08-28T03:59:25Z
2022-04-09T21:41:02Z
https://github.com/python/cpython/issues/35059
1,198,779,543
35,059
[ "python", "cpython" ]
BPO | [455966](https://bugs.python.org/issue455966) --- | :--- Nosy | @gvanrossum, @tim-one Files | <li>[literal.txt](https://bugs.python.org/file3575/literal.txt "Uploaded as text/plain at 2001-08-28.00:31:39 by @tim-one"): Code, test and doc patches</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/tim-one' closed_at = <Date 2001-08-30.20:53:37.000> created_at = <Date 2001-08-28.00:31:38.000> labels = ['interpreter-core'] title = 'Allow leading 0 in float/imag literals' updated_at = <Date 2001-08-30.20:53:37.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.20:53:37.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-28.00:31:38.000> creator = 'tim.peters' dependencies = [] files = ['3575'] hgrepos = [] issue_num = 455966 keywords = ['patch'] message_count = 3.0 messages = ['37456', '37457', '37458'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tim.peters'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455966' versions = [] ``` </p></details>
Allow leading 0 in float/imag literals
https://api.github.com/repos/python/cpython/issues/35058/comments
3
2001-08-28T00:31:38Z
2022-04-09T21:41:01Z
https://github.com/python/cpython/issues/35058
1,198,779,541
35,058
[ "python", "cpython" ]
BPO | [455775](https://bugs.python.org/issue455775) --- | :--- Nosy | @gvanrossum, @tim-one <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/tim-one' closed_at = <Date 2001-08-27.19:20:39.000> created_at = <Date 2001-08-27.14:25:08.000> labels = ['interpreter-core'] title = 'float parsing discrepancy' updated_at = <Date 2001-08-27.19:20:39.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-08-27.19:20:39.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-27.14:25:08.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 455775 keywords = [] message_count = 3.0 messages = ['6195', '6196', '6197'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'tim.peters'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455775' versions = [] ``` </p></details>
float parsing discrepancy
https://api.github.com/repos/python/cpython/issues/35057/comments
3
2001-08-27T14:25:08Z
2022-04-09T21:41:00Z
https://github.com/python/cpython/issues/35057
1,198,779,539
35,057
[ "python", "cpython" ]
BPO | [455769](https://bugs.python.org/issue455769) --- | :--- Nosy | @theller, @jackjansen Files | <li>[diff.txt](https://bugs.python.org/file3574/diff.txt "Uploaded as text/plain at 2001-08-27.14:09:50 by @theller"): diffs for bgen</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/jackjansen' closed_at = <Date 2001-08-27.14:32:00.000> created_at = <Date 2001-08-27.14:09:49.000> labels = [] title = 'small fixes for Tools/bgen' updated_at = <Date 2001-08-27.14:32:00.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2001-08-27.14:32:00.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2001-08-27.14:09:49.000> creator = 'theller' dependencies = [] files = ['3574'] hgrepos = [] issue_num = 455769 keywords = ['patch'] message_count = 3.0 messages = ['37453', '37454', '37455'] nosy_count = 2.0 nosy_names = ['theller', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455769' versions = [] ``` </p></details>
small fixes for Tools/bgen
https://api.github.com/repos/python/cpython/issues/35056/comments
3
2001-08-27T14:09:49Z
2022-04-09T21:40:59Z
https://github.com/python/cpython/issues/35056
1,198,779,533
35,056
[ "python", "cpython" ]
BPO | [455694](https://bugs.python.org/issue455694) --- | :--- Nosy | @tim-one, @freddrake, @birkenfeld <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/freddrake' closed_at = <Date 2007-02-09.18:50:21.000> created_at = <Date 2001-08-27.08:15:36.000> labels = ['docs'] title = 'bug in list append, or list multiply?' updated_at = <Date 2007-02-09.18:50:21.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2007-02-09.18:50:21.000> actor = 'georg.brandl' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-08-27.08:15:36.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 455694 keywords = [] message_count = 5.0 messages = ['6190', '6191', '6192', '6193', '6194'] nosy_count = 4.0 nosy_names = ['tim.peters', 'fdrake', 'georg.brandl', 'hamptonio'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455694' versions = [] ``` </p></details>
bug in list append, or list multiply?
https://api.github.com/repos/python/cpython/issues/35055/comments
5
2001-08-27T08:15:36Z
2022-04-09T21:40:58Z
https://github.com/python/cpython/issues/35055
1,198,779,525
35,055
[ "python", "cpython" ]
BPO | [455675](https://bugs.python.org/issue455675) --- | :--- Nosy | @jackjansen <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/jackjansen' closed_at = <Date 2001-09-11.21:33:21.000> created_at = <Date 2001-08-27.06:31:57.000> labels = ['OS-mac'] title = 'PyConsole raw_input improvements' updated_at = <Date 2001-09-11.21:33:21.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-09-11.21:33:21.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2001-08-27.06:31:57.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 455675 keywords = ['patch'] message_count = 4.0 messages = ['37449', '37450', '37451', '37452'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455675' versions = [] ``` </p></details>
PyConsole raw_input improvements
https://api.github.com/repos/python/cpython/issues/35054/comments
4
2001-08-27T06:31:57Z
2022-04-09T21:40:57Z
https://github.com/python/cpython/issues/35054
1,198,779,517
35,054
[ "python", "cpython" ]
BPO | [455666](https://bugs.python.org/issue455666) --- | :--- Nosy | @freddrake, @warsaw Files | <li>[fred.txt](https://bugs.python.org/file3573/fred.txt "Uploaded as text/plain at 2001-08-27.05:08:38 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 2001-08-28.02:31:39.000> created_at = <Date 2001-08-27.05:07:36.000> labels = ['docs'] title = 'PyString_FromFormat()' updated_at = <Date 2001-08-28.02:31:39.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2001-08-28.02:31:39.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2001-08-27.05:07:36.000> creator = 'barry' dependencies = [] files = ['3573'] hgrepos = [] issue_num = 455666 keywords = ['patch'] message_count = 4.0 messages = ['37445', '37446', '37447', '37448'] nosy_count = 2.0 nosy_names = ['fdrake', 'barry'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455666' versions = [] ``` </p></details>
PyString_FromFormat()
https://api.github.com/repos/python/cpython/issues/35053/comments
4
2001-08-27T05:07:36Z
2022-04-09T21:40:55Z
https://github.com/python/cpython/issues/35053
1,198,779,515
35,053
[ "python", "cpython" ]
BPO | [455648](https://bugs.python.org/issue455648) --- | :--- Nosy | @gvanrossum Files | <li>[getpass.patch.txt](https://bugs.python.org/file126/getpass.patch.txt "Uploaded as text/plain at 2001-08-30.13:05:55 by @gvanrossum"): patch for getpass.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2001-08-30.15:08:09.000> created_at = <Date 2001-08-27.02:37:13.000> labels = ['expert-IDLE'] title = 'getpass.getpass() freezes windows client' updated_at = <Date 2001-08-30.15:08:09.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.15:08:09.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2001-08-27.02:37:13.000> creator = 'anonymous' dependencies = [] files = ['126'] hgrepos = [] issue_num = 455648 keywords = [] message_count = 3.0 messages = ['6187', '6188', '6189'] nosy_count = 1.0 nosy_names = ['gvanrossum'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455648' versions = [] ``` </p></details>
getpass.getpass() freezes windows client
https://api.github.com/repos/python/cpython/issues/35052/comments
3
2001-08-27T02:37:13Z
2022-04-09T21:40:54Z
https://github.com/python/cpython/issues/35052
1,198,779,511
35,052
[ "python", "cpython" ]
BPO | [455537](https://bugs.python.org/issue455537) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-09-05.18:28:07.000> created_at = <Date 2001-08-26.17:07:59.000> labels = ['build'] title = 'module search in import.c' updated_at = <Date 2001-09-05.18:28:07.000> user = 'https://bugs.python.org/arminsteinhoff' ``` bugs.python.org fields: ```python activity = <Date 2001-09-05.18:28:07.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2001-08-26.17:07:59.000> creator = 'arminsteinhoff' dependencies = [] files = [] hgrepos = [] issue_num = 455537 keywords = [] message_count = 6.0 messages = ['6181', '6182', '6183', '6184', '6185', '6186'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'jhylton', 'arminsteinhoff'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455537' versions = [] ``` </p></details>
module search in import.c
https://api.github.com/repos/python/cpython/issues/35051/comments
6
2001-08-26T17:07:59Z
2022-04-09T21:40:53Z
https://github.com/python/cpython/issues/35051
1,198,779,502
35,051
[ "python", "cpython" ]
BPO | [455438](https://bugs.python.org/issue455438) --- | :--- Nosy | @jackjansen <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/jackjansen' closed_at = <Date 2001-08-27.15:12:19.000> created_at = <Date 2001-08-26.05:16:12.000> labels = ['library'] title = 'C API version mismatch for strop' updated_at = <Date 2001-08-27.15:12:19.000> user = 'https://bugs.python.org/anonymous' ``` bugs.python.org fields: ```python activity = <Date 2001-08-27.15:12:19.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2001-08-26.05:16:12.000> creator = 'anonymous' dependencies = [] files = [] hgrepos = [] issue_num = 455438 keywords = [] message_count = 2.0 messages = ['6179', '6180'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455438' versions = ['Python 2.2'] ``` </p></details>
C API version mismatch for strop
https://api.github.com/repos/python/cpython/issues/35050/comments
2
2001-08-26T05:16:12Z
2022-04-09T21:40:52Z
https://github.com/python/cpython/issues/35050
1,198,779,495
35,050
[ "python", "cpython" ]
BPO | [455405](https://bugs.python.org/issue455405) --- | :--- Nosy | @gvanrossum <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/gvanrossum' closed_at = <Date 2001-08-30.13:08:15.000> created_at = <Date 2001-08-26.00:32:21.000> labels = ['interpreter-core'] title = 'operator TypeErrors' updated_at = <Date 2001-08-30.13:08:15.000> user = 'https://bugs.python.org/average' ``` bugs.python.org fields: ```python activity = <Date 2001-08-30.13:08:15.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2001-08-26.00:32:21.000> creator = 'average' dependencies = [] files = [] hgrepos = [] issue_num = 455405 keywords = [] message_count = 2.0 messages = ['6177', '6178'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'average'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue455405' versions = ['Python 2.2'] ``` </p></details>
operator TypeErrors
https://api.github.com/repos/python/cpython/issues/35049/comments
2
2001-08-26T00:32:21Z
2022-04-09T21:40:51Z
https://github.com/python/cpython/issues/35049
1,198,779,493
35,049