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 | [1075928](https://bugs.python.org/issue1075928) --- | :--- Files | <li>[smtplib.py.patch](https://bugs.python.org/file6379/smtplib.py.patch "Uploaded as text/plain at 2004-11-30.11:33:07 by flyingboy"): patch to AUTH PLAIN in smtplib</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 2004-12-06.21:26:00.000> created_at = <Date 2004-11-30.11:27:11.000> labels = ['library'] title = 'AUTH PLAIN in smtplib' updated_at = <Date 2004-12-06.21:26:00.000> user = 'https://bugs.python.org/flyingboy' ``` bugs.python.org fields: ```python activity = <Date 2004-12-06.21:26:00.000> actor = 'jlgijsbers' assignee = 'jlgijsbers' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-30.11:27:11.000> creator = 'flyingboy' dependencies = [] files = ['6379'] hgrepos = [] issue_num = 1075928 keywords = ['patch'] message_count = 5.0 messages = ['47345', '47346', '47347', '47348', '47349'] nosy_count = 2.0 nosy_names = ['jlgijsbers', 'flyingboy'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1075928' versions = [] ``` </p></details>
AUTH PLAIN in smtplib
https://api.github.com/repos/python/cpython/issues/41248/comments
5
2004-11-30T11:27:11Z
2022-04-09T23:37:35Z
https://github.com/python/cpython/issues/41248
1,198,805,798
41,248
[ "python", "cpython" ]
BPO | [1075902](https://bugs.python.org/issue1075902) --- | :--- Nosy | @tim-one, @loewis, @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 2004-12-15.02:49:28.000> created_at = <Date 2004-11-30.10:28:33.000> labels = ['type-feature'] title = 'ignore element format character for PyArg_ParseTuple' updated_at = <Date 2004-12-15.02:49:28.000> user = 'https://bugs.python.org/sproctor' ``` bugs.python.org fields: ```python activity = <Date 2004-12-15.02:49:28.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-30.10:28:33.000> creator = 'sproctor' dependencies = [] files = [] hgrepos = [] issue_num = 1075902 keywords = [] message_count = 7.0 messages = ['54317', '54318', '54319', '54320', '54321', '54322', '54323'] nosy_count = 4.0 nosy_names = ['tim.peters', 'loewis', 'rhettinger', 'sproctor'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1075902' versions = [] ``` </p></details>
ignore element format character for PyArg_ParseTuple
https://api.github.com/repos/python/cpython/issues/41247/comments
7
2004-11-30T10:28:33Z
2022-04-09T23:37:34Z
https://github.com/python/cpython/issues/41247
1,198,805,795
41,247
[ "python", "cpython" ]
BPO | [1075887](https://bugs.python.org/issue1075887) --- | :--- Nosy | @loewis Files | <li>[msvccompiler.py.diff](https://bugs.python.org/file6378/msvccompiler.py.diff "Uploaded as text/plain at 2004-11-30.10:06:26 by mdehoon"): Patch to distutils' msvccompiler.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/loewis' closed_at = <Date 2005-03-16.02:02:11.000> created_at = <Date 2004-11-30.10:06:26.000> labels = ['library'] title = 'gcc compiler on Windows' updated_at = <Date 2005-03-16.02:02:11.000> user = 'https://bugs.python.org/mdehoon' ``` bugs.python.org fields: ```python activity = <Date 2005-03-16.02:02:11.000> actor = 'mdehoon' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2004-11-30.10:06:26.000> creator = 'mdehoon' dependencies = [] files = ['6378'] hgrepos = [] issue_num = 1075887 keywords = ['patch'] message_count = 5.0 messages = ['47340', '47341', '47342', '47343', '47344'] nosy_count = 2.0 nosy_names = ['loewis', 'mdehoon'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1075887' versions = ['Python 2.4'] ``` </p></details>
gcc compiler on Windows
https://api.github.com/repos/python/cpython/issues/41246/comments
5
2004-11-30T10:06:26Z
2022-04-09T23:37:33Z
https://github.com/python/cpython/issues/41246
1,198,805,791
41,246
[ "python", "cpython" ]
BPO | [1075703](https://bugs.python.org/issue1075703) --- | :--- Nosy | @mwhudson, @tim-one Files | <li>[test_Sort.py](https://bugs.python.org/file1504/test_Sort.py "Uploaded as text/plain at 2004-12-04.03:10:48 by andivajda"): a PyLucene unit test that locks up easily</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 2004-12-19.04:19:44.000> created_at = <Date 2004-11-30.01:54:36.000> labels = ['interpreter-core', 'invalid'] title = 'PyGILState_Ensure() deadlocks (ver 2.4)' updated_at = <Date 2004-12-19.04:19:44.000> user = 'https://bugs.python.org/andivajda' ``` bugs.python.org fields: ```python activity = <Date 2004-12-19.04:19:44.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-30.01:54:36.000> creator = 'andivajda' dependencies = [] files = ['1504'] hgrepos = [] issue_num = 1075703 keywords = [] message_count = 6.0 messages = ['23367', '23368', '23369', '23370', '23371', '23372'] nosy_count = 3.0 nosy_names = ['mwh', 'tim.peters', 'andivajda'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1075703' versions = [] ``` </p></details>
PyGILState_Ensure() deadlocks (ver 2.4)
https://api.github.com/repos/python/cpython/issues/41245/comments
6
2004-11-30T01:54:36Z
2022-04-09T23:37:31Z
https://github.com/python/cpython/issues/41245
1,198,805,784
41,245
[ "python", "cpython" ]
BPO | [1075427](https://bugs.python.org/issue1075427) --- | :--- 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 2006-02-20.21:02:52.000> created_at = <Date 2004-11-29.18:06:02.000> labels = ['extension-modules'] title = 'urllib2.HTTPBasicAuthHandler problem with [HOST]:[PORT]' updated_at = <Date 2006-02-20.21:02:52.000> user = 'https://bugs.python.org/o-zone2004' ``` bugs.python.org fields: ```python activity = <Date 2006-02-20.21:02:52.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-29.18:06:02.000> creator = 'o-zone2004' dependencies = [] files = [] hgrepos = [] issue_num = 1075427 keywords = [] message_count = 3.0 messages = ['23364', '23365', '23366'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'mmzeeman', 'o-zone2004'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1075427' versions = [] ``` </p></details>
urllib2.HTTPBasicAuthHandler problem with [HOST]:[PORT]
https://api.github.com/repos/python/cpython/issues/41244/comments
3
2004-11-29T18:06:02Z
2022-04-09T23:37:30Z
https://github.com/python/cpython/issues/41244
1,198,805,778
41,244
[ "python", "cpython" ]
BPO | [1075356](https://bugs.python.org/issue1075356) --- | :--- Nosy | @mwhudson, @amauryfa, @orsenthil, @pitrou, @devdanzin Files | <li>[issue1075356.patch](https://bugs.python.org/file28370/issue1075356.patch "Uploaded as text/plain at 2012-12-19.22:53:18 by mrabarnett")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2004-11-29.16:10:35.000> labels = ['interpreter-core', 'type-bug'] title = 'exceeding obscure weakproxy bug' updated_at = <Date 2012-12-19.22:53:19.021> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2012-12-19.22:53:19.021> actor = 'mrabarnett' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-29.16:10:35.000> creator = 'mwh' dependencies = [] files = ['28370'] hgrepos = [] issue_num = 1075356 keywords = ['patch'] message_count = 6.0 messages = ['60608', '82168', '125274', '125337', '126916', '177789'] nosy_count = 7.0 nosy_names = ['mwh', 'amaury.forgeotdarc', 'orsenthil', 'pitrou', 'ajaksu2', 'mrabarnett', 'bruno.dupuis'] pr_nums = [] priority = 'low' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1075356' versions = ['Python 3.1', 'Python 3.2', 'Python 3.3'] ``` </p></details>
exceeding obscure weakproxy bug
https://api.github.com/repos/python/cpython/issues/41243/comments
7
2004-11-29T16:10:35Z
2022-09-25T14:51:37Z
https://github.com/python/cpython/issues/41243
1,198,805,773
41,243
[ "python", "cpython" ]
BPO | [1075147](https://bugs.python.org/issue1075147) --- | :--- Nosy | @loewis Files | <li>[python2.3-stdio-flush.patch](https://bugs.python.org/file6377/python2.3-stdio-flush.patch "Uploaded as text/plain at 2004-11-29.10:50:27 by wom-work")</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:06:13.000> created_at = <Date 2004-11-29.10:50:24.000> labels = ['interpreter-core'] title = 'Flush stdout/stderr if closed (fix for bug 1074011)' updated_at = <Date 2005-03-03.08:06:13.000> user = 'https://bugs.python.org/wom-work' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.08:06:13.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-29.10:50:24.000> creator = 'wom-work' dependencies = [] files = ['6377'] hgrepos = [] issue_num = 1075147 keywords = ['patch'] message_count = 3.0 messages = ['47337', '47338', '47339'] nosy_count = 3.0 nosy_names = ['loewis', 'wom-work', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1075147' versions = ['Python 2.3'] ``` </p></details>
Flush stdout/stderr if closed (fix for bug 1074011)
https://api.github.com/repos/python/cpython/issues/41242/comments
3
2004-11-29T10:50:24Z
2022-04-09T23:37:28Z
https://github.com/python/cpython/issues/41242
1,198,805,767
41,242
[ "python", "cpython" ]
BPO | [1074873](https://bugs.python.org/issue1074873) --- | :--- 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 2004-12-22.12:45:04.000> created_at = <Date 2004-11-28.22:34:50.000> labels = ['expert-installation'] title = 'Windows 2.4c1 installer default location issues' updated_at = <Date 2004-12-22.12:45:04.000> user = 'https://bugs.python.org/davemerrill' ``` bugs.python.org fields: ```python activity = <Date 2004-12-22.12:45:04.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2004-11-28.22:34:50.000> creator = 'davemerrill' dependencies = [] files = [] hgrepos = [] issue_num = 1074873 keywords = [] message_count = 4.0 messages = ['23360', '23361', '23362', '23363'] nosy_count = 3.0 nosy_names = ['loewis', 'jbrouwers', 'davemerrill'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074873' versions = [] ``` </p></details>
Windows 2.4c1 installer default location issues
https://api.github.com/repos/python/cpython/issues/41241/comments
4
2004-11-28T22:34:50Z
2022-04-09T23:37:28Z
https://github.com/python/cpython/issues/41241
1,198,805,764
41,241
[ "python", "cpython" ]
BPO | [1074693](https://bugs.python.org/issue1074693) --- | :--- Nosy | @vsajip <sup>*Note: these values reflect the state of the issue at 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/vsajip' closed_at = <Date 2004-12-02.21:29:06.000> created_at = <Date 2004-11-28.16:09:58.000> labels = ['docs'] title = 'Errors and omissions in logging module documentation' updated_at = <Date 2004-12-02.21:29:06.000> user = 'https://bugs.python.org/boomberschloss' ``` bugs.python.org fields: ```python activity = <Date 2004-12-02.21:29:06.000> actor = 'vinay.sajip' assignee = 'vinay.sajip' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-28.16:09:58.000> creator = 'boomberschloss' dependencies = [] files = [] hgrepos = [] issue_num = 1074693 keywords = [] message_count = 2.0 messages = ['23358', '23359'] nosy_count = 2.0 nosy_names = ['vinay.sajip', 'boomberschloss'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074693' versions = [] ``` </p></details>
Errors and omissions in logging module documentation
https://api.github.com/repos/python/cpython/issues/41240/comments
2
2004-11-28T16:09:58Z
2022-04-09T23:37:27Z
https://github.com/python/cpython/issues/41240
1,198,805,761
41,240
[ "python", "cpython" ]
BPO | [1074462](https://bugs.python.org/issue1074462) --- | :--- Nosy | @tim-one, @smontanaro, @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-09-02.03:37:50.342> created_at = <Date 2004-11-28.05:18:10.000> labels = ['type-feature', 'library'] title = 'Irregular behavior of datetime.__str__()' updated_at = <Date 2007-10-15.15:20:32.843> user = 'https://bugs.python.org/tungwaiyip' ``` bugs.python.org fields: ```python activity = <Date 2007-10-15.15:20:32.843> actor = 'zooko' assignee = 'none' closed = True closed_date = <Date 2007-09-02.03:37:50.342> closer = 'skip.montanaro' components = ['Library (Lib)'] creation = <Date 2004-11-28.05:18:10.000> creator = 'tungwaiyip' dependencies = [] files = [] hgrepos = [] issue_num = 1074462 keywords = [] message_count = 12.0 messages = ['54311', '54312', '54313', '54314', '54315', '54316', '55574', '56434', '56436', '56438', '56441', '56443'] nosy_count = 5.0 nosy_names = ['tim.peters', 'skip.montanaro', 'brett.cannon', 'zooko', 'tungwaiyip'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1074462' versions = [] ``` </p></details>
Irregular behavior of datetime.__str__()
https://api.github.com/repos/python/cpython/issues/41239/comments
12
2004-11-28T05:18:10Z
2022-04-09T23:37:25Z
https://github.com/python/cpython/issues/41239
1,198,805,756
41,239
[ "python", "cpython" ]
BPO | [1074381](https://bugs.python.org/issue1074381) --- | :--- Nosy | @akuchling Files | <li>[gzip-patch](https://bugs.python.org/file6376/gzip-patch "Uploaded at 2004-11-27.23:26:24 by eichin"): clamp readsize in gzip.GzipFile.read to avoid runaway on reopened files</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2005-06-09.14:23:04.000> created_at = <Date 2004-11-27.23:26:23.000> labels = ['library'] title = '#1074261 gzip dies on gz files with many appended headers' updated_at = <Date 2005-06-09.14:23:04.000> user = 'https://bugs.python.org/eichin' ``` bugs.python.org fields: ```python activity = <Date 2005-06-09.14:23:04.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-27.23:26:23.000> creator = 'eichin' dependencies = [] files = ['6376'] hgrepos = [] issue_num = 1074381 keywords = ['patch'] message_count = 2.0 messages = ['47335', '47336'] nosy_count = 2.0 nosy_names = ['akuchling', 'eichin'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074381' versions = ['Python 2.4'] ``` </p></details>
#1074261 gzip dies on gz files with many appended headers
https://api.github.com/repos/python/cpython/issues/41238/comments
2
2004-11-27T23:26:23Z
2022-04-09T23:37:24Z
https://github.com/python/cpython/issues/41238
1,198,805,753
41,238
[ "python", "cpython" ]
BPO | [1074333](https://bugs.python.org/issue1074333) --- | :--- Nosy | @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/terryjreedy' closed_at = <Date 2020-06-07.21:37:55.519> created_at = <Date 2004-11-27.21:37:55.000> labels = ['expert-IDLE', 'type-feature', '3.7'] title = 'On linux, numeric pad input is ignored when numlock off' updated_at = <Date 2020-06-07.21:37:55.514> user = 'https://bugs.python.org/netvigator' ``` bugs.python.org fields: ```python activity = <Date 2020-06-07.21:37:55.514> actor = 'terry.reedy' assignee = 'terry.reedy' closed = True closed_date = <Date 2020-06-07.21:37:55.519> closer = 'terry.reedy' components = ['IDLE'] creation = <Date 2004-11-27.21:37:55.000> creator = 'netvigator' dependencies = [] files = [] hgrepos = [] issue_num = 1074333 keywords = [] message_count = 13.0 messages = ['23350', '23351', '23352', '23353', '23354', '23355', '23356', '23357', '82122', '86363', '86364', '222771', '370912'] nosy_count = 2.0 nosy_names = ['rhettinger', 'terry.reedy'] pr_nums = [] priority = 'low' resolution = 'third party' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1074333' versions = ['Python 3.6', 'Python 3.7'] ``` </p></details>
On linux, numeric pad input is ignored when numlock off
https://api.github.com/repos/python/cpython/issues/41237/comments
14
2004-11-27T21:37:55Z
2023-08-24T04:52:17Z
https://github.com/python/cpython/issues/41237
1,198,805,748
41,237
[ "python", "cpython" ]
BPO | [1074261](https://bugs.python.org/issue1074261) --- | :--- Nosy | @akuchling Files | <li>[make_gz_thing.py](https://bugs.python.org/file1502/make_gz_thing.py "Uploaded as text/plain at 2004-11-27.17:29:31 by eichin"): test case that demonstrates the bug</li><li>[gzip-patch](https://bugs.python.org/file1503/gzip-patch "Uploaded at 2004-11-27.17:48:00 by eichin"): patch for GzipFile header-reading 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/akuchling' closed_at = <Date 2005-06-09.14:23:15.000> created_at = <Date 2004-11-27.17:29:30.000> labels = ['library'] title = 'gzip dies on gz files with many appended headers' updated_at = <Date 2005-06-09.14:23:15.000> user = 'https://bugs.python.org/eichin' ``` bugs.python.org fields: ```python activity = <Date 2005-06-09.14:23:15.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-27.17:29:30.000> creator = 'eichin' dependencies = [] files = ['1502', '1503'] hgrepos = [] issue_num = 1074261 keywords = [] message_count = 4.0 messages = ['23346', '23347', '23348', '23349'] nosy_count = 2.0 nosy_names = ['akuchling', 'eichin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074261' versions = ['Python 2.4'] ``` </p></details>
gzip dies on gz files with many appended headers
https://api.github.com/repos/python/cpython/issues/41236/comments
4
2004-11-27T17:29:30Z
2022-04-09T23:37:22Z
https://github.com/python/cpython/issues/41236
1,198,805,744
41,236
[ "python", "cpython" ]
BPO | [1074200](https://bugs.python.org/issue1074200) --- | :--- Nosy | @malemburg Files | <li>[unicodebug.zip](https://bugs.python.org/file1501/unicodebug.zip "Uploaded at 2004-11-27.14:29:14 by peerjanssen"): Test program and files for this 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 = None closed_at = <Date 2004-12-03.11:29:56.000> created_at = <Date 2004-11-27.13:58:10.000> labels = ['expert-unicode'] title = 'xml.dom.minidom produces errors with certain unicode chars' updated_at = <Date 2004-12-03.11:29:56.000> user = 'https://bugs.python.org/peerjanssen' ``` bugs.python.org fields: ```python activity = <Date 2004-12-03.11:29:56.000> actor = 'effbot' assignee = 'none' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2004-11-27.13:58:10.000> creator = 'peerjanssen' dependencies = [] files = ['1501'] hgrepos = [] issue_num = 1074200 keywords = [] message_count = 6.0 messages = ['23340', '23341', '23342', '23343', '23344', '23345'] nosy_count = 4.0 nosy_names = ['lemburg', 'effbot', 'leogah', 'peerjanssen'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074200' versions = ['Python 2.3'] ``` </p></details>
xml.dom.minidom produces errors with certain unicode chars
https://api.github.com/repos/python/cpython/issues/41235/comments
6
2004-11-27T13:58:10Z
2022-04-09T23:37:20Z
https://github.com/python/cpython/issues/41235
1,198,805,739
41,235
[ "python", "cpython" ]
BPO | [1074015](https://bugs.python.org/issue1074015) --- | :--- Nosy | @brettcannon, @devdanzin Files | <li>[recreatebug.sh](https://bugs.python.org/file1500/recreatebug.sh "Uploaded at 2004-11-26.23:07:45 by omnifarious"): The script to recreate a bug. Should be run in an empty directory you have write permissions to.</li><li>[recreatebug.sh](https://bugs.python.org/file14317/recreatebug.sh "Uploaded as application/x-shellscript at 2009-06-18.23:54:08 by marko")</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 2009-03-30.22:18:52.760> created_at = <Date 2004-11-26.23:07:45.000> labels = ['interpreter-core'] title = 'current directory in sys.path handles symlinks badly' updated_at = <Date 2009-06-18.23:54:08.863> user = 'https://bugs.python.org/omnifarious' ``` bugs.python.org fields: ```python activity = <Date 2009-06-18.23:54:08.863> actor = 'marko' assignee = 'brett.cannon' closed = True closed_date = <Date 2009-03-30.22:18:52.760> closer = 'brett.cannon' components = ['Interpreter Core'] creation = <Date 2004-11-26.23:07:45.000> creator = 'omnifarious' dependencies = [] files = ['1500', '14317'] hgrepos = [] issue_num = 1074015 keywords = [] message_count = 4.0 messages = ['23339', '81702', '84682', '89514'] nosy_count = 4.0 nosy_names = ['brett.cannon', 'omnifarious', 'ajaksu2', 'marko'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'test needed' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074015' versions = [] ``` </p></details>
current directory in sys.path handles symlinks badly
https://api.github.com/repos/python/cpython/issues/41234/comments
4
2004-11-26T23:07:45Z
2022-04-09T23:37:19Z
https://github.com/python/cpython/issues/41234
1,198,805,734
41,234
[ "python", "cpython" ]
BPO | [1074011](https://bugs.python.org/issue1074011) --- | :--- Nosy | @tim-one, @loewis, @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 = None closed_at = <Date 2005-01-27.18:59:05.000> created_at = <Date 2004-11-26.23:02:52.000> labels = ['interpreter-core'] title = 'write failure ignored in Py_Finalize()' updated_at = <Date 2005-01-27.18:59:05.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2005-01-27.18:59:05.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-26.23:02:52.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 1074011 keywords = [] message_count = 14.0 messages = ['23325', '23326', '23327', '23328', '23329', '23330', '23331', '23332', '23333', '23334', '23335', '23336', '23337', '23338'] nosy_count = 6.0 nosy_names = ['tim.peters', 'loewis', 'rhettinger', 'doko', 'wom-work', 'meyering'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1074011' versions = ['Python 2.3'] ``` </p></details>
write failure ignored in Py_Finalize()
https://api.github.com/repos/python/cpython/issues/41233/comments
14
2004-11-26T23:02:52Z
2022-04-09T23:37:17Z
https://github.com/python/cpython/issues/41233
1,198,805,730
41,233
[ "python", "cpython" ]
BPO | [1073864](https://bugs.python.org/issue1073864) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2004-11-27.14:05:26.000> created_at = <Date 2004-11-26.18:03:04.000> labels = ['library'] title = '2 XML parsing errors' updated_at = <Date 2004-11-27.14:05:26.000> user = 'https://bugs.python.org/peerjanssen' ``` bugs.python.org fields: ```python activity = <Date 2004-11-27.14:05:26.000> actor = 'peerjanssen' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-26.18:03:04.000> creator = 'peerjanssen' dependencies = [] files = [] hgrepos = [] issue_num = 1073864 keywords = [] message_count = 2.0 messages = ['23323', '23324'] nosy_count = 1.0 nosy_names = ['peerjanssen'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1073864' versions = ['Python 2.3'] ``` </p></details>
2 XML parsing errors
https://api.github.com/repos/python/cpython/issues/41232/comments
2
2004-11-26T18:03:04Z
2022-04-09T23:37:16Z
https://github.com/python/cpython/issues/41232
1,198,805,728
41,232
[ "python", "cpython" ]
BPO | [1073790](https://bugs.python.org/issue1073790) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2004-11-30.18:12:58.000> created_at = <Date 2004-11-26.15:14:08.000> labels = ['docs'] title = 'subprocess.py doc bug in 2.4c1' updated_at = <Date 2004-11-30.18:12:58.000> user = 'https://bugs.python.org/jdc' ``` bugs.python.org fields: ```python activity = <Date 2004-11-30.18:12:58.000> actor = 'astrand' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-26.15:14:08.000> creator = 'jdc' dependencies = [] files = [] hgrepos = [] issue_num = 1073790 keywords = [] message_count = 2.0 messages = ['23321', '23322'] nosy_count = 2.0 nosy_names = ['astrand', 'jdc'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1073790' versions = ['Python 2.4'] ``` </p></details>
subprocess.py doc bug in 2.4c1
https://api.github.com/repos/python/cpython/issues/41231/comments
2
2004-11-26T15:14:08Z
2022-04-09T23:37:15Z
https://github.com/python/cpython/issues/41231
1,198,805,727
41,231
[ "python", "cpython" ]
BPO | [1073736](https://bugs.python.org/issue1073736) --- | :--- Nosy | @tim-one, @rhettinger, @facundobatista <sup>*Note: these values reflect the state of the issue at 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 2004-12-03.12:53:23.000> created_at = <Date 2004-11-26.13:18:49.000> labels = ['interpreter-core'] title = "^Z doesn't exit interpreter - 2.4c1 & Win2K" updated_at = <Date 2004-12-03.12:53:23.000> user = 'https://bugs.python.org/kjohnson' ``` bugs.python.org fields: ```python activity = <Date 2004-12-03.12:53:23.000> actor = 'kjohnson' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-26.13:18:49.000> creator = 'kjohnson' dependencies = [] files = [] hgrepos = [] issue_num = 1073736 keywords = [] message_count = 7.0 messages = ['23314', '23315', '23316', '23317', '23318', '23319', '23320'] nosy_count = 5.0 nosy_names = ['tim.peters', 'rhettinger', 'facundobatista', 'jbrouwers', 'kjohnson'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1073736' versions = ['Python 2.4'] ``` </p></details>
^Z doesn't exit interpreter - 2.4c1 & Win2K
https://api.github.com/repos/python/cpython/issues/41230/comments
7
2004-11-26T13:18:49Z
2022-04-09T23:37:14Z
https://github.com/python/cpython/issues/41230
1,198,805,724
41,230
[ "python", "cpython" ]
BPO | [1073305](https://bugs.python.org/issue1073305) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2004-11-27.21:50:39.000> created_at = <Date 2004-11-25.17:00:41.000> labels = ['type-feature', 'library'] title = 'Extension to optparse: options with facultative value' updated_at = <Date 2004-11-27.21:50:39.000> user = 'https://bugs.python.org/pollastri' ``` bugs.python.org fields: ```python activity = <Date 2004-11-27.21:50:39.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-25.17:00:41.000> creator = 'pollastri' dependencies = [] files = [] hgrepos = [] issue_num = 1073305 keywords = [] message_count = 2.0 messages = ['54309', '54310'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'pollastri'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1073305' versions = [] ``` </p></details>
Extension to optparse: options with facultative value
https://api.github.com/repos/python/cpython/issues/41229/comments
2
2004-11-25T17:00:41Z
2022-04-09T23:37:13Z
https://github.com/python/cpython/issues/41229
1,198,805,722
41,229
[ "python", "cpython" ]
BPO | [1073198](https://bugs.python.org/issue1073198) --- | :--- <sup>*Note: these values reflect the state of the issue at 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-16.06:11:27.000> created_at = <Date 2004-11-25.14:18:25.000> labels = ['invalid', 'type-feature', 'library'] title = 'Extension to optparse: options with optional arguments' updated_at = <Date 2007-03-16.06:11:27.000> user = 'https://bugs.python.org/pollastri' ``` bugs.python.org fields: ```python activity = <Date 2007-03-16.06:11:27.000> actor = 'nnorwitz' assignee = 'gward' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-25.14:18:25.000> creator = 'pollastri' dependencies = [] files = [] hgrepos = [] issue_num = 1073198 keywords = [] message_count = 3.0 messages = ['54306', '54307', '54308'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'gward', 'pollastri'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1073198' versions = [] ``` </p></details>
Extension to optparse: options with optional arguments
https://api.github.com/repos/python/cpython/issues/41228/comments
3
2004-11-25T14:18:25Z
2022-04-09T23:37:12Z
https://github.com/python/cpython/issues/41228
1,198,805,718
41,228
[ "python", "cpython" ]
BPO | [1072853](https://bugs.python.org/issue1072853) --- | :--- Nosy | @tim-one, @birkenfeld, @birkenfeld, @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 = 'https://github.com/birkenfeld' closed_at = <Date 2005-06-26.20:23:01.000> created_at = <Date 2004-11-24.23:13:56.000> labels = [] title = 'thisid not intialized in pindent.py script' updated_at = <Date 2005-06-26.20:23:01.000> user = 'https://bugs.python.org/nbajpai' ``` bugs.python.org fields: ```python activity = <Date 2005-06-26.20:23:01.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2004-11-24.23:13:56.000> creator = 'nbajpai' dependencies = [] files = [] hgrepos = [] issue_num = 1072853 keywords = [] message_count = 5.0 messages = ['23309', '23310', '23311', '23312', '23313'] nosy_count = 5.0 nosy_names = ['tim.peters', 'georg.brandl', 'georg.brandl', 'rhettinger', 'nbajpai'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072853' versions = ['Python 2.3'] ``` </p></details>
thisid not intialized in pindent.py script
https://api.github.com/repos/python/cpython/issues/41227/comments
5
2004-11-24T23:13:56Z
2022-04-09T23:37:12Z
https://github.com/python/cpython/issues/41227
1,198,805,717
41,227
[ "python", "cpython" ]
BPO | [1072642](https://bugs.python.org/issue1072642) --- | :--- Nosy | @mwhudson, @rhettinger, @etrepum, @tiran <sup>*Note: these values reflect the state of the issue at 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.19:21:16.404> created_at = <Date 2004-11-24.17:51:37.000> labels = ['invalid', 'expert-installation'] title = 'dyld: ./python.exe multiple definitions of symbol _BC' updated_at = <Date 2008-01-20.19:21:16.402> user = 'https://bugs.python.org/schamschula' ``` bugs.python.org fields: ```python activity = <Date 2008-01-20.19:21:16.402> actor = 'christian.heimes' assignee = 'none' closed = True closed_date = <Date 2008-01-20.19:21:16.404> closer = 'christian.heimes' components = ['Installation'] creation = <Date 2004-11-24.17:51:37.000> creator = 'schamschula' dependencies = [] files = [] hgrepos = [] issue_num = 1072642 keywords = [] message_count = 5.0 messages = ['60604', '60605', '60606', '60607', '61339'] nosy_count = 5.0 nosy_names = ['mwh', 'rhettinger', 'bob.ippolito', 'christian.heimes', 'schamschula'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072642' versions = ['Python 2.3'] ``` </p></details>
dyld: ./python.exe multiple definitions of symbol _BC
https://api.github.com/repos/python/cpython/issues/41226/comments
5
2004-11-24T17:51:37Z
2022-04-09T23:37:09Z
https://github.com/python/cpython/issues/41226
1,198,805,712
41,226
[ "python", "cpython" ]
BPO | [1072623](https://bugs.python.org/issue1072623) --- | :--- Nosy | @warsaw Files | <li>[email-newline.py](https://bugs.python.org/file1498/email-newline.py "Uploaded as text/plain at 2004-11-24.17:27:45 by tlau"): Test case (requires procmail)</li><li>[1072623.py](https://bugs.python.org/file1499/1072623.py "Uploaded as text/plain at 2004-11-28.00:03:54 by @warsaw")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2005-05-19.21:42:12.000> created_at = <Date 2004-11-24.17:27:45.000> labels = ['library'] title = 'FeedParser problem on end boundaries w/o newline' updated_at = <Date 2005-05-19.21:42:12.000> user = 'https://bugs.python.org/tlau' ``` bugs.python.org fields: ```python activity = <Date 2005-05-19.21:42:12.000> actor = 'binaryfeed' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-24.17:27:45.000> creator = 'tlau' dependencies = [] files = ['1498', '1499'] hgrepos = [] issue_num = 1072623 keywords = [] message_count = 7.0 messages = ['23302', '23303', '23304', '23305', '23306', '23307', '23308'] nosy_count = 3.0 nosy_names = ['barry', 'tlau', 'binaryfeed'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072623' versions = ['Python 2.4'] ``` </p></details>
FeedParser problem on end boundaries w/o newline
https://api.github.com/repos/python/cpython/issues/41225/comments
7
2004-11-24T17:27:45Z
2022-04-09T23:37:09Z
https://github.com/python/cpython/issues/41225
1,198,805,708
41,225
[ "python", "cpython" ]
BPO | [1072410](https://bugs.python.org/issue1072410) --- | :--- 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 2004-12-19.22:04:57.000> created_at = <Date 2004-11-24.12:24:33.000> labels = ['invalid', 'library'] title = 'mkarg undocumented' updated_at = <Date 2004-12-19.22:04:57.000> user = 'https://bugs.python.org/interneci' ``` bugs.python.org fields: ```python activity = <Date 2004-12-19.22:04:57.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-24.12:24:33.000> creator = 'interneci' dependencies = [] files = [] hgrepos = [] issue_num = 1072410 keywords = [] message_count = 2.0 messages = ['23300', '23301'] nosy_count = 2.0 nosy_names = ['rhettinger', 'interneci'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072410' versions = ['Python 2.4'] ``` </p></details>
mkarg undocumented
https://api.github.com/repos/python/cpython/issues/41224/comments
2
2004-11-24T12:24:33Z
2022-04-09T23:37:07Z
https://github.com/python/cpython/issues/41224
1,198,805,705
41,224
[ "python", "cpython" ]
BPO | [1072404](https://bugs.python.org/issue1072404) --- | :--- Nosy | @devdanzin, @bitdancer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2010-05-21.01:33:24.005> created_at = <Date 2004-11-24.12:00:16.000> labels = ['type-bug', 'library'] title = 'Bugs in _csv module - lineterminator' updated_at = <Date 2010-05-21.01:33:23.984> user = 'https://bugs.python.org/fresh' ``` bugs.python.org fields: ```python activity = <Date 2010-05-21.01:33:23.984> actor = 'r.david.murray' assignee = 'andrewmcnamara' closed = True closed_date = <Date 2010-05-21.01:33:24.005> closer = 'r.david.murray' components = ['Library (Lib)'] creation = <Date 2004-11-24.12:00:16.000> creator = 'fresh' dependencies = [] files = [] hgrepos = [] issue_num = 1072404 keywords = [] message_count = 7.0 messages = ['23295', '23296', '23297', '23298', '23299', '82123', '106210'] nosy_count = 4.0 nosy_names = ['fresh', 'andrewmcnamara', 'ajaksu2', 'r.david.murray'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1072404' versions = ['Python 2.6'] ``` </p></details>
Bugs in _csv module - lineterminator
https://api.github.com/repos/python/cpython/issues/41223/comments
7
2004-11-24T12:00:16Z
2022-04-09T23:37:06Z
https://github.com/python/cpython/issues/41223
1,198,805,701
41,223
[ "python", "cpython" ]
BPO | [1072259](https://bugs.python.org/issue1072259) --- | :--- Nosy | @rhettinger Files | <li>[test2.py](https://bugs.python.org/file1495/test2.py "Uploaded as text/plain at 2004-11-24.03:38:54 by edemaine"): offending code sample</li><li>[test2.py](https://bugs.python.org/file1496/test2.py "Uploaded as text/plain at 2004-11-30.23:57:14 by edemaine"): more offending code sample</li><li>[sre.patch](https://bugs.python.org/file1497/sre.patch "Uploaded as text/plain at 2004-12-02.16:20:48 by niemeyer"): 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 2004-12-02.16:20:48.000> created_at = <Date 2004-11-24.03:38:54.000> labels = ['extension-modules'] title = 're module segfaulting in large regular expression' updated_at = <Date 2004-12-02.16:20:48.000> user = 'https://bugs.python.org/edemaine' ``` bugs.python.org fields: ```python activity = <Date 2004-12-02.16:20:48.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-24.03:38:54.000> creator = 'edemaine' dependencies = [] files = ['1495', '1496', '1497'] hgrepos = [] issue_num = 1072259 keywords = [] message_count = 5.0 messages = ['23290', '23291', '23292', '23293', '23294'] nosy_count = 3.0 nosy_names = ['rhettinger', 'niemeyer', 'edemaine'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072259' versions = ['Python 2.4'] ``` </p></details>
re module segfaulting in large regular expression
https://api.github.com/repos/python/cpython/issues/41222/comments
5
2004-11-24T03:38:54Z
2022-04-09T23:37:05Z
https://github.com/python/cpython/issues/41222
1,198,805,691
41,222
[ "python", "cpython" ]
BPO | [1072182](https://bugs.python.org/issue1072182) --- | :--- 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-12-19.06:06:44.000> created_at = <Date 2004-11-23.23:35:52.000> labels = ['library'] title = 'bad arg type to isspace in struct module' updated_at = <Date 2005-12-19.06:06:44.000> user = 'https://bugs.python.org/gregm' ``` bugs.python.org fields: ```python activity = <Date 2005-12-19.06:06:44.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-23.23:35:52.000> creator = 'gregm' dependencies = [] files = [] hgrepos = [] issue_num = 1072182 keywords = [] message_count = 4.0 messages = ['23286', '23287', '23288', '23289'] nosy_count = 4.0 nosy_names = ['nnorwitz', 'rhettinger', 'edemaine', 'gregm'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072182' versions = ['Python 2.3'] ``` </p></details>
bad arg type to isspace in struct module
https://api.github.com/repos/python/cpython/issues/41221/comments
4
2004-11-23T23:35:52Z
2022-04-09T23:37:04Z
https://github.com/python/cpython/issues/41221
1,198,805,685
41,221
[ "python", "cpython" ]
BPO | [1072124](https://bugs.python.org/issue1072124) --- | :--- 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 2004-11-23.23:13:02.000> created_at = <Date 2004-11-23.21:38:22.000> labels = ['docs'] title = 'difflib HTML support description incorrect' updated_at = <Date 2004-11-23.23:13:02.000> user = 'https://bugs.python.org/dmgass' ``` bugs.python.org fields: ```python activity = <Date 2004-11-23.23:13:02.000> actor = 'jlgijsbers' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-23.21:38:22.000> creator = 'dmgass' dependencies = [] files = [] hgrepos = [] issue_num = 1072124 keywords = [] message_count = 5.0 messages = ['23281', '23282', '23283', '23284', '23285'] nosy_count = 3.0 nosy_names = ['tim.peters', 'jlgijsbers', 'dmgass'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1072124' versions = ['Python 2.4'] ``` </p></details>
difflib HTML support description incorrect
https://api.github.com/repos/python/cpython/issues/41220/comments
5
2004-11-23T21:38:22Z
2022-04-09T23:37:03Z
https://github.com/python/cpython/issues/41220
1,198,805,681
41,220
[ "python", "cpython" ]
BPO | [1071911](https://bugs.python.org/issue1071911) --- | :--- Nosy | @nijel Files | <li>[Python-2.4c1-db43.patch](https://bugs.python.org/file6375/Python-2.4c1-db43.patch "Uploaded as text/plain at 2004-12-06.11:09:28 by @nijel")</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-25.06:22:58.000> created_at = <Date 2004-11-23.17:11:45.000> labels = ['extension-modules'] title = 'Add support for db 4.3' updated_at = <Date 2006-01-25.06:22:58.000> user = 'https://github.com/nijel' ``` bugs.python.org fields: ```python activity = <Date 2006-01-25.06:22:58.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-23.17:11:45.000> creator = 'nijel' dependencies = [] files = ['6375'] hgrepos = [] issue_num = 1071911 keywords = ['patch'] message_count = 4.0 messages = ['47331', '47332', '47333', '47334'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'nijel', 'suzuki_hisao'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071911' versions = ['Python 2.4'] ``` </p></details>
Add support for db 4.3
https://api.github.com/repos/python/cpython/issues/41219/comments
4
2004-11-23T17:11:45Z
2022-04-09T23:37:02Z
https://github.com/python/cpython/issues/41219
1,198,805,679
41,219
[ "python", "cpython" ]
BPO | [1071764](https://bugs.python.org/issue1071764) --- | :--- Files | <li>[xcall.patch](https://bugs.python.org/file6373/xcall.patch "Uploaded as text/plain at 2004-11-23.14:45:22 by ncw"): patch for subprocess to implement raising call</li><li>[xcall.patch](https://bugs.python.org/file6374/xcall.patch "Uploaded as text/plain at 2004-12-13.02:55:25 by astrand"): Adapted patch against trunk</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-01.09:37:48.000> created_at = <Date 2004-11-23.14:45:22.000> labels = ['library'] title = 'a new subprocess.call which raises an error on non-zero rc' updated_at = <Date 2005-01-01.09:37:48.000> user = 'https://bugs.python.org/ncw' ``` bugs.python.org fields: ```python activity = <Date 2005-01-01.09:37:48.000> actor = 'astrand' assignee = 'astrand' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-23.14:45:22.000> creator = 'ncw' dependencies = [] files = ['6373', '6374'] hgrepos = [] issue_num = 1071764 keywords = ['patch'] message_count = 5.0 messages = ['47326', '47327', '47328', '47329', '47330'] nosy_count = 2.0 nosy_names = ['astrand', 'ncw'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071764' versions = ['Python 2.5'] ``` </p></details>
a new subprocess.call which raises an error on non-zero rc
https://api.github.com/repos/python/cpython/issues/41218/comments
5
2004-11-23T14:45:22Z
2022-04-09T23:37:00Z
https://github.com/python/cpython/issues/41218
1,198,805,676
41,218
[ "python", "cpython" ]
BPO | [1071755](https://bugs.python.org/issue1071755) --- | :--- Files | <li>[check-for-forgotten-list.patch](https://bugs.python.org/file6372/check-for-forgotten-list.patch "Uploaded as text/plain at 2004-11-23.14:35:03 by ncw"): patch to check for forgotten args in list for subprocess</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 2004-12-05.20:05:58.000> created_at = <Date 2004-11-23.14:35:03.000> labels = ['library'] title = 'raise error for common mistake with subprocess' updated_at = <Date 2004-12-05.20:05:58.000> user = 'https://bugs.python.org/ncw' ``` bugs.python.org fields: ```python activity = <Date 2004-12-05.20:05:58.000> actor = 'astrand' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-23.14:35:03.000> creator = 'ncw' dependencies = [] files = ['6372'] hgrepos = [] issue_num = 1071755 keywords = ['patch'] message_count = 4.0 messages = ['47322', '47323', '47324', '47325'] nosy_count = 2.0 nosy_names = ['astrand', 'ncw'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071755' versions = ['Python 2.4'] ``` </p></details>
raise error for common mistake with subprocess
https://api.github.com/repos/python/cpython/issues/41217/comments
4
2004-11-23T14:35:03Z
2022-04-09T23:36:59Z
https://github.com/python/cpython/issues/41217
1,198,805,670
41,217
[ "python", "cpython" ]
BPO | [1071739](https://bugs.python.org/issue1071739) --- | :--- Files | <li>[msvc.diff](https://bugs.python.org/file6371/msvc.diff "Uploaded as text/plain at 2004-11-23.14:14:24 by tzot"): diff -u for msvccompiler.py 2.4c1</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 2004-11-24.22:32:19.000> created_at = <Date 2004-11-23.14:14:24.000> labels = ['library'] title = 'bug#1021756: more informative error message' updated_at = <Date 2004-11-24.22:32:19.000> user = 'https://bugs.python.org/tzot' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.22:32:19.000> actor = 'effbot' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2004-11-23.14:14:24.000> creator = 'tzot' dependencies = [] files = ['6371'] hgrepos = [] issue_num = 1071739 keywords = ['patch'] message_count = 5.0 messages = ['47317', '47318', '47319', '47320', '47321'] nosy_count = 3.0 nosy_names = ['effbot', 'anthonybaxter', 'tzot'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071739' versions = ['Python 2.4'] ``` </p></details>
bug#1021756: more informative error message
https://api.github.com/repos/python/cpython/issues/41216/comments
5
2004-11-23T14:14:24Z
2022-04-09T23:36:58Z
https://github.com/python/cpython/issues/41216
1,198,805,665
41,216
[ "python", "cpython" ]
BPO | [1071597](https://bugs.python.org/issue1071597) --- | :--- Nosy | @loewis, @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 2006-03-07.03:25:52.000> created_at = <Date 2004-11-23.10:30:50.000> labels = ['build'] title = 'configure problem on HP-UX 11.11' updated_at = <Date 2006-03-07.03:25:52.000> user = 'https://bugs.python.org/harripasanen' ``` bugs.python.org fields: ```python activity = <Date 2006-03-07.03:25:52.000> actor = 'sf-robot' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2004-11-23.10:30:50.000> creator = 'harripasanen' dependencies = [] files = [] hgrepos = [] issue_num = 1071597 keywords = [] message_count = 7.0 messages = ['23274', '23275', '23276', '23277', '23278', '23279', '23280'] nosy_count = 5.0 nosy_names = ['loewis', 'harripasanen', 'georg.brandl', 'sf-robot', 'cbeatley'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071597' versions = [] ``` </p></details>
configure problem on HP-UX 11.11
https://api.github.com/repos/python/cpython/issues/41215/comments
7
2004-11-23T10:30:50Z
2022-04-09T23:36:57Z
https://github.com/python/cpython/issues/41215
1,198,805,660
41,215
[ "python", "cpython" ]
BPO | [1071594](https://bugs.python.org/issue1071594) --- | :--- 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 2004-12-05.19:50:27.000> created_at = <Date 2004-11-23.10:25:41.000> labels = ['expert-installation'] title = "Windows msi doesn't install site-packages directory" updated_at = <Date 2004-12-05.19:50:27.000> user = 'https://bugs.python.org/annarave' ``` bugs.python.org fields: ```python activity = <Date 2004-12-05.19:50:27.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2004-11-23.10:25:41.000> creator = 'annarave' dependencies = [] files = [] hgrepos = [] issue_num = 1071594 keywords = [] message_count = 2.0 messages = ['23272', '23273'] nosy_count = 2.0 nosy_names = ['loewis', 'annarave'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071594' versions = ['Python 2.4'] ``` </p></details>
Windows msi doesn't install site-packages directory
https://api.github.com/repos/python/cpython/issues/41214/comments
2
2004-11-23T10:25:41Z
2022-04-09T23:36:56Z
https://github.com/python/cpython/issues/41214
1,198,805,657
41,214
[ "python", "cpython" ]
BPO | [1071588](https://bugs.python.org/issue1071588) --- | :--- 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 = 'https://github.com/rhettinger' closed_at = <Date 2004-11-24.07:31:12.000> created_at = <Date 2004-11-23.10:14:28.000> labels = [] title = "coercing decimal to int doesn't work between -1 and 1" updated_at = <Date 2004-11-24.07:31:12.000> user = 'https://bugs.python.org/annarave' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.07:31:12.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-23.10:14:28.000> creator = 'annarave' dependencies = [] files = [] hgrepos = [] issue_num = 1071588 keywords = [] message_count = 2.0 messages = ['23270', '23271'] nosy_count = 2.0 nosy_names = ['rhettinger', 'annarave'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071588' versions = [] ``` </p></details>
coercing decimal to int doesn't work between -1 and 1
https://api.github.com/repos/python/cpython/issues/41213/comments
2
2004-11-23T10:14:28Z
2022-04-09T23:36:55Z
https://github.com/python/cpython/issues/41213
1,198,805,654
41,213
[ "python", "cpython" ]
BPO | [1071566](https://bugs.python.org/issue1071566) --- | :--- 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 2004-11-24.05:53:50.000> created_at = <Date 2004-11-23.09:56:24.000> labels = ['docs'] title = 'moneyfmt recipe in decimal documentation has error' updated_at = <Date 2004-11-24.05:53:50.000> user = 'https://bugs.python.org/annarave' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.05:53:50.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-23.09:56:24.000> creator = 'annarave' dependencies = [] files = [] hgrepos = [] issue_num = 1071566 keywords = [] message_count = 2.0 messages = ['23268', '23269'] nosy_count = 2.0 nosy_names = ['rhettinger', 'annarave'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071566' versions = ['Python 2.4'] ``` </p></details>
moneyfmt recipe in decimal documentation has error
https://api.github.com/repos/python/cpython/issues/41212/comments
2
2004-11-23T09:56:24Z
2022-04-09T23:36:53Z
https://github.com/python/cpython/issues/41212
1,198,805,652
41,212
[ "python", "cpython" ]
BPO | [1071516](https://bugs.python.org/issue1071516) --- | :--- Nosy | @tebeka Files | <li>[foo.py](https://bugs.python.org/file1493/foo.py "Uploaded as text/plain at 2004-12-05.15:38:54 by astrand"): Example that illustrates the problem</li><li>[cygwinpipe.c](https://bugs.python.org/file1494/cygwinpipe.c "Uploaded at 2004-12-11.08:51:15 by astrand"): Small C example that shows the 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 = None closed_at = <Date 2004-12-14.13:35:48.000> created_at = <Date 2004-11-23.08:34:13.000> labels = [] title = 'test_subprocess fails on cygwin' updated_at = <Date 2004-12-14.13:35:48.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2004-12-14.13:35:48.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-23.08:34:13.000> creator = 'tebeka' dependencies = [] files = ['1493', '1494'] hgrepos = [] issue_num = 1071516 keywords = [] message_count = 7.0 messages = ['23261', '23262', '23263', '23264', '23265', '23266', '23267'] nosy_count = 4.0 nosy_names = ['jlt63', 'astrand', 'aimacintyre', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071516' versions = [] ``` </p></details>
test_subprocess fails on cygwin
https://api.github.com/repos/python/cpython/issues/41211/comments
7
2004-11-23T08:34:13Z
2022-04-09T23:36:52Z
https://github.com/python/cpython/issues/41211
1,198,805,646
41,211
[ "python", "cpython" ]
BPO | [1071514](https://bugs.python.org/issue1071514) --- | :--- Nosy | @brettcannon, @tebeka <sup>*Note: these values reflect the state of the issue at 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 2004-11-24.03:08:09.000> created_at = <Date 2004-11-23.08:30:57.000> labels = ['expert-tkinter'] title = 'test_tcl fails on cygwin' updated_at = <Date 2004-11-24.03:08:09.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.03:08:09.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2004-11-23.08:30:57.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 1071514 keywords = [] message_count = 2.0 messages = ['23259', '23260'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071514' versions = [] ``` </p></details>
test_tcl fails on cygwin
https://api.github.com/repos/python/cpython/issues/41210/comments
2
2004-11-23T08:30:57Z
2022-04-09T23:36:52Z
https://github.com/python/cpython/issues/41210
1,198,805,640
41,210
[ "python", "cpython" ]
BPO | [1071513](https://bugs.python.org/issue1071513) --- | :--- Nosy | @tebeka <sup>*Note: these values reflect the state of the issue at 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 2004-12-06.20:53:32.000> created_at = <Date 2004-11-23.08:29:15.000> labels = ['library'] title = 'test_sutil fails on cygwin' updated_at = <Date 2004-12-06.20:53:32.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2004-12-06.20:53:32.000> actor = 'jlgijsbers' assignee = 'jlgijsbers' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-23.08:29:15.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 1071513 keywords = [] message_count = 5.0 messages = ['23254', '23255', '23256', '23257', '23258'] nosy_count = 2.0 nosy_names = ['jlgijsbers', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071513' versions = ['Python 2.4'] ``` </p></details>
test_sutil fails on cygwin
https://api.github.com/repos/python/cpython/issues/41209/comments
5
2004-11-23T08:29:15Z
2022-04-09T23:36:50Z
https://github.com/python/cpython/issues/41209
1,198,805,634
41,209
[ "python", "cpython" ]
BPO | [1071459](https://bugs.python.org/issue1071459) --- | :--- Nosy | @warsaw <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2004-11-23.14:05:19.000> created_at = <Date 2004-11-23.05:19:31.000> labels = ['type-feature', 'library'] title = 'email: no way to add additional parameter to Content-Type' updated_at = <Date 2004-11-23.14:05:19.000> user = 'https://bugs.python.org/tlau' ``` bugs.python.org fields: ```python activity = <Date 2004-11-23.14:05:19.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-23.05:19:31.000> creator = 'tlau' dependencies = [] files = [] hgrepos = [] issue_num = 1071459 keywords = [] message_count = 2.0 messages = ['23252', '23253'] nosy_count = 2.0 nosy_names = ['barry', 'tlau'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1071459' versions = [] ``` </p></details>
email: no way to add additional parameter to Content-Type
https://api.github.com/repos/python/cpython/issues/41208/comments
2
2004-11-23T05:19:31Z
2022-04-09T23:36:50Z
https://github.com/python/cpython/issues/41208
1,198,805,632
41,208
[ "python", "cpython" ]
BPO | [1071248](https://bugs.python.org/issue1071248) --- | :--- 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 2006-07-30.11:02:25.000> created_at = <Date 2004-11-22.20:26:09.000> labels = ['docs'] title = 'Documented grammar for List displays incorrect (testlist)' updated_at = <Date 2006-07-30.11:02:25.000> user = 'https://bugs.python.org/kermode' ``` bugs.python.org fields: ```python activity = <Date 2006-07-30.11:02:25.000> actor = 'georg.brandl' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-22.20:26:09.000> creator = 'kermode' dependencies = [] files = [] hgrepos = [] issue_num = 1071248 keywords = [] message_count = 4.0 messages = ['23248', '23249', '23250', '23251'] nosy_count = 4.0 nosy_names = ['jhylton', 'georg.brandl', 'kermode', 'grubert'] pr_nums = [] priority = 'normal' resolution = 'later' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071248' versions = ['Python 2.4'] ``` </p></details>
Documented grammar for List displays incorrect (testlist)
https://api.github.com/repos/python/cpython/issues/41207/comments
4
2004-11-22T20:26:09Z
2022-04-09T23:36:48Z
https://github.com/python/cpython/issues/41207
1,198,805,629
41,207
[ "python", "cpython" ]
BPO | [1071147](https://bugs.python.org/issue1071147) --- | :--- Nosy | @facundobatista <sup>*Note: these values reflect the state of the issue at 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 2004-11-24.22:05:57.000> created_at = <Date 2004-11-22.17:30:12.000> labels = ['library'] title = 'urllib2 authentication redirection error(?)' updated_at = <Date 2004-11-24.22:05:57.000> user = 'https://bugs.python.org/allanbwilson' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.22:05:57.000> actor = 'allanbwilson' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-22.17:30:12.000> creator = 'allanbwilson' dependencies = [] files = [] hgrepos = [] issue_num = 1071147 keywords = [] message_count = 3.0 messages = ['23245', '23246', '23247'] nosy_count = 2.0 nosy_names = ['facundobatista', 'allanbwilson'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071147' versions = ['Python 2.3'] ``` </p></details>
urllib2 authentication redirection error(?)
https://api.github.com/repos/python/cpython/issues/41206/comments
3
2004-11-22T17:30:12Z
2022-04-09T23:36:47Z
https://github.com/python/cpython/issues/41206
1,198,805,626
41,206
[ "python", "cpython" ]
BPO | [1071094](https://bugs.python.org/issue1071094) --- | :--- Nosy | @freddrake, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2005-07-14.16:56:32.000> created_at = <Date 2004-11-22.16:15:40.000> labels = ['docs'] title = 'some latex reject the pdfinfo macro while generating html' updated_at = <Date 2005-07-14.16:56:32.000> user = 'https://bugs.python.org/maparent' ``` bugs.python.org fields: ```python activity = <Date 2005-07-14.16:56:32.000> actor = 'georg.brandl' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-22.16:15:40.000> creator = 'maparent' dependencies = [] files = [] hgrepos = [] issue_num = 1071094 keywords = [] message_count = 7.0 messages = ['23238', '23239', '23240', '23241', '23242', '23243', '23244'] nosy_count = 5.0 nosy_names = ['fdrake', 'georg.brandl', 'maparent', 'bmaret', 'stroeder'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071094' versions = ['Python 2.4'] ``` </p></details>
some latex reject the pdfinfo macro while generating html
https://api.github.com/repos/python/cpython/issues/41205/comments
7
2004-11-22T16:15:40Z
2022-04-09T23:36:47Z
https://github.com/python/cpython/issues/41205
1,198,805,623
41,205
[ "python", "cpython" ]
BPO | [1071087](https://bugs.python.org/issue1071087) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2004-11-22.16:49:53.000> created_at = <Date 2004-11-22.16:02:29.000> labels = ['docs'] title = 'os.walk example for deleting a full tree is sometime wrong' updated_at = <Date 2004-11-22.16:49:53.000> user = 'https://bugs.python.org/bornet' ``` bugs.python.org fields: ```python activity = <Date 2004-11-22.16:49:53.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-22.16:02:29.000> creator = 'bornet' dependencies = [] files = [] hgrepos = [] issue_num = 1071087 keywords = [] message_count = 4.0 messages = ['23234', '23235', '23236', '23237'] nosy_count = 2.0 nosy_names = ['tim.peters', 'bornet'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1071087' versions = [] ``` </p></details>
os.walk example for deleting a full tree is sometime wrong
https://api.github.com/repos/python/cpython/issues/41204/comments
4
2004-11-22T16:02:29Z
2022-04-09T23:36:45Z
https://github.com/python/cpython/issues/41204
1,198,805,619
41,204
[ "python", "cpython" ]
BPO | [1070735](https://bugs.python.org/issue1070735) --- | :--- <sup>*Note: these values reflect the state of the issue at 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-05-22.18:39:27.000> created_at = <Date 2004-11-22.02:01:03.000> labels = ['library'] title = 'urllib2 authentication redirection error(?)' updated_at = <Date 2005-05-22.18:39:27.000> user = 'https://bugs.python.org/allanbwilson' ``` bugs.python.org fields: ```python activity = <Date 2005-05-22.18:39:27.000> actor = 'allanbwilson' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-22.02:01:03.000> creator = 'allanbwilson' dependencies = [] files = [] hgrepos = [] issue_num = 1070735 keywords = [] message_count = 3.0 messages = ['23231', '23232', '23233'] nosy_count = 2.0 nosy_names = ['jjlee', 'allanbwilson'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1070735' versions = ['Python 2.3'] ``` </p></details>
urllib2 authentication redirection error(?)
https://api.github.com/repos/python/cpython/issues/41203/comments
3
2004-11-22T02:01:03Z
2022-04-09T23:36:44Z
https://github.com/python/cpython/issues/41203
1,198,805,607
41,203
[ "python", "cpython" ]
BPO | [1070218](https://bugs.python.org/issue1070218) --- | :--- Nosy | @loewis Files | <li>[token.patch](https://bugs.python.org/file6370/token.patch "Uploaded as text/plain at 2004-11-20.21:58:24 by logistix"): patch for token.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-11-19.08:33:12.000> created_at = <Date 2004-11-20.21:58:24.000> labels = ['library'] title = 'Add BLANK_LINE to token.py' updated_at = <Date 2006-11-19.08:33:12.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2006-11-19.08:33:12.000> actor = 'loewis' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-20.21:58:24.000> creator = 'logistix' dependencies = [] files = ['6370'] hgrepos = [] issue_num = 1070218 keywords = ['patch'] message_count = 3.0 messages = ['47314', '47315', '47316'] nosy_count = 3.0 nosy_names = ['loewis', 'jhylton', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1070218' versions = [] ``` </p></details>
Add BLANK_LINE to token.py
https://api.github.com/repos/python/cpython/issues/41202/comments
3
2004-11-20T21:58:24Z
2022-04-09T23:36:42Z
https://github.com/python/cpython/issues/41202
1,198,805,605
41,202
[ "python", "cpython" ]
BPO | [1070140](https://bugs.python.org/issue1070140) --- | :--- 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 2009-04-25.21:38:39.607> created_at = <Date 2004-11-20.19:01:34.000> labels = ['invalid', 'expert-installation'] title = 'endianness detection fails on IRIX 5.3' updated_at = <Date 2009-04-25.21:38:39.606> user = 'https://bugs.python.org/gschwarz' ``` bugs.python.org fields: ```python activity = <Date 2009-04-25.21:38:39.606> actor = 'ajaksu2' assignee = 'none' closed = True closed_date = <Date 2009-04-25.21:38:39.607> closer = 'ajaksu2' components = ['Installation'] creation = <Date 2004-11-20.19:01:34.000> creator = 'gschwarz' dependencies = [] files = [] hgrepos = [] issue_num = 1070140 keywords = [] message_count = 2.0 messages = ['60602', '60603'] nosy_count = 2.0 nosy_names = ['loewis', 'gschwarz'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1070140' versions = ['Python 2.3'] ``` </p></details>
endianness detection fails on IRIX 5.3
https://api.github.com/repos/python/cpython/issues/41201/comments
2
2004-11-20T19:01:34Z
2022-04-09T23:36:41Z
https://github.com/python/cpython/issues/41201
1,198,805,601
41,201
[ "python", "cpython" ]
BPO | [1070121](https://bugs.python.org/issue1070121) --- | :--- Nosy | @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-11-21.20:14:19.000> created_at = <Date 2004-11-20.18:35:57.000> labels = ['invalid'] title = 'setup.py fails - cannot find byteyears.py' updated_at = <Date 2004-11-21.20:14:19.000> user = 'https://bugs.python.org/crescentd' ``` bugs.python.org fields: ```python activity = <Date 2004-11-21.20:14:19.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2004-11-20.18:35:57.000> creator = 'crescentd' dependencies = [] files = [] hgrepos = [] issue_num = 1070121 keywords = [] message_count = 6.0 messages = ['23225', '23226', '23227', '23228', '23229', '23230'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'crescentd'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1070121' versions = ['Python 2.3'] ``` </p></details>
setup.py fails - cannot find byteyears.py
https://api.github.com/repos/python/cpython/issues/41200/comments
6
2004-11-20T18:35:57Z
2022-04-09T23:36:40Z
https://github.com/python/cpython/issues/41200
1,198,805,594
41,200
[ "python", "cpython" ]
BPO | [1070046](https://bugs.python.org/issue1070046) --- | :--- Nosy | @loewis Files | <li>[new-style.patch](https://bugs.python.org/file6369/new-style.patch "Uploaded as text/plain at 2004-11-20.15:36:13 by gabrielpastor"): path for supporting marshalling of new-style classes in xmlrpclib</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-11-19.18:55:20.000> created_at = <Date 2004-11-20.15:36:13.000> labels = ['extension-modules'] title = 'xmlrpclib - marshalling new-style classes.' updated_at = <Date 2006-11-19.18:55:20.000> user = 'https://bugs.python.org/gabrielpastor' ``` bugs.python.org fields: ```python activity = <Date 2006-11-19.18:55:20.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-20.15:36:13.000> creator = 'gabrielpastor' dependencies = [] files = ['6369'] hgrepos = [] issue_num = 1070046 keywords = ['patch'] message_count = 2.0 messages = ['47312', '47313'] nosy_count = 2.0 nosy_names = ['loewis', 'gabrielpastor'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1070046' versions = [] ``` </p></details>
xmlrpclib - marshalling new-style classes.
https://api.github.com/repos/python/cpython/issues/41199/comments
2
2004-11-20T15:36:13Z
2022-04-09T23:36:39Z
https://github.com/python/cpython/issues/41199
1,198,805,590
41,199
[ "python", "cpython" ]
BPO | [1069624](https://bugs.python.org/issue1069624) --- | :--- Nosy | @birkenfeld Files | <li>[python-af_packet.diff](https://bugs.python.org/file6368/python-af_packet.diff "Uploaded as text/plain at 2004-11-19.19:00:20 by gustavo"): patch, fix AF_PACKET address parsing</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-26.12:54:48.000> created_at = <Date 2004-11-19.19:00:19.000> labels = ['extension-modules'] title = 'incomplete support for AF_PACKET in socketmodule.c' updated_at = <Date 2005-03-26.12:54:48.000> user = 'https://bugs.python.org/gustavo' ``` bugs.python.org fields: ```python activity = <Date 2005-03-26.12:54:48.000> actor = 'gustavo' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-19.19:00:19.000> creator = 'gustavo' dependencies = [] files = ['6368'] hgrepos = [] issue_num = 1069624 keywords = ['patch'] message_count = 4.0 messages = ['47308', '47309', '47310', '47311'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'gustavo'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069624' versions = [] ``` </p></details>
incomplete support for AF_PACKET in socketmodule.c
https://api.github.com/repos/python/cpython/issues/41198/comments
4
2004-11-19T19:00:19Z
2022-04-09T23:36:38Z
https://github.com/python/cpython/issues/41198
1,198,805,585
41,198
[ "python", "cpython" ]
BPO | [1069433](https://bugs.python.org/issue1069433) --- | :--- Nosy | @kbkaiser, @ncoghlan <sup>*Note: these values reflect the state of the issue at 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 2006-07-27.02:33:51.000> created_at = <Date 2004-11-19.14:33:08.000> labels = ['expert-IDLE', 'invalid'] title = 'Python 2.4c1 test_univnewlines.py fails within IDLE IDE' updated_at = <Date 2006-07-27.02:33:51.000> user = 'https://bugs.python.org/pieterb' ``` bugs.python.org fields: ```python activity = <Date 2006-07-27.02:33:51.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2004-11-19.14:33:08.000> creator = 'pieterb' dependencies = [] files = [] hgrepos = [] issue_num = 1069433 keywords = [] message_count = 7.0 messages = ['23218', '23219', '23220', '23221', '23222', '23223', '23224'] nosy_count = 4.0 nosy_names = ['kbk', 'scott_daniels', 'pieterb', 'ncoghlan'] pr_nums = [] priority = 'low' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069433' versions = ['Python 2.4'] ``` </p></details>
Python 2.4c1 test_univnewlines.py fails within IDLE IDE
https://api.github.com/repos/python/cpython/issues/41197/comments
7
2004-11-19T14:33:08Z
2022-04-09T23:36:38Z
https://github.com/python/cpython/issues/41197
1,198,805,580
41,197
[ "python", "cpython" ]
BPO | [1069410](https://bugs.python.org/issue1069410) --- | :--- Nosy | @birkenfeld, @tiran <sup>*Note: these values reflect the state of the issue at 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/tiran' closed_at = <Date 2008-01-23.17:15:27.803> created_at = <Date 2004-11-19.14:02:14.000> labels = ['interpreter-core'] title = 'import on Windows: please call SetErrorMode first' updated_at = <Date 2009-06-10.17:57:30.684> user = 'https://bugs.python.org/papadopo' ``` bugs.python.org fields: ```python activity = <Date 2009-06-10.17:57:30.684> actor = 'srid' assignee = 'christian.heimes' closed = True closed_date = <Date 2008-01-23.17:15:27.803> closer = 'christian.heimes' components = ['Interpreter Core'] creation = <Date 2004-11-19.14:02:14.000> creator = 'papadopo' dependencies = [] files = [] hgrepos = [] issue_num = 1069410 keywords = [] message_count = 5.0 messages = ['60600', '60601', '61344', '61591', '89220'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'papadopo', 'christian.heimes', 'srid'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069410' versions = ['Python 2.6'] ``` </p></details>
import on Windows: please call SetErrorMode first
https://api.github.com/repos/python/cpython/issues/41196/comments
5
2004-11-19T14:02:14Z
2022-04-09T23:36:37Z
https://github.com/python/cpython/issues/41196
1,198,805,575
41,196
[ "python", "cpython" ]
BPO | [1069409](https://bugs.python.org/issue1069409) --- | :--- Nosy | @rhettinger, @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 = 'https://github.com/kbkaiser' closed_at = <Date 2004-12-20.00:20:47.000> created_at = <Date 2004-11-19.14:01:48.000> labels = ['expert-IDLE'] title = 'C:\\Python24\\Lib\\compileall.py returns False' updated_at = <Date 2004-12-20.00:20:47.000> user = 'https://bugs.python.org/pieterb' ``` bugs.python.org fields: ```python activity = <Date 2004-12-20.00:20:47.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2004-11-19.14:01:48.000> creator = 'pieterb' dependencies = [] files = [] hgrepos = [] issue_num = 1069409 keywords = [] message_count = 3.0 messages = ['23215', '23216', '23217'] nosy_count = 3.0 nosy_names = ['rhettinger', 'kbk', 'pieterb'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069409' versions = ['Python 2.4'] ``` </p></details>
C:\Python24\Lib\compileall.py returns False
https://api.github.com/repos/python/cpython/issues/41195/comments
3
2004-11-19T14:01:48Z
2022-04-09T23:36:35Z
https://github.com/python/cpython/issues/41195
1,198,805,570
41,195
[ "python", "cpython" ]
BPO | [1069287](https://bugs.python.org/issue1069287) --- | :--- 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 2004-11-20.01:27:35.000> created_at = <Date 2004-11-19.09:31:53.000> labels = ['docs'] title = '"Python/C API Reference Manual" lost one Function' updated_at = <Date 2004-11-20.01:27:35.000> user = 'https://bugs.python.org/fullsail' ``` bugs.python.org fields: ```python activity = <Date 2004-11-20.01:27:35.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-19.09:31:53.000> creator = 'fullsail' dependencies = [] files = [] hgrepos = [] issue_num = 1069287 keywords = [] message_count = 3.0 messages = ['23212', '23213', '23214'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'fullsail'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069287' versions = ['Python 2.3'] ``` </p></details>
"Python/C API Reference Manual" lost one Function
https://api.github.com/repos/python/cpython/issues/41194/comments
3
2004-11-19T09:31:53Z
2022-04-09T23:36:35Z
https://github.com/python/cpython/issues/41194
1,198,805,566
41,194
[ "python", "cpython" ]
BPO | [1069198](https://bugs.python.org/issue1069198) --- | :--- Nosy | @brettcannon, @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 2004-11-25.04:18:29.000> created_at = <Date 2004-11-19.03:38:02.000> labels = ['invalid'] title = 'OS X (Panther) Framework Install causes version mismatch' updated_at = <Date 2004-11-25.04:18:29.000> user = 'https://bugs.python.org/daveron' ``` bugs.python.org fields: ```python activity = <Date 2004-11-25.04:18:29.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-19.03:38:02.000> creator = 'daveron' dependencies = [] files = [] hgrepos = [] issue_num = 1069198 keywords = [] message_count = 4.0 messages = ['23208', '23209', '23210', '23211'] nosy_count = 4.0 nosy_names = ['brett.cannon', 'bob.ippolito', 'daveron', 'maparent'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069198' versions = [] ``` </p></details>
OS X (Panther) Framework Install causes version mismatch
https://api.github.com/repos/python/cpython/issues/41193/comments
4
2004-11-19T03:38:02Z
2022-04-09T23:36:32Z
https://github.com/python/cpython/issues/41193
1,198,805,562
41,193
[ "python", "cpython" ]
BPO | [1069160](https://bugs.python.org/issue1069160) --- | :--- Nosy | @gvanrossum, @tim-one, @arigo, @aleaxit, @rhettinger Files | <li>[async-exc-lock.diff](https://bugs.python.org/file1491/async-exc-lock.diff "Uploaded as text/plain at 2005-02-02.11:19:40 by @arigo"): HEAD_LOCK/HEAD_UNLOCK</li><li>[asyncexctest.py](https://bugs.python.org/file1492/asyncexctest.py "Uploaded as text/plain at 2005-02-07.19:17:01 by jvr"): depends on ctypes</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.22:55:36.000> created_at = <Date 2004-11-19.01:48:41.000> labels = ['interpreter-core'] title = 'PyThreadState_SetAsyncExc segfault' updated_at = <Date 2006-08-10.22:55:36.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2006-08-10.22:55:36.000> actor = 'tim.peters' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-19.01:48:41.000> creator = 'tim.peters' dependencies = [] files = ['1491', '1492'] hgrepos = [] issue_num = 1069160 keywords = [] message_count = 16.0 messages = ['23192', '23193', '23194', '23195', '23196', '23197', '23198', '23199', '23200', '23201', '23202', '23203', '23204', '23205', '23206', '23207'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'tim.peters', 'arigo', 'aleax', 'rhettinger', 'jvr'] pr_nums = [] priority = 'high' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1069160' versions = ['Python 2.4'] ``` </p></details>
PyThreadState_SetAsyncExc segfault
https://api.github.com/repos/python/cpython/issues/41192/comments
16
2004-11-19T01:48:41Z
2022-04-09T23:36:32Z
https://github.com/python/cpython/issues/41192
1,198,805,559
41,192
[ "python", "cpython" ]
BPO | [1069092](https://bugs.python.org/issue1069092) --- | :--- Nosy | @birkenfeld, @terryjreedy, @vstinner, @benjaminp, @bitdancer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2013-11-05.06:10:45.109> created_at = <Date 2004-11-18.23:31:34.000> labels = ['interpreter-core', 'type-crash'] title = 'segfault on printing deeply nested structures (2.7 only)' updated_at = <Date 2013-11-05.06:10:45.107> user = 'https://bugs.python.org/jonaskoelker' ``` bugs.python.org fields: ```python activity = <Date 2013-11-05.06:10:45.107> actor = 'benjamin.peterson' assignee = 'none' closed = True closed_date = <Date 2013-11-05.06:10:45.109> closer = 'benjamin.peterson' components = ['Interpreter Core'] creation = <Date 2004-11-18.23:31:34.000> creator = 'jonaskoelker' dependencies = [] files = [] hgrepos = [] issue_num = 1069092 keywords = [] message_count = 11.0 messages = ['60597', '60598', '60599', '74020', '75364', '101503', '101520', '101525', '114391', '202192', '202196'] nosy_count = 7.0 nosy_names = ['georg.brandl', 'terry.reedy', 'vstinner', 'jonaskoelker', 'benjamin.peterson', 'r.david.murray', 'BreamoreBoy'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = 'needs patch' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue1069092' versions = ['Python 2.6', 'Python 2.7'] ``` </p></details>
segfault on printing deeply nested structures (2.7 only)
https://api.github.com/repos/python/cpython/issues/41191/comments
11
2004-11-18T23:31:34Z
2022-04-09T23:36:30Z
https://github.com/python/cpython/issues/41191
1,198,805,553
41,191
[ "python", "cpython" ]
BPO | [1068881](https://bugs.python.org/issue1068881) --- | :--- 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 2008-03-21.05:07:52.892> created_at = <Date 2004-11-18.17:48:24.000> labels = ['expert-tkinter'] title = 'TclError not a subclass of StandardError' updated_at = <Date 2008-03-21.05:07:52.883> user = 'https://bugs.python.org/reowen' ``` bugs.python.org fields: ```python activity = <Date 2008-03-21.05:07:52.883> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = <Date 2008-03-21.05:07:52.892> closer = 'nnorwitz' components = ['Tkinter'] creation = <Date 2004-11-18.17:48:24.000> creator = 'reowen' dependencies = [] files = [] hgrepos = [] issue_num = 1068881 keywords = [] message_count = 2.0 messages = ['60596', '64232'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'reowen'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1068881' versions = ['Python 2.3'] ``` </p></details>
TclError not a subclass of StandardError
https://api.github.com/repos/python/cpython/issues/41190/comments
2
2004-11-18T17:48:24Z
2022-04-09T23:36:29Z
https://github.com/python/cpython/issues/41190
1,198,805,550
41,190
[ "python", "cpython" ]
BPO | [1068590](https://bugs.python.org/issue1068590) --- | :--- Nosy | @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 = None closed_at = <Date 2004-11-24.07:28:24.000> created_at = <Date 2004-11-18.10:51:51.000> labels = ['interpreter-core'] title = 'confusing new method names for lists' updated_at = <Date 2004-11-24.07:28:24.000> user = 'https://bugs.python.org/mcernie' ``` bugs.python.org fields: ```python activity = <Date 2004-11-24.07:28:24.000> actor = 'terry.reedy' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-18.10:51:51.000> creator = 'mcernie' dependencies = [] files = [] hgrepos = [] issue_num = 1068590 keywords = [] message_count = 4.0 messages = ['23188', '23189', '23190', '23191'] nosy_count = 3.0 nosy_names = ['rhettinger', 'terry.reedy', 'mcernie'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1068590' versions = ['Python 2.4'] ``` </p></details>
confusing new method names for lists
https://api.github.com/repos/python/cpython/issues/41189/comments
4
2004-11-18T10:51:51Z
2022-04-09T23:36:28Z
https://github.com/python/cpython/issues/41189
1,198,805,545
41,189
[ "python", "cpython" ]
BPO | [1068477](https://bugs.python.org/issue1068477) --- | :--- Nosy | @akuchling, @birkenfeld, @devdanzin Superseder | <li>bpo-1309567: linecache module returns wrong results</li> Files | <li>[pybug.tar.gz](https://bugs.python.org/file1490/pybug.tar.gz "Uploaded at 2004-11-18.23:43:07 by tleslie")</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-05-05.08:21:17.482> created_at = <Date 2004-11-18.06:32:39.000> labels = ['type-bug', 'library'] title = 'linecache.py::updatecache strips directory info from files' updated_at = <Date 2009-05-05.08:25:21.067> user = 'https://bugs.python.org/tleslie' ``` bugs.python.org fields: ```python activity = <Date 2009-05-05.08:25:21.067> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2009-05-05.08:21:17.482> closer = 'georg.brandl' components = ['Library (Lib)'] creation = <Date 2004-11-18.06:32:39.000> creator = 'tleslie' dependencies = [] files = ['1490'] hgrepos = [] issue_num = 1068477 keywords = [] message_count = 7.0 messages = ['23184', '23185', '23186', '23187', '69033', '86547', '87223'] nosy_count = 5.0 nosy_names = ['akuchling', 'georg.brandl', 'tleslie', 'ajaksu2', 'ndim'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '1309567' type = 'behavior' url = 'https://bugs.python.org/issue1068477' versions = ['Python 2.5'] ``` </p></details>
linecache.py::updatecache strips directory info from files
https://api.github.com/repos/python/cpython/issues/41188/comments
7
2004-11-18T06:32:39Z
2022-04-09T23:36:27Z
https://github.com/python/cpython/issues/41188
1,198,805,540
41,188
[ "python", "cpython" ]
BPO | [1068456](https://bugs.python.org/issue1068456) --- | :--- Nosy | @rhettinger Files | <li>[libpdb.patch](https://bugs.python.org/file6367/libpdb.patch "Uploaded as text/plain at 2004-11-18.05:01:29 by isandler")</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 2004-11-18.06:14:46.000> created_at = <Date 2004-11-18.05:01:27.000> labels = ['docs'] title = 'small update for pdb docs' updated_at = <Date 2004-11-18.06:14:46.000> user = 'https://bugs.python.org/isandler' ``` bugs.python.org fields: ```python activity = <Date 2004-11-18.06:14:46.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-18.05:01:27.000> creator = 'isandler' dependencies = [] files = ['6367'] hgrepos = [] issue_num = 1068456 keywords = ['patch'] message_count = 2.0 messages = ['47306', '47307'] nosy_count = 2.0 nosy_names = ['rhettinger', 'isandler'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1068456' versions = [] ``` </p></details>
small update for pdb docs
https://api.github.com/repos/python/cpython/issues/41187/comments
2
2004-11-18T05:01:27Z
2022-04-09T23:36:25Z
https://github.com/python/cpython/issues/41187
1,198,805,538
41,187
[ "python", "cpython" ]
BPO | [1068277](https://bugs.python.org/issue1068277) --- | :--- Nosy | @freddrake, @akuchling, @arigo Files | <li>[libposixpath.tex.patch](https://bugs.python.org/file6366/libposixpath.tex.patch "Uploaded as text/plain at 2004-11-17.21:20:03 by aminusfu"): libposixpath.tex.patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2006-07-29.19:57:20.000> created_at = <Date 2004-11-17.21:20:03.000> labels = ['docs'] title = 'os.path.exists returns False if no permission' updated_at = <Date 2006-07-29.19:57:20.000> user = 'https://bugs.python.org/aminusfu' ``` bugs.python.org fields: ```python activity = <Date 2006-07-29.19:57:20.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-17.21:20:03.000> creator = 'aminusfu' dependencies = [] files = ['6366'] hgrepos = [] issue_num = 1068277 keywords = ['patch'] message_count = 5.0 messages = ['47301', '47302', '47303', '47304', '47305'] nosy_count = 4.0 nosy_names = ['fdrake', 'akuchling', 'arigo', 'aminusfu'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1068277' versions = ['Python 2.5'] ``` </p></details>
os.path.exists returns False if no permission
https://api.github.com/repos/python/cpython/issues/41186/comments
5
2004-11-17T21:20:03Z
2022-04-09T23:36:25Z
https://github.com/python/cpython/issues/41186
1,198,805,536
41,186
[ "python", "cpython" ]
BPO | [1068268](https://bugs.python.org/issue1068268) --- | :--- Nosy | @gpshead, @amauryfa, @nirs, @naufraghi, @bitdancer, @rnk, @davidmalcolm Files | <li>[nointr.patch](https://bugs.python.org/file1489/nointr.patch "Uploaded as text/plain at 2004-11-17.21:09:14 by astrand"): Patch for subprocess.py and test_subprocess.py</li><li>[no-EINTR-subprocess.py-25-maint-r65475.patch](https://bugs.python.org/file12438/no-EINTR-subprocess.py-25-maint-r65475.patch "Uploaded as text/plain at 2008-12-24.10:36:19 by @naufraghi"): no EINTR patch upgraded to 25-maint r65475</li><li>[trunk-diff-unified.txt](https://bugs.python.org/file14700/trunk-diff-unified.txt "Uploaded as text/plain at 2009-08-12.18:31:50 by cmiller"): patch against trunk</li><li>[bugtest.py](https://bugs.python.org/file15869/bugtest.py "Uploaded as text/plain at 2010-01-14.10:58:59 by mathmodave"): Reproduces fault</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gpshead' closed_at = <Date 2010-03-01.00:44:25.834> created_at = <Date 2004-11-17.21:07:57.000> labels = ['type-bug', 'library'] title = 'subprocess is not EINTR-safe' updated_at = <Date 2010-03-01.00:44:37.753> user = 'https://bugs.python.org/astrand' ``` bugs.python.org fields: ```python activity = <Date 2010-03-01.00:44:37.753> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = <Date 2010-03-01.00:44:25.834> closer = 'gregory.p.smith' components = ['Library (Lib)'] creation = <Date 2004-11-17.21:07:57.000> creator = 'astrand' dependencies = [] files = ['1489', '12438', '14700', '15869'] hgrepos = [] issue_num = 1068268 keywords = ['patch'] message_count = 29.0 messages = ['23177', '23178', '23179', '23180', '23181', '23182', '23183', '57055', '64821', '64832', '69397', '70433', '72593', '72596', '72709', '73336', '74916', '74924', '78033', '78103', '78246', '78253', '78254', '78259', '79391', '91502', '97756', '100228', '100230'] nosy_count = 16.0 nosy_names = ['gregory.p.smith', 'astrand', 'amaury.forgeotdarc', 'nirs', 'mattjohnston', 'mpitt', 'timjr', 'jyasskin', 'schmir', 'jnoller', 'naufraghi', 'r.david.murray', 'rnk', 'cmiller', 'dmalcolm', 'mathmodave'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1068268' versions = ['Python 2.6', 'Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
subprocess is not EINTR-safe
https://api.github.com/repos/python/cpython/issues/41185/comments
29
2004-11-17T21:07:57Z
2022-04-09T23:36:24Z
https://github.com/python/cpython/issues/41185
1,198,805,533
41,185
[ "python", "cpython" ]
BPO | [1067760](https://bugs.python.org/issue1067760) --- | :--- Nosy | @loewis Files | <li>[fileobject.patch](https://bugs.python.org/file6364/fileobject.patch "Uploaded as text/plain at 2004-11-17.01:32:26 by churchr"): Patch against 2.3.4 to fix 1067728</li><li>[file.diff](https://bugs.python.org/file6365/file.diff "Uploaded as text/plain at 2006-11-12.10:56:07 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-11-12.18:26:20.000> created_at = <Date 2004-11-17.01:28:23.000> labels = [] title = 'fix for 1067728: Better handling of float arguments to seek' updated_at = <Date 2006-11-12.18:26:20.000> user = 'https://bugs.python.org/churchr' ``` bugs.python.org fields: ```python activity = <Date 2006-11-12.18:26:20.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-17.01:28:23.000> creator = 'churchr' dependencies = [] files = ['6364', '6365'] hgrepos = [] issue_num = 1067760 keywords = ['patch'] message_count = 8.0 messages = ['47293', '47294', '47295', '47296', '47297', '47298', '47299', '47300'] nosy_count = 4.0 nosy_names = ['loewis', 'orenti', 'titus', 'churchr'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067760' versions = [] ``` </p></details>
fix for 1067728: Better handling of float arguments to seek
https://api.github.com/repos/python/cpython/issues/41184/comments
8
2004-11-17T01:28:23Z
2022-04-09T23:36:22Z
https://github.com/python/cpython/issues/41184
1,198,805,531
41,184
[ "python", "cpython" ]
BPO | [1067756](https://bugs.python.org/issue1067756) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2004-11-17.01:47:10.000> created_at = <Date 2004-11-17.01:10:40.000> labels = ['interpreter-core'] title = 'Overflow error seek()ing with float values > (2 ** 31) - 1' updated_at = <Date 2004-11-17.01:47:10.000> user = 'https://bugs.python.org/churchr' ``` bugs.python.org fields: ```python activity = <Date 2004-11-17.01:47:10.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-17.01:10:40.000> creator = 'churchr' dependencies = [] files = [] hgrepos = [] issue_num = 1067756 keywords = [] message_count = 2.0 messages = ['23175', '23176'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'churchr'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067756' versions = ['Python 2.3'] ``` </p></details>
Overflow error seek()ing with float values > (2 ** 31) - 1
https://api.github.com/repos/python/cpython/issues/41183/comments
2
2004-11-17T01:10:40Z
2022-04-09T23:36:21Z
https://github.com/python/cpython/issues/41183
1,198,805,525
41,183
[ "python", "cpython" ]
BPO | [1067732](https://bugs.python.org/issue1067732) --- | :--- Nosy | @loewis, @theller <sup>*Note: these values reflect the state of the issue at 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 2004-12-22.15:50:55.000> created_at = <Date 2004-11-17.00:14:49.000> labels = ['library'] title = 'wininst --install-script leaves residual files on C:\\' updated_at = <Date 2004-12-22.15:50:55.000> user = 'https://bugs.python.org/jlivingston' ``` bugs.python.org fields: ```python activity = <Date 2004-12-22.15:50:55.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2004-11-17.00:14:49.000> creator = 'jlivingston' dependencies = [] files = [] hgrepos = [] issue_num = 1067732 keywords = [] message_count = 3.0 messages = ['23172', '23173', '23174'] nosy_count = 3.0 nosy_names = ['loewis', 'theller', 'jlivingston'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067732' versions = ['Python 2.3'] ``` </p></details>
wininst --install-script leaves residual files on C:\
https://api.github.com/repos/python/cpython/issues/41182/comments
3
2004-11-17T00:14:49Z
2022-04-09T23:36:21Z
https://github.com/python/cpython/issues/41182
1,198,805,521
41,182
[ "python", "cpython" ]
BPO | [1067728](https://bugs.python.org/issue1067728) --- | :--- 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 2004-11-18.06:26:04.000> created_at = <Date 2004-11-17.00:07:48.000> labels = ['interpreter-core'] title = 'Overflow error seek()ing with float values > (2 ** 31) - 1' updated_at = <Date 2004-11-18.06:26:04.000> user = 'https://bugs.python.org/churchr' ``` bugs.python.org fields: ```python activity = <Date 2004-11-18.06:26:04.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-17.00:07:48.000> creator = 'churchr' dependencies = [] files = [] hgrepos = [] issue_num = 1067728 keywords = [] message_count = 2.0 messages = ['23170', '23171'] nosy_count = 2.0 nosy_names = ['rhettinger', 'churchr'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067728' versions = ['Python 2.3'] ``` </p></details>
Overflow error seek()ing with float values > (2 ** 31) - 1
https://api.github.com/repos/python/cpython/issues/41181/comments
2
2004-11-17T00:07:48Z
2022-04-09T23:36:18Z
https://github.com/python/cpython/issues/41181
1,198,805,519
41,181
[ "python", "cpython" ]
BPO | [1067702](https://bugs.python.org/issue1067702) --- | :--- Nosy | @orsenthil, @devdanzin Files | <li>[urllibftpbug.py](https://bugs.python.org/file1488/urllibftpbug.py "Uploaded as text/plain at 2004-11-16.23:02:20 by reowen"): Sample script; instructions in header</li><li>[urllibftpbug-non-interactive.py](https://bugs.python.org/file22484/urllibftpbug-non-interactive.py "Uploaded as text/plain at 2011-06-26.13:54:35 by sschwarzer"): Test triggering the reported transfer failure without manual intervention in the interpreter.</li><li>[urllibftpbug-non-interactive-py3.py](https://bugs.python.org/file22485/urllibftpbug-non-interactive-py3.py "Uploaded as text/plain at 2011-06-26.14:53:53 by sschwarzer"): Non-interactive test script adapted for Python 3</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/orsenthil' closed_at = <Date 2011-06-26.20:45:45.611> created_at = <Date 2004-11-16.23:02:15.000> labels = ['type-bug', 'library'] title = 'urllib fails with multiple ftp transfers' updated_at = <Date 2016-09-06.08:22:09.313> user = 'https://bugs.python.org/reowen' ``` bugs.python.org fields: ```python activity = <Date 2016-09-06.08:22:09.313> actor = 'Sohaib Ahmad' assignee = 'orsenthil' closed = True closed_date = <Date 2011-06-26.20:45:45.611> closer = 'python-dev' components = ['Library (Lib)'] creation = <Date 2004-11-16.23:02:15.000> creator = 'reowen' dependencies = [] files = ['1488', '22484', '22485'] hgrepos = [] issue_num = 1067702 keywords = [] message_count = 11.0 messages = ['23169', '81794', '139177', '139178', '139180', '139185', '139186', '139217', '139249', '139700', '274539'] nosy_count = 6.0 nosy_names = ['reowen', 'sschwarzer', 'orsenthil', 'ajaksu2', 'python-dev', 'Sohaib Ahmad'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1067702' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
urllib fails with multiple ftp transfers
https://api.github.com/repos/python/cpython/issues/41180/comments
11
2004-11-16T23:02:15Z
2022-04-09T23:36:18Z
https://github.com/python/cpython/issues/41180
1,198,805,513
41,180
[ "python", "cpython" ]
BPO | [1067294](https://bugs.python.org/issue1067294) --- | :--- Nosy | @malemburg Files | <li>[python unicode char length bug.txt](https://bugs.python.org/file1487/python%20unicode%20char%20length%20bug.txt "Uploaded at 2004-11-16.11:58:42 by edschofield"): Code example exposing a bug in determining the length of utf-8 encoded strings</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/malemburg' closed_at = <Date 2004-11-16.12:12:44.000> created_at = <Date 2004-11-16.11:58:42.000> labels = ['expert-unicode'] title = "Incorrect length of unicode strings using .encode('utf-8')" updated_at = <Date 2004-11-16.12:12:44.000> user = 'https://bugs.python.org/edschofield' ``` bugs.python.org fields: ```python activity = <Date 2004-11-16.12:12:44.000> actor = 'lemburg' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2004-11-16.11:58:42.000> creator = 'edschofield' dependencies = [] files = ['1487'] hgrepos = [] issue_num = 1067294 keywords = [] message_count = 2.0 messages = ['23167', '23168'] nosy_count = 2.0 nosy_names = ['lemburg', 'edschofield'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067294' versions = ['Python 2.4'] ``` </p></details>
Incorrect length of unicode strings using .encode('utf-8')
https://api.github.com/repos/python/cpython/issues/41179/comments
2
2004-11-16T11:58:42Z
2022-04-09T23:36:17Z
https://github.com/python/cpython/issues/41179
1,198,805,509
41,179
[ "python", "cpython" ]
BPO | [1067153](https://bugs.python.org/issue1067153) --- | :--- 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 2004-12-05.19:53:31.000> created_at = <Date 2004-11-16.06:15:52.000> labels = ['invalid', 'OS-windows'] title = 'win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ...' updated_at = <Date 2004-12-05.19:53:31.000> user = 'https://bugs.python.org/jeffconnelly' ``` bugs.python.org fields: ```python activity = <Date 2004-12-05.19:53:31.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2004-11-16.06:15:52.000> creator = 'jeffconnelly' dependencies = [] files = [] hgrepos = [] issue_num = 1067153 keywords = [] message_count = 2.0 messages = ['23165', '23166'] nosy_count = 2.0 nosy_names = ['loewis', 'jeffconnelly'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067153' versions = [] ``` </p></details>
win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK, ...
https://api.github.com/repos/python/cpython/issues/41178/comments
2
2004-11-16T06:15:52Z
2022-04-09T23:36:15Z
https://github.com/python/cpython/issues/41178
1,198,805,505
41,178
[ "python", "cpython" ]
BPO | [1067023](https://bugs.python.org/issue1067023) --- | :--- Nosy | @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 = None closed_at = <Date 2004-11-18.06:23:17.000> created_at = <Date 2004-11-15.22:57:04.000> labels = ['docs'] title = 'Small typo' updated_at = <Date 2004-11-18.06:23:17.000> user = 'https://bugs.python.org/hllywood' ``` bugs.python.org fields: ```python activity = <Date 2004-11-18.06:23:17.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-15.22:57:04.000> creator = 'hllywood' dependencies = [] files = [] hgrepos = [] issue_num = 1067023 keywords = [] message_count = 3.0 messages = ['23162', '23163', '23164'] nosy_count = 3.0 nosy_names = ['rhettinger', 'terry.reedy', 'hllywood'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067023' versions = [] ``` </p></details>
Small typo
https://api.github.com/repos/python/cpython/issues/41177/comments
3
2004-11-15T22:57:04Z
2022-04-09T23:36:14Z
https://github.com/python/cpython/issues/41177
1,198,805,500
41,177
[ "python", "cpython" ]
BPO | [1067018](https://bugs.python.org/issue1067018) --- | :--- Nosy | @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 = None closed_at = <Date 2004-11-18.06:22:10.000> created_at = <Date 2004-11-15.22:50:42.000> labels = ['docs'] title = 'Obsolete info in Tutorial 9.1' updated_at = <Date 2004-11-18.06:22:10.000> user = 'https://bugs.python.org/kjohnson' ``` bugs.python.org fields: ```python activity = <Date 2004-11-18.06:22:10.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-15.22:50:42.000> creator = 'kjohnson' dependencies = [] files = [] hgrepos = [] issue_num = 1067018 keywords = [] message_count = 4.0 messages = ['23158', '23159', '23160', '23161'] nosy_count = 4.0 nosy_names = ['rhettinger', 'terry.reedy', 'jlgijsbers', 'kjohnson'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1067018' versions = ['Python 2.4'] ``` </p></details>
Obsolete info in Tutorial 9.1
https://api.github.com/repos/python/cpython/issues/41176/comments
4
2004-11-15T22:50:42Z
2022-04-09T23:36:12Z
https://github.com/python/cpython/issues/41176
1,198,805,495
41,176
[ "python", "cpython" ]
BPO | [1066607](https://bugs.python.org/issue1066607) --- | :--- Nosy | @rhettinger, @ncoghlan <sup>*Note: these values reflect the state of the issue at 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 2004-12-19.20:33:20.000> created_at = <Date 2004-11-15.11:31:29.000> labels = [] title = '"Limitations" section of profiler docs is incorrect' updated_at = <Date 2004-12-19.20:33:20.000> user = 'https://github.com/ncoghlan' ``` bugs.python.org fields: ```python activity = <Date 2004-12-19.20:33:20.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-15.11:31:29.000> creator = 'ncoghlan' dependencies = [] files = [] hgrepos = [] issue_num = 1066607 keywords = [] message_count = 2.0 messages = ['23156', '23157'] nosy_count = 2.0 nosy_names = ['rhettinger', 'ncoghlan'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066607' versions = [] ``` </p></details>
"Limitations" section of profiler docs is incorrect
https://api.github.com/repos/python/cpython/issues/41175/comments
2
2004-11-15T11:31:29Z
2022-04-09T23:36:11Z
https://github.com/python/cpython/issues/41175
1,198,805,492
41,175
[ "python", "cpython" ]
BPO | [1066546](https://bugs.python.org/issue1066546) --- | :--- Nosy | @gvanrossum, @loewis, @doerwalter, @birkenfeld, @tebeka Files | <li>[diff.txt](https://bugs.python.org/file1486/diff.txt "Uploaded as text/plain at 2005-03-14.22:17:08 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/loewis' closed_at = <Date 2005-09-15.10:26:54.000> created_at = <Date 2004-11-15.09:34:51.000> labels = ['library'] title = 'test_pwd fails on 64bit system (Opteron)' updated_at = <Date 2005-09-15.10:26:54.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2005-09-15.10:26:54.000> actor = 'georg.brandl' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-15.09:34:51.000> creator = 'tebeka' dependencies = [] files = ['1486'] hgrepos = [] issue_num = 1066546 keywords = [] message_count = 13.0 messages = ['23143', '23144', '23145', '23146', '23147', '23148', '23149', '23150', '23151', '23152', '23153', '23154', '23155'] nosy_count = 8.0 nosy_names = ['gvanrossum', 'loewis', 'doerwalter', 'nnorwitz', 'georg.brandl', 'tebeka', 'cmobarry', 'heffler'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066546' versions = ['Python 2.4'] ``` </p></details>
test_pwd fails on 64bit system (Opteron)
https://api.github.com/repos/python/cpython/issues/41174/comments
13
2004-11-15T09:34:51Z
2022-04-09T23:36:11Z
https://github.com/python/cpython/issues/41174
1,198,805,490
41,174
[ "python", "cpython" ]
BPO | [1066545](https://bugs.python.org/issue1066545) --- | :--- Nosy | @mwhudson, @hyeshik <sup>*Note: these values reflect the state of the issue at 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-09.05:37:16.000> created_at = <Date 2004-11-15.09:31:34.000> labels = [] title = 'SegFault in interactive mode when cursor is over a non-ASCII' updated_at = <Date 2006-01-09.05:37:16.000> user = 'https://bugs.python.org/theigel' ``` bugs.python.org fields: ```python activity = <Date 2006-01-09.05:37:16.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-15.09:31:34.000> creator = 'theigel' dependencies = [] files = [] hgrepos = [] issue_num = 1066545 keywords = [] message_count = 9.0 messages = ['23134', '23135', '23136', '23137', '23138', '23139', '23140', '23141', '23142'] nosy_count = 4.0 nosy_names = ['mwh', 'nnorwitz', 'hyeshik.chang', 'theigel'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066545' versions = ['Python 2.3'] ``` </p></details>
SegFault in interactive mode when cursor is over a non-ASCII
https://api.github.com/repos/python/cpython/issues/41173/comments
9
2004-11-15T09:31:34Z
2022-04-09T23:36:09Z
https://github.com/python/cpython/issues/41173
1,198,805,487
41,173
[ "python", "cpython" ]
BPO | [1066490](https://bugs.python.org/issue1066490) --- | :--- Nosy | @mwhudson, @arigo, @birkenfeld Files | <li>[newclass.py](https://bugs.python.org/file1485/newclass.py "Uploaded as text/plain at 2004-11-15.06:46:24 by kquick"): newclassprob.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/mwhudson' closed_at = <Date 2005-12-26.17:21:41.000> created_at = <Date 2004-11-15.06:46:24.000> labels = ['interpreter-core', 'invalid'] title = 'special methods become static' updated_at = <Date 2005-12-26.17:21:41.000> user = 'https://bugs.python.org/kquick' ``` bugs.python.org fields: ```python activity = <Date 2005-12-26.17:21:41.000> actor = 'arigo' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-15.06:46:24.000> creator = 'kquick' dependencies = [] files = ['1485'] hgrepos = [] issue_num = 1066490 keywords = [] message_count = 7.0 messages = ['23127', '23128', '23129', '23130', '23131', '23132', '23133'] nosy_count = 4.0 nosy_names = ['mwh', 'arigo', 'georg.brandl', 'kquick'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066490' versions = ['Python 2.3'] ``` </p></details>
special methods become static
https://api.github.com/repos/python/cpython/issues/41172/comments
7
2004-11-15T06:46:24Z
2022-04-09T23:36:09Z
https://github.com/python/cpython/issues/41172
1,198,805,484
41,172
[ "python", "cpython" ]
BPO | [1066438](https://bugs.python.org/issue1066438) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2004-11-15.03:51:21.000> created_at = <Date 2004-11-15.03:34:02.000> labels = ['docs'] title = 'datetime.replace method description error' updated_at = <Date 2004-11-15.03:51:21.000> user = 'https://bugs.python.org/alpha264' ``` bugs.python.org fields: ```python activity = <Date 2004-11-15.03:51:21.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-15.03:34:02.000> creator = 'alpha264' dependencies = [] files = [] hgrepos = [] issue_num = 1066438 keywords = [] message_count = 2.0 messages = ['23125', '23126'] nosy_count = 2.0 nosy_names = ['tim.peters', 'alpha264'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066438' versions = [] ``` </p></details>
datetime.replace method description error
https://api.github.com/repos/python/cpython/issues/41171/comments
2
2004-11-15T03:34:02Z
2022-04-09T23:36:07Z
https://github.com/python/cpython/issues/41171
1,198,805,480
41,171
[ "python", "cpython" ]
BPO | [1066036](https://bugs.python.org/issue1066036) --- | :--- 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 2004-11-18.06:50:48.000> created_at = <Date 2004-11-14.05:56:43.000> labels = ['docs'] title = 'Typo about PyErr_WriteUnraisable()' updated_at = <Date 2004-11-18.06:50:48.000> user = 'https://bugs.python.org/fullsail' ``` bugs.python.org fields: ```python activity = <Date 2004-11-18.06:50:48.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-14.05:56:43.000> creator = 'fullsail' dependencies = [] files = [] hgrepos = [] issue_num = 1066036 keywords = [] message_count = 2.0 messages = ['23123', '23124'] nosy_count = 2.0 nosy_names = ['rhettinger', 'fullsail'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1066036' versions = ['Python 2.3'] ``` </p></details>
Typo about PyErr_WriteUnraisable()
https://api.github.com/repos/python/cpython/issues/41170/comments
2
2004-11-14T05:56:43Z
2022-04-09T23:36:06Z
https://github.com/python/cpython/issues/41170
1,198,805,473
41,170
[ "python", "cpython" ]
BPO | [1065986](https://bugs.python.org/issue1065986) --- | :--- Nosy | @loewis, @rhettinger, @cben, @vstinner, @benjaminp, @merwok, @akitada, @bitdancer, @taschini Files | <li>[PYDOC-UNICODE.diff](https://bugs.python.org/file6363/PYDOC-UNICODE.diff "Uploaded as text/plain at 2004-11-14.01:36:55 by @cben"): Path to Lib/pydoc.py to use unicode when needed</li><li>[issue1065986.patch](https://bugs.python.org/file25380/issue1065986.patch "Uploaded as text/plain at 2012-04-27.12:21:58 by @taschini")</li><li>[issue1065986-2.patch](https://bugs.python.org/file31793/issue1065986-2.patch "Uploaded as text/plain at 2013-09-16.10:17:02 by @akitada")</li><li>[issue1065986-3.patch](https://bugs.python.org/file31832/issue1065986-3.patch "Uploaded as text/plain at 2013-09-21.07:05:10 by @akitada")</li><li>[issue1065986-4.patch](https://bugs.python.org/file32721/issue1065986-4.patch "Uploaded as text/plain at 2013-11-20.14:59:08 by @akitada")</li><li>[issue1065986-5.patch](https://bugs.python.org/file32738/issue1065986-5.patch "Uploaded as text/plain at 2013-11-20.23:43:40 by @akitada")</li><li>[issue1065986-6.patch](https://bugs.python.org/file33316/issue1065986-6.patch "Uploaded as text/plain at 2014-01-05.07:58:52 by @akitada")</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 2014-01-05.20:42:28.609> created_at = <Date 2004-11-14.01:36:55.000> labels = ['type-bug', 'library'] title = 'Fix pydoc crashing on unicode strings' updated_at = <Date 2014-01-05.22:14:27.082> user = 'https://github.com/cben' ``` bugs.python.org fields: ```python activity = <Date 2014-01-05.22:14:27.082> actor = 'python-dev' assignee = 'none' closed = True closed_date = <Date 2014-01-05.20:42:28.609> closer = 'r.david.murray' components = ['Library (Lib)'] creation = <Date 2004-11-14.01:36:55.000> creator = 'cben' dependencies = [] files = ['6363', '25380', '31793', '31832', '32721', '32738', '33316'] hgrepos = [] issue_num = 1065986 keywords = ['patch'] message_count = 31.0 messages = ['47289', '47290', '47291', '47292', '158138', '158141', '158142', '159140', '159141', '159160', '159167', '159452', '169209', '175304', '175305', '175313', '175329', '197886', '197992', '198186', '198201', '203482', '203486', '203487', '203530', '203548', '207342', '207364', '207399', '207400', '207403'] nosy_count = 13.0 nosy_names = ['loewis', 'ping', 'rhettinger', 'cben', 'vstinner', 'benjamin.peterson', 'eric.araujo', 'akitada', 'r.david.murray', 'mu_mind', 'python-dev', 'ness', 'taschini'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1065986' versions = ['Python 2.7'] ``` </p></details>
Fix pydoc crashing on unicode strings
https://api.github.com/repos/python/cpython/issues/41169/comments
31
2004-11-14T01:36:55Z
2022-04-09T23:36:04Z
https://github.com/python/cpython/issues/41169
1,198,805,468
41,169
[ "python", "cpython" ]
BPO | [1065456](https://bugs.python.org/issue1065456) --- | :--- Nosy | @doerwalter Files | <li>[screen3.txt](https://bugs.python.org/file1484/screen3.txt "Uploaded at 2004-11-12.21:49:25 by dkuhlman")</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-08-10.07:07:38.000> created_at = <Date 2004-11-12.21:36:38.000> labels = [] title = 'pprint.pformat requires __repr__' updated_at = <Date 2005-08-10.07:07:38.000> user = 'https://bugs.python.org/dkuhlman' ``` bugs.python.org fields: ```python activity = <Date 2005-08-10.07:07:38.000> actor = 'doerwalter' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2004-11-12.21:36:38.000> creator = 'dkuhlman' dependencies = [] files = ['1484'] hgrepos = [] issue_num = 1065456 keywords = [] message_count = 6.0 messages = ['23117', '23118', '23119', '23120', '23121', '23122'] nosy_count = 3.0 nosy_names = ['doerwalter', 'dkuhlman', 'cmoad'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1065456' versions = [] ``` </p></details>
pprint.pformat requires __repr__
https://api.github.com/repos/python/cpython/issues/41168/comments
6
2004-11-12T21:36:38Z
2022-04-09T23:36:03Z
https://github.com/python/cpython/issues/41168
1,198,805,465
41,168
[ "python", "cpython" ]
BPO | [1065427](https://bugs.python.org/issue1065427) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2012-08-20.16:48:17.449> created_at = <Date 2004-11-12.20:46:23.000> labels = ['expert-regex'] title = "sre_parse group limit check missing with 'python -O'" updated_at = <Date 2012-08-20.16:48:17.449> user = 'https://bugs.python.org/rushing' ``` bugs.python.org fields: ```python activity = <Date 2012-08-20.16:48:17.449> actor = 'Eugene.Voytitsky' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2004-11-12.20:46:23.000> creator = 'rushing' dependencies = [] files = [] hgrepos = [] issue_num = 1065427 keywords = [] message_count = 4.0 messages = ['23114', '23115', '23116', '168680'] nosy_count = 4.0 nosy_names = ['effbot', 'rushing', 'kbriggs', 'Eugene.Voytitsky'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1065427' versions = ['Python 2.3'] ``` </p></details>
sre_parse group limit check missing with 'python -O'
https://api.github.com/repos/python/cpython/issues/41167/comments
4
2004-11-12T20:46:23Z
2022-04-09T23:36:02Z
https://github.com/python/cpython/issues/41167
1,198,805,461
41,167
[ "python", "cpython" ]
BPO | [1065388](https://bugs.python.org/issue1065388) --- | :--- Nosy | @gvanrossum, @tim-one, @smontanaro Files | <li>[caldiff.txt](https://bugs.python.org/file1483/caldiff.txt "Uploaded at 2004-11-12.20:00:40 by @tim-one"): Cache a lot once, compute a lot less</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 2004-11-17.03:03:29.000> created_at = <Date 2004-11-12.19:12:47.000> labels = ['library'] title = 'calendar day/month name lookup too slow' updated_at = <Date 2004-11-17.03:03:29.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2004-11-17.03:03:29.000> actor = 'tim.peters' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-12.19:12:47.000> creator = 'gvanrossum' dependencies = [] files = ['1483'] hgrepos = [] issue_num = 1065388 keywords = [] message_count = 8.0 messages = ['23106', '23107', '23108', '23109', '23110', '23111', '23112', '23113'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1065388' versions = ['Python 2.4'] ``` </p></details>
calendar day/month name lookup too slow
https://api.github.com/repos/python/cpython/issues/41166/comments
8
2004-11-12T19:12:47Z
2022-04-09T23:36:02Z
https://github.com/python/cpython/issues/41166
1,198,805,459
41,166
[ "python", "cpython" ]
BPO | [1065257](https://bugs.python.org/issue1065257) --- | :--- Nosy | @loewis Files | <li>[httplib2.patch](https://bugs.python.org/file6362/httplib2.patch "Uploaded as text/plain at 2004-11-12.15:48:58 by alien_life_form"): httplib: allowing stream-type body part in requests</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-11-12.10:33:12.000> created_at = <Date 2004-11-12.15:48:57.000> labels = ['extension-modules'] title = 'httplib: allowing stream-type body part in requests' updated_at = <Date 2006-11-12.10:33:12.000> user = 'https://bugs.python.org/alienlifeform' ``` bugs.python.org fields: ```python activity = <Date 2006-11-12.10:33:12.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-12.15:48:57.000> creator = 'alien_life_form' dependencies = [] files = ['6362'] hgrepos = [] issue_num = 1065257 keywords = ['patch'] message_count = 2.0 messages = ['47287', '47288'] nosy_count = 2.0 nosy_names = ['loewis', 'alien_life_form'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1065257' versions = [] ``` </p></details>
httplib: allowing stream-type body part in requests
https://api.github.com/repos/python/cpython/issues/41165/comments
2
2004-11-12T15:48:57Z
2022-04-09T23:36:00Z
https://github.com/python/cpython/issues/41165
1,198,805,457
41,165
[ "python", "cpython" ]
BPO | [1064873](https://bugs.python.org/issue1064873) --- | :--- Files | <li>[init.2.3.txt](https://bugs.python.org/file1480/init.2.3.txt "Uploaded at 2004-11-12.00:10:27 by logistix"): ast tree via python 2.3</li><li>[init.2.4.txt](https://bugs.python.org/file1481/init.2.4.txt "Uploaded at 2004-11-12.00:11:55 by logistix"): ast tree via python 2.3</li><li>[testParser.py](https://bugs.python.org/file1482/testParser.py "Uploaded as text/plain at 2004-11-12.00:12:26 by logistix"): simple test script</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 2004-11-12.04:13:26.000> created_at = <Date 2004-11-12.00:09:09.000> labels = ['interpreter-core', 'invalid'] title = "Parser module asts don't match grammar" updated_at = <Date 2004-11-12.04:13:26.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2004-11-12.04:13:26.000> actor = 'logistix' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-12.00:09:09.000> creator = 'logistix' dependencies = [] files = ['1480', '1481', '1482'] hgrepos = [] issue_num = 1064873 keywords = [] message_count = 2.0 messages = ['23104', '23105'] nosy_count = 1.0 nosy_names = ['logistix'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1064873' versions = [] ``` </p></details>
Parser module asts don't match grammar
https://api.github.com/repos/python/cpython/issues/41164/comments
2
2004-11-12T00:09:09Z
2022-04-09T23:35:59Z
https://github.com/python/cpython/issues/41164
1,198,805,453
41,164
[ "python", "cpython" ]
BPO | [1064535](https://bugs.python.org/issue1064535) --- | :--- Nosy | @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 = 'https://github.com/kbkaiser' closed_at = <Date 2005-01-19.07:21:10.000> created_at = <Date 2004-11-11.15:06:58.000> labels = ['expert-IDLE'] title = "IDLE doesn't start again when saving empty key set" updated_at = <Date 2005-01-19.07:21:10.000> user = 'https://bugs.python.org/hfoffani' ``` bugs.python.org fields: ```python activity = <Date 2005-01-19.07:21:10.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2004-11-11.15:06:58.000> creator = 'hfoffani' dependencies = [] files = [] hgrepos = [] issue_num = 1064535 keywords = [] message_count = 4.0 messages = ['23100', '23101', '23102', '23103'] nosy_count = 2.0 nosy_names = ['kbk', 'hfoffani'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1064535' versions = ['Python 2.4'] ``` </p></details>
IDLE doesn't start again when saving empty key set
https://api.github.com/repos/python/cpython/issues/41163/comments
4
2004-11-11T15:06:58Z
2022-04-09T23:35:59Z
https://github.com/python/cpython/issues/41163
1,198,805,451
41,163
[ "python", "cpython" ]
BPO | [1063937](https://bugs.python.org/issue1063937) --- | :--- Nosy | @mwhudson, @tim-one, @birkenfeld, @ncoghlan Files | <li>[Pyth.txt](https://bugs.python.org/file1476/Pyth.txt "Uploaded at 2004-11-10.16:50:34 by munder12"): Python scripts and gdb core analysis</li><li>[pytest2.py](https://bugs.python.org/file1477/pytest2.py "Uploaded as text/plain at 2004-11-11.15:21:47 by munder12"): Python driver script</li><li>[pytest.py](https://bugs.python.org/file1478/pytest.py "Uploaded as text/plain at 2004-11-11.15:22:36 by munder12"): Python script that randomly cores</li><li>[2.4b2.txt](https://bugs.python.org/file1479/2.4b2.txt "Uploaded at 2004-11-11.16:08:04 by munder12"): gdb core analysis for Python 2.4b2</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-11-16.00:09:47.000> created_at = <Date 2004-11-10.16:50:34.000> labels = ['interpreter-core'] title = 'Random core dumps' updated_at = <Date 2005-11-16.00:09:47.000> user = 'https://bugs.python.org/munder12' ``` bugs.python.org fields: ```python activity = <Date 2005-11-16.00:09:47.000> actor = 'munder12' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2004-11-10.16:50:34.000> creator = 'munder12' dependencies = [] files = ['1476', '1477', '1478', '1479'] hgrepos = [] issue_num = 1063937 keywords = [] message_count = 14.0 messages = ['23086', '23087', '23088', '23089', '23090', '23091', '23092', '23093', '23094', '23095', '23096', '23097', '23098', '23099'] nosy_count = 6.0 nosy_names = ['mwh', 'tim.peters', 'nnorwitz', 'georg.brandl', 'ncoghlan', 'munder12'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063937' versions = ['Python 2.2'] ``` </p></details>
Random core dumps
https://api.github.com/repos/python/cpython/issues/41162/comments
14
2004-11-10T16:50:34Z
2022-04-09T23:35:57Z
https://github.com/python/cpython/issues/41162
1,198,805,447
41,162
[ "python", "cpython" ]
BPO | [1063924](https://bugs.python.org/issue1063924) --- | :--- Nosy | @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 = 'https://github.com/josiahcarlson' closed_at = <Date 2008-07-03.17:58:03.301> created_at = <Date 2004-11-10.16:27:32.000> labels = ['library'] title = 'asyncore should handle ECONNRESET in send' updated_at = <Date 2008-07-03.17:58:03.300> user = 'https://bugs.python.org/efge' ``` bugs.python.org fields: ```python activity = <Date 2008-07-03.17:58:03.300> actor = 'josiahcarlson' assignee = 'josiahcarlson' closed = True closed_date = <Date 2008-07-03.17:58:03.301> closer = 'josiahcarlson' components = ['Library (Lib)'] creation = <Date 2004-11-10.16:27:32.000> creator = 'efge' dependencies = [] files = [] hgrepos = [] issue_num = 1063924 keywords = [] message_count = 3.0 messages = ['23084', '23085', '69214'] nosy_count = 2.0 nosy_names = ['josiahcarlson', 'efge'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063924' versions = ['Python 2.3'] ``` </p></details>
asyncore should handle ECONNRESET in send
https://api.github.com/repos/python/cpython/issues/41161/comments
3
2004-11-10T16:27:32Z
2022-04-09T23:35:56Z
https://github.com/python/cpython/issues/41161
1,198,805,443
41,161
[ "python", "cpython" ]
BPO | [1063914](https://bugs.python.org/issue1063914) --- | :--- Nosy | @loewis Files | <li>[CDIFF](https://bugs.python.org/file6361/CDIFF "Uploaded at 2004-11-10.16:07:26 by mfranklin1"): created with diff -c TkinterOLD.py Tkinter.py on RH9</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 2006-04-16.20:57:23.000> created_at = <Date 2004-11-10.16:07:26.000> labels = ['expert-tkinter'] title = 'Tkinter clipboard_get method (new in Tk 8.4)' updated_at = <Date 2006-04-16.20:57:23.000> user = 'https://bugs.python.org/mfranklin1' ``` bugs.python.org fields: ```python activity = <Date 2006-04-16.20:57:23.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2004-11-10.16:07:26.000> creator = 'mfranklin1' dependencies = [] files = ['6361'] hgrepos = [] issue_num = 1063914 keywords = ['patch'] message_count = 5.0 messages = ['47282', '47283', '47284', '47285', '47286'] nosy_count = 3.0 nosy_names = ['loewis', 'jepler', 'mfranklin1'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063914' versions = ['Python 2.5'] ``` </p></details>
Tkinter clipboard_get method (new in Tk 8.4)
https://api.github.com/repos/python/cpython/issues/41160/comments
5
2004-11-10T16:07:26Z
2022-04-09T23:35:55Z
https://github.com/python/cpython/issues/41160
1,198,805,440
41,160
[ "python", "cpython" ]
BPO | [1063840](https://bugs.python.org/issue1063840) --- | :--- Nosy | @kbkaiser, @tebeka <sup>*Note: these values reflect the state of the issue at 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 2004-11-13.21:09:16.000> created_at = <Date 2004-11-10.14:31:33.000> labels = ['expert-IDLE'] title = 'IDLE aborts on any error when started with "-n"' updated_at = <Date 2004-11-13.21:09:16.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2004-11-13.21:09:16.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2004-11-10.14:31:33.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 1063840 keywords = [] message_count = 3.0 messages = ['23081', '23082', '23083'] nosy_count = 2.0 nosy_names = ['kbk', 'tebeka'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063840' versions = ['Python 2.4'] ``` </p></details>
IDLE aborts on any error when started with "-n"
https://api.github.com/repos/python/cpython/issues/41159/comments
3
2004-11-10T14:31:33Z
2022-04-09T23:35:54Z
https://github.com/python/cpython/issues/41159
1,198,805,434
41,159
[ "python", "cpython" ]
BPO | [1063757](https://bugs.python.org/issue1063757) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at 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 2004-11-12.01:21:02.000> created_at = <Date 2004-11-10.12:02:52.000> labels = ['docs'] title = 'optparse docs mildly mangled' updated_at = <Date 2004-11-12.01:21:02.000> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2004-11-12.01:21:02.000> actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2004-11-10.12:02:52.000> creator = 'mwh' dependencies = [] files = [] hgrepos = [] issue_num = 1063757 keywords = [] message_count = 2.0 messages = ['23079', '23080'] nosy_count = 2.0 nosy_names = ['mwh', 'gward'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063757' versions = ['Python 2.4'] ``` </p></details>
optparse docs mildly mangled
https://api.github.com/repos/python/cpython/issues/41158/comments
2
2004-11-10T12:02:52Z
2022-04-09T23:35:52Z
https://github.com/python/cpython/issues/41158
1,198,805,429
41,158
[ "python", "cpython" ]
BPO | [1063571](https://bugs.python.org/issue1063571) --- | :--- <sup>*Note: these values reflect the state of the issue at 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 2004-11-12.15:53:21.000> created_at = <Date 2004-11-10.02:45:26.000> labels = ['build'] title = 'test_subprocess 2.4b2 fails on tru64' updated_at = <Date 2004-11-12.15:53:21.000> user = 'https://bugs.python.org/dharmaroadkill' ``` bugs.python.org fields: ```python activity = <Date 2004-11-12.15:53:21.000> actor = 'astrand' assignee = 'astrand' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2004-11-10.02:45:26.000> creator = 'dharma_roadkill' dependencies = [] files = [] hgrepos = [] issue_num = 1063571 keywords = [] message_count = 2.0 messages = ['23077', '23078'] nosy_count = 2.0 nosy_names = ['astrand', 'dharma_roadkill'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063571' versions = ['Python 2.4'] ``` </p></details>
test_subprocess 2.4b2 fails on tru64
https://api.github.com/repos/python/cpython/issues/41157/comments
2
2004-11-10T02:45:26Z
2022-04-09T23:35:51Z
https://github.com/python/cpython/issues/41157
1,198,805,426
41,157
[ "python", "cpython" ]
BPO | [1063229](https://bugs.python.org/issue1063229) --- | :--- Nosy | @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 = None closed_at = <Date 2009-04-22.16:03:37.351> created_at = <Date 2004-11-09.16:54:37.000> labels = ['type-feature', 'library'] title = 'not enough information in SGMLParseError' updated_at = <Date 2009-04-22.16:03:37.340> user = 'https://bugs.python.org/ezust' ``` bugs.python.org fields: ```python activity = <Date 2009-04-22.16:03:37.340> actor = 'ajaksu2' assignee = 'none' closed = True closed_date = <Date 2009-04-22.16:03:37.351> closer = 'ajaksu2' components = ['Library (Lib)'] creation = <Date 2004-11-09.16:54:37.000> creator = 'ezust' dependencies = [] files = [] hgrepos = [] issue_num = 1063229 keywords = [] message_count = 3.0 messages = ['23075', '23076', '86303'] nosy_count = 2.0 nosy_names = ['ezust', 'ajaksu2'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1063229' versions = ['Python 2.7'] ``` </p></details>
not enough information in SGMLParseError
https://api.github.com/repos/python/cpython/issues/41156/comments
3
2004-11-09T16:54:37Z
2022-04-09T23:35:50Z
https://github.com/python/cpython/issues/41156
1,198,805,419
41,156
[ "python", "cpython" ]
BPO | [1063059](https://bugs.python.org/issue1063059) --- | :--- Nosy | @loewis Files | <li>[distutils-cvs_py152-20041109.patch.gz](https://bugs.python.org/file6360/distutils-cvs_py152-20041109.patch.gz "Uploaded at 2004-11-09.12:40:59 by alberanid"): python1.5.2 compatible</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 2004-11-10.22:24:37.000> created_at = <Date 2004-11-09.12:40:58.000> labels = ['library'] title = 'distutils and python 1.5.2' updated_at = <Date 2004-11-10.22:24:37.000> user = 'https://bugs.python.org/alberanid' ``` bugs.python.org fields: ```python activity = <Date 2004-11-10.22:24:37.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2004-11-09.12:40:58.000> creator = 'alberanid' dependencies = [] files = ['6360'] hgrepos = [] issue_num = 1063059 keywords = ['patch'] message_count = 4.0 messages = ['47278', '47279', '47280', '47281'] nosy_count = 3.0 nosy_names = ['loewis', 'dairiki', 'alberanid'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1063059' versions = [] ``` </p></details>
distutils and python 1.5.2
https://api.github.com/repos/python/cpython/issues/41155/comments
4
2004-11-09T12:40:58Z
2022-04-09T23:35:49Z
https://github.com/python/cpython/issues/41155
1,198,805,415
41,155
[ "python", "cpython" ]
BPO | [1062708](https://bugs.python.org/issue1062708) --- | :--- <sup>*Note: these values reflect the state of the issue at 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-19.05:08:53.000> created_at = <Date 2004-11-08.22:03:51.000> labels = ['extension-modules'] title = 'pwent objects from the pwd module ar e not pickle-able' updated_at = <Date 2005-12-19.05:08:53.000> user = 'https://bugs.python.org/kdart' ``` bugs.python.org fields: ```python activity = <Date 2005-12-19.05:08:53.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-08.22:03:51.000> creator = 'kdart' dependencies = [] files = [] hgrepos = [] issue_num = 1062708 keywords = [] message_count = 2.0 messages = ['23073', '23074'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'kdart'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1062708' versions = ['Python 2.3'] ``` </p></details>
pwent objects from the pwd module ar e not pickle-able
https://api.github.com/repos/python/cpython/issues/41154/comments
2
2004-11-08T22:03:51Z
2022-04-09T23:35:48Z
https://github.com/python/cpython/issues/41154
1,198,805,414
41,154
[ "python", "cpython" ]
BPO | [1062495](https://bugs.python.org/issue1062495) --- | :--- Nosy | @rhettinger Files | <li>[python-2.3.4.nww.patch](https://bugs.python.org/file1475/python-2.3.4.nww.patch "Uploaded as text/plain at 2004-11-10.10:03:08 by nikiwaibel"): patch to fix module_info problem (solaris) in Modules/zipimport.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 = None closed_at = <Date 2004-11-10.13:09:10.000> created_at = <Date 2004-11-08.15:54:44.000> labels = ['build'] title = 'Modules/zipimport.c does not compile on solaris' updated_at = <Date 2004-11-10.13:09:10.000> user = 'https://bugs.python.org/nikiwaibel' ``` bugs.python.org fields: ```python activity = <Date 2004-11-10.13:09:10.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2004-11-08.15:54:44.000> creator = 'nikiwaibel' dependencies = [] files = ['1475'] hgrepos = [] issue_num = 1062495 keywords = [] message_count = 4.0 messages = ['23069', '23070', '23071', '23072'] nosy_count = 2.0 nosy_names = ['rhettinger', 'nikiwaibel'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1062495' versions = [] ``` </p></details>
Modules/zipimport.c does not compile on solaris
https://api.github.com/repos/python/cpython/issues/41153/comments
4
2004-11-08T15:54:44Z
2022-04-09T23:35:47Z
https://github.com/python/cpython/issues/41153
1,198,805,411
41,153
[ "python", "cpython" ]
BPO | [1062353](https://bugs.python.org/issue1062353) --- | :--- Nosy | @rhettinger Files | <li>[set.diff](https://bugs.python.org/file6359/set.diff "Uploaded as text/plain at 2004-11-08.11:07:49 by ddorfman"): Diff and tests</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-11-09.09:03:11.000> created_at = <Date 2004-11-08.11:07:49.000> labels = ['extension-modules'] title = 'set pickling problems' updated_at = <Date 2004-11-09.09:03:11.000> user = 'https://bugs.python.org/ddorfman' ``` bugs.python.org fields: ```python activity = <Date 2004-11-09.09:03:11.000> actor = 'ddorfman' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-08.11:07:49.000> creator = 'ddorfman' dependencies = [] files = ['6359'] hgrepos = [] issue_num = 1062353 keywords = ['patch'] message_count = 3.0 messages = ['47275', '47276', '47277'] nosy_count = 2.0 nosy_names = ['rhettinger', 'ddorfman'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1062353' versions = [] ``` </p></details>
set pickling problems
https://api.github.com/repos/python/cpython/issues/41152/comments
3
2004-11-08T11:07:49Z
2022-04-09T23:35:45Z
https://github.com/python/cpython/issues/41152
1,198,805,409
41,152
[ "python", "cpython" ]
BPO | [1062279](https://bugs.python.org/issue1062279) --- | :--- Nosy | @rhettinger Files | <li>[deque.diff](https://bugs.python.org/file6358/deque.diff "Uploaded as text/plain at 2004-11-08.08:10:51 by ddorfman"): Fix and tests</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-11-09.07:28:34.000> created_at = <Date 2004-11-08.08:10:51.000> labels = ['extension-modules'] title = 'deque pickling problems' updated_at = <Date 2004-11-09.07:28:34.000> user = 'https://bugs.python.org/ddorfman' ``` bugs.python.org fields: ```python activity = <Date 2004-11-09.07:28:34.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2004-11-08.08:10:51.000> creator = 'ddorfman' dependencies = [] files = ['6358'] hgrepos = [] issue_num = 1062279 keywords = ['patch'] message_count = 5.0 messages = ['47270', '47271', '47272', '47273', '47274'] nosy_count = 2.0 nosy_names = ['rhettinger', 'ddorfman'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1062279' versions = [] ``` </p></details>
deque pickling problems
https://api.github.com/repos/python/cpython/issues/41151/comments
5
2004-11-08T08:10:51Z
2022-04-09T23:35:44Z
https://github.com/python/cpython/issues/41151
1,198,805,406
41,151
[ "python", "cpython" ]
BPO | [1062277](https://bugs.python.org/issue1062277) --- | :--- Nosy | @rhettinger, @abalkin, @pitrou, @devdanzin, @avassalotti, @alex, @eltoder, @opensdh Superseder | <li>bpo-9269: Cannot pickle self-referencing sets</li> Files | <li>[redcycle.diff](https://bugs.python.org/file6357/redcycle.diff "Uploaded as text/plain at 2004-11-08.08:06:54 by ddorfman"): Diff</li><li>[issue1062277-test-py3k.diff](https://bugs.python.org/file18011/issue1062277-test-py3k.diff "Uploaded as text/plain at 2010-07-15.06:34:44 by @abalkin")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2004-11-08.08:06:54.000> labels = ['type-bug', 'library', '3.11'] title = 'Pickle breakage with reduction of recursive structures' updated_at = <Date 2021-12-16.23:07:00.339> user = 'https://bugs.python.org/ddorfman' ``` bugs.python.org fields: ```python activity = <Date 2021-12-16.23:07:00.339> actor = 'ajaksu2' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-08.08:06:54.000> creator = 'ddorfman' dependencies = [] files = ['6357', '18011'] hgrepos = [] issue_num = 1062277 keywords = ['patch'] message_count = 10.0 messages = ['47267', '47268', '47269', '82105', '110350', '110868', '178449', '221898', '255046', '255067'] nosy_count = 12.0 nosy_names = ['rhettinger', 'belopolsky', 'ddorfman', 'pitrou', 'ajaksu2', 'alexandre.vassalotti', 'alex', 'zzzeek', 'bcroq', 'eltoder', 'mstefanro', 'herring'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = '9269' type = 'behavior' url = 'https://bugs.python.org/issue1062277' versions = ['Python 3.11'] ``` </p></details>
Pickle breakage with reduction of recursive structures
https://api.github.com/repos/python/cpython/issues/41150/comments
10
2004-11-08T08:06:54Z
2022-04-09T23:35:43Z
https://github.com/python/cpython/issues/41150
1,198,805,399
41,150
[ "python", "cpython" ]
BPO | [1062261](https://bugs.python.org/issue1062261) --- | :--- Nosy | @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 2004-11-08.16:22:08.000> created_at = <Date 2004-11-08.07:11:55.000> labels = ['invalid', 'library'] title = 'locale.getdefaultlocale() returns wrong encoding' updated_at = <Date 2004-11-08.16:22:08.000> user = 'https://github.com/zopyx' ``` bugs.python.org fields: ```python activity = <Date 2004-11-08.16:22:08.000> actor = 'jlgijsbers' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2004-11-08.07:11:55.000> creator = 'ajung' dependencies = [] files = [] hgrepos = [] issue_num = 1062261 keywords = [] message_count = 6.0 messages = ['23063', '23064', '23065', '23066', '23067', '23068'] nosy_count = 3.0 nosy_names = ['ajung', 'jlgijsbers', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1062261' versions = ['Python 2.3'] ``` </p></details>
locale.getdefaultlocale() returns wrong encoding
https://api.github.com/repos/python/cpython/issues/41149/comments
6
2004-11-08T07:11:55Z
2022-04-09T23:35:42Z
https://github.com/python/cpython/issues/41149
1,198,805,397
41,149