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 | [1118748](https://bugs.python.org/issue1118748) --- | :--- Nosy | @smontanaro Files | <li>[timedelta.diff](https://bugs.python.org/file6487/timedelta.diff "Uploaded as text/plain at 2005-02-08.16:56:12 by josh-sf")</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 2007-09-02.03:13:12.958> created_at = <Date 2005-02-08.16:56:12.000> labels = ['extension-modules'] title = 'enable time + timedelta' updated_at = <Date 2007-09-02.03:13:12.936> user = 'https://bugs.python.org/josh-sf' ``` bugs.python.org fields: ```python activity = <Date 2007-09-02.03:13:12.936> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = <Date 2007-09-02.03:13:12.958> closer = 'skip.montanaro' components = ['Extension Modules'] creation = <Date 2005-02-08.16:56:12.000> creator = 'josh-sf' dependencies = [] files = ['6487'] hgrepos = [] issue_num = 1118748 keywords = ['patch'] message_count = 2.0 messages = ['47733', '55571'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'josh-sf'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1118748' versions = [] ``` </p></details>
enable time + timedelta
https://api.github.com/repos/python/cpython/issues/41548/comments
4
2005-02-08T16:56:12Z
2024-04-05T14:43:58Z
https://github.com/python/cpython/issues/41548
1,198,806,888
41,548
[ "python", "cpython" ]
BPO | [1118729](https://bugs.python.org/issue1118729) --- | :--- Nosy | @loewis, @birkenfeld Files | <li>[complex.diff](https://bugs.python.org/file1591/complex.diff "Uploaded as text/plain at 2005-05-15.07:57:26 by @loewis")</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 2005-09-16.06:43:11.000> created_at = <Date 2005-02-08.16:26:15.000> labels = ['interpreter-core'] title = 'Error in representation of complex numbers(again)' updated_at = <Date 2005-09-16.06:43:11.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2005-09-16.06:43:11.000> actor = 'georg.brandl' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-08.16:26:15.000> creator = 'quiver' dependencies = [] files = ['1591'] hgrepos = [] issue_num = 1118729 keywords = [] message_count = 8.0 messages = ['24193', '24194', '24195', '24196', '24197', '24198', '24199', '24200'] nosy_count = 4.0 nosy_names = ['loewis', 'georg.brandl', 'quiver', 'sonderblade'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1118729' versions = ['Python 2.4'] ``` </p></details>
Error in representation of complex numbers(again)
https://api.github.com/repos/python/cpython/issues/41547/comments
8
2005-02-08T16:26:15Z
2022-04-09T23:43:19Z
https://github.com/python/cpython/issues/41547
1,198,806,884
41,547
[ "python", "cpython" ]
BPO | [1118602](https://bugs.python.org/issue1118602) --- | :--- Nosy | @loewis Files | <li>[pyexpat-patch.diff](https://bugs.python.org/file6486/pyexpat-patch.diff "Uploaded as text/plain at 2005-02-08.13:25:24 by laotzu0"): patch against Python 2.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 = 'https://github.com/loewis' closed_at = <Date 2005-03-04.14:41:53.000> created_at = <Date 2005-02-08.13:25:23.000> labels = ['extension-modules'] title = 'Fix crash in xmlprase_GetInputContext in pyexpat.c' updated_at = <Date 2005-03-04.14:41:53.000> user = 'https://bugs.python.org/laotzu0' ``` bugs.python.org fields: ```python activity = <Date 2005-03-04.14:41:53.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-02-08.13:25:23.000> creator = 'laotzu0' dependencies = [] files = ['6486'] hgrepos = [] issue_num = 1118602 keywords = ['patch'] message_count = 2.0 messages = ['47731', '47732'] nosy_count = 2.0 nosy_names = ['loewis', 'laotzu0'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1118602' versions = [] ``` </p></details>
Fix crash in xmlprase_GetInputContext in pyexpat.c
https://api.github.com/repos/python/cpython/issues/41546/comments
2
2005-02-08T13:25:23Z
2022-04-09T23:43:18Z
https://github.com/python/cpython/issues/41546
1,198,806,883
41,546
[ "python", "cpython" ]
BPO | [1118341](https://bugs.python.org/issue1118341) --- | :--- Files | <li>[locale.py.diff](https://bugs.python.org/file6485/locale.py.diff "Uploaded as text/plain at 2005-02-08.02:39:31 by nerijus"): patch for Lib/locale.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 2006-03-02.00:27:50.000> created_at = <Date 2005-02-08.02:39:31.000> labels = ['library'] title = 'unknown locale: lt_LT (patch)' updated_at = <Date 2006-03-02.00:27:50.000> user = 'https://bugs.python.org/nerijus' ``` bugs.python.org fields: ```python activity = <Date 2006-03-02.00:27:50.000> actor = 'nerijus' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-08.02:39:31.000> creator = 'nerijus' dependencies = [] files = ['6485'] hgrepos = [] issue_num = 1118341 keywords = ['patch'] message_count = 9.0 messages = ['47722', '47723', '47724', '47725', '47726', '47727', '47728', '47729', '47730'] nosy_count = 3.0 nosy_names = ['anthonybaxter', 'sorlov', 'nerijus'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1118341' versions = [] ``` </p></details>
unknown locale: lt_LT (patch)
https://api.github.com/repos/python/cpython/issues/41545/comments
9
2005-02-08T02:39:31Z
2022-04-09T23:43:16Z
https://github.com/python/cpython/issues/41545
1,198,806,881
41,545
[ "python", "cpython" ]
BPO | [1118101](https://bugs.python.org/issue1118101) --- | :--- 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 = None closed_at = <Date 2005-02-07.20:03:28.000> created_at = <Date 2005-02-07.19:49:10.000> labels = ['invalid'] title = 'lists coupled' updated_at = <Date 2005-02-07.20:03:28.000> user = 'https://bugs.python.org/chopf' ``` bugs.python.org fields: ```python activity = <Date 2005-02-07.20:03:28.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2005-02-07.19:49:10.000> creator = 'chopf' dependencies = [] files = [] hgrepos = [] issue_num = 1118101 keywords = [] message_count = 2.0 messages = ['24191', '24192'] nosy_count = 2.0 nosy_names = ['tim.peters', 'chopf'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1118101' versions = [] ``` </p></details>
lists coupled
https://api.github.com/repos/python/cpython/issues/41544/comments
2
2005-02-07T19:49:10Z
2022-04-09T23:43:15Z
https://github.com/python/cpython/issues/41544
1,198,806,879
41,544
[ "python", "cpython" ]
BPO | [1117961](https://bugs.python.org/issue1117961) --- | :--- Nosy | @loewis, @doko42 Files | <li>[md5.diff](https://bugs.python.org/file6484/md5.diff "Uploaded as text/plain at 2006-04-01.16:31:18 by @doko42"): patch based on http://sourceforge.net/projects/libmd5-rfc/</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/doko42' closed_at = <Date 2006-04-03.16:33:58.000> created_at = <Date 2005-02-07.16:10:44.000> labels = ['extension-modules'] title = 'replace md5 impl. with one having a more free license' updated_at = <Date 2006-04-03.16:33:58.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2006-04-03.16:33:58.000> actor = 'doko' assignee = 'doko' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-02-07.16:10:44.000> creator = 'doko' dependencies = [] files = ['6484'] hgrepos = [] issue_num = 1117961 keywords = ['patch'] message_count = 6.0 messages = ['47716', '47717', '47718', '47719', '47720', '47721'] nosy_count = 3.0 nosy_names = ['loewis', 'anthonybaxter', 'doko'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117961' versions = ['Python 2.5'] ``` </p></details>
replace md5 impl. with one having a more free license
https://api.github.com/repos/python/cpython/issues/41543/comments
6
2005-02-07T16:10:44Z
2022-04-09T23:43:15Z
https://github.com/python/cpython/issues/41543
1,198,806,877
41,543
[ "python", "cpython" ]
BPO | [1117761](https://bugs.python.org/issue1117761) --- | :--- Nosy | @loewis, @gpshead <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gpshead' closed_at = <Date 2006-04-12.20:39:16.000> created_at = <Date 2005-02-07.09:24:06.000> labels = ['extension-modules'] title = 'BSDDB openhash ' updated_at = <Date 2006-04-12.20:39:16.000> user = 'https://bugs.python.org/bolzonella' ``` bugs.python.org fields: ```python activity = <Date 2006-04-12.20:39:16.000> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-02-07.09:24:06.000> creator = 'bolzonella' dependencies = [] files = [] hgrepos = [] issue_num = 1117761 keywords = [] message_count = 3.0 messages = ['24188', '24189', '24190'] nosy_count = 3.0 nosy_names = ['loewis', 'gregory.p.smith', 'bolzonella'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117761' versions = ['Python 2.4'] ``` </p></details>
BSDDB openhash
https://api.github.com/repos/python/cpython/issues/41542/comments
3
2005-02-07T09:24:06Z
2022-04-09T23:43:14Z
https://github.com/python/cpython/issues/41542
1,198,806,874
41,542
[ "python", "cpython" ]
BPO | [1117757](https://bugs.python.org/issue1117757) --- | :--- 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 = None closed_at = <Date 2005-02-07.14:56:01.000> created_at = <Date 2005-02-07.09:16:32.000> labels = ['interpreter-core', 'invalid'] title = '"in" operator bug ?' updated_at = <Date 2005-02-07.14:56:01.000> user = 'https://bugs.python.org/bolzonella' ``` bugs.python.org fields: ```python activity = <Date 2005-02-07.14:56:01.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-07.09:16:32.000> creator = 'bolzonella' dependencies = [] files = [] hgrepos = [] issue_num = 1117757 keywords = [] message_count = 2.0 messages = ['24186', '24187'] nosy_count = 2.0 nosy_names = ['tim.peters', 'bolzonella'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117757' versions = [] ``` </p></details>
"in" operator bug ?
https://api.github.com/repos/python/cpython/issues/41541/comments
2
2005-02-07T09:16:32Z
2022-04-09T23:43:12Z
https://github.com/python/cpython/issues/41541
1,198,806,871
41,541
[ "python", "cpython" ]
BPO | [1117751](https://bugs.python.org/issue1117751) --- | :--- Nosy | @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 2008-01-20.11:45:12.392> created_at = <Date 2005-02-07.09:12:39.000> labels = ['type-feature'] title = 'urllib.urlopen should put the http-error-code in .info()' updated_at = <Date 2008-01-20.11:45:12.391> user = 'https://bugs.python.org/kxroberto' ``` bugs.python.org fields: ```python activity = <Date 2008-01-20.11:45:12.391> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2008-01-20.11:45:12.392> closer = 'georg.brandl' components = ['None'] creation = <Date 2005-02-07.09:12:39.000> creator = 'kxroberto' dependencies = [] files = [] hgrepos = [] issue_num = 1117751 keywords = [] message_count = 2.0 messages = ['61178', '61274'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'kxroberto'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1117751' versions = [] ``` </p></details>
urllib.urlopen should put the http-error-code in .info()
https://api.github.com/repos/python/cpython/issues/41540/comments
2
2005-02-07T09:12:39Z
2022-04-09T23:43:10Z
https://github.com/python/cpython/issues/41540
1,198,806,869
41,540
[ "python", "cpython" ]
BPO | [1117670](https://bugs.python.org/issue1117670) --- | :--- Nosy | @birkenfeld Files | <li>[profile_badcall.py](https://bugs.python.org/file1589/profile_badcall.py "Uploaded as text/plain at 2005-02-07.04:50:54 by donut"): test case one: 'Bad call' error.</li><li>[profile_badreturn.py](https://bugs.python.org/file1590/profile_badreturn.py "Uploaded as text/plain at 2005-02-07.04:51:35 by donut"): test case two: 'Bad return' error.</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 2007-11-25.17:06:01.765> created_at = <Date 2005-02-07.04:50:54.000> labels = ['library'] title = 'profiler: Bad return and Bad call errors with exceptions' updated_at = <Date 2007-11-25.17:06:01.763> user = 'https://bugs.python.org/donut' ``` bugs.python.org fields: ```python activity = <Date 2007-11-25.17:06:01.763> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2007-11-25.17:06:01.765> closer = 'georg.brandl' components = ['Library (Lib)'] creation = <Date 2005-02-07.04:50:54.000> creator = 'donut' dependencies = [] files = ['1589', '1590'] hgrepos = [] issue_num = 1117670 keywords = [] message_count = 7.0 messages = ['24181', '24182', '24183', '24184', '24185', '57830', '57831'] nosy_count = 7.0 nosy_names = ['georg.brandl', 'donut', 'edloper', 'spiv', 'adsr', 'garyoberbrunner', 'therve'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117670' versions = [] ``` </p></details>
profiler: Bad return and Bad call errors with exceptions
https://api.github.com/repos/python/cpython/issues/41539/comments
7
2005-02-07T04:50:54Z
2022-04-09T23:43:09Z
https://github.com/python/cpython/issues/41539
1,198,806,864
41,539
[ "python", "cpython" ]
BPO | [1117601](https://bugs.python.org/issue1117601) --- | :--- Nosy | @terryjreedy, @josiahcarlson, @pitrou <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2017-03-24.16:34:15.837> created_at = <Date 2005-02-07.00:57:06.000> labels = ['type-bug', 'library'] title = 'os.path.exists returns false negatives in MAC environments.' updated_at = <Date 2017-03-24.16:34:15.836> user = 'https://bugs.python.org/sbennett' ``` bugs.python.org fields: ```python activity = <Date 2017-03-24.16:34:15.836> actor = 'serhiy.storchaka' assignee = 'none' closed = True closed_date = <Date 2017-03-24.16:34:15.837> closer = 'serhiy.storchaka' components = ['Library (Lib)'] creation = <Date 2005-02-07.00:57:06.000> creator = 'sbennett' dependencies = [] files = [] hgrepos = [] issue_num = 1117601 keywords = [] message_count = 11.0 messages = ['60645', '60646', '60647', '60648', '60649', '70891', '70893', '70895', '91909', '114406', '253564'] nosy_count = 7.0 nosy_names = ['terry.reedy', 'josiahcarlson', 'pitrou', 'sbennett', 'vdupras', 'cda32', 'stefano-m'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1117601' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
os.path.exists returns false negatives in MAC environments.
https://api.github.com/repos/python/cpython/issues/41538/comments
11
2005-02-07T00:57:06Z
2022-04-09T23:43:08Z
https://github.com/python/cpython/issues/41538
1,198,806,861
41,538
[ "python", "cpython" ]
BPO | [1117588](https://bugs.python.org/issue1117588) --- | :--- Nosy | @freddrake Files | <li>[urllib_headers.diff](https://bugs.python.org/file6483/urllib_headers.diff "Uploaded as text/plain at 2005-02-07.00:18:37 by calvin")</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 2005-03-24.21:15:45.000> created_at = <Date 2005-02-07.00:18:37.000> labels = ['library'] title = 'urllib2 .getheaders attribute error' updated_at = <Date 2005-03-24.21:15:45.000> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2005-03-24.21:15:45.000> actor = 'fdrake' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-07.00:18:37.000> creator = 'calvin' dependencies = [] files = ['6483'] hgrepos = [] issue_num = 1117588 keywords = ['patch'] message_count = 4.0 messages = ['47712', '47713', '47714', '47715'] nosy_count = 3.0 nosy_names = ['fdrake', 'calvin', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117588' versions = ['Python 2.4'] ``` </p></details>
urllib2 .getheaders attribute error
https://api.github.com/repos/python/cpython/issues/41537/comments
4
2005-02-07T00:18:37Z
2022-04-09T23:43:07Z
https://github.com/python/cpython/issues/41537
1,198,806,858
41,537
[ "python", "cpython" ]
BPO | [1117556](https://bugs.python.org/issue1117556) --- | :--- Nosy | @birkenfeld, @mdaniel <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 2006-06-14.08:50:39.000> created_at = <Date 2005-02-06.23:01:01.000> labels = ['library'] title = 'SimpleHTTPServer and mimetypes: almost together' updated_at = <Date 2006-06-14.08:50:39.000> user = 'https://github.com/mdaniel' ``` bugs.python.org fields: ```python activity = <Date 2006-06-14.08:50:39.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.23:01:01.000> creator = 'mdaniel' dependencies = [] files = [] hgrepos = [] issue_num = 1117556 keywords = [] message_count = 2.0 messages = ['24179', '24180'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'mdaniel'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117556' versions = ['Python 2.4'] ``` </p></details>
SimpleHTTPServer and mimetypes: almost together
https://api.github.com/repos/python/cpython/issues/41536/comments
2
2005-02-06T23:01:01Z
2022-04-09T23:43:06Z
https://github.com/python/cpython/issues/41536
1,198,806,856
41,536
[ "python", "cpython" ]
BPO | [1117454](https://bugs.python.org/issue1117454) --- | :--- Nosy | @loewis Files | <li>[name_value.patch](https://bugs.python.org/file6482/name_value.patch "Uploaded as text/plain at 2005-02-06.19:37:15 by jjlee")</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 2005-03-03.10:58:18.000> created_at = <Date 2005-02-06.19:37:15.000> labels = ['library'] title = 'cookielib.LWPCookieJar incorrectly loads value-less cookies' updated_at = <Date 2005-03-03.10:58:18.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.10:58:18.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.19:37:15.000> creator = 'jjlee' dependencies = [] files = ['6482'] hgrepos = [] issue_num = 1117454 keywords = ['patch'] message_count = 2.0 messages = ['47710', '47711'] nosy_count = 2.0 nosy_names = ['loewis', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117454' versions = ['Python 2.4'] ``` </p></details>
cookielib.LWPCookieJar incorrectly loads value-less cookies
https://api.github.com/repos/python/cpython/issues/41535/comments
2
2005-02-06T19:37:15Z
2022-04-09T23:43:05Z
https://github.com/python/cpython/issues/41535
1,198,806,850
41,535
[ "python", "cpython" ]
BPO | [1117398](https://bugs.python.org/issue1117398) --- | :--- Nosy | @loewis Files | <li>[loaderror.patch](https://bugs.python.org/file6477/loaderror.patch "Uploaded as text/plain at 2005-02-06.17:39:57 by jjlee")</li><li>[loaderror_v2.patch](https://bugs.python.org/file6478/loaderror_v2.patch "Uploaded as text/plain at 2005-03-04.23:56:22 by jjlee")</li><li>[loaderror_v3.patch](https://bugs.python.org/file6479/loaderror_v3.patch "Uploaded as text/plain at 2005-12-05.22:54:21 by jjlee")</li><li>[loaderror_docs.patch](https://bugs.python.org/file6480/loaderror_docs.patch "Uploaded as text/plain at 2005-12-28.23:04:30 by jjlee")</li><li>[loaderror_docs_v2.patch](https://bugs.python.org/file6481/loaderror_docs_v2.patch "Uploaded as text/plain at 2005-12-28.23:17:28 by jjlee")</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 2006-01-03.02:14:55.000> created_at = <Date 2005-02-06.17:39:57.000> labels = ['library'] title = 'cookielib LWPCookieJar and MozillaCookieJar exceptions' updated_at = <Date 2006-01-03.02:14:55.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2006-01-03.02:14:55.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.17:39:57.000> creator = 'jjlee' dependencies = [] files = ['6477', '6478', '6479', '6480', '6481'] hgrepos = [] issue_num = 1117398 keywords = ['patch'] message_count = 20.0 messages = ['47690', '47691', '47692', '47693', '47694', '47695', '47696', '47697', '47698', '47699', '47700', '47701', '47702', '47703', '47704', '47705', '47706', '47707', '47708', '47709'] nosy_count = 4.0 nosy_names = ['loewis', 'nnorwitz', 'jjlee', 'jimjjewett'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117398' versions = ['Python 2.4'] ``` </p></details>
cookielib LWPCookieJar and MozillaCookieJar exceptions
https://api.github.com/repos/python/cpython/issues/41534/comments
20
2005-02-06T17:39:57Z
2022-04-09T23:43:04Z
https://github.com/python/cpython/issues/41534
1,198,806,846
41,534
[ "python", "cpython" ]
BPO | [1117339](https://bugs.python.org/issue1117339) --- | :--- Nosy | @loewis Files | <li>[special_attrs.patch](https://bugs.python.org/file6476/special_attrs.patch "Uploaded as text/plain at 2005-02-06.15:30:31 by jjlee")</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 2005-03-03.10:48:37.000> created_at = <Date 2005-02-06.15:30:31.000> labels = ['library'] title = 'cookielib and cookies with special names' updated_at = <Date 2005-03-03.10:48:37.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.10:48:37.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.15:30:31.000> creator = 'jjlee' dependencies = [] files = ['6476'] hgrepos = [] issue_num = 1117339 keywords = ['patch'] message_count = 2.0 messages = ['47688', '47689'] nosy_count = 2.0 nosy_names = ['loewis', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117339' versions = ['Python 2.4'] ``` </p></details>
cookielib and cookies with special names
https://api.github.com/repos/python/cpython/issues/41533/comments
2
2005-02-06T15:30:31Z
2022-04-09T23:43:02Z
https://github.com/python/cpython/issues/41533
1,198,806,840
41,533
[ "python", "cpython" ]
BPO | [1117302](https://bugs.python.org/issue1117302) --- | :--- <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 2005-02-14.11:17:38.000> created_at = <Date 2005-02-06.14:04:25.000> labels = ['library'] title = 'sgmllib.SGMLParser' updated_at = <Date 2005-02-14.11:17:38.000> user = 'https://bugs.python.org/pbirnie' ``` bugs.python.org fields: ```python activity = <Date 2005-02-14.11:17:38.000> actor = 'effbot' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.14:04:25.000> creator = 'pbirnie' dependencies = [] files = [] hgrepos = [] issue_num = 1117302 keywords = [] message_count = 5.0 messages = ['24174', '24175', '24176', '24177', '24178'] nosy_count = 2.0 nosy_names = ['effbot', 'pbirnie'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117302' versions = ['Python 2.4'] ``` </p></details>
sgmllib.SGMLParser
https://api.github.com/repos/python/cpython/issues/41532/comments
5
2005-02-06T14:04:25Z
2022-04-09T23:43:01Z
https://github.com/python/cpython/issues/41532
1,198,806,836
41,532
[ "python", "cpython" ]
BPO | [1117114](https://bugs.python.org/issue1117114) --- | :--- Files | <li>[liberal_domain.patch](https://bugs.python.org/file6475/liberal_domain.patch "Uploaded as text/plain at 2005-02-06.02:28:54 by jjlee")</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 2005-03-04.20:49:00.000> created_at = <Date 2005-02-06.02:28:54.000> labels = ['library'] title = 'Minor improvement on 1116583' updated_at = <Date 2005-03-04.20:49:00.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2005-03-04.20:49:00.000> actor = 'jjlee' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-06.02:28:54.000> creator = 'jjlee' dependencies = [] files = ['6475'] hgrepos = [] issue_num = 1117114 keywords = ['patch'] message_count = 3.0 messages = ['47685', '47686', '47687'] nosy_count = 1.0 nosy_names = ['jjlee'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117114' versions = ['Python 2.4'] ``` </p></details>
Minor improvement on 1116583
https://api.github.com/repos/python/cpython/issues/41531/comments
3
2005-02-06T02:28:54Z
2022-04-09T23:43:00Z
https://github.com/python/cpython/issues/41531
1,198,806,831
41,531
[ "python", "cpython" ]
BPO | [1117063](https://bugs.python.org/issue1117063) --- | :--- Nosy | @rhettinger <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 2005-02-06.00:30:26.000> created_at = <Date 2005-02-05.23:48:03.000> labels = ['docs'] title = 'Typo in list.sort() documentation' updated_at = <Date 2005-02-06.00:30:26.000> user = 'https://bugs.python.org/complex' ``` bugs.python.org fields: ```python activity = <Date 2005-02-06.00:30:26.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-02-05.23:48:03.000> creator = 'complex' dependencies = [] files = [] hgrepos = [] issue_num = 1117063 keywords = [] message_count = 2.0 messages = ['24172', '24173'] nosy_count = 2.0 nosy_names = ['rhettinger', 'complex'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117063' versions = ['Python 2.4'] ``` </p></details>
Typo in list.sort() documentation
https://api.github.com/repos/python/cpython/issues/41530/comments
2
2005-02-05T23:48:03Z
2022-04-09T23:42:59Z
https://github.com/python/cpython/issues/41530
1,198,806,827
41,530
[ "python", "cpython" ]
BPO | [1117048](https://bugs.python.org/issue1117048) --- | :--- Nosy | @terryjreedy Files | <li>[ErrorLog2.log](https://bugs.python.org/file1588/ErrorLog2.log "Uploaded at 2005-02-05.22:50:02 by walterbrunswick"): Error Log</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 2005-04-22.02:59:46.000> created_at = <Date 2005-02-05.22:50:02.000> labels = ['interpreter-core', 'invalid'] title = 'Dictionary Parsing Problem' updated_at = <Date 2005-04-22.02:59:46.000> user = 'https://bugs.python.org/walterbrunswick' ``` bugs.python.org fields: ```python activity = <Date 2005-04-22.02:59:46.000> actor = 'walterbrunswick' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-05.22:50:02.000> creator = 'walterbrunswick' dependencies = [] files = ['1588'] hgrepos = [] issue_num = 1117048 keywords = [] message_count = 8.0 messages = ['24164', '24165', '24166', '24167', '24168', '24169', '24170', '24171'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'jafo', 'walterbrunswick', 'linkmastersab'] pr_nums = [] priority = 'low' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1117048' versions = [] ``` </p></details>
Dictionary Parsing Problem
https://api.github.com/repos/python/cpython/issues/41529/comments
8
2005-02-05T22:50:02Z
2022-04-09T23:42:58Z
https://github.com/python/cpython/issues/41529
1,198,806,823
41,529
[ "python", "cpython" ]
BPO | [1116722](https://bugs.python.org/issue1116722) --- | :--- Nosy | @tim-one, @loewis Files | <li>[hv2.i](https://bugs.python.org/file6472/hv2.i "Uploaded at 2005-02-11.05:16:05 by casevh")</li><li>[hv.i](https://bugs.python.org/file6473/hv.i "Uploaded at 2005-02-11.05:16:44 by casevh")</li><li>[complexobject.i](https://bugs.python.org/file6474/complexobject.i "Uploaded at 2005-02-11.05:17:38 by casevh")</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 2005-11-26.11:40:47.000> created_at = <Date 2005-02-05.07:02:43.000> labels = ['build'] title = 'Solaris 10 fails to compile complexobject.c [FIX incl.]' updated_at = <Date 2005-11-26.11:40:47.000> user = 'https://bugs.python.org/casevh' ``` bugs.python.org fields: ```python activity = <Date 2005-11-26.11:40:47.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-02-05.07:02:43.000> creator = 'casevh' dependencies = [] files = ['6472', '6473', '6474'] hgrepos = [] issue_num = 1116722 keywords = ['patch'] message_count = 22.0 messages = ['47663', '47664', '47665', '47666', '47667', '47668', '47669', '47670', '47671', '47672', '47673', '47674', '47675', '47676', '47677', '47678', '47679', '47680', '47681', '47682', '47683', '47684'] nosy_count = 5.0 nosy_names = ['tim.peters', 'loewis', 'anthonybaxter', 'casevh', 'slashlib'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1116722' versions = ['Python 2.4'] ``` </p></details>
Solaris 10 fails to compile complexobject.c [FIX incl.]
https://api.github.com/repos/python/cpython/issues/41528/comments
22
2005-02-05T07:02:43Z
2022-04-09T23:42:57Z
https://github.com/python/cpython/issues/41528
1,198,806,820
41,528
[ "python", "cpython" ]
BPO | [1116583](https://bugs.python.org/issue1116583) --- | :--- Nosy | @rhettinger Files | <li>[cookielib.patch](https://bugs.python.org/file6471/cookielib.patch "Uploaded as text/plain at 2005-02-05.00:40:37 by chadmiller"): forward context 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 = 'https://github.com/rhettinger' closed_at = <Date 2005-02-06.13:48:32.000> created_at = <Date 2005-02-05.00:40:36.000> labels = ['library'] title = 'NameError in cookielib domain check' updated_at = <Date 2005-02-06.13:48:32.000> user = 'https://bugs.python.org/chadmiller' ``` bugs.python.org fields: ```python activity = <Date 2005-02-06.13:48:32.000> actor = 'jjlee' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-05.00:40:36.000> creator = 'chadmiller' dependencies = [] files = ['6471'] hgrepos = [] issue_num = 1116583 keywords = ['patch'] message_count = 5.0 messages = ['47658', '47659', '47660', '47661', '47662'] nosy_count = 3.0 nosy_names = ['rhettinger', 'jjlee', 'chadmiller'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1116583' versions = ['Python 2.4'] ``` </p></details>
NameError in cookielib domain check
https://api.github.com/repos/python/cpython/issues/41527/comments
5
2005-02-05T00:40:36Z
2022-04-09T23:42:56Z
https://github.com/python/cpython/issues/41527
1,198,806,815
41,527
[ "python", "cpython" ]
BPO | [1116571](https://bugs.python.org/issue1116571) --- | :--- <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 2005-02-08.08:27:03.000> created_at = <Date 2005-02-05.00:12:52.000> labels = ['expert-regex', 'invalid'] title = 'Wrong match with regex, non-greedy problem' updated_at = <Date 2005-02-08.08:27:03.000> user = 'https://bugs.python.org/engelre' ``` bugs.python.org fields: ```python activity = <Date 2005-02-08.08:27:03.000> actor = 'effbot' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2005-02-05.00:12:52.000> creator = 'engel_re' dependencies = [] files = [] hgrepos = [] issue_num = 1116571 keywords = [] message_count = 2.0 messages = ['24162', '24163'] nosy_count = 3.0 nosy_names = ['effbot', 'niemeyer', 'engel_re'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1116571' versions = ['Python 2.4'] ``` </p></details>
Wrong match with regex, non-greedy problem
https://api.github.com/repos/python/cpython/issues/41526/comments
2
2005-02-05T00:12:52Z
2022-04-09T23:42:55Z
https://github.com/python/cpython/issues/41526
1,198,806,811
41,526
[ "python", "cpython" ]
BPO | [1116520](https://bugs.python.org/issue1116520) --- | :--- Nosy | @terryjreedy, @gpshead, @ncoghlan, @carljm, @merwok, @ericsnowcurrently, @zooba, @iselind <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-02-04.22:16:00.000> labels = ['interpreter-core', 'type-feature'] title = 'Prefix search is filesystem-centric' updated_at = <Date 2019-12-19.00:29:24.734> user = 'https://bugs.python.org/holdenweb' ``` bugs.python.org fields: ```python activity = <Date 2019-12-19.00:29:24.734> actor = 'brett.cannon' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-04.22:16:00.000> creator = 'holdenweb' dependencies = [] files = [] hgrepos = [] issue_num = 1116520 keywords = [] message_count = 12.0 messages = ['60644', '113379', '113406', '154337', '154370', '222630', '283964', '283965', '284001', '284005', '284006', '284011'] nosy_count = 10.0 nosy_names = ['holdenweb', 'terry.reedy', 'gregory.p.smith', 'ncoghlan', 'carljm', 'eric.araujo', 'eric.snow', 'steve.dower', 'superluser', 'patriki'] pr_nums = [] priority = 'low' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1116520' versions = ['Python 3.6'] ``` </p></details>
Prefix search is filesystem-centric
https://api.github.com/repos/python/cpython/issues/41525/comments
12
2005-02-04T22:16:00Z
2022-04-09T23:42:53Z
https://github.com/python/cpython/issues/41525
1,198,806,805
41,525
[ "python", "cpython" ]
BPO | [1116362](https://bugs.python.org/issue1116362) --- | :--- Nosy | @terryjreedy Files | <li>[strptime2.diff](https://bugs.python.org/file6470/strptime2.diff "Uploaded as text/plain at 2005-02-16.20:00:45 by josh-sf")</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 2005-02-16.20:00:45.000> created_at = <Date 2005-02-04.18:16:36.000> labels = ['extension-modules'] title = 'date.strptime and time.strptime as well' updated_at = <Date 2005-02-16.20:00:45.000> user = 'https://bugs.python.org/josh-sf' ``` bugs.python.org fields: ```python activity = <Date 2005-02-16.20:00:45.000> actor = 'josh-sf' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-02-04.18:16:36.000> creator = 'josh-sf' dependencies = [] files = ['6470'] hgrepos = [] issue_num = 1116362 keywords = ['patch'] message_count = 2.0 messages = ['47656', '47657'] nosy_count = 2.0 nosy_names = ['terry.reedy', 'josh-sf'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1116362' versions = [] ``` </p></details>
date.strptime and time.strptime as well
https://api.github.com/repos/python/cpython/issues/41524/comments
2
2005-02-04T18:16:36Z
2022-04-09T23:42:52Z
https://github.com/python/cpython/issues/41524
1,198,806,804
41,524
[ "python", "cpython" ]
BPO | [1115989](https://bugs.python.org/issue1115989) --- | :--- Nosy | @malemburg, @freddrake, @d-maurer Files | <li>[xmlrpclib.pat](https://bugs.python.org/file1587/xmlrpclib.pat "Uploaded at 2005-02-04.06:25:48 by @d-maurer"): fixing '_stringify' to decode only if true ascii</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 2005-02-16.09:31:42.000> created_at = <Date 2005-02-04.06:25:48.000> labels = ['library'] title = "xmlrpclib: wrong decoding in '_stringify'" updated_at = <Date 2005-02-16.09:31:42.000> user = 'https://github.com/d-maurer' ``` bugs.python.org fields: ```python activity = <Date 2005-02-16.09:31:42.000> actor = 'effbot' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-04.06:25:48.000> creator = 'dmaurer' dependencies = [] files = ['1587'] hgrepos = [] issue_num = 1115989 keywords = [] message_count = 7.0 messages = ['24155', '24156', '24157', '24158', '24159', '24160', '24161'] nosy_count = 4.0 nosy_names = ['lemburg', 'fdrake', 'effbot', 'dmaurer'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115989' versions = ['Python 2.3'] ``` </p></details>
xmlrpclib: wrong decoding in '_stringify'
https://api.github.com/repos/python/cpython/issues/41523/comments
7
2005-02-04T06:25:48Z
2022-04-09T23:42:52Z
https://github.com/python/cpython/issues/41523
1,198,806,802
41,523
[ "python", "cpython" ]
BPO | [1115886](https://bugs.python.org/issue1115886) --- | :--- Nosy | @loewis, @birkenfeld, @orsenthil <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 2009-09-15.00:01:44.932> created_at = <Date 2005-02-04.01:27:06.000> labels = ['library'] title = "os.path.splitext don't handle unix hidden file correctly" updated_at = <Date 2009-09-15.00:01:44.932> user = 'https://bugs.python.org/falsetru' ``` bugs.python.org fields: ```python activity = <Date 2009-09-15.00:01:44.932> actor = 'orsenthil' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-04.01:27:06.000> creator = 'falsetru' dependencies = [] files = [] hgrepos = [] issue_num = 1115886 keywords = [] message_count = 8.0 messages = ['24149', '24150', '24151', '24152', '24153', '24154', '92270', '92638'] nosy_count = 8.0 nosy_names = ['loewis', 'georg.brandl', 'jjlee', 'jimjjewett', 'orsenthil', 'grubert', 'falsetru', 'optimix'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115886' versions = ['Python 2.4'] ``` </p></details>
os.path.splitext don't handle unix hidden file correctly
https://api.github.com/repos/python/cpython/issues/41522/comments
8
2005-02-04T01:27:06Z
2022-04-09T23:42:50Z
https://github.com/python/cpython/issues/41522
1,198,806,799
41,522
[ "python", "cpython" ]
BPO | [1115631](https://bugs.python.org/issue1115631) --- | :--- Nosy | @terryjreedy Files | <li>[python-ssl-verification.diff](https://bugs.python.org/file6469/python-ssl-verification.diff "Uploaded as text/plain at 2005-02-03.18:42:57 by noonian"): python-ssl-verification patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-02-04.19:52:47.000> created_at = <Date 2005-02-03.18:42:57.000> labels = ['extension-modules'] title = 'Add SSL certificate validation' updated_at = <Date 2005-02-04.19:52:47.000> user = 'https://bugs.python.org/noonian' ``` bugs.python.org fields: ```python activity = <Date 2005-02-04.19:52:47.000> actor = 'terry.reedy' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-02-03.18:42:57.000> creator = 'noonian' dependencies = [] files = ['6469'] hgrepos = [] issue_num = 1115631 keywords = ['patch'] message_count = 4.0 messages = ['47652', '47653', '47654', '47655'] nosy_count = 3.0 nosy_names = ['holdenweb', 'terry.reedy', 'noonian'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115631' versions = [] ``` </p></details>
Add SSL certificate validation
https://api.github.com/repos/python/cpython/issues/41521/comments
4
2005-02-03T18:42:57Z
2022-04-09T23:42:49Z
https://github.com/python/cpython/issues/41521
1,198,806,794
41,521
[ "python", "cpython" ]
BPO | [1115379](https://bugs.python.org/issue1115379) --- | :--- Nosy | @loewis, @birkenfeld, @Cito Files | <li>[ast-2.5.diff](https://bugs.python.org/file1584/ast-2.5.diff "Uploaded as text/plain at 2006-03-20.08:28:55 by nnorwitz")</li><li>[compile-2.4.diff](https://bugs.python.org/file1585/compile-2.4.diff "Uploaded as text/plain at 2006-03-20.08:29:22 by nnorwitz")</li><li>[c.diff](https://bugs.python.org/file1586/c.diff "Uploaded as text/plain at 2006-03-20.09:03:26 by @loewis")</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 2006-03-23.05:40:27.000> created_at = <Date 2005-02-03.13:11:42.000> labels = ['interpreter-core'] title = 'Built-in compile function with PEP 0263 encoding bug' updated_at = <Date 2006-03-23.05:40:27.000> user = 'https://github.com/Cito' ``` bugs.python.org fields: ```python activity = <Date 2006-03-23.05:40:27.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-03.13:11:42.000> creator = 'cito' dependencies = [] files = ['1584', '1585', '1586'] hgrepos = [] issue_num = 1115379 keywords = [] message_count = 11.0 messages = ['24138', '24139', '24140', '24141', '24142', '24143', '24144', '24145', '24146', '24147', '24148'] nosy_count = 5.0 nosy_names = ['loewis', 'nnorwitz', 'georg.brandl', 'cito', 'wigy'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115379' versions = ['Python 2.4'] ``` </p></details>
Built-in compile function with PEP 0263 encoding bug
https://api.github.com/repos/python/cpython/issues/41520/comments
11
2005-02-03T13:11:42Z
2022-04-09T23:42:48Z
https://github.com/python/cpython/issues/41520
1,198,806,788
41,520
[ "python", "cpython" ]
BPO | [1115086](https://bugs.python.org/issue1115086) --- | :--- Nosy | @loewis Files | <li>[structmember_longlong.patch](https://bugs.python.org/file6468/structmember_longlong.patch "Uploaded as text/plain at 2005-02-02.22:17:32 by rushing"): patch: support PY_LONGLONG in structmember</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 2005-03-03.23:01:04.000> created_at = <Date 2005-02-02.22:17:32.000> labels = ['interpreter-core'] title = 'support PY_LONGLONG in structmember' updated_at = <Date 2005-03-03.23:01:04.000> user = 'https://bugs.python.org/rushing' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.23:01:04.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-02.22:17:32.000> creator = 'rushing' dependencies = [] files = ['6468'] hgrepos = [] issue_num = 1115086 keywords = ['patch'] message_count = 2.0 messages = ['47650', '47651'] nosy_count = 2.0 nosy_names = ['loewis', 'rushing'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115086' versions = ['Python 2.5'] ``` </p></details>
support PY_LONGLONG in structmember
https://api.github.com/repos/python/cpython/issues/41519/comments
2
2005-02-02T22:17:32Z
2022-04-09T23:42:47Z
https://github.com/python/cpython/issues/41519
1,198,806,783
41,519
[ "python", "cpython" ]
BPO | [1115039](https://bugs.python.org/issue1115039) --- | :--- Nosy | @rhettinger Files | <li>[test.py](https://bugs.python.org/file1583/test.py "Uploaded as text/plain at 2005-02-02.20:59:31 by carou"): short demonstration</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 2005-02-02.23:26:03.000> created_at = <Date 2005-02-02.20:59:30.000> labels = ['interpreter-core', 'invalid'] title = 'eval != literal scope in nested function' updated_at = <Date 2005-02-02.23:26:03.000> user = 'https://bugs.python.org/carou' ``` bugs.python.org fields: ```python activity = <Date 2005-02-02.23:26:03.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-02.20:59:30.000> creator = 'carou' dependencies = [] files = ['1583'] hgrepos = [] issue_num = 1115039 keywords = [] message_count = 2.0 messages = ['24136', '24137'] nosy_count = 2.0 nosy_names = ['rhettinger', 'carou'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1115039' versions = ['Python 2.3'] ``` </p></details>
eval != literal scope in nested function
https://api.github.com/repos/python/cpython/issues/41518/comments
2
2005-02-02T20:59:30Z
2022-04-09T23:42:45Z
https://github.com/python/cpython/issues/41518
1,198,806,779
41,518
[ "python", "cpython" ]
BPO | [1114929](https://bugs.python.org/issue1114929) --- | :--- Nosy | @birkenfeld Files | <li>[webbrowser-patch](https://bugs.python.org/file1582/webbrowser-patch "Uploaded at 2005-02-02.18:23:43 by jeremysanders"): Patch to webbrowser.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 2005-09-15.07:56:40.000> created_at = <Date 2005-02-02.18:22:32.000> labels = ['library'] title = "webbrowser doesn't start default Gnome browser by default" updated_at = <Date 2005-09-15.07:56:40.000> user = 'https://bugs.python.org/jeremysanders' ``` bugs.python.org fields: ```python activity = <Date 2005-09-15.07:56:40.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-02.18:22:32.000> creator = 'jeremysanders' dependencies = [] files = ['1582'] hgrepos = [] issue_num = 1114929 keywords = [] message_count = 2.0 messages = ['24134', '24135'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'jeremysanders'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1114929' versions = ['Python 2.3'] ``` </p></details>
webbrowser doesn't start default Gnome browser by default
https://api.github.com/repos/python/cpython/issues/41517/comments
2
2005-02-02T18:22:32Z
2022-04-09T23:42:44Z
https://github.com/python/cpython/issues/41517
1,198,806,777
41,517
[ "python", "cpython" ]
BPO | [1114776](https://bugs.python.org/issue1114776) --- | :--- Nosy | @mwhudson, @aleaxit, @kbkaiser <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 2005-04-14.21:00:00.000> created_at = <Date 2005-02-02.14:43:24.000> labels = ['library'] title = 'copy.py bug' updated_at = <Date 2005-04-14.21:00:00.000> user = 'https://bugs.python.org/disommav' ``` bugs.python.org fields: ```python activity = <Date 2005-04-14.21:00:00.000> actor = 'kbk' assignee = 'anthonybaxter' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-02-02.14:43:24.000> creator = 'disommav' dependencies = [] files = [] hgrepos = [] issue_num = 1114776 keywords = [] message_count = 6.0 messages = ['24128', '24129', '24130', '24131', '24132', '24133'] nosy_count = 5.0 nosy_names = ['mwh', 'aleax', 'anthonybaxter', 'kbk', 'disommav'] pr_nums = [] priority = 'critical' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1114776' versions = ['Python 2.3'] ``` </p></details>
copy.py bug
https://api.github.com/repos/python/cpython/issues/41516/comments
6
2005-02-02T14:43:24Z
2022-04-09T23:42:43Z
https://github.com/python/cpython/issues/41516
1,198,806,774
41,516
[ "python", "cpython" ]
BPO | [1114404](https://bugs.python.org/issue1114404) --- | :--- Nosy | @goodger <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 2005-02-02.23:08:32.000> created_at = <Date 2005-02-02.01:27:25.000> labels = ['interpreter-core', 'type-feature', 'invalid'] title = 'All Statements Should Have Return Values (Syntax Proposal)' updated_at = <Date 2005-02-02.23:08:32.000> user = 'https://bugs.python.org/ldrhcp' ``` bugs.python.org fields: ```python activity = <Date 2005-02-02.23:08:32.000> actor = 'goodger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-02.01:27:25.000> creator = 'ldrhcp' dependencies = [] files = [] hgrepos = [] issue_num = 1114404 keywords = [] message_count = 2.0 messages = ['54364', '54365'] nosy_count = 2.0 nosy_names = ['goodger', 'ldrhcp'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1114404' versions = [] ``` </p></details>
All Statements Should Have Return Values (Syntax Proposal)
https://api.github.com/repos/python/cpython/issues/41515/comments
2
2005-02-02T01:27:25Z
2022-04-09T23:42:42Z
https://github.com/python/cpython/issues/41515
1,198,806,769
41,515
[ "python", "cpython" ]
BPO | [1114345](https://bugs.python.org/issue1114345) --- | :--- Nosy | @loewis Files | <li>[python-ssl-verification.diff](https://bugs.python.org/file6467/python-ssl-verification.diff "Uploaded as text/plain at 2005-02-01.23:04:17 by noonian"): python-ssl-verification patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-08-29.23:03:05.374> created_at = <Date 2005-02-01.23:04:16.000> labels = ['extension-modules'] title = 'Add SSL certificate validation' updated_at = <Date 2007-12-10.20:01:57.009> user = 'https://bugs.python.org/noonian' ``` bugs.python.org fields: ```python activity = <Date 2007-12-10.20:01:57.009> actor = 'ahasenack' assignee = 'none' closed = True closed_date = <Date 2007-08-29.23:03:05.374> closer = 'janssen' components = ['Extension Modules'] creation = <Date 2005-02-01.23:04:16.000> creator = 'noonian' dependencies = [] files = ['6467'] hgrepos = [] issue_num = 1114345 keywords = ['patch'] message_count = 20.0 messages = ['47639', '47640', '47641', '47642', '47643', '47644', '47645', '47646', '47647', '47648', '47649', '55295', '55450', '55463', '55493', '55619', '55620', '55622', '56410', '56423'] nosy_count = 9.0 nosy_names = ['loewis', 'janssen', 'nagle', 'gustavo', 'noonian', 'jbowes', 'vila-sf', 'vila', 'ahasenack'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1114345' versions = [] ``` </p></details>
Add SSL certificate validation
https://api.github.com/repos/python/cpython/issues/41514/comments
20
2005-02-01T23:04:16Z
2022-04-09T23:42:41Z
https://github.com/python/cpython/issues/41514
1,198,806,764
41,514
[ "python", "cpython" ]
BPO | [1114093](https://bugs.python.org/issue1114093) --- | :--- Nosy | @malemburg <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/malemburg' closed_at = <Date 2005-02-01.17:23:36.000> created_at = <Date 2005-02-01.16:13:18.000> labels = ['expert-unicode'] title = 'unicode.decode' updated_at = <Date 2005-02-01.17:23:36.000> user = 'https://bugs.python.org/manlioperillo' ``` bugs.python.org fields: ```python activity = <Date 2005-02-01.17:23:36.000> actor = 'lemburg' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2005-02-01.16:13:18.000> creator = 'manlioperillo' dependencies = [] files = [] hgrepos = [] issue_num = 1114093 keywords = [] message_count = 2.0 messages = ['24126', '24127'] nosy_count = 2.0 nosy_names = ['lemburg', 'manlioperillo'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1114093' versions = ['Python 2.4'] ``` </p></details>
unicode.decode
https://api.github.com/repos/python/cpython/issues/41513/comments
2
2005-02-01T16:13:18Z
2022-04-09T23:42:40Z
https://github.com/python/cpython/issues/41513
1,198,806,762
41,513
[ "python", "cpython" ]
BPO | [1113984](https://bugs.python.org/issue1113984) --- | :--- Nosy | @rhettinger, @Cito <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 2005-02-01.21:18:14.000> created_at = <Date 2005-02-01.13:47:26.000> labels = ['interpreter-core'] title = 'keywords in keyword_arguments not possible' updated_at = <Date 2005-02-01.21:18:14.000> user = 'https://github.com/Cito' ``` bugs.python.org fields: ```python activity = <Date 2005-02-01.21:18:14.000> actor = 'cito' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-02-01.13:47:26.000> creator = 'cito' dependencies = [] files = [] hgrepos = [] issue_num = 1113984 keywords = [] message_count = 5.0 messages = ['24121', '24122', '24123', '24124', '24125'] nosy_count = 2.0 nosy_names = ['rhettinger', 'cito'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1113984' versions = ['Python 2.4'] ``` </p></details>
keywords in keyword_arguments not possible
https://api.github.com/repos/python/cpython/issues/41512/comments
5
2005-02-01T13:47:26Z
2022-04-09T23:42:38Z
https://github.com/python/cpython/issues/41512
1,198,806,756
41,512
[ "python", "cpython" ]
BPO | [1113484](https://bugs.python.org/issue1113484) --- | :--- <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 2005-09-14.09:17:37.000> created_at = <Date 2005-01-31.21:46:48.000> labels = ['expert-regex'] title = 'document {m} regex matcher wrt empty matches' updated_at = <Date 2005-09-14.09:17:37.000> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2005-09-14.09:17:37.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2005-01-31.21:46:48.000> creator = 'calvin' dependencies = [] files = [] hgrepos = [] issue_num = 1113484 keywords = [] message_count = 3.0 messages = ['24118', '24119', '24120'] nosy_count = 2.0 nosy_names = ['calvin', 'niemeyer'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1113484' versions = [] ``` </p></details>
document {m} regex matcher wrt empty matches
https://api.github.com/repos/python/cpython/issues/41511/comments
3
2005-01-31T21:46:48Z
2022-04-09T23:42:37Z
https://github.com/python/cpython/issues/41511
1,198,806,752
41,511
[ "python", "cpython" ]
BPO | [1113421](https://bugs.python.org/issue1113421) --- | :--- Nosy | @birkenfeld, @birkenfeld, @rhettinger Files | <li>[test_generators.py.310105.diff](https://bugs.python.org/file6466/test_generators.py.310105.diff "Uploaded as text/plain at 2005-01-31.20:16:03 by francisgirard"): Patch for test_generators.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/birkenfeld' closed_at = <Date 2005-08-24.09:04:41.000> created_at = <Date 2005-01-31.20:16:03.000> labels = ['tests'] title = 'New tutorial tests in test_generators.py' updated_at = <Date 2005-08-24.09:04:41.000> user = 'https://bugs.python.org/francisgirard' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.09:04:41.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Tests'] creation = <Date 2005-01-31.20:16:03.000> creator = 'francisgirard' dependencies = [] files = ['6466'] hgrepos = [] issue_num = 1113421 keywords = ['patch'] message_count = 3.0 messages = ['47636', '47637', '47638'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'francisgirard'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1113421' versions = ['Python 2.5'] ``` </p></details>
New tutorial tests in test_generators.py
https://api.github.com/repos/python/cpython/issues/41510/comments
3
2005-01-31T20:16:03Z
2022-04-09T23:42:37Z
https://github.com/python/cpython/issues/41510
1,198,806,749
41,510
[ "python", "cpython" ]
BPO | [1113328](https://bugs.python.org/issue1113328) --- | :--- Nosy | @jackjansen, @ronaldoussoren Files | <li>[OSATerminology-1.2.6.2.patch](https://bugs.python.org/file1581/OSATerminology-1.2.6.2.patch "Uploaded as text/plain at 2005-01-31.17:53:59 by hhas")</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/ronaldoussoren' closed_at = <Date 2009-03-30.22:59:33.500> created_at = <Date 2005-01-31.17:53:58.000> labels = ['OS-mac'] title = 'OSATerminology still semi-broken' updated_at = <Date 2009-03-30.22:59:33.499> user = 'https://bugs.python.org/hhas' ``` bugs.python.org fields: ```python activity = <Date 2009-03-30.22:59:33.499> actor = 'ronaldoussoren' assignee = 'ronaldoussoren' closed = True closed_date = <Date 2009-03-30.22:59:33.500> closer = 'ronaldoussoren' components = ['macOS'] creation = <Date 2005-01-31.17:53:58.000> creator = 'hhas' dependencies = [] files = ['1581'] hgrepos = [] issue_num = 1113328 keywords = [] message_count = 3.0 messages = ['24117', '83155', '83214'] nosy_count = 3.0 nosy_names = ['jackjansen', 'ronaldoussoren', 'hhas'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1113328' versions = [] ``` </p></details>
OSATerminology still semi-broken
https://api.github.com/repos/python/cpython/issues/41509/comments
3
2005-01-31T17:53:58Z
2022-04-09T23:42:36Z
https://github.com/python/cpython/issues/41509
1,198,806,744
41,509
[ "python", "cpython" ]
BPO | [1113244](https://bugs.python.org/issue1113244) --- | :--- Nosy | @tim-one, @birkenfeld, @rhettinger, @doko42 <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/doko42' closed_at = <Date 2010-08-19.19:07:43.714> created_at = <Date 2005-01-31.16:01:10.000> labels = ['interpreter-core', 'type-feature'] title = 'Please add do-while guard to Py_DECREF etc.' updated_at = <Date 2010-08-19.19:07:43.714> user = 'https://bugs.python.org/rjk1002' ``` bugs.python.org fields: ```python activity = <Date 2010-08-19.19:07:43.714> actor = 'benjamin.peterson' assignee = 'doko' closed = True closed_date = <Date 2010-08-19.19:07:43.714> closer = 'benjamin.peterson' components = ['Interpreter Core'] creation = <Date 2005-01-31.16:01:10.000> creator = 'rjk1002' dependencies = [] files = [] hgrepos = [] issue_num = 1113244 keywords = [] message_count = 8.0 messages = ['24112', '24113', '24114', '24115', '24116', '85539', '85566', '114404'] nosy_count = 6.0 nosy_names = ['tim.peters', 'georg.brandl', 'rhettinger', 'doko', 'rjk1002', 'BreamoreBoy'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1113244' versions = ['Python 3.1', 'Python 2.7'] ``` </p></details>
Please add do-while guard to Py_DECREF etc.
https://api.github.com/repos/python/cpython/issues/41508/comments
8
2005-01-31T16:01:10Z
2022-04-09T23:42:35Z
https://github.com/python/cpython/issues/41508
1,198,806,740
41,508
[ "python", "cpython" ]
BPO | [1112955](https://bugs.python.org/issue1112955) --- | :--- Nosy | @devdanzin, @tarekziade, @merwok, @zooba Files | <li>[move_file_dry_run.diff](https://bugs.python.org/file12999/move_file_dry_run.diff "Uploaded as text/plain at 2009-02-09.23:57:44 by @devdanzin"): Change dry_run from "exit early" to "exit when name matches real move target"</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/merwok' closed_at = <Date 2021-02-03.18:37:43.170> created_at = <Date 2005-01-31.05:18:41.000> labels = ['type-bug', 'library'] title = "move_file()'s return value when dry_run=1 unclear" updated_at = <Date 2021-02-03.18:37:43.169> user = 'https://bugs.python.org/eelis' ``` bugs.python.org fields: ```python activity = <Date 2021-02-03.18:37:43.169> actor = 'steve.dower' assignee = 'eric.araujo' closed = True closed_date = <Date 2021-02-03.18:37:43.170> closer = 'steve.dower' components = ['Distutils'] creation = <Date 2005-01-31.05:18:41.000> creator = 'eelis' dependencies = [] files = ['12999'] hgrepos = [] issue_num = 1112955 keywords = ['patch'] message_count = 6.0 messages = ['60643', '81509', '81510', '81517', '154191', '386447'] nosy_count = 5.0 nosy_names = ['ajaksu2', 'tarek', 'eelis', 'eric.araujo', 'steve.dower'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1112955' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3'] ``` </p></details>
move_file()'s return value when dry_run=1 unclear
https://api.github.com/repos/python/cpython/issues/41507/comments
6
2005-01-31T05:18:41Z
2022-04-09T23:42:34Z
https://github.com/python/cpython/issues/41507
1,198,806,735
41,507
[ "python", "cpython" ]
BPO | [1112949](https://bugs.python.org/issue1112949) --- | :--- Nosy | @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 2005-07-28.07:06:52.000> created_at = <Date 2005-01-31.04:55:19.000> labels = ['library'] title = 'ioctl has problems on 64 bit machines' updated_at = <Date 2005-07-28.07:06:52.000> user = 'https://bugs.python.org/stephennorris' ``` bugs.python.org fields: ```python activity = <Date 2005-07-28.07:06:52.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-31.04:55:19.000> creator = 'stephennorris' dependencies = [] files = [] hgrepos = [] issue_num = 1112949 keywords = [] message_count = 3.0 messages = ['24109', '24110', '24111'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'lordsutch', 'stephennorris'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1112949' versions = [] ``` </p></details>
ioctl has problems on 64 bit machines
https://api.github.com/repos/python/cpython/issues/41506/comments
3
2005-01-31T04:55:19Z
2022-04-09T23:42:32Z
https://github.com/python/cpython/issues/41506
1,198,806,730
41,506
[ "python", "cpython" ]
BPO | [1112856](https://bugs.python.org/issue1112856) --- | :--- Nosy | @arigo, @irmen, @hdiogenes Files | <li>[cgibug.py](https://bugs.python.org/file1577/cgibug.py "Uploaded as text/plain at 2005-01-31.00:58:24 by @irmen"): test program</li><li>[cgi-email-multipart.diff](https://bugs.python.org/file1578/cgi-email-multipart.diff "Uploaded as text/plain at 2005-02-04.10:15:45 by jlgijsbers"): patch</li><li>[server.py](https://bugs.python.org/file1579/server.py "Uploaded as text/plain at 2005-02-08.21:35:44 by @irmen"): test for freezing problem (server program)</li><li>[post.html](https://bugs.python.org/file1580/post.html "Uploaded at 2005-02-08.21:36:31 by @irmen"): test for freezing problem (html form for browser)</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 2008-06-02.03:15:15.698> created_at = <Date 2005-01-31.00:58:24.000> labels = ['library'] title = 'patch 1079734 broke cgi.FieldStorage w/ multipart post req.' updated_at = <Date 2008-06-02.03:15:15.698> user = 'https://github.com/irmen' ``` bugs.python.org fields: ```python activity = <Date 2008-06-02.03:15:15.698> actor = 'hdiogenes' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-31.00:58:24.000> creator = 'irmen' dependencies = [] files = ['1577', '1578', '1579', '1580'] hgrepos = [] issue_num = 1112856 keywords = [] message_count = 15.0 messages = ['24095', '24096', '24097', '24098', '24099', '24100', '24101', '24102', '24103', '24104', '24105', '24106', '24107', '24108', '67625'] nosy_count = 6.0 nosy_names = ['arigo', 'anthonybaxter', 'jlgijsbers', 'irmen', 'joshhoyt', 'hdiogenes'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1112856' versions = ['Python 2.5'] ``` </p></details>
patch 1079734 broke cgi.FieldStorage w/ multipart post req.
https://api.github.com/repos/python/cpython/issues/41505/comments
15
2005-01-31T00:58:24Z
2022-04-09T23:42:31Z
https://github.com/python/cpython/issues/41505
1,198,806,723
41,505
[ "python", "cpython" ]
BPO | [1112812](https://bugs.python.org/issue1112812) --- | :--- Nosy | @loewis, @warsaw Files | <li>[__init__.py.option1](https://bugs.python.org/file6464/__init__.py.option1 "Uploaded at 2005-01-30.23:22:45 by anadelonbrin"): Patch for first option (move imports out of exec)</li><li>[__init__.py.option2](https://bugs.python.org/file6465/__init__.py.option2 "Uploaded at 2005-01-30.23:23:17 by anadelonbrin"): Patch for second option (remove exec)</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 2005-03-03.09:47:11.000> created_at = <Date 2005-01-30.23:22:44.000> labels = ['library'] title = 'Patch for Lib/bsddb/__init__.py to work with modulefinder' updated_at = <Date 2005-03-03.09:47:11.000> user = 'https://bugs.python.org/anadelonbrin' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.09:47:11.000> actor = 'loewis' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-30.23:22:44.000> creator = 'anadelonbrin' dependencies = [] files = ['6464', '6465'] hgrepos = [] issue_num = 1112812 keywords = ['patch'] message_count = 3.0 messages = ['47633', '47634', '47635'] nosy_count = 3.0 nosy_names = ['loewis', 'barry', 'anadelonbrin'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1112812' versions = ['Python 2.5'] ``` </p></details>
Patch for Lib/bsddb/__init__.py to work with modulefinder
https://api.github.com/repos/python/cpython/issues/41504/comments
3
2005-01-30T23:22:44Z
2022-04-09T23:42:30Z
https://github.com/python/cpython/issues/41504
1,198,806,717
41,504
[ "python", "cpython" ]
BPO | [1112549](https://bugs.python.org/issue1112549) --- | :--- Nosy | @gvanrossum, @birkenfeld Files | <li>[FieldStorage-readline.patch](https://bugs.python.org/file1570/FieldStorage-readline.patch "Uploaded as text/plain at 2005-01-30.13:40:48 by chrism"): Fieldstorage readline patch.</li><li>[FieldStorage-readline.patch](https://bugs.python.org/file1571/FieldStorage-readline.patch "Uploaded as text/plain at 2005-04-01.02:56:04 by chrism"): FieldStorage readline patch with proper boundary recognition (after Guido's comment)</li><li>[test_cgi.py](https://bugs.python.org/file1572/test_cgi.py "Uploaded as text/plain at 2005-04-03.03:42:03 by chrism"): Updated test_cgi.py</li><li>[FieldStorage-readline-svn-50879.patch](https://bugs.python.org/file1573/FieldStorage-readline-svn-50879.patch "Uploaded as text/plain at 2006-07-27.21:34:07 by chrism"): FieldStorage readline patch against just-post-2.5-beta1 svn checkout</li><li>[test_cgi-svn-50879.patch](https://bugs.python.org/file1574/test_cgi-svn-50879.patch "Uploaded as text/plain at 2006-07-27.21:35:43 by chrism"): Patch to test_cgi.py which exercises readline patch just-post-2.5b1</li><li>[test_output_test_cgi-svn-50879.patch](https://bugs.python.org/file1575/test_output_test_cgi-svn-50879.patch "Uploaded as text/plain at 2006-08-07.17:51:53 by chrism"): Patch to tests/output/test_cgi to make regrtest.py pass when two below patches are applied.</li><li>[cgi-module-fixes-bundle-svn-50879.patch](https://bugs.python.org/file1576/cgi-module-fixes-bundle-svn-50879.patch "Uploaded as text/plain at 2006-08-10.11:08:44 by chrism")</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 2006-08-10.18:12:14.000> created_at = <Date 2005-01-30.13:40:48.000> labels = ['library', 'release-blocker'] title = 'cgi.FieldStorage memory usage can spike in line-oriented ops' updated_at = <Date 2006-08-10.18:12:14.000> user = 'https://bugs.python.org/chrism' ``` bugs.python.org fields: ```python activity = <Date 2006-08-10.18:12:14.000> actor = 'nnorwitz' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-30.13:40:48.000> creator = 'chrism' dependencies = [] files = ['1570', '1571', '1572', '1573', '1574', '1575', '1576'] hgrepos = [] issue_num = 1112549 keywords = [] message_count = 16.0 messages = ['24079', '24080', '24081', '24082', '24083', '24084', '24085', '24086', '24087', '24088', '24089', '24090', '24091', '24092', '24093', '24094'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'nnorwitz', 'georg.brandl', 'chrism'] pr_nums = [] priority = 'release blocker' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1112549' versions = ['Python 2.3'] ``` </p></details>
cgi.FieldStorage memory usage can spike in line-oriented ops
https://api.github.com/repos/python/cpython/issues/41503/comments
16
2005-01-30T13:40:48Z
2022-04-09T23:42:28Z
https://github.com/python/cpython/issues/41503
1,198,806,715
41,503
[ "python", "cpython" ]
BPO | [1111653](https://bugs.python.org/issue1111653) --- | :--- 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 2005-03-03.23:02:19.000> created_at = <Date 2005-01-28.18:53:14.000> labels = ['invalid', 'library'] title = 'HEAD/PUT/DELETE support for urllib2.py' updated_at = <Date 2005-03-03.23:02:19.000> user = 'https://bugs.python.org/drurl' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.23:02:19.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-28.18:53:14.000> creator = 'drurl' dependencies = [] files = [] hgrepos = [] issue_num = 1111653 keywords = ['patch'] message_count = 3.0 messages = ['47630', '47631', '47632'] nosy_count = 2.0 nosy_names = ['loewis', 'drurl'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1111653' versions = ['Python 2.4'] ``` </p></details>
HEAD/PUT/DELETE support for urllib2.py
https://api.github.com/repos/python/cpython/issues/41502/comments
3
2005-01-28T18:53:14Z
2022-04-09T23:42:27Z
https://github.com/python/cpython/issues/41502
1,198,806,712
41,502
[ "python", "cpython" ]
BPO | [1111130](https://bugs.python.org/issue1111130) --- | :--- Nosy | @loewis, @ned-deily, @bitdancer Files | <li>[tkSimpleDialogBug.py](https://bugs.python.org/file1569/tkSimpleDialogBug.py "Uploaded as text/plain at 2005-01-27.23:52:05 by reowen"): Simple demo of bug</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 2010-08-28.14:36:51.149> created_at = <Date 2005-01-27.23:52:05.000> labels = ['type-bug', 'expert-tkinter'] title = 'tkSimpleDialog broken on MacOS X (Aqua Tk)' updated_at = <Date 2010-08-28.14:36:51.083> user = 'https://bugs.python.org/reowen' ``` bugs.python.org fields: ```python activity = <Date 2010-08-28.14:36:51.083> actor = 'r.david.murray' assignee = 'loewis' closed = True closed_date = <Date 2010-08-28.14:36:51.149> closer = 'r.david.murray' components = ['Tkinter'] creation = <Date 2005-01-27.23:52:05.000> creator = 'reowen' dependencies = [] files = ['1569'] hgrepos = [] issue_num = 1111130 keywords = [] message_count = 4.0 messages = ['24078', '86417', '114414', '115154'] nosy_count = 5.0 nosy_names = ['loewis', 'reowen', 'gpolo', 'ned.deily', 'r.david.murray'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1111130' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
tkSimpleDialog broken on MacOS X (Aqua Tk)
https://api.github.com/repos/python/cpython/issues/41501/comments
4
2005-01-27T23:52:05Z
2022-04-09T23:42:26Z
https://github.com/python/cpython/issues/41501
1,198,806,709
41,501
[ "python", "cpython" ]
BPO | [1111100](https://bugs.python.org/issue1111100) --- | :--- Nosy | @devdanzin Files | <li>[csv.patch](https://bugs.python.org/file1568/csv.patch "Uploaded as text/plain at 2005-01-27.22:56:41 by washirv"): patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-02-20.01:53:54.649> created_at = <Date 2005-01-27.22:56:37.000> labels = ['type-bug', 'library'] title = 'csv reader barfs encountering quote when quote_none is set' updated_at = <Date 2009-02-20.01:53:54.648> user = 'https://bugs.python.org/washirv' ``` bugs.python.org fields: ```python activity = <Date 2009-02-20.01:53:54.648> actor = 'ajaksu2' assignee = 'none' closed = True closed_date = <Date 2009-02-20.01:53:54.649> closer = 'ajaksu2' components = ['Library (Lib)'] creation = <Date 2005-01-27.22:56:37.000> creator = 'washirv' dependencies = [] files = ['1568'] hgrepos = [] issue_num = 1111100 keywords = [] message_count = 2.0 messages = ['24077', '82176'] nosy_count = 2.0 nosy_names = ['washirv', 'ajaksu2'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1111100' versions = ['Python 2.3'] ``` </p></details>
csv reader barfs encountering quote when quote_none is set
https://api.github.com/repos/python/cpython/issues/41500/comments
2
2005-01-27T22:56:37Z
2022-04-09T23:42:24Z
https://github.com/python/cpython/issues/41500
1,198,806,703
41,500
[ "python", "cpython" ]
BPO | [1110998](https://bugs.python.org/issue1110998) --- | :--- Nosy | @brettcannon, @posita <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 2005-01-27.22:52:47.000> created_at = <Date 2005-01-27.20:05:33.000> labels = ['interpreter-core'] title = 'RLock logging mispells "success"' updated_at = <Date 2005-01-27.22:52:47.000> user = 'https://github.com/posita' ``` bugs.python.org fields: ```python activity = <Date 2005-01-27.22:52:47.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-27.20:05:33.000> creator = 'mbogosian' dependencies = [] files = [] hgrepos = [] issue_num = 1110998 keywords = [] message_count = 2.0 messages = ['24075', '24076'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'mbogosian'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110998' versions = ['Python 2.4'] ``` </p></details>
RLock logging mispells "success"
https://api.github.com/repos/python/cpython/issues/41499/comments
2
2005-01-27T20:05:33Z
2022-04-09T23:42:24Z
https://github.com/python/cpython/issues/41499
1,198,806,700
41,499
[ "python", "cpython" ]
BPO | [1110705](https://bugs.python.org/issue1110705) --- | :--- Nosy | @rhettinger, @josiahcarlson, @Cito <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-22.00:51:39.014> created_at = <Date 2005-01-27.13:27:22.000> labels = ['interpreter-core', 'invalid'] title = 'list comprehension scope' updated_at = <Date 2008-02-22.00:51:39.014> user = 'https://bugs.python.org/sdahlbac' ``` bugs.python.org fields: ```python activity = <Date 2008-02-22.00:51:39.014> actor = 'stutzbach' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-27.13:27:22.000> creator = 'sdahlbac' dependencies = [] files = [] hgrepos = [] issue_num = 1110705 keywords = [] message_count = 8.0 messages = ['24070', '24071', '24072', '24073', '24074', '62667', '62669', '62670'] nosy_count = 5.0 nosy_names = ['rhettinger', 'josiahcarlson', 'cito', 'sdahlbac', 'stutzbach'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110705' versions = ['Python 2.4'] ``` </p></details>
list comprehension scope
https://api.github.com/repos/python/cpython/issues/41498/comments
8
2005-01-27T13:27:22Z
2022-04-09T23:42:22Z
https://github.com/python/cpython/issues/41498
1,198,806,697
41,498
[ "python", "cpython" ]
BPO | [1110478](https://bugs.python.org/issue1110478) --- | :--- 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 2005-01-29.13:34:26.000> created_at = <Date 2005-01-27.07:22:12.000> labels = ['library'] title = "os.environ.update doesn't work" updated_at = <Date 2005-01-29.13:34:26.000> user = 'https://bugs.python.org/juneaftn' ``` bugs.python.org fields: ```python activity = <Date 2005-01-29.13:34:26.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-27.07:22:12.000> creator = 'juneaftn' dependencies = [] files = [] hgrepos = [] issue_num = 1110478 keywords = [] message_count = 4.0 messages = ['24066', '24067', '24068', '24069'] nosy_count = 2.0 nosy_names = ['loewis', 'juneaftn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110478' versions = ['Python 2.4'] ``` </p></details>
os.environ.update doesn't work
https://api.github.com/repos/python/cpython/issues/41497/comments
4
2005-01-27T07:22:12Z
2022-04-09T23:42:21Z
https://github.com/python/cpython/issues/41497
1,198,806,690
41,497
[ "python", "cpython" ]
BPO | [1110248](https://bugs.python.org/issue1110248) --- | :--- Nosy | @loewis Files | <li>[diff.out](https://bugs.python.org/file6463/diff.out "Uploaded at 2005-01-26.21:57:42 by dschnepper"): patch for gzip.GzipFile.flush</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 2005-03-03.08:38:39.000> created_at = <Date 2005-01-26.21:57:40.000> labels = ['library'] title = 'patch for gzip.GzipFile.flush()' updated_at = <Date 2005-03-03.08:38:39.000> user = 'https://bugs.python.org/dschnepper' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.08:38:39.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-26.21:57:40.000> creator = 'dschnepper' dependencies = [] files = ['6463'] hgrepos = [] issue_num = 1110248 keywords = ['patch'] message_count = 3.0 messages = ['47627', '47628', '47629'] nosy_count = 3.0 nosy_names = ['loewis', 'dschnepper', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110248' versions = ['Python 2.4'] ``` </p></details>
patch for gzip.GzipFile.flush()
https://api.github.com/repos/python/cpython/issues/41496/comments
3
2005-01-26T21:57:40Z
2022-04-09T23:42:19Z
https://github.com/python/cpython/issues/41496
1,198,806,687
41,496
[ "python", "cpython" ]
BPO | [1110242](https://bugs.python.org/issue1110242) --- | :--- Nosy | @loewis Files | <li>[pybug2.py](https://bugs.python.org/file1566/pybug2.py "Uploaded as text/plain at 2005-01-26.21:42:06 by dschnepper"): demonstrates problem with gzip.GzipFile.flush</li><li>[diff.out](https://bugs.python.org/file1567/diff.out "Uploaded at 2005-01-26.21:55:28 by dschnepper"): Patch for lib/gzip.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 2005-03-03.08:39:30.000> created_at = <Date 2005-01-26.21:42:06.000> labels = ['library'] title = 'gzip.GzipFile.flush() does not flush all internal buffers' updated_at = <Date 2005-03-03.08:39:30.000> user = 'https://bugs.python.org/dschnepper' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.08:39:30.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-26.21:42:06.000> creator = 'dschnepper' dependencies = [] files = ['1566', '1567'] hgrepos = [] issue_num = 1110242 keywords = [] message_count = 4.0 messages = ['24062', '24063', '24064', '24065'] nosy_count = 3.0 nosy_names = ['loewis', 'dschnepper', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110242' versions = ['Python 2.4'] ``` </p></details>
gzip.GzipFile.flush() does not flush all internal buffers
https://api.github.com/repos/python/cpython/issues/41495/comments
4
2005-01-26T21:42:06Z
2022-04-09T23:42:18Z
https://github.com/python/cpython/issues/41495
1,198,806,682
41,495
[ "python", "cpython" ]
BPO | [1110205](https://bugs.python.org/issue1110205) --- | :--- Nosy | @loewis, @kbkaiser Files | <li>[idlelib.diff](https://bugs.python.org/file6462/idlelib.diff "Uploaded as text/plain at 2005-01-26.20:54:49 by sowjanya"): patch for idlelib</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/kbkaiser' closed_at = <Date 2007-02-05.04:29:00.000> created_at = <Date 2005-01-26.20:54:48.000> labels = ['expert-IDLE'] title = 'Make Python Editor Useful Without Full IDLE' updated_at = <Date 2007-02-05.04:29:00.000> user = 'https://bugs.python.org/sowjanya' ``` bugs.python.org fields: ```python activity = <Date 2007-02-05.04:29:00.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2005-01-26.20:54:48.000> creator = 'sowjanya' dependencies = [] files = ['6462'] hgrepos = [] issue_num = 1110205 keywords = ['patch'] message_count = 7.0 messages = ['47620', '47621', '47622', '47623', '47624', '47625', '47626'] nosy_count = 3.0 nosy_names = ['loewis', 'kbk', 'sowjanya'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110205' versions = ['Python 2.4'] ``` </p></details>
Make Python Editor Useful Without Full IDLE
https://api.github.com/repos/python/cpython/issues/41494/comments
7
2005-01-26T20:54:48Z
2022-04-09T23:42:18Z
https://github.com/python/cpython/issues/41494
1,198,806,681
41,494
[ "python", "cpython" ]
BPO | [1110055](https://bugs.python.org/issue1110055) --- | :--- Nosy | @tim-one, @josiahcarlson <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 2005-01-29.20:20:29.000> created_at = <Date 2005-01-26.17:18:09.000> labels = ['interpreter-core', 'invalid'] title = 'recursion core dumps' updated_at = <Date 2005-01-29.20:20:29.000> user = 'https://bugs.python.org/jengeldk' ``` bugs.python.org fields: ```python activity = <Date 2005-01-29.20:20:29.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-26.17:18:09.000> creator = 'jengeldk' dependencies = [] files = [] hgrepos = [] issue_num = 1110055 keywords = [] message_count = 4.0 messages = ['24058', '24059', '24060', '24061'] nosy_count = 4.0 nosy_names = ['tim.peters', 'josiahcarlson', 'logistix', 'jengeldk'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110055' versions = [] ``` </p></details>
recursion core dumps
https://api.github.com/repos/python/cpython/issues/41493/comments
4
2005-01-26T17:18:09Z
2022-04-09T23:42:16Z
https://github.com/python/cpython/issues/41493
1,198,806,678
41,493
[ "python", "cpython" ]
BPO | [1110010](https://bugs.python.org/issue1110010) --- | :--- Nosy | @loewis, @rhettinger, @josiahcarlson <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-03-30.07:29:47.000> created_at = <Date 2005-01-26.16:28:40.000> labels = ['type-feature', 'library'] title = "'attrmap' function, attrmap(x)['attname'] == x.attname" updated_at = <Date 2007-03-30.07:29:47.000> user = 'https://bugs.python.org/gregsmith' ``` bugs.python.org fields: ```python activity = <Date 2007-03-30.07:29:47.000> actor = 'collinwinter' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-26.16:28:40.000> creator = 'gregsmith' dependencies = [] files = [] hgrepos = [] issue_num = 1110010 keywords = [] message_count = 10.0 messages = ['54354', '54355', '54356', '54357', '54358', '54359', '54360', '54361', '54362', '54363'] nosy_count = 5.0 nosy_names = ['loewis', 'collinwinter', 'gregsmith', 'rhettinger', 'josiahcarlson'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1110010' versions = [] ``` </p></details>
'attrmap' function, attrmap(x)['attname'] == x.attname
https://api.github.com/repos/python/cpython/issues/41492/comments
10
2005-01-26T16:28:40Z
2022-04-09T23:42:15Z
https://github.com/python/cpython/issues/41492
1,198,806,674
41,492
[ "python", "cpython" ]
BPO | [1110007](https://bugs.python.org/issue1110007) --- | :--- 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 2005-01-30.02:51:40.000> created_at = <Date 2005-01-26.16:24:44.000> labels = ['build', 'invalid'] title = 'Cannot ./configure on FC3 with gcc 3.4.2' updated_at = <Date 2005-01-30.02:51:40.000> user = 'https://bugs.python.org/liturgist' ``` bugs.python.org fields: ```python activity = <Date 2005-01-30.02:51:40.000> actor = 'liturgist' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-01-26.16:24:44.000> creator = 'liturgist' dependencies = [] files = [] hgrepos = [] issue_num = 1110007 keywords = [] message_count = 4.0 messages = ['24054', '24055', '24056', '24057'] nosy_count = 2.0 nosy_names = ['loewis', 'liturgist'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1110007' versions = [] ``` </p></details>
Cannot ./configure on FC3 with gcc 3.4.2
https://api.github.com/repos/python/cpython/issues/41491/comments
4
2005-01-26T16:24:44Z
2022-04-09T23:42:14Z
https://github.com/python/cpython/issues/41491
1,198,806,669
41,491
[ "python", "cpython" ]
BPO | [1109963](https://bugs.python.org/issue1109963) --- | :--- Nosy | @mhammond, @vstinner, @tarekziade, @merwok Files | <li>[python_issue_1109963.patch](https://bugs.python.org/file13748/python_issue_1109963.patch "Uploaded as text/plain at 2009-04-23.11:03:15 by aimacintyre"): patch to remove build_lib override when target_version == building version</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/tarekziade' closed_at = <Date 2021-01-11.12:52:43.815> created_at = <Date 2005-01-26.15:52:56.000> labels = ['type-bug', 'library'] title = 'bdist_wininst ignores build_lib from build command' updated_at = <Date 2021-01-11.12:52:43.814> user = 'https://bugs.python.org/atuining' ``` bugs.python.org fields: ```python activity = <Date 2021-01-11.12:52:43.814> actor = 'vstinner' assignee = 'tarek' closed = True closed_date = <Date 2021-01-11.12:52:43.815> closer = 'vstinner' components = ['Distutils'] creation = <Date 2005-01-26.15:52:56.000> creator = 'atuining' dependencies = [] files = ['13748'] hgrepos = [] issue_num = 1109963 keywords = ['patch'] message_count = 6.0 messages = ['60642', '75323', '75450', '86361', '86382', '384831'] nosy_count = 7.0 nosy_names = ['mhammond', 'aimacintyre', 'atuining', 'vstinner', 'tarek', 'eric.araujo', 'nick.martin'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1109963' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
bdist_wininst ignores build_lib from build command
https://api.github.com/repos/python/cpython/issues/41490/comments
6
2005-01-26T15:52:56Z
2022-04-09T23:42:14Z
https://github.com/python/cpython/issues/41490
1,198,806,667
41,490
[ "python", "cpython" ]
BPO | [1109659](https://bugs.python.org/issue1109659) --- | :--- Nosy | @tarekziade, @merwok, @akitada <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/merwok' closed_at = <Date 2020-10-22.20:13:45.518> created_at = <Date 2005-01-26.07:20:57.000> labels = ['type-feature', 'library'] title = 'distutils argument parsing is bogus' updated_at = <Date 2020-10-22.20:13:45.518> user = 'https://bugs.python.org/anthonybaxter' ``` bugs.python.org fields: ```python activity = <Date 2020-10-22.20:13:45.518> actor = 'eric.araujo' assignee = 'eric.araujo' closed = True closed_date = <Date 2020-10-22.20:13:45.518> closer = 'eric.araujo' components = ['Distutils'] creation = <Date 2005-01-26.07:20:57.000> creator = 'anthonybaxter' dependencies = [] files = [] hgrepos = [] issue_num = 1109659 keywords = [] message_count = 6.0 messages = ['60641', '80954', '80957', '102655', '114951', '379337'] nosy_count = 4.0 nosy_names = ['anthonybaxter', 'tarek', 'eric.araujo', 'akitada'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1109659' versions = ['Python 2.7', 'Python 3.3', 'Python 3.4'] ``` </p></details>
distutils argument parsing is bogus
https://api.github.com/repos/python/cpython/issues/41489/comments
6
2005-01-26T07:20:57Z
2022-04-09T23:42:13Z
https://github.com/python/cpython/issues/41489
1,198,806,663
41,489
[ "python", "cpython" ]
BPO | [1109658](https://bugs.python.org/issue1109658) --- | :--- Nosy | @loewis, @tarekziade, @merwok, @zooba Files | <li>[dryrun.diff](https://bugs.python.org/file6461/dryrun.diff "Uploaded as text/plain at 2005-01-26.07:19:10 by anthonybaxter")</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/merwok' closed_at = <Date 2021-02-03.18:29:16.955> created_at = <Date 2005-01-26.07:19:10.000> labels = ['type-bug', 'library'] title = 'distutils dry-run breaks when attempting to bytecompile' updated_at = <Date 2021-02-03.18:29:16.954> user = 'https://bugs.python.org/anthonybaxter' ``` bugs.python.org fields: ```python activity = <Date 2021-02-03.18:29:16.954> actor = 'steve.dower' assignee = 'eric.araujo' closed = True closed_date = <Date 2021-02-03.18:29:16.955> closer = 'steve.dower' components = ['Distutils'] creation = <Date 2005-01-26.07:19:10.000> creator = 'anthonybaxter' dependencies = [] files = ['6461'] hgrepos = [] issue_num = 1109658 keywords = ['patch'] message_count = 5.0 messages = ['47618', '47619', '114945', '145238', '386418'] nosy_count = 5.0 nosy_names = ['loewis', 'anthonybaxter', 'tarek', 'eric.araujo', 'steve.dower'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1109658' versions = ['Python 2.7', 'Python 3.3', 'Python 3.4'] ``` </p></details>
distutils dry-run breaks when attempting to bytecompile
https://api.github.com/repos/python/cpython/issues/41488/comments
5
2005-01-26T07:19:10Z
2022-04-09T23:42:11Z
https://github.com/python/cpython/issues/41488
1,198,806,659
41,488
[ "python", "cpython" ]
BPO | [1109602](https://bugs.python.org/issue1109602) --- | :--- Nosy | @warsaw, @terryjreedy, @tarekziade, @ned-deily, @merwok Superseder | <li>bpo-1584: Mac OS X: building with X11 Tkinter</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/tarekziade' closed_at = <Date 2013-11-12.08:05:23.390> created_at = <Date 2005-01-26.04:28:21.000> labels = ['type-feature', 'build'] title = 'Need some setup.py sanity' updated_at = <Date 2013-11-12.08:05:23.341> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2013-11-12.08:05:23.341> actor = 'ned.deily' assignee = 'tarek' closed = True closed_date = <Date 2013-11-12.08:05:23.390> closer = 'ned.deily' components = ['Build'] creation = <Date 2005-01-26.04:28:21.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 1109602 keywords = [] message_count = 5.0 messages = ['24052', '24053', '109681', '121404', '202677'] nosy_count = 6.0 nosy_names = ['barry', 'terry.reedy', 'mforbes', 'tarek', 'ned.deily', 'eric.araujo'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = '1584' type = 'enhancement' url = 'https://bugs.python.org/issue1109602' versions = ['Python 2.7', 'Python 3.3', 'Python 3.4'] ``` </p></details>
Need some setup.py sanity
https://api.github.com/repos/python/cpython/issues/41487/comments
5
2005-01-26T04:28:21Z
2022-04-09T23:42:10Z
https://github.com/python/cpython/issues/41487
1,198,806,657
41,487
[ "python", "cpython" ]
BPO | [1109523](https://bugs.python.org/issue1109523) --- | :--- Nosy | @smontanaro, @rhettinger <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 2005-02-01.03:36:07.000> created_at = <Date 2005-01-26.01:20:25.000> labels = ['docs'] title = 'Time module missing from latest module index' updated_at = <Date 2005-02-01.03:36:07.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2005-02-01.03:36:07.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-26.01:20:25.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 1109523 keywords = [] message_count = 3.0 messages = ['24049', '24050', '24051'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1109523' versions = [] ``` </p></details>
Time module missing from latest module index
https://api.github.com/repos/python/cpython/issues/41486/comments
3
2005-01-26T01:20:25Z
2022-04-09T23:42:08Z
https://github.com/python/cpython/issues/41486
1,198,806,653
41,486
[ "python", "cpython" ]
BPO | [1109424](https://bugs.python.org/issue1109424) --- | :--- Nosy | @doerwalter, @brettcannon Files | <li>[diff.txt](https://bugs.python.org/file6460/diff.txt "Uploaded at 2005-01-25.22:04:51 by @doerwalter")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/brettcannon' closed_at = <Date 2005-04-26.03:46:41.000> created_at = <Date 2005-01-25.22:04:50.000> labels = ['interpreter-core'] title = 'type conversion methods and subclasses' updated_at = <Date 2005-04-26.03:46:41.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.03:46:41.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-25.22:04:50.000> creator = 'doerwalter' dependencies = [] files = ['6460'] hgrepos = [] issue_num = 1109424 keywords = ['patch'] message_count = 3.0 messages = ['47615', '47616', '47617'] nosy_count = 2.0 nosy_names = ['doerwalter', 'brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1109424' versions = [] ``` </p></details>
type conversion methods and subclasses
https://api.github.com/repos/python/cpython/issues/41485/comments
3
2005-01-25T22:04:50Z
2022-04-09T23:42:08Z
https://github.com/python/cpython/issues/41485
1,198,806,649
41,485
[ "python", "cpython" ]
BPO | [1108992](https://bugs.python.org/issue1108992) --- | :--- Nosy | @kbkaiser, @josiahcarlson Files | <li>[gdb-idle-stacktrace](https://bugs.python.org/file1565/gdb-idle-stacktrace "Uploaded as application/octet-stream at 2005-04-19.11:05:24 by mgpoolman"): stack trace</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/kbkaiser' closed_at = <Date 2005-08-23.18:02:52.000> created_at = <Date 2005-01-25.10:44:13.000> labels = ['expert-IDLE'] title = 'IDLE Freezes on Ubuntu Warty' updated_at = <Date 2005-08-23.18:02:52.000> user = 'https://bugs.python.org/mgpoolman' ``` bugs.python.org fields: ```python activity = <Date 2005-08-23.18:02:52.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2005-01-25.10:44:13.000> creator = 'mgpoolman' dependencies = [] files = ['1565'] hgrepos = [] issue_num = 1108992 keywords = [] message_count = 18.0 messages = ['24031', '24032', '24033', '24034', '24035', '24036', '24037', '24038', '24039', '24040', '24041', '24042', '24043', '24044', '24045', '24046', '24047', '24048'] nosy_count = 4.0 nosy_names = ['kbk', 'josiahcarlson', 'mgpoolman', 'suzuki_hisao'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108992' versions = ['Python 2.3'] ``` </p></details>
IDLE Freezes on Ubuntu Warty
https://api.github.com/repos/python/cpython/issues/41484/comments
18
2005-01-25T10:44:13Z
2022-04-09T23:42:07Z
https://github.com/python/cpython/issues/41484
1,198,806,647
41,484
[ "python", "cpython" ]
BPO | [1108948](https://bugs.python.org/issue1108948) --- | :--- Nosy | @birkenfeld, @birkenfeld Files | <li>[Cookie.patch.py](https://bugs.python.org/file1564/Cookie.patch.py "Uploaded as text/plain at 2005-01-25.09:04:05 by sdahlbac"): new version of js_output function</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/birkenfeld' closed_at = <Date 2005-06-26.21:03:38.000> created_at = <Date 2005-01-25.09:04:05.000> labels = ['extension-modules'] title = 'Cookie.py produces invalid code' updated_at = <Date 2005-06-26.21:03:38.000> user = 'https://bugs.python.org/sdahlbac' ``` bugs.python.org fields: ```python activity = <Date 2005-06-26.21:03:38.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-01-25.09:04:05.000> creator = 'sdahlbac' dependencies = [] files = ['1564'] hgrepos = [] issue_num = 1108948 keywords = [] message_count = 2.0 messages = ['24029', '24030'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'georg.brandl', 'sdahlbac'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108948' versions = ['Python 2.3'] ``` </p></details>
Cookie.py produces invalid code
https://api.github.com/repos/python/cpython/issues/41483/comments
2
2005-01-25T09:04:05Z
2022-04-09T23:42:05Z
https://github.com/python/cpython/issues/41483
1,198,806,644
41,483
[ "python", "cpython" ]
BPO | [1108490](https://bugs.python.org/issue1108490) --- | :--- <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 2005-01-29.19:54:57.000> created_at = <Date 2005-01-24.17:35:54.000> labels = ['docs'] title = 'broken link in tkinter docs' updated_at = <Date 2005-01-29.19:54:57.000> user = 'https://bugs.python.org/isandler' ``` bugs.python.org fields: ```python activity = <Date 2005-01-29.19:54:57.000> actor = 'jlgijsbers' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-24.17:35:54.000> creator = 'isandler' dependencies = [] files = [] hgrepos = [] issue_num = 1108490 keywords = [] message_count = 2.0 messages = ['24027', '24028'] nosy_count = 2.0 nosy_names = ['isandler', 'jlgijsbers'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108490' versions = ['Python 2.4'] ``` </p></details>
broken link in tkinter docs
https://api.github.com/repos/python/cpython/issues/41482/comments
2
2005-01-24T17:35:54Z
2022-04-09T23:42:03Z
https://github.com/python/cpython/issues/41482
1,198,806,642
41,482
[ "python", "cpython" ]
BPO | [1108303](https://bugs.python.org/issue1108303) --- | :--- Nosy | @rhettinger Files | <li>[pysplitdoc.diff](https://bugs.python.org/file6458/pysplitdoc.diff "Uploaded as text/plain at 2005-01-24.12:25:51 by calvin")</li><li>[pysplittests.diff](https://bugs.python.org/file6459/pysplittests.diff "Uploaded as text/plain at 2005-01-24.12:26:37 by calvin")</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/rhettinger' closed_at = <Date 2005-01-26.22:52:50.000> created_at = <Date 2005-01-24.12:25:50.000> labels = ['docs'] title = 'fix .split() maxsplit doc, update .rsplit() docs' updated_at = <Date 2005-01-26.22:52:50.000> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2005-01-26.22:52:50.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-24.12:25:50.000> creator = 'calvin' dependencies = [] files = ['6458', '6459'] hgrepos = [] issue_num = 1108303 keywords = ['patch'] message_count = 7.0 messages = ['47608', '47609', '47610', '47611', '47612', '47613', '47614'] nosy_count = 3.0 nosy_names = ['rhettinger', 'calvin', 'alanvgreen'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108303' versions = [] ``` </p></details>
fix .split() maxsplit doc, update .rsplit() docs
https://api.github.com/repos/python/cpython/issues/41481/comments
7
2005-01-24T12:25:50Z
2022-04-09T23:42:03Z
https://github.com/python/cpython/issues/41481
1,198,806,640
41,481
[ "python", "cpython" ]
BPO | [1108272](https://bugs.python.org/issue1108272) --- | :--- Nosy | @ncoghlan Files | <li>[iter_slice.diff](https://bugs.python.org/file6455/iter_slice.diff "Uploaded as text/plain at 2005-01-24.11:17:15 by @ncoghlan"): Add PyIter_GetItem and use it in PyObject_GetItem</li><li>[iter_ops.diff](https://bugs.python.org/file6456/iter_ops.diff "Uploaded as text/plain at 2005-01-26.13:03:48 by @ncoghlan"): Syntactic support for iterator slicing, concatenation and repetition</li><li>[test_iter_ops.py](https://bugs.python.org/file6457/test_iter_ops.py "Uploaded as text/plain at 2005-01-26.13:05:51 by @ncoghlan"): Trivial (print-out) test of iterator operations</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 2005-03-12.02:55:25.000> created_at = <Date 2005-01-24.11:17:15.000> labels = ['interpreter-core'] title = 'Syntax for iterator slicing, concatenation and repetition' updated_at = <Date 2005-03-12.02:55:25.000> user = 'https://github.com/ncoghlan' ``` bugs.python.org fields: ```python activity = <Date 2005-03-12.02:55:25.000> actor = 'ncoghlan' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-24.11:17:15.000> creator = 'ncoghlan' dependencies = [] files = ['6455', '6456', '6457'] hgrepos = [] issue_num = 1108272 keywords = ['patch'] message_count = 3.0 messages = ['47605', '47606', '47607'] nosy_count = 1.0 nosy_names = ['ncoghlan'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108272' versions = ['Python 2.5'] ``` </p></details>
Syntax for iterator slicing, concatenation and repetition
https://api.github.com/repos/python/cpython/issues/41480/comments
3
2005-01-24T11:17:15Z
2022-04-09T23:42:01Z
https://github.com/python/cpython/issues/41480
1,198,806,638
41,480
[ "python", "cpython" ]
BPO | [1108060](https://bugs.python.org/issue1108060) --- | :--- 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 = None closed_at = <Date 2005-01-24.04:02:14.000> created_at = <Date 2005-01-24.02:09:00.000> labels = ['invalid', 'docs'] title = '"\\0" not listed as a valid escape in the lang reference' updated_at = <Date 2005-01-24.04:02:14.000> user = 'https://bugs.python.org/spiv' ``` bugs.python.org fields: ```python activity = <Date 2005-01-24.04:02:14.000> actor = 'spiv' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-24.02:09:00.000> creator = 'spiv' dependencies = [] files = [] hgrepos = [] issue_num = 1108060 keywords = [] message_count = 3.0 messages = ['24024', '24025', '24026'] nosy_count = 2.0 nosy_names = ['tim.peters', 'spiv'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1108060' versions = [] ``` </p></details>
"\0" not listed as a valid escape in the lang reference
https://api.github.com/repos/python/cpython/issues/41479/comments
3
2005-01-24T02:09:00Z
2022-04-09T23:42:00Z
https://github.com/python/cpython/issues/41479
1,198,806,635
41,479
[ "python", "cpython" ]
BPO | [1107973](https://bugs.python.org/issue1107973) --- | :--- Nosy | @loewis Files | <li>[tarfile_diffs.txt](https://bugs.python.org/file6454/tarfile_diffs.txt "Uploaded at 2005-01-23.21:58:16 by mitchchapman"): Patches for Lib/tarfile.py, Lib/test/test_tarfile.py, with diffs</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 2005-03-03.08:18:57.000> created_at = <Date 2005-01-23.21:58:16.000> labels = ['library'] title = 'tarfile.ExFileObject iterators' updated_at = <Date 2005-03-03.08:18:57.000> user = 'https://bugs.python.org/mitchchapman' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.08:18:57.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-23.21:58:16.000> creator = 'mitchchapman' dependencies = [] files = ['6454'] hgrepos = [] issue_num = 1107973 keywords = ['patch'] message_count = 3.0 messages = ['47602', '47603', '47604'] nosy_count = 3.0 nosy_names = ['loewis', 'mitchchapman', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1107973' versions = ['Python 2.5'] ``` </p></details>
tarfile.ExFileObject iterators
https://api.github.com/repos/python/cpython/issues/41478/comments
3
2005-01-23T21:58:16Z
2022-04-09T23:41:59Z
https://github.com/python/cpython/issues/41478
1,198,806,632
41,478
[ "python", "cpython" ]
BPO | [1107887](https://bugs.python.org/issue1107887) --- | :--- Nosy | @terryjreedy Files | <li>[py-method.patch](https://bugs.python.org/file6451/py-method.patch "Uploaded as text/plain at 2005-01-23.18:32:06 by nnorwitz"): patch 1</li><li>[py-method2m.patch](https://bugs.python.org/file6452/py-method2m.patch "Uploaded as text/plain at 2005-01-24.23:28:57 by nnorwitz"): patch 2 - minimal</li><li>[py-method2all.patch](https://bugs.python.org/file6453/py-method2all.patch "Uploaded as text/plain at 2005-01-24.23:38:44 by nnorwitz"): patch 2 - all (much larger than 2m)</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-06-17.01:46:33.994> created_at = <Date 2005-01-23.18:32:06.000> labels = ['interpreter-core', 'performance'] title = 'Speed up function calls/can add more introspection info' updated_at = <Date 2010-06-17.01:46:33.992> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2010-06-17.01:46:33.992> actor = 'collinwinter' assignee = 'none' closed = True closed_date = <Date 2010-06-17.01:46:33.994> closer = 'collinwinter' components = ['Interpreter Core'] creation = <Date 2005-01-23.18:32:06.000> creator = 'nnorwitz' dependencies = [] files = ['6451', '6452', '6453'] hgrepos = [] issue_num = 1107887 keywords = ['patch'] message_count = 5.0 messages = ['47599', '47600', '47601', '107980', '107982'] nosy_count = 4.0 nosy_names = ['nnorwitz', 'collinwinter', 'terry.reedy', 'jyasskin'] pr_nums = [] priority = 'normal' resolution = 'later' stage = None status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue1107887' versions = ['Python 3.2'] ``` </p></details>
Speed up function calls/can add more introspection info
https://api.github.com/repos/python/cpython/issues/41477/comments
5
2005-01-23T18:32:06Z
2022-04-09T23:41:58Z
https://github.com/python/cpython/issues/41477
1,198,806,631
41,477
[ "python", "cpython" ]
BPO | [1107656](https://bugs.python.org/issue1107656) --- | :--- Nosy | @birkenfeld Files | <li>[threading-alive-api.diff](https://bugs.python.org/file6450/threading-alive-api.diff "Uploaded as text/plain at 2005-01-23.05:43:37 by alanvgreen"): patch to threading.py and libthreading.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 = None closed_at = <Date 2007-03-15.21:40:16.000> created_at = <Date 2005-01-23.05:43:37.000> labels = ['library'] title = 'Add Thread.isActive()' updated_at = <Date 2007-03-15.21:40:16.000> user = 'https://bugs.python.org/alanvgreen' ``` bugs.python.org fields: ```python activity = <Date 2007-03-15.21:40:16.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-23.05:43:37.000> creator = 'alanvgreen' dependencies = [] files = ['6450'] hgrepos = [] issue_num = 1107656 keywords = ['patch'] message_count = 3.0 messages = ['47596', '47597', '47598'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'sonderblade', 'alanvgreen'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1107656' versions = [] ``` </p></details>
Add Thread.isActive()
https://api.github.com/repos/python/cpython/issues/41476/comments
3
2005-01-23T05:43:37Z
2022-04-09T23:41:57Z
https://github.com/python/cpython/issues/41476
1,198,806,626
41,476
[ "python", "cpython" ]
BPO | [1107258](https://bugs.python.org/issue1107258) --- | :--- 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 = 'https://github.com/brettcannon' closed_at = <Date 2005-02-03.06:01:39.000> created_at = <Date 2005-01-22.11:07:15.000> labels = ['OS-mac', 'invalid'] title = 'os.pathsep is wrong on Mac OS X' updated_at = <Date 2005-02-03.06:01:39.000> user = 'https://bugs.python.org/boredzo' ``` bugs.python.org fields: ```python activity = <Date 2005-02-03.06:01:39.000> actor = 'boredzo' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2005-01-22.11:07:15.000> creator = 'boredzo' dependencies = [] files = [] hgrepos = [] issue_num = 1107258 keywords = [] message_count = 3.0 messages = ['24021', '24022', '24023'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'boredzo'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1107258' versions = ['Python 2.4'] ``` </p></details>
os.pathsep is wrong on Mac OS X
https://api.github.com/repos/python/cpython/issues/41475/comments
3
2005-01-22T11:07:15Z
2022-04-09T23:41:56Z
https://github.com/python/cpython/issues/41475
1,198,806,622
41,475
[ "python", "cpython" ]
BPO | [1107221](https://bugs.python.org/issue1107221) --- | :--- Nosy | @loewis, @birkenfeld Files | <li>[cygwin-doc.tex.patch](https://bugs.python.org/file6449/cygwin-doc.tex.patch "Uploaded as text/plain at 2005-01-22.07:40:36 by alanvgreen"): context diff against latest anon CVS source</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 2005-03-03.23:08:13.000> created_at = <Date 2005-01-22.07:40:36.000> labels = ['docs'] title = 'Updated "Working on Cygwin" section' updated_at = <Date 2005-03-03.23:08:13.000> user = 'https://bugs.python.org/alanvgreen' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.23:08:13.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-22.07:40:36.000> creator = 'alanvgreen' dependencies = [] files = ['6449'] hgrepos = [] issue_num = 1107221 keywords = ['patch'] message_count = 3.0 messages = ['47593', '47594', '47595'] nosy_count = 3.0 nosy_names = ['loewis', 'georg.brandl', 'alanvgreen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1107221' versions = ['Python 2.5'] ``` </p></details>
Updated "Working on Cygwin" section
https://api.github.com/repos/python/cpython/issues/41474/comments
3
2005-01-22T07:40:36Z
2022-04-09T23:41:54Z
https://github.com/python/cpython/issues/41474
1,198,806,619
41,474
[ "python", "cpython" ]
BPO | [1106694](https://bugs.python.org/issue1106694) --- | :--- Nosy | @rhettinger <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 2005-01-25.10:42:11.000> created_at = <Date 2005-01-21.13:30:04.000> labels = ['interpreter-core', 'invalid'] title = 'split() takes no keyword arguments' updated_at = <Date 2005-01-25.10:42:11.000> user = 'https://bugs.python.org/boukthor' ``` bugs.python.org fields: ```python activity = <Date 2005-01-25.10:42:11.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-21.13:30:04.000> creator = 'boukthor' dependencies = [] files = [] hgrepos = [] issue_num = 1106694 keywords = [] message_count = 3.0 messages = ['24018', '24019', '24020'] nosy_count = 3.0 nosy_names = ['rhettinger', 'calvin', 'boukthor'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1106694' versions = [] ``` </p></details>
split() takes no keyword arguments
https://api.github.com/repos/python/cpython/issues/41473/comments
3
2005-01-21T13:30:04Z
2022-04-09T23:41:53Z
https://github.com/python/cpython/issues/41473
1,198,806,614
41,473
[ "python", "cpython" ]
BPO | [1106572](https://bugs.python.org/issue1106572) --- | :--- Nosy | @birkenfeld, @zopyx <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 2005-12-17.17:15:05.000> created_at = <Date 2005-01-21.09:42:50.000> labels = ['library'] title = 'os.makedirs() ignores mode parameter' updated_at = <Date 2005-12-17.17:15:05.000> user = 'https://github.com/zopyx' ``` bugs.python.org fields: ```python activity = <Date 2005-12-17.17:15:05.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-21.09:42:50.000> creator = 'ajung' dependencies = [] files = [] hgrepos = [] issue_num = 1106572 keywords = [] message_count = 4.0 messages = ['24014', '24015', '24016', '24017'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'calvin', 'ajung'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1106572' versions = [] ``` </p></details>
os.makedirs() ignores mode parameter
https://api.github.com/repos/python/cpython/issues/41472/comments
4
2005-01-21T09:42:50Z
2022-04-09T23:41:52Z
https://github.com/python/cpython/issues/41472
1,198,806,606
41,472
[ "python", "cpython" ]
BPO | [1106316](https://bugs.python.org/issue1106316) --- | :--- Nosy | @facundobatista, @etrepum <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/facundobatista' closed_at = <Date 2008-03-08.16:51:10.237> created_at = <Date 2005-01-20.22:06:51.000> labels = ['type-feature', 'library'] title = 'slightly easier way to debug from the exception handler' updated_at = <Date 2008-03-08.16:51:10.236> user = 'https://bugs.python.org/leorochael' ``` bugs.python.org fields: ```python activity = <Date 2008-03-08.16:51:10.236> actor = 'facundobatista' assignee = 'facundobatista' closed = True closed_date = <Date 2008-03-08.16:51:10.237> closer = 'facundobatista' components = ['Library (Lib)'] creation = <Date 2005-01-20.22:06:51.000> creator = 'leorochael' dependencies = [] files = [] hgrepos = [] issue_num = 1106316 keywords = [] message_count = 5.0 messages = ['54351', '54352', '54353', '63062', '63404'] nosy_count = 3.0 nosy_names = ['facundobatista', 'leorochael', 'bob.ippolito'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1106316' versions = [] ``` </p></details>
slightly easier way to debug from the exception handler
https://api.github.com/repos/python/cpython/issues/41471/comments
5
2005-01-20T22:06:51Z
2022-04-09T23:41:52Z
https://github.com/python/cpython/issues/41471
1,198,806,603
41,471
[ "python", "cpython" ]
BPO | [1106262](https://bugs.python.org/issue1106262) --- | :--- 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 2008-02-19.23:45:57.935> created_at = <Date 2005-01-20.20:55:51.000> labels = [] title = 'semaphore errors from Python 2.3.x on AIX 5.2' updated_at = <Date 2008-02-19.23:45:57.934> user = 'https://bugs.python.org/tww-china' ``` bugs.python.org fields: ```python activity = <Date 2008-02-19.23:45:57.934> actor = 'akuchling' assignee = 'none' closed = True closed_date = <Date 2008-02-19.23:45:57.935> closer = 'akuchling' components = ['None'] creation = <Date 2005-01-20.20:55:51.000> creator = 'tww-china' dependencies = [] files = [] hgrepos = [] issue_num = 1106262 keywords = [] message_count = 3.0 messages = ['60639', '60640', '62575'] nosy_count = 3.0 nosy_names = ['akuchling', 'tww-china', 'lim_1'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1106262' versions = [] ``` </p></details>
semaphore errors from Python 2.3.x on AIX 5.2
https://api.github.com/repos/python/cpython/issues/41470/comments
3
2005-01-20T20:55:51Z
2022-04-09T23:41:50Z
https://github.com/python/cpython/issues/41470
1,198,806,601
41,470
[ "python", "cpython" ]
BPO | [1106057](https://bugs.python.org/issue1106057) --- | :--- 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 2005-01-29.14:17:54.000> created_at = <Date 2005-01-20.15:42:43.000> labels = ['docs'] title = 'README of 2.4 source download says 2.4a3' updated_at = <Date 2005-01-29.14:17:54.000> user = 'https://bugs.python.org/rogererens' ``` bugs.python.org fields: ```python activity = <Date 2005-01-29.14:17:54.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-20.15:42:43.000> creator = 'rogererens' dependencies = [] files = [] hgrepos = [] issue_num = 1106057 keywords = [] message_count = 2.0 messages = ['24012', '24013'] nosy_count = 2.0 nosy_names = ['loewis', 'rogererens'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1106057' versions = ['Python 2.4'] ``` </p></details>
README of 2.4 source download says 2.4a3
https://api.github.com/repos/python/cpython/issues/41469/comments
2
2005-01-20T15:42:43Z
2022-04-09T23:41:49Z
https://github.com/python/cpython/issues/41469
1,198,806,596
41,469
[ "python", "cpython" ]
BPO | [1105998](https://bugs.python.org/issue1105998) --- | :--- 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 = 'https://github.com/loewis' closed_at = <Date 2005-01-23.09:29:54.000> created_at = <Date 2005-01-20.14:04:05.000> labels = ['library'] title = 'os.stat int/float oddity' updated_at = <Date 2005-01-23.09:29:54.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2005-01-23.09:29:54.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-20.14:04:05.000> creator = 'quiver' dependencies = [] files = [] hgrepos = [] issue_num = 1105998 keywords = [] message_count = 2.0 messages = ['24010', '24011'] nosy_count = 2.0 nosy_names = ['loewis', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105998' versions = ['Python 2.5'] ``` </p></details>
os.stat int/float oddity
https://api.github.com/repos/python/cpython/issues/41468/comments
2
2005-01-20T14:04:05Z
2022-04-09T23:41:48Z
https://github.com/python/cpython/issues/41468
1,198,806,593
41,468
[ "python", "cpython" ]
BPO | [1105950](https://bugs.python.org/issue1105950) --- | :--- Nosy | @kbkaiser Files | <li>[c](https://bugs.python.org/file1563/c "Uploaded at 2005-01-21.08:45:58 by imperialfists"): c</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/kbkaiser' closed_at = <Date 2005-01-24.02:50:51.000> created_at = <Date 2005-01-20.13:08:39.000> labels = ['expert-IDLE'] title = "idle's stdout is redirected when executing imp.load_source" updated_at = <Date 2005-01-24.02:50:51.000> user = 'https://bugs.python.org/imperialfists' ``` bugs.python.org fields: ```python activity = <Date 2005-01-24.02:50:51.000> actor = 'imperialfists' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2005-01-20.13:08:39.000> creator = 'imperialfists' dependencies = [] files = ['1563'] hgrepos = [] issue_num = 1105950 keywords = [] message_count = 4.0 messages = ['24006', '24007', '24008', '24009'] nosy_count = 2.0 nosy_names = ['kbk', 'imperialfists'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105950' versions = [] ``` </p></details>
idle's stdout is redirected when executing imp.load_source
https://api.github.com/repos/python/cpython/issues/41467/comments
4
2005-01-20T13:08:39Z
2022-04-09T23:41:48Z
https://github.com/python/cpython/issues/41467
1,198,806,587
41,467
[ "python", "cpython" ]
BPO | [1105770](https://bugs.python.org/issue1105770) --- | :--- Nosy | @gvanrossum, @devdanzin Files | <li>[invalidChars.py](https://bugs.python.org/file1562/invalidChars.py "Uploaded as text/plain at 2005-01-20.07:35:05 by rcharney")</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 2021-06-17.15:19:21.992> created_at = <Date 2005-01-20.07:35:04.000> labels = ['interpreter-core', 'type-bug'] title = 'null source chars handled oddly by tokenize' updated_at = <Date 2021-06-17.15:19:21.990> user = 'https://bugs.python.org/rcharney' ``` bugs.python.org fields: ```python activity = <Date 2021-06-17.15:19:21.990> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = <Date 2021-06-17.15:19:21.992> closer = 'gvanrossum' components = ['Interpreter Core'] creation = <Date 2005-01-20.07:35:04.000> creator = 'rcharney' dependencies = [] files = ['1562'] hgrepos = [] issue_num = 1105770 keywords = [] message_count = 4.0 messages = ['24004', '24005', '82112', '396005'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'rcharney', 'ajaksu2', 'Alexandre.Zani'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1105770' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
null source chars handled oddly by tokenize
https://api.github.com/repos/python/cpython/issues/41466/comments
4
2005-01-20T07:35:04Z
2022-04-09T23:41:45Z
https://github.com/python/cpython/issues/41466
1,198,806,582
41,466
[ "python", "cpython" ]
BPO | [1105730](https://bugs.python.org/issue1105730) --- | :--- Nosy | @birkenfeld, @birkenfeld Files | <li>[commonprefix.diff](https://bugs.python.org/file6447/commonprefix.diff "Uploaded as text/plain at 2005-01-20.05:34:37 by jretz"): diff -u of macpath.py, ntpath.py, os2emxpath.py, plat-riscos/riscospath.py</li><li>[importcommonprefix.diff](https://bugs.python.org/file6448/importcommonprefix.diff "Uploaded as text/plain at 2005-01-24.22:57:15 by jretz"): diff of same files, but importing implementation rather than duplicating it</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/birkenfeld' closed_at = <Date 2005-08-03.07:31:35.000> created_at = <Date 2005-01-20.05:34:37.000> labels = ['library'] title = 'Faster commonprefix in macpath, ntpath, etc.' updated_at = <Date 2005-08-03.07:31:35.000> user = 'https://bugs.python.org/jretz' ``` bugs.python.org fields: ```python activity = <Date 2005-08-03.07:31:35.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-20.05:34:37.000> creator = 'jretz' dependencies = [] files = ['6447', '6448'] hgrepos = [] issue_num = 1105730 keywords = ['patch'] message_count = 4.0 messages = ['47589', '47590', '47591', '47592'] nosy_count = 4.0 nosy_names = ['jepler', 'georg.brandl', 'georg.brandl', 'jretz'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105730' versions = ['Python 2.4'] ``` </p></details>
Faster commonprefix in macpath, ntpath, etc.
https://api.github.com/repos/python/cpython/issues/41465/comments
4
2005-01-20T05:34:37Z
2022-04-09T23:41:45Z
https://github.com/python/cpython/issues/41465
1,198,806,577
41,465
[ "python", "cpython" ]
BPO | [1105706](https://bugs.python.org/issue1105706) --- | :--- 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 2005-06-01.23:33:00.000> created_at = <Date 2005-01-20.04:19:10.000> labels = ['docs'] title = 'incorrect constant names in curses window objects page' updated_at = <Date 2005-06-01.23:33:00.000> user = 'https://bugs.python.org/dcrosta' ``` bugs.python.org fields: ```python activity = <Date 2005-06-01.23:33:00.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-20.04:19:10.000> creator = 'dcrosta' dependencies = [] files = [] hgrepos = [] issue_num = 1105706 keywords = [] message_count = 2.0 messages = ['24002', '24003'] nosy_count = 2.0 nosy_names = ['akuchling', 'dcrosta'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105706' versions = ['Python 2.3'] ``` </p></details>
incorrect constant names in curses window objects page
https://api.github.com/repos/python/cpython/issues/41464/comments
2
2005-01-20T04:19:10Z
2022-04-09T23:41:44Z
https://github.com/python/cpython/issues/41464
1,198,806,574
41,464
[ "python", "cpython" ]
BPO | [1105699](https://bugs.python.org/issue1105699) --- | :--- Nosy | @mwhudson, @tim-one, @loewis, @etrepum <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 2005-03-15.08:42:00.000> created_at = <Date 2005-01-20.00:52:38.000> labels = ['build', 'invalid'] title = 'Warnings in Python.h with gcc 4.0.0' updated_at = <Date 2005-03-15.08:42:00.000> user = 'https://github.com/etrepum' ``` bugs.python.org fields: ```python activity = <Date 2005-03-15.08:42:00.000> actor = 'bob.ippolito' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-01-20.00:52:38.000> creator = 'bob.ippolito' dependencies = [] files = [] hgrepos = [] issue_num = 1105699 keywords = [] message_count = 9.0 messages = ['23993', '23994', '23995', '23996', '23997', '23998', '23999', '24000', '24001'] nosy_count = 5.0 nosy_names = ['mwh', 'tim.peters', 'loewis', 'bob.ippolito', 'rjk1002'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105699' versions = [] ``` </p></details>
Warnings in Python.h with gcc 4.0.0
https://api.github.com/repos/python/cpython/issues/41463/comments
9
2005-01-20T00:52:38Z
2022-04-09T23:41:42Z
https://github.com/python/cpython/issues/41463
1,198,806,572
41,463
[ "python", "cpython" ]
BPO | [1105286](https://bugs.python.org/issue1105286) --- | :--- Nosy | @tim-one, @rhettinger, @terryjreedy <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/rhettinger' closed_at = <Date 2007-01-06.02:16:46.000> created_at = <Date 2005-01-19.15:04:27.000> labels = ['docs'] title = 'Undocumented implicit strip() in split(None) string method' updated_at = <Date 2007-01-06.02:16:46.000> user = 'https://bugs.python.org/yohell' ``` bugs.python.org fields: ```python activity = <Date 2007-01-06.02:16:46.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-19.15:04:27.000> creator = 'yohell' dependencies = [] files = [] hgrepos = [] issue_num = 1105286 keywords = [] message_count = 12.0 messages = ['23981', '23982', '23983', '23984', '23985', '23986', '23987', '23988', '23989', '23990', '23991', '23992'] nosy_count = 6.0 nosy_names = ['tim.peters', 'rhettinger', 'terry.reedy', 'calvin', 'jimjjewett', 'yohell'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1105286' versions = [] ``` </p></details>
Undocumented implicit strip() in split(None) string method
https://api.github.com/repos/python/cpython/issues/41462/comments
12
2005-01-19T15:04:27Z
2022-04-09T23:41:42Z
https://github.com/python/cpython/issues/41462
1,198,806,565
41,462
[ "python", "cpython" ]
BPO | [1104923](https://bugs.python.org/issue1104923) --- | :--- 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 = None closed_at = <Date 2005-01-19.01:56:23.000> created_at = <Date 2005-01-19.00:58:34.000> labels = ['invalid', 'library'] title = 'Bug in String rstrip method' updated_at = <Date 2005-01-19.01:56:23.000> user = 'https://bugs.python.org/rcouplan' ``` bugs.python.org fields: ```python activity = <Date 2005-01-19.01:56:23.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-19.00:58:34.000> creator = 'rcouplan' dependencies = [] files = [] hgrepos = [] issue_num = 1104923 keywords = [] message_count = 3.0 messages = ['23978', '23979', '23980'] nosy_count = 3.0 nosy_names = ['tim.peters', 'dsm001', 'rcouplan'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1104923' versions = [] ``` </p></details>
Bug in String rstrip method
https://api.github.com/repos/python/cpython/issues/41461/comments
3
2005-01-19T00:58:34Z
2022-04-09T23:41:39Z
https://github.com/python/cpython/issues/41461
1,198,806,562
41,461
[ "python", "cpython" ]
BPO | [1104868](https://bugs.python.org/issue1104868) --- | :--- Nosy | @freddrake Files | <li>[fix_typos2.diff](https://bugs.python.org/file6446/fix_typos2.diff "Uploaded as text/plain at 2005-01-18.22:52:05 by dsm001"): context against head</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 2005-01-19.03:46:25.000> created_at = <Date 2005-01-18.22:52:03.000> labels = ['docs'] title = 'misc doc typos' updated_at = <Date 2005-01-19.03:46:25.000> user = 'https://bugs.python.org/dsm001' ``` bugs.python.org fields: ```python activity = <Date 2005-01-19.03:46:25.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-01-18.22:52:03.000> creator = 'dsm001' dependencies = [] files = ['6446'] hgrepos = [] issue_num = 1104868 keywords = ['patch'] message_count = 2.0 messages = ['47587', '47588'] nosy_count = 2.0 nosy_names = ['fdrake', 'dsm001'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1104868' versions = [] ``` </p></details>
misc doc typos
https://api.github.com/repos/python/cpython/issues/41460/comments
2
2005-01-18T22:52:03Z
2022-04-09T23:41:39Z
https://github.com/python/cpython/issues/41460
1,198,806,555
41,460
[ "python", "cpython" ]
BPO | [1104669](https://bugs.python.org/issue1104669) --- | :--- Nosy | @mwhudson, @tim-one, @brettcannon, @ncoghlan, @simonpercivall Files | <li>[new-new-new-new-new-style-exceptions.diff](https://bugs.python.org/file6445/new-new-new-new-new-style-exceptions.diff "Uploaded as text/plain at 2005-12-05.22:17:35 by @mwhudson"): mwh's attempt #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 2006-03-01.04:35:57.000> created_at = <Date 2005-01-18.18:09:36.000> labels = ['interpreter-core'] title = 'new-style exceptions' updated_at = <Date 2006-03-01.04:35:57.000> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2006-03-01.04:35:57.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-18.18:09:36.000> creator = 'mwh' dependencies = [] files = ['6445'] hgrepos = [] issue_num = 1104669 keywords = ['patch'] message_count = 15.0 messages = ['47572', '47573', '47574', '47575', '47576', '47577', '47578', '47579', '47580', '47581', '47582', '47583', '47584', '47585', '47586'] nosy_count = 7.0 nosy_names = ['mwh', 'tim.peters', 'brett.cannon', 'mcherm', 'jimjjewett', 'ncoghlan', 'simon.percivall'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1104669' versions = ['Python 2.5'] ``` </p></details>
new-style exceptions
https://api.github.com/repos/python/cpython/issues/41459/comments
15
2005-01-18T18:09:36Z
2022-04-09T23:41:37Z
https://github.com/python/cpython/issues/41459
1,198,806,551
41,459
[ "python", "cpython" ]
BPO | [1104608](https://bugs.python.org/issue1104608) --- | :--- <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 2005-01-18.17:25:58.000> created_at = <Date 2005-01-18.16:49:01.000> labels = ['expert-regex', 'invalid'] title = 'Wrong expression with \\w+?' updated_at = <Date 2005-01-18.17:25:58.000> user = 'https://bugs.python.org/engelre' ``` bugs.python.org fields: ```python activity = <Date 2005-01-18.17:25:58.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2005-01-18.16:49:01.000> creator = 'engel_re' dependencies = [] files = [] hgrepos = [] issue_num = 1104608 keywords = [] message_count = 3.0 messages = ['23975', '23976', '23977'] nosy_count = 3.0 nosy_names = ['effbot', 'niemeyer', 'engel_re'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1104608' versions = ['Python 2.4'] ``` </p></details>
Wrong expression with \w+?
https://api.github.com/repos/python/cpython/issues/41458/comments
3
2005-01-18T16:49:01Z
2022-04-09T23:41:36Z
https://github.com/python/cpython/issues/41458
1,198,806,545
41,458
[ "python", "cpython" ]
BPO | [1104249](https://bugs.python.org/issue1104249) --- | :--- Nosy | @malemburg, @skrah Superseder | <li>bpo-9189: Improve CFLAGS handling</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-08-16.22:52:45.178> created_at = <Date 2005-01-17.22:54:18.000> labels = ['type-bug', 'build'] title = "configure doesn't set up CFLAGS properly" updated_at = <Date 2010-08-16.22:52:45.169> user = 'https://bugs.python.org/bos' ``` bugs.python.org fields: ```python activity = <Date 2010-08-16.22:52:45.169> actor = 'skrah' assignee = 'none' closed = True closed_date = <Date 2010-08-16.22:52:45.178> closer = 'skrah' components = ['Build'] creation = <Date 2005-01-17.22:54:18.000> creator = 'bos' dependencies = [] files = [] hgrepos = [] issue_num = 1104249 keywords = [] message_count = 5.0 messages = ['60636', '60637', '60638', '93985', '114083'] nosy_count = 4.0 nosy_names = ['lemburg', 'bos', 'skrah', 'joonas'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = '9189' type = 'behavior' url = 'https://bugs.python.org/issue1104249' versions = ['Python 2.6'] ``` </p></details>
configure doesn't set up CFLAGS properly
https://api.github.com/repos/python/cpython/issues/41457/comments
5
2005-01-17T22:54:18Z
2022-04-09T23:41:35Z
https://github.com/python/cpython/issues/41457
1,198,806,542
41,457
[ "python", "cpython" ]
BPO | [1104111](https://bugs.python.org/issue1104111) --- | :--- Nosy | @loewis Files | <li>[python-distutils-help-patch](https://bugs.python.org/file6444/python-distutils-help-patch "Uploaded at 2005-01-17.19:51:09 by titus"): context diff against latest distutils anon 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 = None closed_at = <Date 2005-03-03.08:13:56.000> created_at = <Date 2005-01-17.19:51:06.000> labels = ['library'] title = 'setup.py --help and --help-commands altered.' updated_at = <Date 2005-03-03.08:13:56.000> user = 'https://bugs.python.org/titus' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.08:13:56.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2005-01-17.19:51:06.000> creator = 'titus' dependencies = [] files = ['6444'] hgrepos = [] issue_num = 1104111 keywords = ['patch'] message_count = 3.0 messages = ['47569', '47570', '47571'] nosy_count = 3.0 nosy_names = ['loewis', 'titus', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1104111' versions = [] ``` </p></details>
setup.py --help and --help-commands altered.
https://api.github.com/repos/python/cpython/issues/41456/comments
3
2005-01-17T19:51:06Z
2022-04-09T23:41:33Z
https://github.com/python/cpython/issues/41456
1,198,806,540
41,456
[ "python", "cpython" ]
BPO | [1104021](https://bugs.python.org/issue1104021) --- | :--- 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 2010-08-19.18:48:02.027> created_at = <Date 2005-01-17.16:56:58.000> labels = ['type-feature', 'library'] title = 'wishlist: os.feed_urandom(input)' updated_at = <Date 2010-10-05.03:15:52.889> user = 'https://bugs.python.org/zooko' ``` bugs.python.org fields: ```python activity = <Date 2010-10-05.03:15:52.889> actor = 'benjamin.peterson' assignee = 'none' closed = True closed_date = <Date 2010-08-19.18:48:02.027> closer = 'BreamoreBoy' components = ['Library (Lib)'] creation = <Date 2005-01-17.16:56:58.000> creator = 'zooko' dependencies = [] files = [] hgrepos = [] issue_num = 1104021 keywords = [] message_count = 4.0 messages = ['54349', '54350', '59331', '114401'] nosy_count = 2.0 nosy_names = ['loewis', 'zooko'] pr_nums = [] priority = 'low' resolution = 'rejected' stage = 'test needed' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1104021' versions = ['Python 2.7'] ``` </p></details>
wishlist: os.feed_urandom(input)
https://api.github.com/repos/python/cpython/issues/41455/comments
4
2005-01-17T16:56:58Z
2022-04-09T23:41:32Z
https://github.com/python/cpython/issues/41455
1,198,806,538
41,455
[ "python", "cpython" ]
BPO | [1103951](https://bugs.python.org/issue1103951) --- | :--- Nosy | @loewis, @smontanaro Files | <li>[posix.diff](https://bugs.python.org/file6443/posix.diff "Uploaded as text/plain at 2005-01-17.15:20:42 by @smontanaro")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2005-05-16.02:43:11.000> created_at = <Date 2005-01-17.15:20:40.000> labels = ['library'] title = 'Add O_SHLOCK/O_EXLOCK to posix' updated_at = <Date 2005-05-16.02:43:11.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2005-05-16.02:43:11.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-17.15:20:40.000> creator = 'skip.montanaro' dependencies = [] files = ['6443'] hgrepos = [] issue_num = 1103951 keywords = ['patch'] message_count = 3.0 messages = ['47566', '47567', '47568'] nosy_count = 2.0 nosy_names = ['loewis', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1103951' versions = ['Python 2.5'] ``` </p></details>
Add O_SHLOCK/O_EXLOCK to posix
https://api.github.com/repos/python/cpython/issues/41454/comments
3
2005-01-17T15:20:40Z
2022-04-09T23:41:32Z
https://github.com/python/cpython/issues/41454
1,198,806,534
41,454
[ "python", "cpython" ]
BPO | [1103926](https://bugs.python.org/issue1103926) --- | :--- Nosy | @warsaw, @devdanzin <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 2009-02-11.23:05:28.674> created_at = <Date 2005-01-17.14:45:16.000> labels = ['invalid', 'library'] title = 'email.base64MIME.header_encode vs RFC 1522' updated_at = <Date 2009-02-11.23:05:28.673> user = 'https://bugs.python.org/ucho' ``` bugs.python.org fields: ```python activity = <Date 2009-02-11.23:05:28.673> actor = 'ajaksu2' assignee = 'barry' closed = True closed_date = <Date 2009-02-11.23:05:28.674> closer = 'ajaksu2' components = ['Library (Lib)'] creation = <Date 2005-01-17.14:45:16.000> creator = 'ucho' dependencies = [] files = [] hgrepos = [] issue_num = 1103926 keywords = [] message_count = 2.0 messages = ['23974', '81514'] nosy_count = 3.0 nosy_names = ['barry', 'ucho', 'ajaksu2'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1103926' versions = ['Python 2.4'] ``` </p></details>
email.base64MIME.header_encode vs RFC 1522
https://api.github.com/repos/python/cpython/issues/41453/comments
2
2005-01-17T14:45:16Z
2022-04-09T23:41:31Z
https://github.com/python/cpython/issues/41453
1,198,806,531
41,453
[ "python", "cpython" ]
BPO | [1103844](https://bugs.python.org/issue1103844) --- | :--- Nosy | @theller Files | <li>[distutils_install_dump_dirs.diff](https://bugs.python.org/file6442/distutils_install_dump_dirs.diff "Uploaded as text/plain at 2005-01-17.12:33:48 by calvin")</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/theller' closed_at = <Date 2005-01-20.19:17:10.000> created_at = <Date 2005-01-17.12:33:47.000> labels = ['library'] title = 'fix distutils.install.dump_dirs() with negated options' updated_at = <Date 2005-01-20.19:17:10.000> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2005-01-20.19:17:10.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2005-01-17.12:33:47.000> creator = 'calvin' dependencies = [] files = ['6442'] hgrepos = [] issue_num = 1103844 keywords = ['patch'] message_count = 2.0 messages = ['47564', '47565'] nosy_count = 2.0 nosy_names = ['theller', 'calvin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1103844' versions = [] ``` </p></details>
fix distutils.install.dump_dirs() with negated options
https://api.github.com/repos/python/cpython/issues/41452/comments
2
2005-01-17T12:33:47Z
2022-04-09T23:41:30Z
https://github.com/python/cpython/issues/41452
1,198,806,530
41,452
[ "python", "cpython" ]
BPO | [1103689](https://bugs.python.org/issue1103689) --- | :--- Nosy | @gvanrossum Files | <li>[unbound.diff](https://bugs.python.org/file6441/unbound.diff "Uploaded as text/plain at 2005-01-17.06:10:30 by @gvanrossum"): patch (first version)</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 2005-01-21.16:35:45.000> created_at = <Date 2005-01-17.06:10:29.000> labels = ['interpreter-core'] title = 'get rid of unbound methods (mostly)' updated_at = <Date 2005-01-21.16:35:45.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2005-01-21.16:35:45.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-01-17.06:10:29.000> creator = 'gvanrossum' dependencies = [] files = ['6441'] hgrepos = [] issue_num = 1103689 keywords = ['patch'] message_count = 2.0 messages = ['47562', '47563'] nosy_count = 1.0 nosy_names = ['gvanrossum'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1103689' versions = ['Python 2.5'] ``` </p></details>
get rid of unbound methods (mostly)
https://api.github.com/repos/python/cpython/issues/41451/comments
2
2005-01-17T06:10:29Z
2022-04-09T23:41:28Z
https://github.com/python/cpython/issues/41451
1,198,806,526
41,451
[ "python", "cpython" ]
BPO | [1103407](https://bugs.python.org/issue1103407) --- | :--- Nosy | @loewis, @gustaebel Files | <li>[tariter.patch](https://bugs.python.org/file6440/tariter.patch "Uploaded as text/plain at 2005-01-16.17:36:11 by @gustaebel"): patch to Lib/tarfile.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 2005-03-03.23:15:28.000> created_at = <Date 2005-01-16.17:36:11.000> labels = ['library'] title = 'tarfile.py: fix for bug python/cpython#41427' updated_at = <Date 2005-03-03.23:15:28.000> user = 'https://github.com/gustaebel' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.23:15:28.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-01-16.17:36:11.000> creator = 'lars.gustaebel' dependencies = [] files = ['6440'] hgrepos = [] issue_num = 1103407 keywords = ['patch'] message_count = 2.0 messages = ['47560', '47561'] nosy_count = 2.0 nosy_names = ['loewis', 'lars.gustaebel'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1103407' versions = ['Python 2.4'] ``` </p></details>
tarfile.py: fix for bug #1100429
https://api.github.com/repos/python/cpython/issues/41450/comments
2
2005-01-16T17:36:11Z
2022-04-09T23:41:27Z
https://github.com/python/cpython/issues/41450
1,198,806,520
41,450
[ "python", "cpython" ]
BPO | [1103350](https://bugs.python.org/issue1103350) --- | :--- Nosy | @irmen, @devdanzin, @tjguk, @bitdancer, @briancurtin, @erlend-aasland <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-01-16.15:01:11.000> labels = ['extension-modules', 'type-feature'] title = 'send/recv SEGMENT_SIZE should be used more in socketmodule' updated_at = <Date 2021-03-15.09:58:09.165> user = 'https://github.com/irmen' ``` bugs.python.org fields: ```python activity = <Date 2021-03-15.09:58:09.165> actor = 'erlendaasland' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-01-16.15:01:11.000> creator = 'irmen' dependencies = [] files = [] hgrepos = [] issue_num = 1103350 keywords = [] message_count = 8.0 messages = ['60634', '60635', '82111', '114398', '114485', '115605', '127745', '388721'] nosy_count = 6.0 nosy_names = ['irmen', 'ajaksu2', 'tim.golden', 'r.david.murray', 'brian.curtin', 'erlendaasland'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1103350' versions = ['Python 3.3'] ``` </p></details>
send/recv SEGMENT_SIZE should be used more in socketmodule
https://api.github.com/repos/python/cpython/issues/41449/comments
11
2005-01-16T15:01:11Z
2022-05-10T22:47:53Z
https://github.com/python/cpython/issues/41449
1,198,806,518
41,449