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 | [658599](https://bugs.python.org/issue658599) --- | :--- Nosy | @tim-one, @mhammond, @tebeka, @jackdied Files | <li>[ntpath.diff](https://bugs.python.org/file4826/ntpath.diff "Uploaded as text/plain at 2002-12-29.07:28:45 by @tebeka"): Diff file</li><li>[nt2.diff](https://bugs.python.org/file4827/nt2.diff "Uploaded as text/plain at 2003-01-04.03:31:37 by nnorwitz"): patch 2 (nn)</li><li>[expandvars.patch](https://bugs.python.org/file4828/expandvars.patch "Uploaded as text/plain at 2003-01-29.23:11:24 by @mhammond"): Patch with test suite</li><li>[ntpath.diff](https://bugs.python.org/file4829/ntpath.diff "Uploaded as text/plain at 2003-01-30.11:30:32 by @tebeka"): diff from previous fix</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/mhammond' closed_at = <Date 2007-03-10.04:19:23.000> created_at = <Date 2002-12-26.07:49:54.000> labels = ['invalid', 'library'] title = 'Fix for bug 494589' updated_at = <Date 2007-03-10.04:19:23.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2007-03-10.04:19:23.000> actor = 'nnorwitz' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-26.07:49:54.000> creator = 'tebeka' dependencies = [] files = ['4826', '4827', '4828', '4829'] hgrepos = [] issue_num = 658599 keywords = ['patch'] message_count = 14.0 messages = ['42102', '42103', '42104', '42105', '42106', '42107', '42108', '42109', '42110', '42111', '42112', '42113', '42114', '42115'] nosy_count = 5.0 nosy_names = ['tim.peters', 'mhammond', 'nnorwitz', 'tebeka', 'jackdied'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658599' versions = ['Python 2.2'] ``` </p></details>
Fix for bug 494589
https://api.github.com/repos/python/cpython/issues/37648/comments
14
2002-12-26T07:49:54Z
2022-04-09T22:29:43Z
https://github.com/python/cpython/issues/37648
1,198,790,800
37,648
[ "python", "cpython" ]
BPO | [658407](https://bugs.python.org/issue658407) --- | :--- Nosy | @smontanaro, @warsaw Files | <li>[PATCHES-email-2.4.3.diff](https://bugs.python.org/file4824/PATCHES-email-2.4.3.diff "Uploaded as text/plain at 2002-12-25.07:50:26 by hatukanezumi"): email-2.4.3-Header.patch</li><li>[PATCHES-email-2.4.3.diff](https://bugs.python.org/file4825/PATCHES-email-2.4.3.diff "Uploaded as text/plain at 2002-12-28.10:19:01 by hatukanezumi"): Updated 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/warsaw' closed_at = <Date 2007-08-29.01:35:54.498> created_at = <Date 2002-12-25.07:47:07.000> labels = ['library'] title = 'email: minimal header encoding' updated_at = <Date 2007-08-29.01:35:54.497> user = 'https://bugs.python.org/hatukanezumi' ``` bugs.python.org fields: ```python activity = <Date 2007-08-29.01:35:54.497> actor = 'skip.montanaro' assignee = 'barry' closed = True closed_date = <Date 2007-08-29.01:35:54.498> closer = 'skip.montanaro' components = ['Library (Lib)'] creation = <Date 2002-12-25.07:47:07.000> creator = 'hatukanezumi' dependencies = [] files = ['4824', '4825'] hgrepos = [] issue_num = 658407 keywords = ['patch'] message_count = 3.0 messages = ['42100', '42101', '55400'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'barry', 'hatukanezumi'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658407' versions = ['Python 2.2'] ``` </p></details>
email: minimal header encoding
https://api.github.com/repos/python/cpython/issues/37647/comments
3
2002-12-25T07:47:07Z
2022-04-09T22:29:42Z
https://github.com/python/cpython/issues/37647
1,198,790,794
37,647
[ "python", "cpython" ]
BPO | [658405](https://bugs.python.org/issue658405) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[cal.diff](https://bugs.python.org/file4823/cal.diff "Uploaded as text/plain at 2002-12-25.07:34:32 by @rhettinger"): Patch with news item and updated docs</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2002-12-25.16:39:08.000> created_at = <Date 2002-12-25.07:29:24.000> labels = ['library'] title = 'use datetime for calendar.py' updated_at = <Date 2002-12-25.16:39:08.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-25.16:39:08.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-25.07:29:24.000> creator = 'rhettinger' dependencies = [] files = ['4823'] hgrepos = [] issue_num = 658405 keywords = ['patch'] message_count = 3.0 messages = ['42097', '42098', '42099'] nosy_count = 2.0 nosy_names = ['tim.peters', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658405' versions = ['Python 2.3'] ``` </p></details>
use datetime for calendar.py
https://api.github.com/repos/python/cpython/issues/37646/comments
3
2002-12-25T07:29:24Z
2022-04-09T22:29:41Z
https://github.com/python/cpython/issues/37646
1,198,790,789
37,646
[ "python", "cpython" ]
BPO | [658327](https://bugs.python.org/issue658327) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[inet_pton.diff](https://bugs.python.org/file4816/inet_pton.diff "Uploaded as text/plain at 2002-12-24.21:05:10 by exarkun")</li><li>[inet_pton.diff](https://bugs.python.org/file4817/inet_pton.diff "Uploaded as text/plain at 2002-12-26.18:32:42 by exarkun")</li><li>[doctestnews.patch](https://bugs.python.org/file4818/doctestnews.patch "Uploaded as text/plain at 2002-12-31.16:54:20 by exarkun"): Documentation, unit test, and Misc/NEWS update</li><li>[inet_pton.diff](https://bugs.python.org/file4819/inet_pton.diff "Uploaded as text/plain at 2003-01-11.03:49:31 by nnorwitz"): updated inet_pton.diff - nn 1</li><li>[ntop.diff](https://bugs.python.org/file4820/ntop.diff "Uploaded as text/plain at 2003-02-05.02:40:05 by nnorwitz"): has_ipv6 nn patch 1 (hopefully complete)</li><li>[pton.diff](https://bugs.python.org/file4821/pton.diff "Uploaded as text/plain at 2003-04-19.17:31:35 by exarkun"): Doc/Code/Tests, changes discussed through 4/19/03</li><li>[inet_pton.patch](https://bugs.python.org/file4822/inet_pton.patch "Uploaded as text/plain at 2003-04-19.18:16:13 by exarkun")</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 2003-04-25.14:23:18.000> created_at = <Date 2002-12-24.21:00:22.000> labels = ['interpreter-core'] title = 'Add inet_pton and inet_ntop to socket' updated_at = <Date 2003-04-25.14:23:18.000> user = 'https://bugs.python.org/exarkun' ``` bugs.python.org fields: ```python activity = <Date 2003-04-25.14:23:18.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-24.21:00:22.000> creator = 'exarkun' dependencies = [] files = ['4816', '4817', '4818', '4819', '4820', '4821', '4822'] hgrepos = [] issue_num = 658327 keywords = ['patch'] message_count = 21.0 messages = ['42076', '42077', '42078', '42079', '42080', '42081', '42082', '42083', '42084', '42085', '42086', '42087', '42088', '42089', '42090', '42091', '42092', '42093', '42094', '42095', '42096'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'exarkun'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658327' versions = ['Python 2.3'] ``` </p></details>
Add inet_pton and inet_ntop to socket
https://api.github.com/repos/python/cpython/issues/37645/comments
21
2002-12-24T21:00:22Z
2022-04-09T22:29:40Z
https://github.com/python/cpython/issues/37645
1,198,790,785
37,645
[ "python", "cpython" ]
BPO | [658316](https://bugs.python.org/issue658316) --- | :--- Nosy | @loewis, @brettcannon, @rhettinger Files | <li>[regrtest_skips.diff](https://bugs.python.org/file4815/regrtest_skips.diff "Uploaded as text/plain at 2003-10-14.01:51:55 by @brettcannon"): newest diff w/ better output</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 2004-03-21.22:30:52.000> created_at = <Date 2002-12-24.20:03:46.000> labels = ['tests'] title = 'skips.txt for regrtest.py' updated_at = <Date 2004-03-21.22:30:52.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2004-03-21.22:30:52.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Tests'] creation = <Date 2002-12-24.20:03:46.000> creator = 'brett.cannon' dependencies = [] files = ['4815'] hgrepos = [] issue_num = 658316 keywords = ['patch'] message_count = 11.0 messages = ['42065', '42066', '42067', '42068', '42069', '42070', '42071', '42072', '42073', '42074', '42075'] nosy_count = 4.0 nosy_names = ['loewis', 'nnorwitz', 'brett.cannon', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658316' versions = ['Python 2.4'] ``` </p></details>
skips.txt for regrtest.py
https://api.github.com/repos/python/cpython/issues/37644/comments
11
2002-12-24T20:03:46Z
2022-04-09T22:29:39Z
https://github.com/python/cpython/issues/37644
1,198,790,784
37,644
[ "python", "cpython" ]
BPO | [658254](https://bugs.python.org/issue658254) --- | :--- Nosy | @freddrake, @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/freddrake' closed_at = <Date 2004-08-03.18:02:56.000> created_at = <Date 2002-12-24.16:58:25.000> labels = ['extension-modules', 'type-feature'] title = 'Accept None for time.ctime() and friends' updated_at = <Date 2004-08-03.18:02:56.000> user = 'https://github.com/freddrake' ``` bugs.python.org fields: ```python activity = <Date 2004-08-03.18:02:56.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-24.16:58:25.000> creator = 'fdrake' dependencies = [] files = [] hgrepos = [] issue_num = 658254 keywords = [] message_count = 5.0 messages = ['13682', '13683', '13684', '13685', '13686'] nosy_count = 3.0 nosy_names = ['fdrake', 'rhettinger', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue658254' versions = [] ``` </p></details>
Accept None for time.ctime() and friends
https://api.github.com/repos/python/cpython/issues/37643/comments
5
2002-12-24T16:58:25Z
2022-04-09T22:29:38Z
https://github.com/python/cpython/issues/37643
1,198,790,779
37,643
[ "python", "cpython" ]
BPO | [658251](https://bugs.python.org/issue658251) --- | :--- 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 2002-12-29.23:09:44.000> created_at = <Date 2002-12-24.16:45:57.000> labels = ['extension-modules'] title = 'Mersenne Twister' updated_at = <Date 2002-12-29.23:09:44.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-29.23:09:44.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-24.16:45:57.000> creator = 'rhettinger' dependencies = [] files = [] hgrepos = [] issue_num = 658251 keywords = ['patch'] message_count = 4.0 messages = ['42061', '42062', '42063', '42064'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658251' versions = ['Python 2.3'] ``` </p></details>
Mersenne Twister
https://api.github.com/repos/python/cpython/issues/37642/comments
4
2002-12-24T16:45:57Z
2022-04-09T22:29:36Z
https://github.com/python/cpython/issues/37642
1,198,790,775
37,642
[ "python", "cpython" ]
BPO | [658233](https://bugs.python.org/issue658233) --- | :--- 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 2002-12-24.15:45:38.000> created_at = <Date 2002-12-24.15:45:38.000> labels = [] title = 'gettext.py crash on bogus preamble' updated_at = <Date 2002-12-24.15:45:38.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2002-12-24.15:45:38.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2002-12-24.15:45:38.000> creator = 'barry' dependencies = [] files = [] hgrepos = [] issue_num = 658233 keywords = [] message_count = 1.0 messages = ['13681'] nosy_count = 1.0 nosy_names = ['barry'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658233' versions = ['Python 2.2'] ``` </p></details>
gettext.py crash on bogus preamble
https://api.github.com/repos/python/cpython/issues/37641/comments
1
2002-12-24T15:45:38Z
2022-04-09T22:29:35Z
https://github.com/python/cpython/issues/37641
1,198,790,772
37,641
[ "python", "cpython" ]
BPO | [658106](https://bugs.python.org/issue658106) --- | :--- 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 2002-12-24.21:06:47.000> created_at = <Date 2002-12-24.04:16:58.000> labels = ['interpreter-core'] title = 'Setting __class__ to NoneType' updated_at = <Date 2002-12-24.21:06:47.000> user = 'https://bugs.python.org/exarkun' ``` bugs.python.org fields: ```python activity = <Date 2002-12-24.21:06:47.000> actor = 'exarkun' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-24.04:16:58.000> creator = 'exarkun' dependencies = [] files = [] hgrepos = [] issue_num = 658106 keywords = [] message_count = 6.0 messages = ['13675', '13676', '13677', '13678', '13679', '13680'] nosy_count = 3.0 nosy_names = ['mwh', 'nnorwitz', 'exarkun'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658106' versions = ['Python 2.2'] ``` </p></details>
Setting __class__ to NoneType
https://api.github.com/repos/python/cpython/issues/37640/comments
6
2002-12-24T04:16:58Z
2022-04-09T22:29:34Z
https://github.com/python/cpython/issues/37640
1,198,790,769
37,640
[ "python", "cpython" ]
BPO | [658094](https://bugs.python.org/issue658094) --- | :--- Nosy | @akuchling Files | <li>[dist.py.patch](https://bugs.python.org/file4812/dist.py.patch "Uploaded as text/plain at 2002-12-24.03:21:56 by richard"): patch for dist.py</li><li>[register.py](https://bugs.python.org/file4813/register.py "Uploaded as text/plain at 2002-12-24.03:22:32 by richard"): new file: register.py</li><li>[register.py](https://bugs.python.org/file4814/register.py "Uploaded as text/plain at 2002-12-27.06:52:53 by richard"): new file: register.py (using python.org)</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 2003-01-03.15:35:50.000> created_at = <Date 2002-12-24.03:20:52.000> labels = ['library'] title = 'PEP 301 implementation' updated_at = <Date 2003-01-03.15:35:50.000> user = 'https://bugs.python.org/richard' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.15:35:50.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2002-12-24.03:20:52.000> creator = 'richard' dependencies = [] files = ['4812', '4813', '4814'] hgrepos = [] issue_num = 658094 keywords = ['patch'] message_count = 3.0 messages = ['42058', '42059', '42060'] nosy_count = 2.0 nosy_names = ['akuchling', 'richard'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658094' versions = ['Python 2.3'] ``` </p></details>
PEP 301 implementation
https://api.github.com/repos/python/cpython/issues/37639/comments
3
2002-12-24T03:20:52Z
2022-04-09T22:29:34Z
https://github.com/python/cpython/issues/37639
1,198,790,764
37,639
[ "python", "cpython" ]
BPO | [658093](https://bugs.python.org/issue658093) --- | :--- Nosy | @akuchling Files | <li>[dist.tex-new](https://bugs.python.org/file4811/dist.tex-new "Uploaded as text/plain at 2002-12-27.06:51:18 by richard"): Patch for dist.tex</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-01-03.15:43:20.000> created_at = <Date 2002-12-24.03:17:46.000> labels = ['docs'] title = 'Documentation support for PEP 301' updated_at = <Date 2003-01-03.15:43:20.000> user = 'https://bugs.python.org/richard' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.15:43:20.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-24.03:17:46.000> creator = 'richard' dependencies = [] files = ['4811'] hgrepos = [] issue_num = 658093 keywords = ['patch'] message_count = 4.0 messages = ['42054', '42055', '42056', '42057'] nosy_count = 3.0 nosy_names = ['akuchling', 'nnorwitz', 'richard'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658093' versions = ['Python 2.3'] ``` </p></details>
Documentation support for PEP 301
https://api.github.com/repos/python/cpython/issues/37638/comments
4
2002-12-24T03:17:46Z
2022-04-09T22:29:33Z
https://github.com/python/cpython/issues/37638
1,198,790,758
37,638
[ "python", "cpython" ]
BPO | [658059](https://bugs.python.org/issue658059) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-26.16:30:30.000> created_at = <Date 2002-12-24.01:02:55.000> labels = ['extension-modules'] title = 'tempnam and tmpnam no longer in os' updated_at = <Date 2002-12-26.16:30:30.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2002-12-26.16:30:30.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-24.01:02:55.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 658059 keywords = [] message_count = 2.0 messages = ['13673', '13674'] nosy_count = 1.0 nosy_names = ['nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658059' versions = ['Python 2.3'] ``` </p></details>
tempnam and tmpnam no longer in os
https://api.github.com/repos/python/cpython/issues/37637/comments
2
2002-12-24T01:02:55Z
2022-04-09T22:29:30Z
https://github.com/python/cpython/issues/37637
1,198,790,754
37,637
[ "python", "cpython" ]
BPO | [658023](https://bugs.python.org/issue658023) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-24.14:51:49.000> created_at = <Date 2002-12-23.22:35:44.000> labels = ['docs'] title = '"What\'s New in 2.3", s12, verbatim error' updated_at = <Date 2002-12-24.14:51:49.000> user = 'https://bugs.python.org/jmdyck' ``` bugs.python.org fields: ```python activity = <Date 2002-12-24.14:51:49.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-23.22:35:44.000> creator = 'jmdyck' dependencies = [] files = [] hgrepos = [] issue_num = 658023 keywords = [] message_count = 2.0 messages = ['13671', '13672'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'jmdyck'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658023' versions = ['Python 2.3'] ``` </p></details>
"What's New in 2.3", s12, verbatim error
https://api.github.com/repos/python/cpython/issues/37636/comments
2
2002-12-23T22:35:44Z
2022-04-09T22:29:29Z
https://github.com/python/cpython/issues/37636
1,198,790,749
37,636
[ "python", "cpython" ]
BPO | [657889](https://bugs.python.org/issue657889) --- | :--- Nosy | @loewis, @ods Files | <li>[getloadavg.diff](https://bugs.python.org/file4810/getloadavg.diff "Uploaded as text/plain at 2002-12-23.17:08:29 by @ods")</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 2002-12-27.10:17:50.000> created_at = <Date 2002-12-23.16:34:23.000> labels = ['extension-modules'] title = 'posix.getloadavg' updated_at = <Date 2002-12-27.10:17:50.000> user = 'https://github.com/ods' ``` bugs.python.org fields: ```python activity = <Date 2002-12-27.10:17:50.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-23.16:34:23.000> creator = 'ods' dependencies = [] files = ['4810'] hgrepos = [] issue_num = 657889 keywords = ['patch'] message_count = 2.0 messages = ['42052', '42053'] nosy_count = 2.0 nosy_names = ['loewis', 'ods'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue657889' versions = ['Python 2.3'] ``` </p></details>
posix.getloadavg
https://api.github.com/repos/python/cpython/issues/37635/comments
2
2002-12-23T16:34:23Z
2022-04-09T22:29:29Z
https://github.com/python/cpython/issues/37635
1,198,790,746
37,635
[ "python", "cpython" ]
BPO | [657625](https://bugs.python.org/issue657625) --- | :--- Nosy | @loewis, @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-23.22:51:01.000> created_at = <Date 2002-12-22.22:27:10.000> labels = ['extension-modules'] title = 'nismodule gives a compiletime warning' updated_at = <Date 2002-12-23.22:51:01.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2002-12-23.22:51:01.000> actor = 'jackjansen' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-22.22:27:10.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 657625 keywords = [] message_count = 3.0 messages = ['13668', '13669', '13670'] nosy_count = 2.0 nosy_names = ['loewis', 'jackjansen'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue657625' versions = [] ``` </p></details>
nismodule gives a compiletime warning
https://api.github.com/repos/python/cpython/issues/37634/comments
3
2002-12-22T22:27:10Z
2022-04-09T22:29:27Z
https://github.com/python/cpython/issues/37634
1,198,790,744
37,634
[ "python", "cpython" ]
BPO | [657469](https://bugs.python.org/issue657469) --- | :--- Nosy | @tim-one, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-22.21:15:30.000> created_at = <Date 2002-12-22.12:19:19.000> labels = ['invalid'] title = 'Determining timed-out on Condition wait' updated_at = <Date 2002-12-22.21:15:30.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2002-12-22.21:15:30.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-22.12:19:19.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 657469 keywords = [] message_count = 3.0 messages = ['13665', '13666', '13667'] nosy_count = 2.0 nosy_names = ['tim.peters', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue657469' versions = [] ``` </p></details>
Determining timed-out on Condition wait
https://api.github.com/repos/python/cpython/issues/37633/comments
3
2002-12-22T12:19:19Z
2022-04-09T22:29:26Z
https://github.com/python/cpython/issues/37633
1,198,790,740
37,633
[ "python", "cpython" ]
BPO | [656817](https://bugs.python.org/issue656817) --- | :--- 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 2002-12-21.16:45:04.000> created_at = <Date 2002-12-20.13:37:07.000> labels = ['invalid', 'library'] title = 'Bug in week calculation of time module' updated_at = <Date 2002-12-21.16:45:04.000> user = 'https://bugs.python.org/chloth' ``` bugs.python.org fields: ```python activity = <Date 2002-12-21.16:45:04.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-20.13:37:07.000> creator = 'chloth' dependencies = [] files = [] hgrepos = [] issue_num = 656817 keywords = [] message_count = 4.0 messages = ['13661', '13662', '13663', '13664'] nosy_count = 2.0 nosy_names = ['tim.peters', 'chloth'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue656817' versions = ['Python 2.2'] ``` </p></details>
Bug in week calculation of time module
https://api.github.com/repos/python/cpython/issues/37632/comments
4
2002-12-20T13:37:07Z
2022-04-09T22:29:26Z
https://github.com/python/cpython/issues/37632
1,198,790,737
37,632
[ "python", "cpython" ]
BPO | [656590](https://bugs.python.org/issue656590) --- | :--- Nosy | @loewis Files | <li>[cygwin_pty.patch](https://bugs.python.org/file4807/cygwin_pty.patch "Uploaded as text/plain at 2002-12-20.01:42:12 by z3p"): patch against Python CVS</li><li>[cygwin_pty_2.patch](https://bugs.python.org/file4808/cygwin_pty_2.patch "Uploaded as text/plain at 2002-12-21.18:23:25 by z3p"): patch, version 2</li><li>[cygwin_pty_3.diff](https://bugs.python.org/file4809/cygwin_pty_3.diff "Uploaded as text/plain at 2002-12-27.19:13:21 by z3p"): patch, version 3</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-01.14:54:23.000> created_at = <Date 2002-12-20.01:38:47.000> labels = ['extension-modules'] title = '/dev/ptmx support for ptys (cygwin)' updated_at = <Date 2003-01-01.14:54:23.000> user = 'https://bugs.python.org/z3p' ``` bugs.python.org fields: ```python activity = <Date 2003-01-01.14:54:23.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-20.01:38:47.000> creator = 'z3p' dependencies = [] files = ['4807', '4808', '4809'] hgrepos = [] issue_num = 656590 keywords = ['patch'] message_count = 19.0 messages = ['42033', '42034', '42035', '42036', '42037', '42038', '42039', '42040', '42041', '42042', '42043', '42044', '42045', '42046', '42047', '42048', '42049', '42050', '42051'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'z3p'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue656590' versions = [] ``` </p></details>
/dev/ptmx support for ptys (cygwin)
https://api.github.com/repos/python/cpython/issues/37631/comments
19
2002-12-20T01:38:47Z
2022-04-09T22:29:24Z
https://github.com/python/cpython/issues/37631
1,198,790,733
37,631
[ "python", "cpython" ]
BPO | [656392](https://bugs.python.org/issue656392) --- | :--- <sup>*Note: these values reflect the state of the issue at 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-06-06.20:07:10.000> created_at = <Date 2002-12-19.17:20:42.000> labels = ['invalid', 'library'] title = 'binascii.a2b_base64 with non base64 data' updated_at = <Date 2004-06-06.20:07:10.000> user = 'https://bugs.python.org/makaron' ``` bugs.python.org fields: ```python activity = <Date 2004-06-06.20:07:10.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-19.17:20:42.000> creator = 'makaron' dependencies = [] files = [] hgrepos = [] issue_num = 656392 keywords = [] message_count = 2.0 messages = ['13659', '13660'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'makaron'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue656392' versions = [] ``` </p></details>
binascii.a2b_base64 with non base64 data
https://api.github.com/repos/python/cpython/issues/37630/comments
2
2002-12-19T17:20:42Z
2022-04-09T22:29:23Z
https://github.com/python/cpython/issues/37630
1,198,790,728
37,630
[ "python", "cpython" ]
BPO | [656049](https://bugs.python.org/issue656049) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-19.03:17:54.000> created_at = <Date 2002-12-19.00:14:11.000> labels = ['invalid', 'docs'] title = 'string.trim does not have 2 arguments' updated_at = <Date 2002-12-19.03:17:54.000> user = 'https://bugs.python.org/msowka' ``` bugs.python.org fields: ```python activity = <Date 2002-12-19.03:17:54.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-19.00:14:11.000> creator = 'msowka' dependencies = [] files = [] hgrepos = [] issue_num = 656049 keywords = [] message_count = 2.0 messages = ['13657', '13658'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'msowka'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue656049' versions = ['Python 2.2'] ``` </p></details>
string.trim does not have 2 arguments
https://api.github.com/repos/python/cpython/issues/37629/comments
2
2002-12-19T00:14:11Z
2022-04-09T22:29:22Z
https://github.com/python/cpython/issues/37629
1,198,790,723
37,629
[ "python", "cpython" ]
BPO | [655802](https://bugs.python.org/issue655802) --- | :--- Nosy | @freddrake, @abalkin, @avassalotti <sup>*Note: these values reflect the state of the issue at 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/avassalotti' closed_at = <Date 2010-06-28.20:46:10.982> created_at = <Date 2002-12-18.15:23:33.000> labels = ['docs'] title = 'cPickle not always same as pickle' updated_at = <Date 2010-06-28.20:46:10.980> user = 'https://bugs.python.org/pobrien' ``` bugs.python.org fields: ```python activity = <Date 2010-06-28.20:46:10.980> actor = 'alexandre.vassalotti' assignee = 'alexandre.vassalotti' closed = True closed_date = <Date 2010-06-28.20:46:10.982> closer = 'alexandre.vassalotti' components = ['Documentation'] creation = <Date 2002-12-18.15:23:33.000> creator = 'pobrien' dependencies = [] files = [] hgrepos = [] issue_num = 655802 keywords = [] message_count = 4.0 messages = ['13656', '58066', '108759', '108862'] nosy_count = 4.0 nosy_names = ['fdrake', 'pobrien', 'belopolsky', 'alexandre.vassalotti'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'needs patch' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue655802' versions = ['Python 2.6'] ``` </p></details>
cPickle not always same as pickle
https://api.github.com/repos/python/cpython/issues/37628/comments
4
2002-12-18T15:23:33Z
2022-04-09T22:29:21Z
https://github.com/python/cpython/issues/37628
1,198,790,720
37,628
[ "python", "cpython" ]
BPO | [655760](https://bugs.python.org/issue655760) --- | :--- Nosy | @akuchling, @rhettinger Files | <li>[cookie.diff](https://bugs.python.org/file4806/cookie.diff "Uploaded as text/plain at 2002-12-18.14:43:30 by @akuchling"): Add warnings to unsafe Cookie classes</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-29.18:20:46.000> created_at = <Date 2002-12-18.14:37:32.000> labels = ['library'] title = 'Add warnings to unsafe Cookie classes' updated_at = <Date 2002-12-29.18:20:46.000> user = 'https://github.com/akuchling' ``` bugs.python.org fields: ```python activity = <Date 2002-12-29.18:20:46.000> actor = 'akuchling' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-18.14:37:32.000> creator = 'akuchling' dependencies = [] files = ['4806'] hgrepos = [] issue_num = 655760 keywords = ['patch'] message_count = 4.0 messages = ['42029', '42030', '42031', '42032'] nosy_count = 2.0 nosy_names = ['akuchling', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue655760' versions = ['Python 2.3'] ``` </p></details>
Add warnings to unsafe Cookie classes
https://api.github.com/repos/python/cpython/issues/37627/comments
4
2002-12-18T14:37:32Z
2022-04-09T22:29:20Z
https://github.com/python/cpython/issues/37627
1,198,790,715
37,627
[ "python", "cpython" ]
BPO | [655421](https://bugs.python.org/issue655421) --- | :--- Nosy | @tim-one, @pfmoore Files | <li>[commands.diff](https://bugs.python.org/file4805/commands.diff "Uploaded as text/plain at 2002-12-17.21:30:53 by zopezen"): commands.py for Windows diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-18.18:03:32.000> created_at = <Date 2002-12-17.21:30:00.000> labels = ['library'] title = 'commands.py for Windows' updated_at = <Date 2002-12-18.18:03:32.000> user = 'https://bugs.python.org/zopezen' ``` bugs.python.org fields: ```python activity = <Date 2002-12-18.18:03:32.000> actor = 'zopezen' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-17.21:30:00.000> creator = 'zopezen' dependencies = [] files = ['4805'] hgrepos = [] issue_num = 655421 keywords = ['patch'] message_count = 4.0 messages = ['42025', '42026', '42027', '42028'] nosy_count = 3.0 nosy_names = ['tim.peters', 'paul.moore', 'zopezen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue655421' versions = [] ``` </p></details>
commands.py for Windows
https://api.github.com/repos/python/cpython/issues/37626/comments
4
2002-12-17T21:30:00Z
2022-04-09T22:29:18Z
https://github.com/python/cpython/issues/37626
1,198,790,710
37,626
[ "python", "cpython" ]
BPO | [655271](https://bugs.python.org/issue655271) --- | :--- 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/rhettinger' closed_at = <Date 2003-01-04.02:18:16.000> created_at = <Date 2002-12-17.16:46:54.000> labels = ['docs'] title = 'Slightly modify locals() doc?' updated_at = <Date 2003-01-04.02:18:16.000> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2003-01-04.02:18:16.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-17.16:46:54.000> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 655271 keywords = [] message_count = 2.0 messages = ['13654', '13655'] nosy_count = 2.0 nosy_names = ['rhettinger', 'terry.reedy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue655271' versions = [] ``` </p></details>
Slightly modify locals() doc?
https://api.github.com/repos/python/cpython/issues/37625/comments
2
2002-12-17T16:46:54Z
2022-04-09T22:29:18Z
https://github.com/python/cpython/issues/37625
1,198,790,705
37,625
[ "python", "cpython" ]
BPO | [655269](https://bugs.python.org/issue655269) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-18.02:43:15.000> created_at = <Date 2002-12-17.16:40:44.000> labels = ['invalid', 'docs'] title = 'PyKDE has moved - update URL' updated_at = <Date 2002-12-18.02:43:15.000> user = 'https://bugs.python.org/vanandel' ``` bugs.python.org fields: ```python activity = <Date 2002-12-18.02:43:15.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-17.16:40:44.000> creator = 'vanandel' dependencies = [] files = [] hgrepos = [] issue_num = 655269 keywords = [] message_count = 2.0 messages = ['13652', '13653'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'vanandel'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue655269' versions = ['Python 2.2'] ``` </p></details>
PyKDE has moved - update URL
https://api.github.com/repos/python/cpython/issues/37624/comments
2
2002-12-17T16:40:44Z
2022-04-09T22:29:16Z
https://github.com/python/cpython/issues/37624
1,198,790,701
37,624
[ "python", "cpython" ]
BPO | [654974](https://bugs.python.org/issue654974) --- | :--- Nosy | @mwhudson, @loewis Files | <li>[seq.diff](https://bugs.python.org/file4803/seq.diff "Uploaded as text/plain at 2002-12-17.13:15:06 by nnorwitz"): patch 1 to structseq.c</li><li>[seq.diff](https://bugs.python.org/file4804/seq.diff "Uploaded as text/plain at 2002-12-18.00:50:37 by nnorwitz"): patch 2 to structseq.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 2002-12-18.23:21:26.000> created_at = <Date 2002-12-17.02:17:36.000> labels = ['interpreter-core'] title = 'fix unchecked return values in structseq' updated_at = <Date 2002-12-18.23:21:26.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2002-12-18.23:21:26.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-17.02:17:36.000> creator = 'nnorwitz' dependencies = [] files = ['4803', '4804'] hgrepos = [] issue_num = 654974 keywords = ['patch'] message_count = 7.0 messages = ['42018', '42019', '42020', '42021', '42022', '42023', '42024'] nosy_count = 3.0 nosy_names = ['mwh', 'loewis', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654974' versions = ['Python 2.3'] ``` </p></details>
fix unchecked return values in structseq
https://api.github.com/repos/python/cpython/issues/37623/comments
7
2002-12-17T02:17:36Z
2022-04-09T22:29:15Z
https://github.com/python/cpython/issues/37623
1,198,790,699
37,623
[ "python", "cpython" ]
BPO | [654960](https://bugs.python.org/issue654960) --- | :--- Nosy | @loewis Files | <li>[true.diff](https://bugs.python.org/file4802/true.diff "Uploaded as text/plain at 2002-12-17.01:47:09 by nnorwitz"): compile.c patch 1</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-18.01:19:04.000> created_at = <Date 2002-12-17.01:46:22.000> labels = ['interpreter-core'] title = 'remove unnecessary static variable' updated_at = <Date 2002-12-18.01:19:04.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2002-12-18.01:19:04.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-17.01:46:22.000> creator = 'nnorwitz' dependencies = [] files = ['4802'] hgrepos = [] issue_num = 654960 keywords = ['patch'] message_count = 3.0 messages = ['42015', '42016', '42017'] nosy_count = 2.0 nosy_names = ['loewis', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654960' versions = ['Python 2.3'] ``` </p></details>
remove unnecessary static variable
https://api.github.com/repos/python/cpython/issues/37622/comments
3
2002-12-17T01:46:22Z
2022-04-09T22:29:14Z
https://github.com/python/cpython/issues/37622
1,198,790,696
37,622
[ "python", "cpython" ]
BPO | [654910](https://bugs.python.org/issue654910) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[patch001.txt](https://bugs.python.org/file4801/patch001.txt "Uploaded as text/plain at 2002-12-17.07:59:49 by holdenweb"): patche CGIHTTPServer.py for IE POST 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 2003-01-09.14:07:09.000> created_at = <Date 2002-12-16.23:24:27.000> labels = ['library'] title = 'Fix bug in IE/CGI [bug 427345]' updated_at = <Date 2003-01-09.14:07:09.000> user = 'https://bugs.python.org/holdenweb' ``` bugs.python.org fields: ```python activity = <Date 2003-01-09.14:07:09.000> actor = 'nnorwitz' assignee = 'holdenweb' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.23:24:27.000> creator = 'holdenweb' dependencies = [] files = ['4801'] hgrepos = [] issue_num = 654910 keywords = ['patch'] message_count = 7.0 messages = ['42008', '42009', '42010', '42011', '42012', '42013', '42014'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'holdenweb', 'aimacintyre'] pr_nums = [] priority = 'low' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654910' versions = [] ``` </p></details>
Fix bug in IE/CGI [bug 427345]
https://api.github.com/repos/python/cpython/issues/37621/comments
7
2002-12-16T23:24:27Z
2022-04-09T22:29:13Z
https://github.com/python/cpython/issues/37621
1,198,790,694
37,621
[ "python", "cpython" ]
BPO | [654866](https://bugs.python.org/issue654866) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[pickle.txt](https://bugs.python.org/file713/pickle.txt "Uploaded as text/plain at 2002-12-16.21:52:58 by pobrien"): pickle.txt</li><li>[cpickle.txt](https://bugs.python.org/file714/cpickle.txt "Uploaded as text/plain at 2002-12-16.21:53:32 by pobrien")</li><li>[pickleError.py](https://bugs.python.org/file715/pickleError.py "Uploaded as text/plain at 2002-12-17.18:20:08 by pobrien"): cPickle problem demo code</li><li>[t.py](https://bugs.python.org/file716/t.py "Uploaded as text/plain at 2002-12-17.21:53:56 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 2002-12-18.13:13:12.000> created_at = <Date 2002-12-16.21:37:58.000> labels = ['invalid', 'library'] title = 'pickle and cPickle not equivalent' updated_at = <Date 2002-12-18.13:13:12.000> user = 'https://bugs.python.org/pobrien' ``` bugs.python.org fields: ```python activity = <Date 2002-12-18.13:13:12.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.21:37:58.000> creator = 'pobrien' dependencies = [] files = ['713', '714', '715', '716'] hgrepos = [] issue_num = 654866 keywords = [] message_count = 10.0 messages = ['13642', '13643', '13644', '13645', '13646', '13647', '13648', '13649', '13650', '13651'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'pobrien'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654866' versions = [] ``` </p></details>
pickle and cPickle not equivalent
https://api.github.com/repos/python/cpython/issues/37620/comments
10
2002-12-16T21:37:58Z
2022-04-09T22:29:12Z
https://github.com/python/cpython/issues/37620
1,198,790,690
37,620
[ "python", "cpython" ]
BPO | [654846](https://bugs.python.org/issue654846) --- | :--- Nosy | @tim-one, @akuchling <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-03-04.04:19:50.000> created_at = <Date 2002-12-16.21:07:00.000> labels = ['docs'] title = 'datetime docs need review, LaTeX' updated_at = <Date 2003-03-04.04:19:50.000> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2003-03-04.04:19:50.000> actor = 'tim.peters' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-16.21:07:00.000> creator = 'tim.peters' dependencies = [] files = [] hgrepos = [] issue_num = 654846 keywords = [] message_count = 5.0 messages = ['13637', '13638', '13639', '13640', '13641'] nosy_count = 2.0 nosy_names = ['tim.peters', 'akuchling'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654846' versions = ['Python 2.3'] ``` </p></details>
datetime docs need review, LaTeX
https://api.github.com/repos/python/cpython/issues/37619/comments
5
2002-12-16T21:07:00Z
2022-04-09T22:29:11Z
https://github.com/python/cpython/issues/37619
1,198,790,688
37,619
[ "python", "cpython" ]
BPO | [654783](https://bugs.python.org/issue654783) --- | :--- Nosy | @tim-one, @freddrake, @nascheme, @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 2005-05-30.20:05:35.000> created_at = <Date 2002-12-16.19:23:49.000> labels = ['docs'] title = 'doctest and exception messages' updated_at = <Date 2005-05-30.20:05:35.000> user = 'https://bugs.python.org/aahz' ``` bugs.python.org fields: ```python activity = <Date 2005-05-30.20:05:35.000> actor = 'facundobatista' assignee = 'aahz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-16.19:23:49.000> creator = 'aahz' dependencies = [] files = [] hgrepos = [] issue_num = 654783 keywords = [] message_count = 8.0 messages = ['13629', '13630', '13631', '13632', '13633', '13634', '13635', '13636'] nosy_count = 5.0 nosy_names = ['tim.peters', 'fdrake', 'nascheme', 'facundobatista', 'aahz'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654783' versions = ['Python 2.2'] ``` </p></details>
doctest and exception messages
https://api.github.com/repos/python/cpython/issues/37618/comments
8
2002-12-16T19:23:49Z
2022-04-09T22:29:10Z
https://github.com/python/cpython/issues/37618
1,198,790,680
37,618
[ "python", "cpython" ]
BPO | [654766](https://bugs.python.org/issue654766) --- | :--- Nosy | @jcea, @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 2007-01-22.03:20:05.000> created_at = <Date 2002-12-16.18:42:48.000> labels = ['library'] title = 'asyncore.py and "handle_expt"' updated_at = <Date 2007-01-22.03:20:05.000> user = 'https://github.com/jcea' ``` bugs.python.org fields: ```python activity = <Date 2007-01-22.03:20:05.000> actor = 'sf-robot' assignee = 'josiahcarlson' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.18:42:48.000> creator = 'jcea' dependencies = [] files = [] hgrepos = [] issue_num = 654766 keywords = [] message_count = 4.0 messages = ['13625', '13626', '13627', '13628'] nosy_count = 4.0 nosy_names = ['sf-robot', 'jcea', 'josiahcarlson', 'klimkin'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654766' versions = ['Python 2.2'] ``` </p></details>
asyncore.py and "handle_expt"
https://api.github.com/repos/python/cpython/issues/37617/comments
4
2002-12-16T18:42:48Z
2022-04-09T22:29:09Z
https://github.com/python/cpython/issues/37617
1,198,790,678
37,617
[ "python", "cpython" ]
BPO | [654558](https://bugs.python.org/issue654558) --- | :--- Nosy | @mwhudson, @smontanaro <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.18:35:37.000> created_at = <Date 2002-12-16.11:33:39.000> labels = ['type-feature', 'library'] title = 'make error reporting better like cgi' updated_at = <Date 2003-06-16.18:35:37.000> user = 'https://bugs.python.org/hfastedge' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.18:35:37.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.11:33:39.000> creator = 'hfastedge' dependencies = [] files = [] hgrepos = [] issue_num = 654558 keywords = [] message_count = 6.0 messages = ['13619', '13620', '13621', '13622', '13623', '13624'] nosy_count = 3.0 nosy_names = ['mwh', 'skip.montanaro', 'hfastedge'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue654558' versions = [] ``` </p></details>
make error reporting better like cgi
https://api.github.com/repos/python/cpython/issues/37616/comments
6
2002-12-16T11:33:39Z
2022-04-09T22:29:07Z
https://github.com/python/cpython/issues/37616
1,198,790,675
37,616
[ "python", "cpython" ]
BPO | [654421](https://bugs.python.org/issue654421) --- | :--- Nosy | @akuchling Files | <li>[gzip.py.ValueError.patch](https://bugs.python.org/file4800/gzip.py.ValueError.patch "Uploaded as text/plain at 2002-12-16.06:40:32 by donut"): replace ValueError with IOError on corrupt 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 2003-02-05.21:41:55.000> created_at = <Date 2002-12-16.06:39:23.000> labels = ['library'] title = "gzip shouldn't ValueError on corruptfile" updated_at = <Date 2003-02-05.21:41:55.000> user = 'https://bugs.python.org/donut' ``` bugs.python.org fields: ```python activity = <Date 2003-02-05.21:41:55.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.06:39:23.000> creator = 'donut' dependencies = [] files = ['4800'] hgrepos = [] issue_num = 654421 keywords = ['patch'] message_count = 3.0 messages = ['42005', '42006', '42007'] nosy_count = 2.0 nosy_names = ['akuchling', 'donut'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654421' versions = [] ``` </p></details>
gzip shouldn't ValueError on corruptfile
https://api.github.com/repos/python/cpython/issues/37615/comments
3
2002-12-16T06:39:23Z
2022-04-09T22:29:06Z
https://github.com/python/cpython/issues/37615
1,198,790,670
37,615
[ "python", "cpython" ]
BPO | [654362](https://bugs.python.org/issue654362) --- | :--- Nosy | @mhammond, @warsaw Files | <li>[crash_email.patch](https://bugs.python.org/file712/crash_email.patch "Uploaded as text/plain at 2002-12-16.05:01:24 by @mhammond"): Possible 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/warsaw' closed_at = <Date 2002-12-30.17:29:58.000> created_at = <Date 2002-12-16.04:59:03.000> labels = ['library'] title = 'email: huge address lines blow stack' updated_at = <Date 2002-12-30.17:29:58.000> user = 'https://github.com/mhammond' ``` bugs.python.org fields: ```python activity = <Date 2002-12-30.17:29:58.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-16.04:59:03.000> creator = 'mhammond' dependencies = [] files = ['712'] hgrepos = [] issue_num = 654362 keywords = [] message_count = 2.0 messages = ['13617', '13618'] nosy_count = 2.0 nosy_names = ['mhammond', 'barry'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue654362' versions = [] ``` </p></details>
email: huge address lines blow stack
https://api.github.com/repos/python/cpython/issues/37614/comments
2
2002-12-16T04:59:03Z
2022-04-09T22:29:05Z
https://github.com/python/cpython/issues/37614
1,198,790,668
37,614
[ "python", "cpython" ]
BPO | [653938](https://bugs.python.org/issue653938) --- | :--- Nosy | @loewis, @brettcannon, @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 2003-07-08.16:37:49.000> created_at = <Date 2002-12-15.02:00:36.000> labels = ['interpreter-core'] title = 'Adds a builtin decimal type (FixedPoint)' updated_at = <Date 2003-07-08.16:37:49.000> user = 'https://bugs.python.org/mclay' ``` bugs.python.org fields: ```python activity = <Date 2003-07-08.16:37:49.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-15.02:00:36.000> creator = 'mclay' dependencies = [] files = [] hgrepos = [] issue_num = 653938 keywords = ['patch'] message_count = 5.0 messages = ['42000', '42001', '42002', '42003', '42004'] nosy_count = 4.0 nosy_names = ['loewis', 'brett.cannon', 'rhettinger', 'mclay'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue653938' versions = ['Python 2.3'] ``` </p></details>
Adds a builtin decimal type (FixedPoint)
https://api.github.com/repos/python/cpython/issues/37613/comments
5
2002-12-15T02:00:36Z
2022-04-09T22:29:03Z
https://github.com/python/cpython/issues/37613
1,198,790,663
37,613
[ "python", "cpython" ]
BPO | [653871](https://bugs.python.org/issue653871) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2002-12-14.22:24:01.000> created_at = <Date 2002-12-14.22:24:01.000> labels = ['OS-mac', 'type-feature'] title = 'Investigate weak linking' updated_at = <Date 2002-12-14.22:24:01.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2002-12-14.22:24:01.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2002-12-14.22:24:01.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 653871 keywords = [] message_count = 1.0 messages = ['13616'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue653871' versions = [] ``` </p></details>
Investigate weak linking
https://api.github.com/repos/python/cpython/issues/37612/comments
1
2002-12-14T22:24:01Z
2022-04-09T22:29:03Z
https://github.com/python/cpython/issues/37612
1,198,790,661
37,612
[ "python", "cpython" ]
BPO | [653542](https://bugs.python.org/issue653542) --- | :--- Nosy | @tim-one, @loewis, @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 = None closed_at = <Date 2005-12-26.22:59:37.000> created_at = <Date 2002-12-14.01:02:41.000> labels = ['docs'] title = 'PyLong_AsVoidPtr()/PyLong_FromVoidPtr()' updated_at = <Date 2005-12-26.22:59:37.000> user = 'https://bugs.python.org/davidabrahams' ``` bugs.python.org fields: ```python activity = <Date 2005-12-26.22:59:37.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-14.01:02:41.000> creator = 'david_abrahams' dependencies = [] files = [] hgrepos = [] issue_num = 653542 keywords = [] message_count = 7.0 messages = ['13609', '13610', '13611', '13612', '13613', '13614', '13615'] nosy_count = 5.0 nosy_names = ['tim.peters', 'loewis', 'fdrake', 'georg.brandl', 'david_abrahams'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue653542' versions = [] ``` </p></details>
PyLong_AsVoidPtr()/PyLong_FromVoidPtr()
https://api.github.com/repos/python/cpython/issues/37611/comments
7
2002-12-14T01:02:41Z
2022-04-09T22:29:01Z
https://github.com/python/cpython/issues/37611
1,198,790,659
37,611
[ "python", "cpython" ]
BPO | [653301](https://bugs.python.org/issue653301) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-20.21:12:53.000> created_at = <Date 2002-12-13.15:27:34.000> labels = ['build'] title = 'py_compile does not return error code' updated_at = <Date 2003-01-20.21:12:53.000> user = 'https://bugs.python.org/mferris1' ``` bugs.python.org fields: ```python activity = <Date 2003-01-20.21:12:53.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2002-12-13.15:27:34.000> creator = 'mferris1' dependencies = [] files = [] hgrepos = [] issue_num = 653301 keywords = [] message_count = 5.0 messages = ['13604', '13605', '13606', '13607', '13608'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'jvr', 'mferris1'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue653301' versions = ['Python 2.3'] ``` </p></details>
py_compile does not return error code
https://api.github.com/repos/python/cpython/issues/37610/comments
5
2002-12-13T15:27:34Z
2022-04-09T22:29:00Z
https://github.com/python/cpython/issues/37610
1,198,790,654
37,610
[ "python", "cpython" ]
BPO | [652980](https://bugs.python.org/issue652980) --- | :--- Nosy | @gvanrossum, @loewis, @rhettinger Files | <li>[posixpath.diff](https://bugs.python.org/file4799/posixpath.diff "Uploaded as text/plain at 2002-12-13.00:50:40 by edcjones"): diff for posixpath.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 2003-04-24.17:54:21.000> created_at = <Date 2002-12-12.22:29:13.000> labels = ['library'] title = 'Generator form of os.path.walk' updated_at = <Date 2003-04-24.17:54:21.000> user = 'https://bugs.python.org/edcjones' ``` bugs.python.org fields: ```python activity = <Date 2003-04-24.17:54:21.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-12.22:29:13.000> creator = 'edcjones' dependencies = [] files = ['4799'] hgrepos = [] issue_num = 652980 keywords = ['patch'] message_count = 4.0 messages = ['41996', '41997', '41998', '41999'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'rhettinger', 'edcjones'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652980' versions = ['Python 2.3'] ``` </p></details>
Generator form of os.path.walk
https://api.github.com/repos/python/cpython/issues/37609/comments
4
2002-12-12T22:29:13Z
2022-04-09T22:28:59Z
https://github.com/python/cpython/issues/37609
1,198,790,649
37,609
[ "python", "cpython" ]
BPO | [652930](https://bugs.python.org/issue652930) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[math.diff](https://bugs.python.org/file4794/math.diff "Uploaded as text/plain at 2002-12-12.21:29:42 by @rhettinger"): Patch with news item, docs, and unittests</li><li>[math2.diff](https://bugs.python.org/file4795/math2.diff "Uploaded as text/plain at 2002-12-13.15:24:53 by @rhettinger"): Version 2</li><li>[math3.diff](https://bugs.python.org/file4796/math3.diff "Uploaded as text/plain at 2002-12-14.05:42:57 by @rhettinger"): Version with tightened error exit trapping</li><li>[math4.diff](https://bugs.python.org/file4797/math4.diff "Uploaded as text/plain at 2002-12-14.17:34:22 by @rhettinger"): Version with corrected num deallocation</li><li>[math5.diff](https://bugs.python.org/file4798/math5.diff "Uploaded as text/plain at 2002-12-14.18:18:47 by @rhettinger"): Has all exits and decrefs</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2002-12-14.19:53:40.000> created_at = <Date 2002-12-12.21:26:53.000> labels = ['extension-modules'] title = 'math.log(x [,base])' updated_at = <Date 2002-12-14.19:53:40.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-14.19:53:40.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-12.21:26:53.000> creator = 'rhettinger' dependencies = [] files = ['4794', '4795', '4796', '4797', '4798'] hgrepos = [] issue_num = 652930 keywords = ['patch'] message_count = 11.0 messages = ['41985', '41986', '41987', '41988', '41989', '41990', '41991', '41992', '41993', '41994', '41995'] nosy_count = 2.0 nosy_names = ['loewis', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652930' versions = ['Python 2.3'] ``` </p></details>
math.log(x [,base])
https://api.github.com/repos/python/cpython/issues/37608/comments
11
2002-12-12T21:26:53Z
2022-04-09T22:28:59Z
https://github.com/python/cpython/issues/37608
1,198,790,643
37,608
[ "python", "cpython" ]
BPO | [652888](https://bugs.python.org/issue652888) --- | :--- 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 2003-01-10.09:35:38.000> created_at = <Date 2002-12-12.20:36:23.000> labels = ['docs'] title = 'bad documentation for the "type" builtin' updated_at = <Date 2003-01-10.09:35:38.000> user = 'https://bugs.python.org/micheles' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.09:35:38.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-12.20:36:23.000> creator = 'michele_s' dependencies = [] files = [] hgrepos = [] issue_num = 652888 keywords = [] message_count = 2.0 messages = ['13602', '13603'] nosy_count = 2.0 nosy_names = ['rhettinger', 'michele_s'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652888' versions = ['Python 2.2'] ``` </p></details>
bad documentation for the "type" builtin
https://api.github.com/repos/python/cpython/issues/37607/comments
2
2002-12-12T20:36:23Z
2022-04-09T22:28:57Z
https://github.com/python/cpython/issues/37607
1,198,790,638
37,607
[ "python", "cpython" ]
BPO | [652857](https://bugs.python.org/issue652857) --- | :--- Nosy | @theller Files | <li>[pep298.core.patch](https://bugs.python.org/file4790/pep298.core.patch "Uploaded as text/plain at 2002-12-12.19:44:47 by @theller"): Patch to the Python core which defines the interface.</li><li>[string.patch](https://bugs.python.org/file4791/string.patch "Uploaded as text/plain at 2002-12-12.19:46:17 by @theller"): Patch for stringobject.c</li><li>[unicodeobject.patch](https://bugs.python.org/file4792/unicodeobject.patch "Uploaded as text/plain at 2002-12-12.19:47:13 by @theller"): Patch to unicodeobject.c</li><li>[arraymodule.patch](https://bugs.python.org/file4793/arraymodule.patch "Uploaded as text/plain at 2002-12-12.19:48:44 by @theller"): Patch to arraymodule.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 2003-02-05.17:31:25.000> created_at = <Date 2002-12-12.19:43:48.000> labels = [] title = 'PEP 298 implementation' updated_at = <Date 2003-02-05.17:31:25.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2003-02-05.17:31:25.000> actor = 'theller' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-12.19:43:48.000> creator = 'theller' dependencies = [] files = ['4790', '4791', '4792', '4793'] hgrepos = [] issue_num = 652857 keywords = ['patch'] message_count = 3.0 messages = ['41982', '41983', '41984'] nosy_count = 1.0 nosy_names = ['theller'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652857' versions = [] ``` </p></details>
PEP 298 implementation
https://api.github.com/repos/python/cpython/issues/37606/comments
3
2002-12-12T19:43:48Z
2022-04-09T22:28:56Z
https://github.com/python/cpython/issues/37606
1,198,790,634
37,606
[ "python", "cpython" ]
BPO | [652749](https://bugs.python.org/issue652749) --- | :--- Nosy | @freddrake, @warsaw, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2008-01-20.13:08:45.765> created_at = <Date 2002-12-12.16:18:33.000> labels = ['docs'] title = 'extra __builtin__ stuff not documented' updated_at = <Date 2008-01-20.13:08:45.763> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2008-01-20.13:08:45.763> actor = 'georg.brandl' assignee = 'fdrake' closed = True closed_date = <Date 2008-01-20.13:08:45.765> closer = 'georg.brandl' components = ['Documentation'] creation = <Date 2002-12-12.16:18:33.000> creator = 'barry' dependencies = [] files = [] hgrepos = [] issue_num = 652749 keywords = [] message_count = 3.0 messages = ['60296', '60297', '61287'] nosy_count = 3.0 nosy_names = ['fdrake', 'barry', 'georg.brandl'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652749' versions = [] ``` </p></details>
extra __builtin__ stuff not documented
https://api.github.com/repos/python/cpython/issues/37605/comments
3
2002-12-12T16:18:33Z
2022-04-09T22:28:55Z
https://github.com/python/cpython/issues/37605
1,198,790,629
37,605
[ "python", "cpython" ]
BPO | [652591](https://bugs.python.org/issue652591) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-13.10:59:06.000> created_at = <Date 2002-12-12.10:40:34.000> labels = ['OS-mac'] title = 'IDE: browsing a bool crashes' updated_at = <Date 2002-12-13.10:59:06.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2002-12-13.10:59:06.000> actor = 'jvr' assignee = 'jvr' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2002-12-12.10:40:34.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 652591 keywords = [] message_count = 2.0 messages = ['13600', '13601'] nosy_count = 2.0 nosy_names = ['jackjansen', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652591' versions = [] ``` </p></details>
IDE: browsing a bool crashes
https://api.github.com/repos/python/cpython/issues/37604/comments
2
2002-12-12T10:40:34Z
2022-04-09T22:28:54Z
https://github.com/python/cpython/issues/37604
1,198,790,627
37,604
[ "python", "cpython" ]
BPO | [652590](https://bugs.python.org/issue652590) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-02-25.14:30:18.000> created_at = <Date 2002-12-12.10:38:50.000> labels = ['OS-mac'] title = 'dynload_next needs better errors' updated_at = <Date 2003-02-25.14:30:18.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-02-25.14:30:18.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2002-12-12.10:38:50.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 652590 keywords = [] message_count = 2.0 messages = ['13598', '13599'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652590' versions = ['Python 2.2'] ``` </p></details>
dynload_next needs better errors
https://api.github.com/repos/python/cpython/issues/37603/comments
2
2002-12-12T10:38:50Z
2022-04-09T22:28:53Z
https://github.com/python/cpython/issues/37603
1,198,790,622
37,603
[ "python", "cpython" ]
BPO | [652586](https://bugs.python.org/issue652586) --- | :--- Nosy | @gvanrossum, @loewis, @pfmoore Files | <li>[importhooks_zipimport.patch](https://bugs.python.org/file4789/importhooks_zipimport.patch "Uploaded as text/plain at 2002-12-23.22:31:36 by jvr"): importhooks & zipimport #11</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-30.22:34:44.000> created_at = <Date 2002-12-12.10:34:35.000> labels = ['interpreter-core'] title = 'New import hooks + Import from Zip files' updated_at = <Date 2002-12-30.22:34:44.000> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2002-12-30.22:34:44.000> actor = 'jvr' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-12.10:34:35.000> creator = 'jvr' dependencies = [] files = ['4789'] hgrepos = [] issue_num = 652586 keywords = ['patch'] message_count = 34.0 messages = ['41948', '41949', '41950', '41951', '41952', '41953', '41954', '41955', '41956', '41957', '41958', '41959', '41960', '41961', '41962', '41963', '41964', '41965', '41966', '41967', '41968', '41969', '41970', '41971', '41972', '41973', '41974', '41975', '41976', '41977', '41978', '41979', '41980', '41981'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'jvr', 'paul.moore', 'ahlstromjc'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652586' versions = ['Python 2.3'] ``` </p></details>
New import hooks + Import from Zip files
https://api.github.com/repos/python/cpython/issues/37602/comments
34
2002-12-12T10:34:35Z
2022-04-09T22:28:51Z
https://github.com/python/cpython/issues/37602
1,198,790,616
37,602
[ "python", "cpython" ]
BPO | [652104](https://bugs.python.org/issue652104) --- | :--- Nosy | @gvanrossum, @loewis, @doerwalter <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2002-12-12.17:35:35.000> created_at = <Date 2002-12-11.16:07:21.000> labels = ['invalid', 'expert-unicode'] title = 'int(u"\\u1234") raises UnicodeEncodeError' updated_at = <Date 2002-12-12.17:35:35.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2002-12-12.17:35:35.000> actor = 'doerwalter' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2002-12-11.16:07:21.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 652104 keywords = [] message_count = 4.0 messages = ['13594', '13595', '13596', '13597'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue652104' versions = ['Python 2.3'] ``` </p></details>
int(u"\u1234") raises UnicodeEncodeError
https://api.github.com/repos/python/cpython/issues/37601/comments
4
2002-12-11T16:07:21Z
2022-04-09T22:28:51Z
https://github.com/python/cpython/issues/37601
1,198,790,611
37,601
[ "python", "cpython" ]
BPO | [651701](https://bugs.python.org/issue651701) --- | :--- Nosy | @birkenfeld, @rhettinger Files | <li>[bozo_getstate.py](https://bugs.python.org/file711/bozo_getstate.py "Uploaded as text/plain at 2002-12-10.23:13:14 by pafein"): bug demo</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-10-01.13:04:33.000> created_at = <Date 2002-12-10.23:10:36.000> labels = ['interpreter-core'] title = 'Bozo getstate w/ slots overrides base' updated_at = <Date 2005-10-01.13:04:33.000> user = 'https://bugs.python.org/pafein' ``` bugs.python.org fields: ```python activity = <Date 2005-10-01.13:04:33.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-10.23:10:36.000> creator = 'pafein' dependencies = [] files = ['711'] hgrepos = [] issue_num = 651701 keywords = [] message_count = 7.0 messages = ['13587', '13588', '13589', '13590', '13591', '13592', '13593'] nosy_count = 5.0 nosy_names = ['nnorwitz', 'georg.brandl', 'rhettinger', 'pafein', 'astraw'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651701' versions = [] ``` </p></details>
Bozo getstate w/ slots overrides base
https://api.github.com/repos/python/cpython/issues/37600/comments
7
2002-12-10T23:10:36Z
2022-04-09T22:28:49Z
https://github.com/python/cpython/issues/37600
1,198,790,604
37,600
[ "python", "cpython" ]
BPO | [651621](https://bugs.python.org/issue651621) --- | :--- Nosy | @loewis Files | <li>[zipfile.patch](https://bugs.python.org/file4788/zipfile.patch "Uploaded as text/plain at 2002-12-10.21:27:36 by jvr"): ZipFile.writestr() enhancement</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-12.12:25:09.000> created_at = <Date 2002-12-10.20:31:25.000> labels = ['library'] title = 'small ZipFile.writestr() enhancement' updated_at = <Date 2002-12-12.12:25:09.000> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2002-12-12.12:25:09.000> actor = 'jvr' assignee = 'jvr' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-10.20:31:25.000> creator = 'jvr' dependencies = [] files = ['4788'] hgrepos = [] issue_num = 651621 keywords = ['patch'] message_count = 3.0 messages = ['41945', '41946', '41947'] nosy_count = 2.0 nosy_names = ['loewis', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651621' versions = ['Python 2.3'] ``` </p></details>
small ZipFile.writestr() enhancement
https://api.github.com/repos/python/cpython/issues/37599/comments
3
2002-12-10T20:31:25Z
2022-04-09T22:28:48Z
https://github.com/python/cpython/issues/37599
1,198,790,596
37,599
[ "python", "cpython" ]
BPO | [651572](https://bugs.python.org/issue651572) --- | :--- 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 2002-12-10.19:11:28.000> created_at = <Date 2002-12-10.18:55:38.000> labels = ['type-feature'] title = 'tools/i18n should be in the distribution' updated_at = <Date 2002-12-10.19:11:28.000> user = 'https://bugs.python.org/guettli' ``` bugs.python.org fields: ```python activity = <Date 2002-12-10.19:11:28.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2002-12-10.18:55:38.000> creator = 'guettli' dependencies = [] files = [] hgrepos = [] issue_num = 651572 keywords = [] message_count = 2.0 messages = ['13585', '13586'] nosy_count = 2.0 nosy_names = ['tim.peters', 'guettli'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue651572' versions = [] ``` </p></details>
tools/i18n should be in the distribution
https://api.github.com/repos/python/cpython/issues/37598/comments
2
2002-12-10T18:55:38Z
2022-04-09T22:28:48Z
https://github.com/python/cpython/issues/37598
1,198,790,590
37,598
[ "python", "cpython" ]
BPO | [651567](https://bugs.python.org/issue651567) --- | :--- Nosy | @tim-one, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2002-12-10.19:04:36.000> created_at = <Date 2002-12-10.18:48:43.000> labels = ['OS-windows'] title = 'Distribute gettext tools' updated_at = <Date 2002-12-10.19:04:36.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2002-12-10.19:04:36.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2002-12-10.18:48:43.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 651567 keywords = ['patch'] message_count = 2.0 messages = ['41943', '41944'] nosy_count = 2.0 nosy_names = ['tim.peters', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651567' versions = ['Python 2.3'] ``` </p></details>
Distribute gettext tools
https://api.github.com/repos/python/cpython/issues/37597/comments
2
2002-12-10T18:48:43Z
2022-04-09T22:28:47Z
https://github.com/python/cpython/issues/37597
1,198,790,588
37,597
[ "python", "cpython" ]
BPO | [651363](https://bugs.python.org/issue651363) --- | :--- 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 2002-12-11.13:21:58.000> created_at = <Date 2002-12-10.10:39:56.000> labels = ['interpreter-core'] title = 'PyDict_GetItemString expects char*' updated_at = <Date 2002-12-11.13:21:58.000> user = 'https://bugs.python.org/yodagh' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.13:21:58.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-10.10:39:56.000> creator = 'yoda_gh' dependencies = [] files = [] hgrepos = [] issue_num = 651363 keywords = [] message_count = 2.0 messages = ['13583', '13584'] nosy_count = 2.0 nosy_names = ['loewis', 'yoda_gh'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651363' versions = ['Python 2.2'] ``` </p></details>
PyDict_GetItemString expects char*
https://api.github.com/repos/python/cpython/issues/37596/comments
2
2002-12-10T10:39:56Z
2022-04-09T22:28:46Z
https://github.com/python/cpython/issues/37596
1,198,790,582
37,596
[ "python", "cpython" ]
BPO | [651362](https://bugs.python.org/issue651362) --- | :--- 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 2002-12-11.14:05:51.000> created_at = <Date 2002-12-10.10:38:05.000> labels = ['interpreter-core'] title = 'PyRun_SimpleFile() should use const char' updated_at = <Date 2002-12-11.14:05:51.000> user = 'https://bugs.python.org/yodagh' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.14:05:51.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-10.10:38:05.000> creator = 'yoda_gh' dependencies = [] files = [] hgrepos = [] issue_num = 651362 keywords = [] message_count = 2.0 messages = ['13581', '13582'] nosy_count = 2.0 nosy_names = ['loewis', 'yoda_gh'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651362' versions = ['Python 2.2'] ``` </p></details>
PyRun_SimpleFile() should use const char
https://api.github.com/repos/python/cpython/issues/37595/comments
2
2002-12-10T10:38:05Z
2022-04-09T22:28:44Z
https://github.com/python/cpython/issues/37595
1,198,790,580
37,595
[ "python", "cpython" ]
BPO | [651289](https://bugs.python.org/issue651289) --- | :--- Nosy | @loewis Files | <li>[py.patch](https://bugs.python.org/file4787/py.patch "Uploaded as text/plain at 2002-12-10.05:51:51 by tim1470")</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 2002-12-11.12:52:29.000> created_at = <Date 2002-12-10.05:49:15.000> labels = ['build'] title = 'changes for autoconf 2.53' updated_at = <Date 2002-12-11.12:52:29.000> user = 'https://bugs.python.org/tim1470' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.12:52:29.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2002-12-10.05:49:15.000> creator = 'tim1470' dependencies = [] files = ['4787'] hgrepos = [] issue_num = 651289 keywords = ['patch'] message_count = 3.0 messages = ['41940', '41941', '41942'] nosy_count = 2.0 nosy_names = ['loewis', 'tim1470'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651289' versions = ['Python 2.3'] ``` </p></details>
changes for autoconf 2.53
https://api.github.com/repos/python/cpython/issues/37594/comments
3
2002-12-10T05:49:15Z
2022-04-09T22:28:43Z
https://github.com/python/cpython/issues/37594
1,198,790,577
37,594
[ "python", "cpython" ]
BPO | [651149](https://bugs.python.org/issue651149) --- | :--- Nosy | @smontanaro, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-04.01:55:28.000> created_at = <Date 2002-12-09.22:49:31.000> labels = ['docs'] title = 'Review libshelve.tex when possible' updated_at = <Date 2003-01-04.01:55:28.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-01-04.01:55:28.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-09.22:49:31.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 651149 keywords = [] message_count = 2.0 messages = ['13579', '13580'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'rhettinger'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651149' versions = [] ``` </p></details>
Review libshelve.tex when possible
https://api.github.com/repos/python/cpython/issues/37593/comments
2
2002-12-09T22:49:31Z
2022-04-09T22:28:42Z
https://github.com/python/cpython/issues/37593
1,198,790,572
37,593
[ "python", "cpython" ]
BPO | [651124](https://bugs.python.org/issue651124) --- | :--- Files | <li>[pydoc.diff](https://bugs.python.org/file710/pydoc.diff "Uploaded as text/plain at 2002-12-09.22:03:40 by inyeol"): bug 651124 patched</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-03.09:01:47.000> created_at = <Date 2002-12-09.22:00:30.000> labels = ['library'] title = "pydoc ignores $PAGER if TERM=='dumb'" updated_at = <Date 2005-11-03.09:01:47.000> user = 'https://bugs.python.org/inyeol' ``` bugs.python.org fields: ```python activity = <Date 2005-11-03.09:01:47.000> actor = 'ping' assignee = 'ping' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-09.22:00:30.000> creator = 'inyeol' dependencies = [] files = ['710'] hgrepos = [] issue_num = 651124 keywords = [] message_count = 4.0 messages = ['13575', '13576', '13577', '13578'] nosy_count = 3.0 nosy_names = ['ping', 'nnorwitz', 'inyeol'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651124' versions = ['Python 2.3'] ``` </p></details>
pydoc ignores $PAGER if TERM=='dumb'
https://api.github.com/repos/python/cpython/issues/37592/comments
4
2002-12-09T22:00:30Z
2022-04-09T22:28:40Z
https://github.com/python/cpython/issues/37592
1,198,790,568
37,592
[ "python", "cpython" ]
BPO | [651082](https://bugs.python.org/issue651082) --- | :--- Nosy | @gustaebel Files | <li>[tarfile.tar.gz](https://bugs.python.org/file4782/tarfile.tar.gz "Uploaded as application/gzip at 2002-12-09.20:54:05 by @gustaebel")</li><li>[tarfile.tar.gz](https://bugs.python.org/file4783/tarfile.tar.gz "Uploaded as application/gzip at 2002-12-17.14:41:01 by @gustaebel")</li><li>[tarfile-2002-12-25.tar.gz](https://bugs.python.org/file4784/tarfile-2002-12-25.tar.gz "Uploaded as application/gzip at 2002-12-25.10:30:50 by @gustaebel")</li><li>[tarfile-2002-12-31.tar.gz](https://bugs.python.org/file4785/tarfile-2002-12-31.tar.gz "Uploaded as application/gzip at 2002-12-31.00:00:43 by @gustaebel")</li><li>[tarfile-2002-12-31b.tar.gz](https://bugs.python.org/file4786/tarfile-2002-12-31b.tar.gz "Uploaded as application/gzip at 2002-12-31.14:57:53 by @gustaebel")</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 2003-01-05.23:25:40.000> created_at = <Date 2002-12-09.20:51:33.000> labels = ['library'] title = 'tarfile module implementation' updated_at = <Date 2003-01-05.23:25:40.000> user = 'https://github.com/gustaebel' ``` bugs.python.org fields: ```python activity = <Date 2003-01-05.23:25:40.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-09.20:51:33.000> creator = 'lars.gustaebel' dependencies = [] files = ['4782', '4783', '4784', '4785', '4786'] hgrepos = [] issue_num = 651082 keywords = ['patch'] message_count = 9.0 messages = ['41931', '41932', '41933', '41934', '41935', '41936', '41937', '41938', '41939'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'lars.gustaebel'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651082' versions = ['Python 2.3'] ``` </p></details>
tarfile module implementation
https://api.github.com/repos/python/cpython/issues/37591/comments
9
2002-12-09T20:51:33Z
2022-04-09T22:28:39Z
https://github.com/python/cpython/issues/37591
1,198,790,565
37,591
[ "python", "cpython" ]
BPO | [651006](https://bugs.python.org/issue651006) --- | :--- Nosy | @loewis Files | <li>[patch.py](https://bugs.python.org/file4781/patch.py "Uploaded as text/plain at 2002-12-09.18:35:54 by zooko")</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 2002-12-11.12:56:18.000> created_at = <Date 2002-12-09.18:34:51.000> labels = ['docs'] title = 'small fix in os.path.join doc' updated_at = <Date 2002-12-11.12:56:18.000> user = 'https://bugs.python.org/zooko' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.12:56:18.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-09.18:34:51.000> creator = 'zooko' dependencies = [] files = ['4781'] hgrepos = [] issue_num = 651006 keywords = ['patch'] message_count = 2.0 messages = ['41929', '41930'] nosy_count = 2.0 nosy_names = ['loewis', 'zooko'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue651006' versions = [] ``` </p></details>
small fix in os.path.join doc
https://api.github.com/repos/python/cpython/issues/37590/comments
2
2002-12-09T18:34:51Z
2022-04-09T22:28:39Z
https://github.com/python/cpython/issues/37590
1,198,790,560
37,590
[ "python", "cpython" ]
BPO | [650834](https://bugs.python.org/issue650834) --- | :--- Nosy | @loewis Files | <li>[fileobject.c.diff](https://bugs.python.org/file4780/fileobject.c.diff "Uploaded as text/plain at 2002-12-09.12:39:30 by hdima"): fileobject.c 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/loewis' closed_at = <Date 2002-12-11.13:07:17.000> created_at = <Date 2002-12-09.12:36:31.000> labels = ['interpreter-core'] title = 'small clean up of the fileobject.c' updated_at = <Date 2002-12-11.13:07:17.000> user = 'https://bugs.python.org/hdima' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.13:07:17.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-09.12:36:31.000> creator = 'hdima' dependencies = [] files = ['4780'] hgrepos = [] issue_num = 650834 keywords = ['patch'] message_count = 2.0 messages = ['41927', '41928'] nosy_count = 2.0 nosy_names = ['loewis', 'hdima'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650834' versions = ['Python 2.3'] ``` </p></details>
small clean up of the fileobject.c
https://api.github.com/repos/python/cpython/issues/37589/comments
2
2002-12-09T12:36:31Z
2022-04-09T22:28:38Z
https://github.com/python/cpython/issues/37589
1,198,790,557
37,589
[ "python", "cpython" ]
BPO | [650739](https://bugs.python.org/issue650739) --- | :--- 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 2002-12-09.18:05:32.000> created_at = <Date 2002-12-09.08:22:18.000> labels = ['invalid', 'library'] title = 'Binary pickle format depends on marshal' updated_at = <Date 2002-12-09.18:05:32.000> user = 'https://bugs.python.org/lpd' ``` bugs.python.org fields: ```python activity = <Date 2002-12-09.18:05:32.000> actor = 'lpd' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-09.08:22:18.000> creator = 'lpd' dependencies = [] files = [] hgrepos = [] issue_num = 650739 keywords = [] message_count = 5.0 messages = ['13570', '13571', '13572', '13573', '13574'] nosy_count = 2.0 nosy_names = ['tim.peters', 'lpd'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650739' versions = [] ``` </p></details>
Binary pickle format depends on marshal
https://api.github.com/repos/python/cpython/issues/37588/comments
5
2002-12-09T08:22:18Z
2022-04-09T22:28:36Z
https://github.com/python/cpython/issues/37588
1,198,790,554
37,588
[ "python", "cpython" ]
BPO | [650653](https://bugs.python.org/issue650653) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[stringobject.c.diff](https://bugs.python.org/file709/stringobject.c.diff "Uploaded as text/plain at 2002-12-11.12:40:46 by glchapman")</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 2002-12-12.20:21:20.000> created_at = <Date 2002-12-09.02:11:39.000> labels = ['interpreter-core'] title = 'str.translate does not check table len' updated_at = <Date 2002-12-12.20:21:20.000> user = 'https://bugs.python.org/glchapman' ``` bugs.python.org fields: ```python activity = <Date 2002-12-12.20:21:20.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-09.02:11:39.000> creator = 'glchapman' dependencies = [] files = ['709'] hgrepos = [] issue_num = 650653 keywords = [] message_count = 6.0 messages = ['13564', '13565', '13566', '13567', '13568', '13569'] nosy_count = 3.0 nosy_names = ['loewis', 'rhettinger', 'glchapman'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650653' versions = ['Python 2.2'] ``` </p></details>
str.translate does not check table len
https://api.github.com/repos/python/cpython/issues/37587/comments
6
2002-12-09T02:11:39Z
2022-04-09T22:28:35Z
https://github.com/python/cpython/issues/37587
1,198,790,549
37,587
[ "python", "cpython" ]
BPO | [650441](https://bugs.python.org/issue650441) --- | :--- 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 2002-12-08.15:04:12.000> created_at = <Date 2002-12-08.15:04:12.000> labels = ['library'] title = 'email test external dependencies' updated_at = <Date 2002-12-08.15:04:12.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2002-12-08.15:04:12.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-08.15:04:12.000> creator = 'barry' dependencies = [] files = [] hgrepos = [] issue_num = 650441 keywords = [] message_count = 1.0 messages = ['13563'] nosy_count = 1.0 nosy_names = ['barry'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650441' versions = [] ``` </p></details>
email test external dependencies
https://api.github.com/repos/python/cpython/issues/37586/comments
1
2002-12-08T15:04:12Z
2022-04-09T22:28:34Z
https://github.com/python/cpython/issues/37586
1,198,790,544
37,586
[ "python", "cpython" ]
BPO | [650422](https://bugs.python.org/issue650422) --- | :--- Nosy | @loewis Files | <li>[socketmodule.c.diff](https://bugs.python.org/file4779/socketmodule.c.diff "Uploaded as text/plain at 2002-12-08.13:30:12 by marc"): 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/loewis' closed_at = <Date 2002-12-11.13:11:32.000> created_at = <Date 2002-12-08.13:27:50.000> labels = [] title = 'posixfy socketmodule' updated_at = <Date 2002-12-11.13:11:32.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.13:11:32.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-08.13:27:50.000> creator = 'marc' dependencies = [] files = ['4779'] hgrepos = [] issue_num = 650422 keywords = ['patch'] message_count = 2.0 messages = ['41925', '41926'] nosy_count = 2.0 nosy_names = ['loewis', 'marc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650422' versions = [] ``` </p></details>
posixfy socketmodule
https://api.github.com/repos/python/cpython/issues/37585/comments
2
2002-12-08T13:27:50Z
2022-04-09T22:28:33Z
https://github.com/python/cpython/issues/37585
1,198,790,541
37,585
[ "python", "cpython" ]
BPO | [650415](https://bugs.python.org/issue650415) --- | :--- Nosy | @loewis Files | <li>[avoid_pthread_redefine.diff](https://bugs.python.org/file4778/avoid_pthread_redefine.diff "Uploaded as text/plain at 2002-12-08.13:02:01 by marc"): 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/loewis' closed_at = <Date 2002-12-11.13:13:04.000> created_at = <Date 2002-12-08.12:58:02.000> labels = [] title = 'avoid redefinition of pthread functions' updated_at = <Date 2002-12-11.13:13:04.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2002-12-11.13:13:04.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-08.12:58:02.000> creator = 'marc' dependencies = [] files = ['4778'] hgrepos = [] issue_num = 650415 keywords = ['patch'] message_count = 2.0 messages = ['41923', '41924'] nosy_count = 2.0 nosy_names = ['loewis', 'marc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650415' versions = [] ``` </p></details>
avoid redefinition of pthread functions
https://api.github.com/repos/python/cpython/issues/37584/comments
2
2002-12-08T12:58:02Z
2022-04-09T22:28:32Z
https://github.com/python/cpython/issues/37584
1,198,790,537
37,584
[ "python", "cpython" ]
BPO | [650412](https://bugs.python.org/issue650412) --- | :--- Nosy | @loewis Files | <li>[posix_diffs.tgz](https://bugs.python.org/file4776/posix_diffs.tgz "Uploaded as application/x-gzip at 2002-12-08.12:53:37 by marc"): diff files</li><li>[posix_pagesize_flock.diff](https://bugs.python.org/file4777/posix_pagesize_flock.diff "Uploaded as text/plain at 2002-12-12.21:06:52 by marc"): diff..</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-30.17:38:16.000> created_at = <Date 2002-12-08.12:48:39.000> labels = [] title = 'posixfy some things' updated_at = <Date 2003-03-30.17:38:16.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2003-03-30.17:38:16.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-08.12:48:39.000> creator = 'marc' dependencies = [] files = ['4776', '4777'] hgrepos = [] issue_num = 650412 keywords = ['patch'] message_count = 5.0 messages = ['41918', '41919', '41920', '41921', '41922'] nosy_count = 2.0 nosy_names = ['loewis', 'marc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue650412' versions = [] ``` </p></details>
posixfy some things
https://api.github.com/repos/python/cpython/issues/37583/comments
5
2002-12-08T12:48:39Z
2022-04-09T22:28:30Z
https://github.com/python/cpython/issues/37583
1,198,790,534
37,583
[ "python", "cpython" ]
BPO | [649997](https://bugs.python.org/issue649997) --- | :--- Nosy | @loewis Files | <li>[vms_core.diff](https://bugs.python.org/file4773/vms_core.diff "Uploaded as text/plain at 2002-12-08.10:00:15 by pieronne")</li><li>[vms_core01.diff](https://bugs.python.org/file4774/vms_core01.diff "Uploaded as text/plain at 2002-12-08.21:43:38 by pieronne"): New version</li><li>[vms_core01.diff](https://bugs.python.org/file4775/vms_core01.diff "Uploaded as text/plain at 2002-12-08.22:01:48 by pieronne"): New version</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-04-18.10:48:44.000> created_at = <Date 2002-12-07.11:45:21.000> labels = ['interpreter-core'] title = 'Complementary patch for OpenVMS' updated_at = <Date 2003-04-18.10:48:44.000> user = 'https://bugs.python.org/pieronne' ``` bugs.python.org fields: ```python activity = <Date 2003-04-18.10:48:44.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-07.11:45:21.000> creator = 'pieronne' dependencies = [] files = ['4773', '4774', '4775'] hgrepos = [] issue_num = 649997 keywords = ['patch'] message_count = 6.0 messages = ['41912', '41913', '41914', '41915', '41916', '41917'] nosy_count = 2.0 nosy_names = ['loewis', 'pieronne'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649997' versions = ['Python 2.3'] ``` </p></details>
Complementary patch for OpenVMS
https://api.github.com/repos/python/cpython/issues/37582/comments
6
2002-12-07T11:45:21Z
2022-04-09T22:28:30Z
https://github.com/python/cpython/issues/37582
1,198,790,531
37,582
[ "python", "cpython" ]
BPO | [649974](https://bugs.python.org/issue649974) --- | :--- Nosy | @birkenfeld, @facundobatista Files | <li>[nturl2path.py.diff](https://bugs.python.org/file705/nturl2path.py.diff "Uploaded as text/plain at 2004-12-27.07:05:50 by mike_j_brown"): doc strings for url2pathname, pathname2url</li><li>[urllib.py.diff](https://bugs.python.org/file706/urllib.py.diff "Uploaded as text/plain at 2004-12-27.07:06:59 by mike_j_brown"): doc strings for url2pathname, pathname2url</li><li>[macurl2path.py.diff](https://bugs.python.org/file707/macurl2path.py.diff "Uploaded as text/plain at 2004-12-27.07:07:30 by mike_j_brown"): doc strings for url2pathname, pathname2url</li><li>[rourl2path.py.diff](https://bugs.python.org/file708/rourl2path.py.diff "Uploaded as text/plain at 2004-12-27.07:07:55 by mike_j_brown"): doc strings for url2pathname, pathname2url</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-12-26.22:54:16.000> created_at = <Date 2002-12-07.09:22:07.000> labels = ['docs'] title = 'urllib.url2pathname, pathname2url doc strings inconsistent' updated_at = <Date 2005-12-26.22:54:16.000> user = 'https://bugs.python.org/mikejbrown' ``` bugs.python.org fields: ```python activity = <Date 2005-12-26.22:54:16.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-07.09:22:07.000> creator = 'mike_j_brown' dependencies = [] files = ['705', '706', '707', '708'] hgrepos = [] issue_num = 649974 keywords = [] message_count = 10.0 messages = ['13553', '13554', '13555', '13556', '13557', '13558', '13559', '13560', '13561', '13562'] nosy_count = 4.0 nosy_names = ['mike_j_brown', 'georg.brandl', 'facundobatista', 'aimacintyre'] pr_nums = [] priority = 'low' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649974' versions = ['Python 2.4'] ``` </p></details>
urllib.url2pathname, pathname2url doc strings inconsistent
https://api.github.com/repos/python/cpython/issues/37581/comments
10
2002-12-07T09:22:07Z
2022-04-09T22:28:28Z
https://github.com/python/cpython/issues/37581
1,198,790,528
37,581
[ "python", "cpython" ]
BPO | [649967](https://bugs.python.org/issue649967) --- | :--- 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 2002-12-09.00:24:17.000> created_at = <Date 2002-12-07.09:07:16.000> labels = ['invalid', 'library'] title = "urllib.urlopen('file:/...') uses FTP" updated_at = <Date 2002-12-09.00:24:17.000> user = 'https://bugs.python.org/mikejbrown' ``` bugs.python.org fields: ```python activity = <Date 2002-12-09.00:24:17.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-07.09:07:16.000> creator = 'mike_j_brown' dependencies = [] files = [] hgrepos = [] issue_num = 649967 keywords = [] message_count = 4.0 messages = ['13549', '13550', '13551', '13552'] nosy_count = 2.0 nosy_names = ['loewis', 'mike_j_brown'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649967' versions = ['Python 2.2'] ``` </p></details>
urllib.urlopen('file:/...') uses FTP
https://api.github.com/repos/python/cpython/issues/37580/comments
4
2002-12-07T09:07:16Z
2022-04-09T22:28:27Z
https://github.com/python/cpython/issues/37580
1,198,790,525
37,580
[ "python", "cpython" ]
BPO | [649962](https://bugs.python.org/issue649962) --- | :--- <sup>*Note: these values reflect the state of the issue at 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-03-17.19:48:01.000> created_at = <Date 2002-12-07.08:28:06.000> labels = ['library'] title = 'All URL funcs mishandle file://localhost' updated_at = <Date 2004-03-17.19:48:01.000> user = 'https://bugs.python.org/mikejbrown' ``` bugs.python.org fields: ```python activity = <Date 2004-03-17.19:48:01.000> actor = 'mike_j_brown' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-07.08:28:06.000> creator = 'mike_j_brown' dependencies = [] files = [] hgrepos = [] issue_num = 649962 keywords = [] message_count = 3.0 messages = ['13546', '13547', '13548'] nosy_count = 2.0 nosy_names = ['mike_j_brown', 'troy_melhase'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649962' versions = ['Python 2.2'] ``` </p></details>
All URL funcs mishandle file://localhost
https://api.github.com/repos/python/cpython/issues/37579/comments
3
2002-12-07T08:28:06Z
2022-04-09T22:28:26Z
https://github.com/python/cpython/issues/37579
1,198,790,523
37,579
[ "python", "cpython" ]
BPO | [649961](https://bugs.python.org/issue649961) --- | :--- 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-12-28.05:25:08.000> created_at = <Date 2002-12-07.08:19:17.000> labels = ['OS-windows'] title = 'nturl2path.url2pathname() mishandles ///' updated_at = <Date 2004-12-28.05:25:08.000> user = 'https://bugs.python.org/mikejbrown' ``` bugs.python.org fields: ```python activity = <Date 2004-12-28.05:25:08.000> actor = 'mike_j_brown' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2002-12-07.08:19:17.000> creator = 'mike_j_brown' dependencies = [] files = [] hgrepos = [] issue_num = 649961 keywords = [] message_count = 5.0 messages = ['13541', '13542', '13543', '13544', '13545'] nosy_count = 2.0 nosy_names = ['mike_j_brown', 'facundobatista'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649961' versions = ['Python 2.2'] ``` </p></details>
nturl2path.url2pathname() mishandles ///
https://api.github.com/repos/python/cpython/issues/37578/comments
5
2002-12-07T08:19:17Z
2022-04-09T22:28:25Z
https://github.com/python/cpython/issues/37578
1,198,790,521
37,578
[ "python", "cpython" ]
BPO | [649762](https://bugs.python.org/issue649762) --- | :--- Nosy | @akuchling Files | <li>[asynchat-r1.19.py.patch](https://bugs.python.org/file4772/asynchat-r1.19.py.patch "Uploaded as text/plain at 2002-12-06.21:58:49 by ber"): patch against asynchat.py r1.19</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 2003-03-10.15:28:48.000> created_at = <Date 2002-12-06.21:57:32.000> labels = ['library'] title = 'Fix: asynchat.py: endless loop' updated_at = <Date 2003-03-10.15:28:48.000> user = 'https://bugs.python.org/ber' ``` bugs.python.org fields: ```python activity = <Date 2003-03-10.15:28:48.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-06.21:57:32.000> creator = 'ber' dependencies = [] files = ['4772'] hgrepos = [] issue_num = 649762 keywords = ['patch'] message_count = 5.0 messages = ['41907', '41908', '41909', '41910', '41911'] nosy_count = 2.0 nosy_names = ['akuchling', 'ber'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649762' versions = ['Python 2.2'] ``` </p></details>
Fix: asynchat.py: endless loop
https://api.github.com/repos/python/cpython/issues/37577/comments
5
2002-12-06T21:57:32Z
2022-04-09T22:28:24Z
https://github.com/python/cpython/issues/37577
1,198,790,517
37,577
[ "python", "cpython" ]
BPO | [649742](https://bugs.python.org/issue649742) --- | :--- Nosy | @loewis, @brettcannon Files | <li>[case_diff](https://bugs.python.org/file4768/case_diff "Uploaded as application/octet-stream at 2002-12-08.17:18:57 by jjlee")</li><li>[capitalize_patch](https://bugs.python.org/file4769/capitalize_patch "Uploaded as text/x-diff at 2003-05-10.11:55:03 by jjlee")</li><li>[urllib2_header_case.diff](https://bugs.python.org/file4770/urllib2_header_case.diff "Uploaded as text/plain at 2003-05-11.06:06:13 by @brettcannon"): 2003-05-10: by bcannon</li><li>[addheaders_patch](https://bugs.python.org/file4771/addheaders_patch "Uploaded as text/x-diff at 2003-06-17.13:06:17 by jjlee")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/brettcannon' closed_at = <Date 2003-06-17.21:53:00.000> created_at = <Date 2002-12-06.21:26:28.000> labels = ['library'] title = "urllib2.Request's headers are case-sens." updated_at = <Date 2003-06-17.21:53:00.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2003-06-17.21:53:00.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-06.21:26:28.000> creator = 'jjlee' dependencies = [] files = ['4768', '4769', '4770', '4771'] hgrepos = [] issue_num = 649742 keywords = ['patch'] message_count = 14.0 messages = ['41893', '41894', '41895', '41896', '41897', '41898', '41899', '41900', '41901', '41902', '41903', '41904', '41905', '41906'] nosy_count = 3.0 nosy_names = ['loewis', 'brett.cannon', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649742' versions = ['Python 2.3'] ``` </p></details>
urllib2.Request's headers are case-sens.
https://api.github.com/repos/python/cpython/issues/37576/comments
14
2002-12-06T21:26:28Z
2022-04-09T22:28:23Z
https://github.com/python/cpython/issues/37576
1,198,790,515
37,576
[ "python", "cpython" ]
BPO | [649608](https://bugs.python.org/issue649608) --- | :--- Nosy | @loewis, @doerwalter Files | <li>[diff.txt](https://bugs.python.org/file4767/diff.txt "Uploaded as text/plain at 2002-12-06.16:32:52 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/doerwalter' closed_at = <Date 2002-12-12.19:17:02.000> created_at = <Date 2002-12-06.16:32:04.000> labels = ['interpreter-core'] title = 'tuple arg for issubclass' updated_at = <Date 2002-12-12.19:17:02.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2002-12-12.19:17:02.000> actor = 'doerwalter' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-06.16:32:04.000> creator = 'doerwalter' dependencies = [] files = ['4767'] hgrepos = [] issue_num = 649608 keywords = ['patch'] message_count = 6.0 messages = ['41887', '41888', '41889', '41890', '41891', '41892'] nosy_count = 2.0 nosy_names = ['loewis', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649608' versions = ['Python 2.3'] ``` </p></details>
tuple arg for issubclass
https://api.github.com/repos/python/cpython/issues/37575/comments
6
2002-12-06T16:32:04Z
2022-04-09T22:28:22Z
https://github.com/python/cpython/issues/37575
1,198,790,513
37,575
[ "python", "cpython" ]
BPO | [649187](https://bugs.python.org/issue649187) --- | :--- Nosy | @nascheme <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-05.22:51:06.000> created_at = <Date 2002-12-05.22:26:34.000> labels = ['invalid', 'library'] title = 'sqrt(-1) weirdness?' updated_at = <Date 2002-12-05.22:51:06.000> user = 'https://bugs.python.org/hrharkins' ``` bugs.python.org fields: ```python activity = <Date 2002-12-05.22:51:06.000> actor = 'nascheme' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-05.22:26:34.000> creator = 'hrharkins' dependencies = [] files = [] hgrepos = [] issue_num = 649187 keywords = [] message_count = 3.0 messages = ['13538', '13539', '13540'] nosy_count = 2.0 nosy_names = ['nascheme', 'hrharkins'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649187' versions = ['Python 2.2'] ``` </p></details>
sqrt(-1) weirdness?
https://api.github.com/repos/python/cpython/issues/37574/comments
3
2002-12-05T22:26:34Z
2022-04-09T22:28:20Z
https://github.com/python/cpython/issues/37574
1,198,790,508
37,574
[ "python", "cpython" ]
BPO | [649184](https://bugs.python.org/issue649184) --- | :--- Nosy | @loewis, @doko42 Files | <li>[tix-py2.3.diff](https://bugs.python.org/file4764/tix-py2.3.diff "Uploaded as text/plain at 2002-12-05.22:21:02 by @doko42")</li><li>[tix-py2.2.diff](https://bugs.python.org/file4765/tix-py2.2.diff "Uploaded as text/plain at 2002-12-05.22:21:47 by @doko42")</li><li>[tix-py2.1.diff](https://bugs.python.org/file4766/tix-py2.1.diff "Uploaded as text/plain at 2002-12-05.22:22:36 by @doko42")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-06.10:36:39.000> created_at = <Date 2002-12-05.22:21:01.000> labels = ['expert-tkinter'] title = 'updates from tix-8.1.4 RC3' updated_at = <Date 2002-12-06.10:36:39.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2002-12-06.10:36:39.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2002-12-05.22:21:01.000> creator = 'doko' dependencies = [] files = ['4764', '4765', '4766'] hgrepos = [] issue_num = 649184 keywords = ['patch'] message_count = 2.0 messages = ['41885', '41886'] nosy_count = 2.0 nosy_names = ['loewis', 'doko'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649184' versions = [] ``` </p></details>
updates from tix-8.1.4 RC3
https://api.github.com/repos/python/cpython/issues/37573/comments
2
2002-12-05T22:21:01Z
2022-04-09T22:28:19Z
https://github.com/python/cpython/issues/37573
1,198,790,505
37,573
[ "python", "cpython" ]
BPO | [649122](https://bugs.python.org/issue649122) --- | :--- Nosy | @mwhudson, @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/mwhudson' closed_at = <Date 2002-12-06.11:08:17.000> created_at = <Date 2002-12-05.19:32:30.000> labels = ['library'] title = 'marshal/pickle problem with True/False' updated_at = <Date 2002-12-06.11:08:17.000> user = 'https://bugs.python.org/shacktoms' ``` bugs.python.org fields: ```python activity = <Date 2002-12-06.11:08:17.000> actor = 'loewis' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-05.19:32:30.000> creator = 'shacktoms' dependencies = [] files = [] hgrepos = [] issue_num = 649122 keywords = [] message_count = 4.0 messages = ['13534', '13535', '13536', '13537'] nosy_count = 3.0 nosy_names = ['mwh', 'loewis', 'shacktoms'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649122' versions = [] ``` </p></details>
marshal/pickle problem with True/False
https://api.github.com/repos/python/cpython/issues/37572/comments
4
2002-12-05T19:32:30Z
2022-04-09T22:28:19Z
https://github.com/python/cpython/issues/37572
1,198,790,503
37,572
[ "python", "cpython" ]
BPO | [649095](https://bugs.python.org/issue649095) --- | :--- Nosy | @loewis, @doerwalter Files | <li>[diff.txt](https://bugs.python.org/file4763/diff.txt "Uploaded as text/plain at 2002-12-05.18:18:24 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/doerwalter' closed_at = <Date 2002-12-06.10:23:01.000> created_at = <Date 2002-12-05.18:18:24.000> labels = ['docs'] title = 'document PyObject_IsInstance() tuple arg' updated_at = <Date 2002-12-06.10:23:01.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2002-12-06.10:23:01.000> actor = 'doerwalter' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-05.18:18:24.000> creator = 'doerwalter' dependencies = [] files = ['4763'] hgrepos = [] issue_num = 649095 keywords = ['patch'] message_count = 4.0 messages = ['41881', '41882', '41883', '41884'] nosy_count = 2.0 nosy_names = ['loewis', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649095' versions = ['Python 2.3'] ``` </p></details>
document PyObject_IsInstance() tuple arg
https://api.github.com/repos/python/cpython/issues/37571/comments
4
2002-12-05T18:18:24Z
2022-04-09T22:28:18Z
https://github.com/python/cpython/issues/37571
1,198,790,497
37,571
[ "python", "cpython" ]
BPO | [649060](https://bugs.python.org/issue649060) --- | :--- Nosy | @tim-one, @loewis Files | <li>[bz2module.c.diff](https://bugs.python.org/file4762/bz2module.c.diff "Uploaded as text/plain at 2002-12-05.17:01:50 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-05.20:42:31.000> created_at = <Date 2002-12-05.17:01:49.000> labels = ['extension-modules'] title = 'Cygwin bz2module patch' updated_at = <Date 2002-12-05.20:42:31.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2002-12-05.20:42:31.000> actor = 'tim.peters' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-05.17:01:49.000> creator = 'jlt63' dependencies = [] files = ['4762'] hgrepos = [] issue_num = 649060 keywords = ['patch'] message_count = 4.0 messages = ['41877', '41878', '41879', '41880'] nosy_count = 3.0 nosy_names = ['tim.peters', 'loewis', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue649060' versions = ['Python 2.3'] ``` </p></details>
Cygwin bz2module patch
https://api.github.com/repos/python/cpython/issues/37570/comments
4
2002-12-05T17:01:49Z
2022-04-09T22:28:16Z
https://github.com/python/cpython/issues/37570
1,198,790,492
37,570
[ "python", "cpython" ]
BPO | [648998](https://bugs.python.org/issue648998) --- | :--- Nosy | @loewis Files | <li>[test_commands.py.diff](https://bugs.python.org/file4761/test_commands.py.diff "Uploaded as text/plain at 2002-12-05.15:09:12 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-05.20:19:41.000> created_at = <Date 2002-12-05.15:09:12.000> labels = ['tests'] title = 'test_commands ACL patch' updated_at = <Date 2002-12-05.20:19:41.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2002-12-05.20:19:41.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Tests'] creation = <Date 2002-12-05.15:09:12.000> creator = 'jlt63' dependencies = [] files = ['4761'] hgrepos = [] issue_num = 648998 keywords = ['patch'] message_count = 3.0 messages = ['41874', '41875', '41876'] nosy_count = 2.0 nosy_names = ['loewis', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue648998' versions = ['Python 2.3'] ``` </p></details>
test_commands ACL patch
https://api.github.com/repos/python/cpython/issues/37569/comments
3
2002-12-05T15:09:12Z
2022-04-09T22:28:15Z
https://github.com/python/cpython/issues/37569
1,198,790,488
37,569
[ "python", "cpython" ]
BPO | [648658](https://bugs.python.org/issue648658) --- | :--- Nosy | @warsaw, @orsenthil, @djc Files | <li>[HTTPTransport.py](https://bugs.python.org/file8213/HTTPTransport.py "Uploaded as text/plain at 2002-12-08.17:07:44 by bbum")</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 = None created_at = <Date 2002-12-04.22:04:35.000> labels = ['type-feature', 'library'] title = "xmlrpc can't do proxied HTTP" updated_at = <Date 2014-02-03.18:21:39.393> user = 'https://bugs.python.org/bbum' ``` bugs.python.org fields: ```python activity = <Date 2014-02-03.18:21:39.393> actor = 'BreamoreBoy' assignee = 'orsenthil' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-04.22:04:35.000> creator = 'bbum' dependencies = [] files = ['8213'] hgrepos = [] issue_num = 648658 keywords = [] message_count = 8.0 messages = ['53707', '53708', '69044', '71420', '71421', '71727', '72623', '189984'] nosy_count = 6.0 nosy_names = ['barry', 'bbum', 'gjb1002', 'orsenthil', 'techtonik', 'djc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue648658' versions = ['Python 3.2'] ``` </p></details>
xmlrpc can't do proxied HTTP
https://api.github.com/repos/python/cpython/issues/37568/comments
8
2002-12-04T22:04:35Z
2022-04-09T22:28:15Z
https://github.com/python/cpython/issues/37568
1,198,790,484
37,568
[ "python", "cpython" ]
BPO | [648322](https://bugs.python.org/issue648322) --- | :--- Nosy | @loewis, @akuchling Files | <li>[asyncore.patch](https://bugs.python.org/file4760/asyncore.patch "Uploaded as text/plain at 2002-12-04.10:55:37 by kjetilja"): remove poll2 and add loop_once</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 2004-07-10.17:18:43.000> created_at = <Date 2002-12-04.10:55:36.000> labels = ['library'] title = 'asyncore loop_once and remove poll2' updated_at = <Date 2004-07-10.17:18:43.000> user = 'https://bugs.python.org/kjetilja' ``` bugs.python.org fields: ```python activity = <Date 2004-07-10.17:18:43.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-04.10:55:36.000> creator = 'kjetilja' dependencies = [] files = ['4760'] hgrepos = [] issue_num = 648322 keywords = ['patch'] message_count = 6.0 messages = ['41868', '41869', '41870', '41871', '41872', '41873'] nosy_count = 3.0 nosy_names = ['loewis', 'akuchling', 'kjetilja'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue648322' versions = [] ``` </p></details>
asyncore loop_once and remove poll2
https://api.github.com/repos/python/cpython/issues/37567/comments
6
2002-12-04T10:55:36Z
2022-04-09T22:28:14Z
https://github.com/python/cpython/issues/37567
1,198,790,477
37,567
[ "python", "cpython" ]
BPO | [648119](https://bugs.python.org/issue648119) --- | :--- Nosy | @warsaw Files | <li>[traceback.txt](https://bugs.python.org/file702/traceback.txt "Uploaded as text/plain at 2002-12-03.23:45:49 by jasonrm")</li><li>[tmda-mess.txt](https://bugs.python.org/file703/tmda-mess.txt "Uploaded as text/plain at 2002-12-03.23:46:17 by jasonrm")</li><li>[648119.txt](https://bugs.python.org/file704/648119.txt "Uploaded as text/plain at 2002-12-30.18:43:22 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 2002-12-30.19:14:52.000> created_at = <Date 2002-12-03.23:44:59.000> labels = ['library'] title = 'more email ASCII decoding errors' updated_at = <Date 2002-12-30.19:14:52.000> user = 'https://bugs.python.org/jasonrm' ``` bugs.python.org fields: ```python activity = <Date 2002-12-30.19:14:52.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-03.23:44:59.000> creator = 'jasonrm' dependencies = [] files = ['702', '703', '704'] hgrepos = [] issue_num = 648119 keywords = [] message_count = 4.0 messages = ['13530', '13531', '13532', '13533'] nosy_count = 2.0 nosy_names = ['barry', 'jasonrm'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue648119' versions = ['Python 2.2'] ``` </p></details>
more email ASCII decoding errors
https://api.github.com/repos/python/cpython/issues/37566/comments
4
2002-12-03T23:44:59Z
2022-04-09T22:28:12Z
https://github.com/python/cpython/issues/37566
1,198,790,470
37,566
[ "python", "cpython" ]
BPO | [647387](https://bugs.python.org/issue647387) --- | :--- Nosy | @akuchling, @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/akuchling' closed_at = <Date 2002-12-03.13:36:02.000> created_at = <Date 2002-12-03.00:26:36.000> labels = ['docs'] title = 'Minor corrections to "What\'s new in 2.3"' updated_at = <Date 2002-12-03.13:36:02.000> user = 'https://github.com/vsajip' ``` bugs.python.org fields: ```python activity = <Date 2002-12-03.13:36:02.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-03.00:26:36.000> creator = 'vinay.sajip' dependencies = [] files = [] hgrepos = [] issue_num = 647387 keywords = [] message_count = 2.0 messages = ['13528', '13529'] nosy_count = 2.0 nosy_names = ['akuchling', 'vinay.sajip'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue647387' versions = ['Python 2.3'] ``` </p></details>
Minor corrections to "What's new in 2.3"
https://api.github.com/repos/python/cpython/issues/37565/comments
2
2002-12-03T00:26:36Z
2022-04-09T22:28:11Z
https://github.com/python/cpython/issues/37565
1,198,790,464
37,565
[ "python", "cpython" ]
BPO | [646824](https://bugs.python.org/issue646824) --- | :--- Nosy | @loewis, @doko42 Files | <li>[doc-diff](https://bugs.python.org/file4759/doc-diff "Uploaded as application/octet-stream at 2002-12-02.08:11:42 by @doko42")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-03.18:09:55.000> created_at = <Date 2002-12-02.08:11:42.000> labels = ['docs'] title = 'documentation build error' updated_at = <Date 2002-12-03.18:09:55.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2002-12-03.18:09:55.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-02.08:11:42.000> creator = 'doko' dependencies = [] files = ['4759'] hgrepos = [] issue_num = 646824 keywords = ['patch'] message_count = 2.0 messages = ['41866', '41867'] nosy_count = 2.0 nosy_names = ['loewis', 'doko'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646824' versions = ['Python 2.3'] ``` </p></details>
documentation build error
https://api.github.com/repos/python/cpython/issues/37564/comments
2
2002-12-02T08:11:42Z
2022-04-09T22:28:09Z
https://github.com/python/cpython/issues/37564
1,198,790,459
37,564
[ "python", "cpython" ]
BPO | [646730](https://bugs.python.org/issue646730) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.23:41:41.000> created_at = <Date 2002-12-02.00:44:00.000> labels = ['expert-IDLE'] title = "Can't run script from IDLE" updated_at = <Date 2003-06-16.23:41:41.000> user = 'https://bugs.python.org/hwaara' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.23:41:41.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2002-12-02.00:44:00.000> creator = 'hwaara' dependencies = [] files = [] hgrepos = [] issue_num = 646730 keywords = [] message_count = 9.0 messages = ['13519', '13520', '13521', '13522', '13523', '13524', '13525', '13526', '13527'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'hwaara'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646730' versions = [] ``` </p></details>
Can't run script from IDLE
https://api.github.com/repos/python/cpython/issues/37563/comments
9
2002-12-02T00:44:00Z
2022-04-09T22:28:08Z
https://github.com/python/cpython/issues/37563
1,198,790,454
37,563
[ "python", "cpython" ]
BPO | [646707](https://bugs.python.org/issue646707) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-02.09:42:09.000> created_at = <Date 2002-12-01.23:03:54.000> labels = ['expert-regex'] title = '{n} gets confused when teamed with (|)' updated_at = <Date 2002-12-02.09:42:09.000> user = 'https://bugs.python.org/endlisnis' ``` bugs.python.org fields: ```python activity = <Date 2002-12-02.09:42:09.000> actor = 'effbot' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2002-12-01.23:03:54.000> creator = 'endlisnis' dependencies = [] files = [] hgrepos = [] issue_num = 646707 keywords = [] message_count = 2.0 messages = ['13517', '13518'] nosy_count = 2.0 nosy_names = ['effbot', 'endlisnis'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646707' versions = ['Python 2.2'] ``` </p></details>
{n} gets confused when teamed with (|)
https://api.github.com/repos/python/cpython/issues/37562/comments
2
2002-12-01T23:03:54Z
2022-04-09T22:28:07Z
https://github.com/python/cpython/issues/37562
1,198,790,450
37,562
[ "python", "cpython" ]
BPO | [646592](https://bugs.python.org/issue646592) --- | :--- Nosy | @smontanaro, @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 2003-04-23.20:14:44.000> created_at = <Date 2002-12-01.20:11:30.000> labels = ['library'] title = 'netrc & special chars in passwords' updated_at = <Date 2003-04-23.20:14:44.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2003-04-23.20:14:44.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-01.20:11:30.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 646592 keywords = [] message_count = 2.0 messages = ['13515', '13516'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'doko'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646592' versions = ['Python 2.2'] ``` </p></details>
netrc & special chars in passwords
https://api.github.com/repos/python/cpython/issues/37561/comments
2
2002-12-01T20:11:30Z
2022-04-09T22:28:06Z
https://github.com/python/cpython/issues/37561
1,198,790,448
37,561
[ "python", "cpython" ]
BPO | [646578](https://bugs.python.org/issue646578) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-02.04:47:23.000> created_at = <Date 2002-12-01.19:39:32.000> labels = ['docs'] title = 'Documentation Typo' updated_at = <Date 2002-12-02.04:47:23.000> user = 'https://bugs.python.org/monte324' ``` bugs.python.org fields: ```python activity = <Date 2002-12-02.04:47:23.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-01.19:39:32.000> creator = 'monte324' dependencies = [] files = [] hgrepos = [] issue_num = 646578 keywords = [] message_count = 2.0 messages = ['13513', '13514'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'monte324'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646578' versions = [] ``` </p></details>
Documentation Typo
https://api.github.com/repos/python/cpython/issues/37560/comments
2
2002-12-01T19:39:32Z
2022-04-09T22:28:05Z
https://github.com/python/cpython/issues/37560
1,198,790,445
37,560
[ "python", "cpython" ]
BPO | [646547](https://bugs.python.org/issue646547) --- | :--- 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 2002-12-31.17:01:35.000> created_at = <Date 2002-12-01.18:14:24.000> labels = [] title = 'test_poll fails on FreeBSD' updated_at = <Date 2002-12-31.17:01:35.000> user = 'https://bugs.python.org/benl' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.17:01:35.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-01.18:14:24.000> creator = 'benl' dependencies = [] files = [] hgrepos = [] issue_num = 646547 keywords = [] message_count = 9.0 messages = ['13504', '13505', '13506', '13507', '13508', '13509', '13510', '13511', '13512'] nosy_count = 3.0 nosy_names = ['loewis', 'benl', 'aimacintyre'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646547' versions = [] ``` </p></details>
test_poll fails on FreeBSD
https://api.github.com/repos/python/cpython/issues/37559/comments
9
2002-12-01T18:14:24Z
2022-04-09T22:28:04Z
https://github.com/python/cpython/issues/37559
1,198,790,440
37,559
[ "python", "cpython" ]
BPO | [646408](https://bugs.python.org/issue646408) --- | :--- Nosy | @malemburg, @loewis, @doko42 <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/malemburg' closed_at = <Date 2002-12-06.10:58:08.000> created_at = <Date 2002-12-01.12:54:56.000> labels = ['expert-unicode'] title = 'old UnicodeData.txt' updated_at = <Date 2002-12-06.10:58:08.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2002-12-06.10:58:08.000> actor = 'loewis' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2002-12-01.12:54:56.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 646408 keywords = [] message_count = 5.0 messages = ['13499', '13500', '13501', '13502', '13503'] nosy_count = 4.0 nosy_names = ['lemburg', 'loewis', 'effbot', 'doko'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue646408' versions = ['Python 2.3'] ``` </p></details>
old UnicodeData.txt
https://api.github.com/repos/python/cpython/issues/37558/comments
5
2002-12-01T12:54:56Z
2022-04-09T22:28:04Z
https://github.com/python/cpython/issues/37558
1,198,790,434
37,558
[ "python", "cpython" ]
BPO | [645938](https://bugs.python.org/issue645938) --- | :--- Nosy | @goodger Files | <li>[inspect.py.diff](https://bugs.python.org/file4758/inspect.py.diff "Uploaded as text/plain at 2002-11-30.03:21:07 by @goodger"): Patch against latest CVS.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-11-30.03:54:34.000> created_at = <Date 2002-11-30.03:21:07.000> labels = ['library'] title = 'inspect.getdoc whitespace trimming' updated_at = <Date 2002-11-30.03:54:34.000> user = 'https://github.com/goodger' ``` bugs.python.org fields: ```python activity = <Date 2002-11-30.03:54:34.000> actor = 'ping' assignee = 'ping' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-11-30.03:21:07.000> creator = 'goodger' dependencies = [] files = ['4758'] hgrepos = [] issue_num = 645938 keywords = ['patch'] message_count = 3.0 messages = ['41863', '41864', '41865'] nosy_count = 2.0 nosy_names = ['ping', 'goodger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645938' versions = [] ``` </p></details>
inspect.getdoc whitespace trimming
https://api.github.com/repos/python/cpython/issues/37557/comments
3
2002-11-30T03:21:07Z
2022-04-09T22:28:02Z
https://github.com/python/cpython/issues/37557
1,198,790,427
37,557
[ "python", "cpython" ]
BPO | [645894](https://bugs.python.org/issue645894) --- | :--- Nosy | @loewis, @brettcannon, @birkenfeld Files | <li>[profile.py.patch](https://bugs.python.org/file4757/profile.py.patch "Uploaded as text/plain at 2002-11-30.00:17:55 by jmg"): add resource.getrusage timer</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.11:40:42.000> created_at = <Date 2002-11-30.00:17:55.000> labels = ['library'] title = 'better timer resolution for profile.py' updated_at = <Date 2005-03-03.11:40:42.000> user = 'https://bugs.python.org/jmg' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.11:40:42.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-11-30.00:17:55.000> creator = 'jmg' dependencies = [] files = ['4757'] hgrepos = [] issue_num = 645894 keywords = ['patch'] message_count = 4.0 messages = ['41859', '41860', '41861', '41862'] nosy_count = 4.0 nosy_names = ['loewis', 'brett.cannon', 'georg.brandl', 'jmg'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645894' versions = [] ``` </p></details>
better timer resolution for profile.py
https://api.github.com/repos/python/cpython/issues/37556/comments
4
2002-11-30T00:17:55Z
2022-04-09T22:28:01Z
https://github.com/python/cpython/issues/37556
1,198,790,423
37,556
[ "python", "cpython" ]
BPO | [645843](https://bugs.python.org/issue645843) --- | :--- Nosy | @freddrake, @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/freddrake' closed_at = <Date 2002-12-01.11:21:39.000> created_at = <Date 2002-11-29.21:18:28.000> labels = ['docs'] title = "findall returns '' instead of None" updated_at = <Date 2002-12-01.11:21:39.000> user = 'https://bugs.python.org/zooko' ``` bugs.python.org fields: ```python activity = <Date 2002-12-01.11:21:39.000> actor = 'effbot' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-11-29.21:18:28.000> creator = 'zooko' dependencies = [] files = [] hgrepos = [] issue_num = 645843 keywords = [] message_count = 5.0 messages = ['13494', '13495', '13496', '13497', '13498'] nosy_count = 4.0 nosy_names = ['fdrake', 'effbot', 'rhettinger', 'zooko'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645843' versions = ['Python 2.2'] ``` </p></details>
findall returns '' instead of None
https://api.github.com/repos/python/cpython/issues/37555/comments
5
2002-11-29T21:18:28Z
2022-04-09T22:28:01Z
https://github.com/python/cpython/issues/37555
1,198,790,417
37,555
[ "python", "cpython" ]
BPO | [645786](https://bugs.python.org/issue645786) --- | :--- Files | <li>[lad-overhaul-1.patch](https://bugs.python.org/file4756/lad-overhaul-1.patch "Uploaded as text/plain at 2002-11-29.18:15:35 by gward")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-11-30.22:57:52.000> created_at = <Date 2002-11-29.18:15:35.000> labels = ['extension-modules'] title = 'More linuxaudiodev fixes' updated_at = <Date 2002-11-30.22:57:52.000> user = 'https://bugs.python.org/gward' ``` bugs.python.org fields: ```python activity = <Date 2002-11-30.22:57:52.000> actor = 'gward' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-11-29.18:15:35.000> creator = 'gward' dependencies = [] files = ['4756'] hgrepos = [] issue_num = 645786 keywords = ['patch'] message_count = 3.0 messages = ['41856', '41857', '41858'] nosy_count = 1.0 nosy_names = ['gward'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645786' versions = [] ``` </p></details>
More linuxaudiodev fixes
https://api.github.com/repos/python/cpython/issues/37554/comments
3
2002-11-29T18:15:35Z
2022-04-09T22:27:58Z
https://github.com/python/cpython/issues/37554
1,198,790,414
37,554
[ "python", "cpython" ]
BPO | [645777](https://bugs.python.org/issue645777) --- | :--- 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/rhettinger' closed_at = <Date 2002-12-29.06:00:29.000> created_at = <Date 2002-11-29.17:42:35.000> labels = ['docs'] title = '.extend() doc, .__doc__ too restrictive' updated_at = <Date 2002-12-29.06:00:29.000> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2002-12-29.06:00:29.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-11-29.17:42:35.000> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 645777 keywords = [] message_count = 2.0 messages = ['13492', '13493'] nosy_count = 2.0 nosy_names = ['rhettinger', 'terry.reedy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645777' versions = ['Python 2.2'] ``` </p></details>
.extend() doc, .__doc__ too restrictive
https://api.github.com/repos/python/cpython/issues/37553/comments
2
2002-11-29T17:42:35Z
2022-04-09T22:27:58Z
https://github.com/python/cpython/issues/37553
1,198,790,407
37,553
[ "python", "cpython" ]
BPO | [645650](https://bugs.python.org/issue645650) --- | :--- Nosy | @gvanrossum, @loewis, @pfmoore Files | <li>[python.diff](https://bugs.python.org/file4751/python.diff "Uploaded as text/plain at 2002-11-29.11:37:24 by @pfmoore"): Patch against current CVS - includes documentation & test changes</li><li>[foo.zip](https://bugs.python.org/file4752/foo.zip "Uploaded as application/x-zip-compressed at 2002-11-29.11:40:31 by @pfmoore"): Test file needed for the new zip import test</li><li>[zip-patch.zip](https://bugs.python.org/file4753/zip-patch.zip "Uploaded as application/octet-stream at 2002-11-29.18:47:19 by nnorwitz"): neal's diff</li><li>[Newpatch-Dec01.zip](https://bugs.python.org/file4754/Newpatch-Dec01.zip "Uploaded as application/x-zip-compressed at 2002-12-02.16:43:27 by @pfmoore")</li><li>[Newpatch-Dec06.zip](https://bugs.python.org/file4755/Newpatch-Dec06.zip "Uploaded as application/zip at 2002-12-06.13:40:37 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 2002-12-30.21:56:55.000> created_at = <Date 2002-11-29.11:37:24.000> labels = ['interpreter-core'] title = 'Import from Zip Archive' updated_at = <Date 2002-12-30.21:56:55.000> user = 'https://github.com/pfmoore' ``` bugs.python.org fields: ```python activity = <Date 2002-12-30.21:56:55.000> actor = 'gvanrossum' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-11-29.11:37:24.000> creator = 'paul.moore' dependencies = [] files = ['4751', '4752', '4753', '4754', '4755'] hgrepos = [] issue_num = 645650 keywords = ['patch'] message_count = 16.0 messages = ['41840', '41841', '41842', '41843', '41844', '41845', '41846', '41847', '41848', '41849', '41850', '41851', '41852', '41853', '41854', '41855'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'paul.moore', 'ahlstromjc'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645650' versions = ['Python 2.3'] ``` </p></details>
Import from Zip Archive
https://api.github.com/repos/python/cpython/issues/37552/comments
16
2002-11-29T11:37:24Z
2022-04-09T22:27:55Z
https://github.com/python/cpython/issues/37552
1,198,790,402
37,552
[ "python", "cpython" ]
BPO | [645629](https://bugs.python.org/issue645629) --- | :--- Nosy | @tim-one, @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/tim-one' closed_at = <Date 2003-07-12.01:46:32.000> created_at = <Date 2002-11-29.10:54:30.000> labels = ['library'] title = 'SequenceMatcher finds suboptimal sequenc' updated_at = <Date 2003-07-12.01:46:32.000> user = 'https://bugs.python.org/yeti-dn' ``` bugs.python.org fields: ```python activity = <Date 2003-07-12.01:46:32.000> actor = 'rhettinger' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-11-29.10:54:30.000> creator = 'yeti-dn' dependencies = [] files = [] hgrepos = [] issue_num = 645629 keywords = [] message_count = 5.0 messages = ['13487', '13488', '13489', '13490', '13491'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'yeti-dn'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645629' versions = ['Python 2.2'] ``` </p></details>
SequenceMatcher finds suboptimal sequenc
https://api.github.com/repos/python/cpython/issues/37551/comments
5
2002-11-29T10:54:30Z
2022-04-09T22:27:55Z
https://github.com/python/cpython/issues/37551
1,198,790,398
37,551
[ "python", "cpython" ]
BPO | [645594](https://bugs.python.org/issue645594) --- | :--- Nosy | @tim-one, @loewis, @brettcannon, @jackjansen, @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 2005-01-11.03:15:34.000> created_at = <Date 2002-11-29.09:13:16.000> labels = ['docs'] title = 'for lin in file: file.tell() tells wrong' updated_at = <Date 2005-01-11.03:15:34.000> user = 'https://bugs.python.org/hdima' ``` bugs.python.org fields: ```python activity = <Date 2005-01-11.03:15:34.000> actor = 'facundobatista' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-11-29.09:13:16.000> creator = 'hdima' dependencies = [] files = [] hgrepos = [] issue_num = 645594 keywords = [] message_count = 13.0 messages = ['13474', '13475', '13476', '13477', '13478', '13479', '13480', '13481', '13482', '13483', '13484', '13485', '13486'] nosy_count = 8.0 nosy_names = ['tim.peters', 'loewis', 'brett.cannon', 'jackjansen', 'jvr', 'facundobatista', 'jlgijsbers', 'hdima'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645594' versions = ['Python 2.2'] ``` </p></details>
for lin in file: file.tell() tells wrong
https://api.github.com/repos/python/cpython/issues/37550/comments
13
2002-11-29T09:13:16Z
2022-04-09T22:27:53Z
https://github.com/python/cpython/issues/37550
1,198,790,397
37,550
[ "python", "cpython" ]
BPO | [645404](https://bugs.python.org/issue645404) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[patch](https://bugs.python.org/file4749/patch "Uploaded as application/octet-stream at 2002-11-28.19:38:33 by zooko")</li><li>[newpatch](https://bugs.python.org/file4750/newpatch "Uploaded as application/octet-stream at 2002-11-29.12:54:09 by zooko")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-31.18:12:28.000> created_at = <Date 2002-11-28.19:38:33.000> labels = ['interpreter-core'] title = 'fix buffer overrun in pmerge' updated_at = <Date 2002-12-31.18:12:28.000> user = 'https://bugs.python.org/zooko' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.18:12:28.000> actor = 'gvanrossum' assignee = 'bckfnn' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-11-28.19:38:33.000> creator = 'zooko' dependencies = [] files = ['4749', '4750'] hgrepos = [] issue_num = 645404 keywords = ['patch'] message_count = 8.0 messages = ['41832', '41833', '41834', '41835', '41836', '41837', '41838', '41839'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'bckfnn', 'pedronis', 'zooko'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue645404' versions = ['Python 2.3'] ``` </p></details>
fix buffer overrun in pmerge
https://api.github.com/repos/python/cpython/issues/37549/comments
8
2002-11-28T19:38:33Z
2022-04-09T22:27:52Z
https://github.com/python/cpython/issues/37549
1,198,790,394
37,549