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 | [743267](https://bugs.python.org/issue743267) --- | :--- Nosy | @mwhudson, @gvanrossum, @pjeby Files | <li>[descrpatch](https://bugs.python.org/file899/descrpatch "Uploaded at 2004-03-06.12:35:06 by @pjeby"): Patch against CVS head</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/pjeby' closed_at = <Date 2004-03-29.11:23:59.000> created_at = <Date 2003-05-25.18:00:46.000> labels = ['interpreter-core'] title = 'super passes bad arguments to __get__ when used w/class' updated_at = <Date 2004-03-29.11:23:59.000> user = 'https://github.com/pjeby' ``` bugs.python.org fields: ```python activity = <Date 2004-03-29.11:23:59.000> actor = 'mwh' assignee = 'pje' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-25.18:00:46.000> creator = 'pje' dependencies = [] files = ['899'] hgrepos = [] issue_num = 743267 keywords = [] message_count = 9.0 messages = ['16153', '16154', '16155', '16156', '16157', '16158', '16159', '16160', '16161'] nosy_count = 3.0 nosy_names = ['mwh', 'gvanrossum', 'pje'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue743267' versions = ['Python 2.3'] ``` </p></details>
super passes bad arguments to __get__ when used w/class
https://api.github.com/repos/python/cpython/issues/38548/comments
9
2003-05-25T18:00:46Z
2022-04-09T22:46:35Z
https://github.com/python/cpython/issues/38548
1,198,794,633
38,548
[ "python", "cpython" ]
BPO | [742911](https://bugs.python.org/issue742911) --- | :--- Nosy | @gvanrossum, @tim-one Files | <li>[cache.py](https://bugs.python.org/file895/cache.py "Uploaded as text/plain at 2003-05-24.22:29:35 by mcfletch"): Cache implementation file.</li><li>[test_cache_problem.py](https://bugs.python.org/file896/test_cache_problem.py "Uploaded as text/plain at 2003-05-24.22:30:44 by mcfletch"): Driver script for test-case</li><li>[test_cache_problem.py](https://bugs.python.org/file897/test_cache_problem.py "Uploaded as text/plain at 2003-05-24.23:31:54 by nnorwitz"): updated test to be minimal</li><li>[temp2.py](https://bugs.python.org/file898/temp2.py "Uploaded as text/plain at 2003-05-28.23:26:06 by @tim-one"): an even smaller test case</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-06-10.18:25:33.000> created_at = <Date 2003-05-24.22:29:35.000> labels = ['interpreter-core'] title = 'Memory fault on complex weakref/weakkeydict delete' updated_at = <Date 2003-06-10.18:25:33.000> user = 'https://bugs.python.org/mcfletch' ``` bugs.python.org fields: ```python activity = <Date 2003-06-10.18:25:33.000> actor = 'jacobs99' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-24.22:29:35.000> creator = 'mcfletch' dependencies = [] files = ['895', '896', '897', '898'] hgrepos = [] issue_num = 742911 keywords = [] message_count = 15.0 messages = ['16138', '16139', '16140', '16141', '16142', '16143', '16144', '16145', '16146', '16147', '16148', '16149', '16150', '16151', '16152'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'tim.peters', 'nnorwitz', 'jepler', 'mcfletch', 'jacobs99'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742911' versions = ['Python 2.2'] ``` </p></details>
Memory fault on complex weakref/weakkeydict delete
https://api.github.com/repos/python/cpython/issues/38547/comments
15
2003-05-24T22:29:35Z
2022-04-09T22:46:33Z
https://github.com/python/cpython/issues/38547
1,198,794,628
38,547
[ "python", "cpython" ]
BPO | [742860](https://bugs.python.org/issue742860) --- | :--- Nosy | @tim-one, @freddrake, @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/freddrake' closed_at = <Date 2003-05-29.13:06:17.000> created_at = <Date 2003-05-24.20:24:22.000> labels = ['library'] title = 'WeakKeyDictionary __delitem__ uses iterkeys' updated_at = <Date 2003-05-29.13:06:17.000> user = 'https://bugs.python.org/mcfletch' ``` bugs.python.org fields: ```python activity = <Date 2003-05-29.13:06:17.000> actor = 'barry' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-24.20:24:22.000> creator = 'mcfletch' dependencies = [] files = [] hgrepos = [] issue_num = 742860 keywords = [] message_count = 8.0 messages = ['16130', '16131', '16132', '16133', '16134', '16135', '16136', '16137'] nosy_count = 4.0 nosy_names = ['tim.peters', 'fdrake', 'barry', 'mcfletch'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742860' versions = ['Python 2.2'] ``` </p></details>
WeakKeyDictionary __delitem__ uses iterkeys
https://api.github.com/repos/python/cpython/issues/38546/comments
8
2003-05-24T20:24:22Z
2022-04-09T22:46:32Z
https://github.com/python/cpython/issues/38546
1,198,794,626
38,546
[ "python", "cpython" ]
BPO | [742823](https://bugs.python.org/issue742823) --- | :--- Files | <li>[urllib2.patch](https://bugs.python.org/file5324/urllib2.patch "Uploaded as text/plain at 2003-05-24.18:47:12 by niemeyer"): Version 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 2003-06-07.17:55:04.000> created_at = <Date 2003-05-24.18:47:12.000> labels = ['library'] title = 'Ordering of handlers in urllib2' updated_at = <Date 2003-06-07.17:55:04.000> user = 'https://bugs.python.org/niemeyer' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.17:55:04.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-24.18:47:12.000> creator = 'niemeyer' dependencies = [] files = ['5324'] hgrepos = [] issue_num = 742823 keywords = ['patch'] message_count = 2.0 messages = ['43846', '43847'] nosy_count = 1.0 nosy_names = ['niemeyer'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742823' versions = ['Python 2.3'] ``` </p></details>
Ordering of handlers in urllib2
https://api.github.com/repos/python/cpython/issues/38545/comments
2
2003-05-24T18:47:12Z
2022-04-09T22:46:30Z
https://github.com/python/cpython/issues/38545
1,198,794,622
38,545
[ "python", "cpython" ]
BPO | [742741](https://bugs.python.org/issue742741) --- | :--- Nosy | @loewis Files | <li>[configure.in.diff.bz2](https://bugs.python.org/file5322/configure.in.diff.bz2 "Uploaded as application/octet-stream at 2003-05-24.15:52:07 by marc"): configure.in patch</li><li>[configure.in-2.diff.gz](https://bugs.python.org/file5323/configure.in-2.diff.gz "Uploaded as application/x-tar at 2003-05-25.13:22:24 by marc"): configure.in patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-26.05:38:20.000> created_at = <Date 2003-05-24.15:52:07.000> labels = [] title = 'check for true in diffrent paths, -pthread support' updated_at = <Date 2003-05-26.05:38:20.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2003-05-26.05:38:20.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-24.15:52:07.000> creator = 'marc' dependencies = [] files = ['5322', '5323'] hgrepos = [] issue_num = 742741 keywords = ['patch'] message_count = 5.0 messages = ['43841', '43842', '43843', '43844', '43845'] 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/issue742741' versions = [] ``` </p></details>
check for true in diffrent paths, -pthread support
https://api.github.com/repos/python/cpython/issues/38544/comments
5
2003-05-24T15:52:07Z
2022-04-09T22:46:29Z
https://github.com/python/cpython/issues/38544
1,198,794,619
38,544
[ "python", "cpython" ]
BPO | [742621](https://bugs.python.org/issue742621) --- | :--- Nosy | @brettcannon, @theller Files | <li>[msvc71.diff](https://bugs.python.org/file5321/msvc71.diff "Uploaded as text/plain at 2005-01-11.22:20:25 by logistix"): patch to build on msvc 7.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 = 'https://github.com/brettcannon' closed_at = <Date 2005-03-21.19:30:12.000> created_at = <Date 2003-05-23.22:20:47.000> labels = ['interpreter-core'] title = 'ast-branch: msvc project sync' updated_at = <Date 2005-03-21.19:30:12.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2005-03-21.19:30:12.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-23.22:20:47.000> creator = 'logistix' dependencies = [] files = ['5321'] hgrepos = [] issue_num = 742621 keywords = ['patch'] message_count = 12.0 messages = ['43829', '43830', '43831', '43832', '43833', '43834', '43835', '43836', '43837', '43838', '43839', '43840'] nosy_count = 4.0 nosy_names = ['brett.cannon', 'theller', 'jpe', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742621' versions = [] ``` </p></details>
ast-branch: msvc project sync
https://api.github.com/repos/python/cpython/issues/38543/comments
12
2003-05-23T22:20:47Z
2022-04-09T22:46:29Z
https://github.com/python/cpython/issues/38543
1,198,794,616
38,543
[ "python", "cpython" ]
BPO | [742598](https://bugs.python.org/issue742598) --- | :--- Nosy | @akuchling Files | <li>[sockserv-timeout.diff](https://bugs.python.org/file5320/sockserv-timeout.diff "Uploaded as text/plain at 2003-05-23.21:11:34 by pilcrow"): sockserv-timeout.diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2008-01-19.16:35:27.572> created_at = <Date 2003-05-23.21:11:34.000> labels = ['library'] title = 'SocketServer timeout, zombies' updated_at = <Date 2008-01-19.16:35:27.571> user = 'https://bugs.python.org/pilcrow' ``` bugs.python.org fields: ```python activity = <Date 2008-01-19.16:35:27.571> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = <Date 2008-01-19.16:35:27.572> closer = 'akuchling' components = ['Library (Lib)'] creation = <Date 2003-05-23.21:11:34.000> creator = 'pilcrow' dependencies = [] files = ['5320'] hgrepos = [] issue_num = 742598 keywords = ['patch'] message_count = 2.0 messages = ['43828', '60191'] nosy_count = 2.0 nosy_names = ['akuchling', 'pilcrow'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742598' versions = ['Python 2.6'] ``` </p></details>
SocketServer timeout, zombies
https://api.github.com/repos/python/cpython/issues/38542/comments
2
2003-05-23T21:11:34Z
2022-04-09T22:46:28Z
https://github.com/python/cpython/issues/38542
1,198,794,609
38,542
[ "python", "cpython" ]
BPO | [742342](https://bugs.python.org/issue742342) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-12.16:51:30.000> created_at = <Date 2003-05-23.14:03:36.000> labels = ['interpreter-core'] title = 'Python crashes if recursively reloading modules' updated_at = <Date 2007-03-12.16:51:30.000> user = 'https://bugs.python.org/chrisce' ``` bugs.python.org fields: ```python activity = <Date 2007-03-12.16:51:30.000> actor = 'collinwinter' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-23.14:03:36.000> creator = 'chris_ce' dependencies = [] files = [] hgrepos = [] issue_num = 742342 keywords = [] message_count = 6.0 messages = ['16124', '16125', '16126', '16127', '16128', '16129'] nosy_count = 4.0 nosy_names = ['tim.peters', 'jhylton', 'collinwinter', 'chris_ce'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742342' versions = ['Python 2.6'] ``` </p></details>
Python crashes if recursively reloading modules
https://api.github.com/repos/python/cpython/issues/38541/comments
6
2003-05-23T14:03:36Z
2022-04-09T22:46:26Z
https://github.com/python/cpython/issues/38541
1,198,794,607
38,541
[ "python", "cpython" ]
BPO | [742290](https://bugs.python.org/issue742290) --- | :--- Nosy | @loewis Files | <li>[shlex.patch](https://bugs.python.org/file5319/shlex.patch "Uploaded as text/plain at 2003-05-23.12:48:01 by jvr"): shlex.py unicode "support"</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-07-07.22:07:01.000> created_at = <Date 2003-05-23.12:47:58.000> labels = ['library'] title = 'unicode "support" for shlex.py' updated_at = <Date 2003-07-07.22:07:01.000> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2003-07-07.22:07:01.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-23.12:47:58.000> creator = 'jvr' dependencies = [] files = ['5319'] hgrepos = [] issue_num = 742290 keywords = ['patch'] message_count = 4.0 messages = ['43824', '43825', '43826', '43827'] nosy_count = 2.0 nosy_names = ['loewis', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742290' versions = [] ``` </p></details>
unicode "support" for shlex.py
https://api.github.com/repos/python/cpython/issues/38540/comments
4
2003-05-23T12:47:58Z
2022-04-09T22:46:25Z
https://github.com/python/cpython/issues/38540
1,198,794,603
38,540
[ "python", "cpython" ]
BPO | [742126](https://bugs.python.org/issue742126) --- | :--- Nosy | @loewis Files | <li>[python-openbsd-configure.patch](https://bugs.python.org/file5318/python-openbsd-configure.patch "Uploaded as text/plain at 2003-05-23.02:43:53 by zshamm"): patch for OpenBSD 3.3</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-05-24.12:38:29.000> created_at = <Date 2003-05-23.02:43:53.000> labels = ['build'] title = 'configure script is broken for OpenBSD 3.3 and up' updated_at = <Date 2003-05-24.12:38:29.000> user = 'https://bugs.python.org/zshamm' ``` bugs.python.org fields: ```python activity = <Date 2003-05-24.12:38:29.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-23.02:43:53.000> creator = 'zshamm' dependencies = [] files = ['5318'] hgrepos = [] issue_num = 742126 keywords = ['patch'] message_count = 2.0 messages = ['43822', '43823'] nosy_count = 2.0 nosy_names = ['loewis', 'zshamm'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue742126' versions = ['Python 2.3'] ``` </p></details>
configure script is broken for OpenBSD 3.3 and up
https://api.github.com/repos/python/cpython/issues/38539/comments
2
2003-05-23T02:43:53Z
2022-04-09T22:46:24Z
https://github.com/python/cpython/issues/38539
1,198,794,600
38,539
[ "python", "cpython" ]
BPO | [741843](https://bugs.python.org/issue741843) --- | :--- 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 2003-06-17.20:33:54.000> created_at = <Date 2003-05-22.16:25:07.000> labels = ['build'] title = "_locale in Python-2.3b1/Tru64Unix 5.1A doesn't link" updated_at = <Date 2003-06-17.20:33:54.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2003-06-17.20:33:54.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-22.16:25:07.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 741843 keywords = [] message_count = 5.0 messages = ['16119', '16120', '16121', '16122', '16123'] nosy_count = 2.0 nosy_names = ['loewis', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741843' versions = [] ``` </p></details>
_locale in Python-2.3b1/Tru64Unix 5.1A doesn't link
https://api.github.com/repos/python/cpython/issues/38538/comments
5
2003-05-22T16:25:07Z
2022-04-09T22:46:23Z
https://github.com/python/cpython/issues/38538
1,198,794,595
38,538
[ "python", "cpython" ]
BPO | [741806](https://bugs.python.org/issue741806) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-01-25.16:28:50.000> created_at = <Date 2003-05-22.15:32:01.000> labels = ['interpreter-core'] title = 'test_long failure' updated_at = <Date 2005-01-25.16:28:50.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2005-01-25.16:28:50.000> actor = 'hoffman' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-22.15:32:01.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 741806 keywords = [] message_count = 8.0 messages = ['16111', '16112', '16113', '16114', '16115', '16116', '16117', '16118'] nosy_count = 4.0 nosy_names = ['loewis', 'nnorwitz', 'hoffman', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741806' versions = ['Python 2.3'] ``` </p></details>
test_long failure
https://api.github.com/repos/python/cpython/issues/38537/comments
8
2003-05-22T15:32:01Z
2022-04-09T22:46:21Z
https://github.com/python/cpython/issues/38537
1,198,794,593
38,537
[ "python", "cpython" ]
BPO | [741310](https://bugs.python.org/issue741310) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-22.14:34:18.000> created_at = <Date 2003-05-21.18:58:44.000> labels = ['build'] title = 'Cannot compile Python-2.3b1 on Tru64Unix 5.1A' updated_at = <Date 2003-05-22.14:34:18.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2003-05-22.14:34:18.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-21.18:58:44.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 741310 keywords = [] message_count = 4.0 messages = ['16107', '16108', '16109', '16110'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741310' versions = [] ``` </p></details>
Cannot compile Python-2.3b1 on Tru64Unix 5.1A
https://api.github.com/repos/python/cpython/issues/38536/comments
4
2003-05-21T18:58:44Z
2022-04-09T22:46:20Z
https://github.com/python/cpython/issues/38536
1,198,794,590
38,536
[ "python", "cpython" ]
BPO | [741307](https://bugs.python.org/issue741307) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it 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-04.14:53:51.000> created_at = <Date 2003-05-21.18:53:18.000> labels = ['build'] title = 'Configure does NOT set properly *FLAGS for thread support' updated_at = <Date 2003-06-04.14:53:51.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2003-06-04.14:53:51.000> actor = 'mmokrejs' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-21.18:53:18.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 741307 keywords = [] message_count = 10.0 messages = ['16097', '16098', '16099', '16100', '16101', '16102', '16103', '16104', '16105', '16106'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741307' versions = [] ``` </p></details>
Configure does NOT set properly *FLAGS for thread support
https://api.github.com/repos/python/cpython/issues/38535/comments
10
2003-05-21T18:53:18Z
2022-04-09T22:46:19Z
https://github.com/python/cpython/issues/38535
1,198,794,585
38,535
[ "python", "cpython" ]
BPO | [741171](https://bugs.python.org/issue741171) --- | :--- Nosy | @akuchling <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-05-22.14:48:51.000> created_at = <Date 2003-05-21.14:56:09.000> labels = ['library'] title = 'pdb crashes when enabling a non-existing breakpoint' updated_at = <Date 2003-05-22.14:48:51.000> user = 'https://bugs.python.org/hcz' ``` bugs.python.org fields: ```python activity = <Date 2003-05-22.14:48:51.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-21.14:56:09.000> creator = 'hcz' dependencies = [] files = [] hgrepos = [] issue_num = 741171 keywords = [] message_count = 2.0 messages = ['16095', '16096'] nosy_count = 2.0 nosy_names = ['akuchling', 'hcz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741171' versions = ['Python 2.2'] ``` </p></details>
pdb crashes when enabling a non-existing breakpoint
https://api.github.com/repos/python/cpython/issues/38534/comments
2
2003-05-21T14:56:09Z
2022-04-09T22:46:19Z
https://github.com/python/cpython/issues/38534
1,198,794,580
38,534
[ "python", "cpython" ]
BPO | [741029](https://bugs.python.org/issue741029) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-21.20:04:01.000> created_at = <Date 2003-05-21.10:35:31.000> labels = ['invalid', 'library'] title = 'HTMLParser -- possible bug in handle_comment' updated_at = <Date 2003-05-21.20:04:01.000> user = 'https://bugs.python.org/scottisrael' ``` bugs.python.org fields: ```python activity = <Date 2003-05-21.20:04:01.000> actor = 'logistix' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-21.10:35:31.000> creator = 'scott_israel' dependencies = [] files = [] hgrepos = [] issue_num = 741029 keywords = [] message_count = 2.0 messages = ['16093', '16094'] nosy_count = 2.0 nosy_names = ['logistix', 'scott_israel'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue741029' versions = ['Python 2.2'] ``` </p></details>
HTMLParser -- possible bug in handle_comment
https://api.github.com/repos/python/cpython/issues/38533/comments
2
2003-05-21T10:35:31Z
2022-04-09T22:46:17Z
https://github.com/python/cpython/issues/38533
1,198,794,576
38,533
[ "python", "cpython" ]
BPO | [740827](https://bugs.python.org/issue740827) --- | :--- Nosy | @loewis, @brettcannon, @irmen Files | <li>[urldecode.patch](https://bugs.python.org/file5317/urldecode.patch "Uploaded as text/plain at 2003-05-21.00:43:29 by mboedick"): path to add urldecode() method to urllib</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-02-24.20:02:25.000> created_at = <Date 2003-05-21.00:43:29.000> labels = ['extension-modules'] title = 'add urldecode() method to urllib' updated_at = <Date 2005-02-24.20:02:25.000> user = 'https://bugs.python.org/mboedick' ``` bugs.python.org fields: ```python activity = <Date 2005-02-24.20:02:25.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-05-21.00:43:29.000> creator = 'mboedick' dependencies = [] files = ['5317'] hgrepos = [] issue_num = 740827 keywords = ['patch'] message_count = 6.0 messages = ['43816', '43817', '43818', '43819', '43820', '43821'] nosy_count = 4.0 nosy_names = ['loewis', 'brett.cannon', 'irmen', 'mboedick'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740827' versions = [] ``` </p></details>
add urldecode() method to urllib
https://api.github.com/repos/python/cpython/issues/38532/comments
6
2003-05-21T00:43:29Z
2022-04-09T22:46:16Z
https://github.com/python/cpython/issues/38532
1,198,794,570
38,532
[ "python", "cpython" ]
BPO | [740795](https://bugs.python.org/issue740795) --- | :--- Files | <li>[m1](https://bugs.python.org/file894/m1 "Uploaded as application/octet-stream at 2003-05-20.23:02:07 by pierslauder"): example mail</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-05-21.11:04:41.000> created_at = <Date 2003-05-20.23:02:06.000> labels = ['invalid', 'library'] title = "email package won't parse correct boundary" updated_at = <Date 2003-05-21.11:04:41.000> user = 'https://bugs.python.org/pierslauder' ``` bugs.python.org fields: ```python activity = <Date 2003-05-21.11:04:41.000> actor = 'pierslauder' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-20.23:02:06.000> creator = 'pierslauder' dependencies = [] files = ['894'] hgrepos = [] issue_num = 740795 keywords = [] message_count = 3.0 messages = ['16090', '16091', '16092'] nosy_count = 2.0 nosy_names = ['anthonybaxter', 'pierslauder'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740795' versions = ['Python 2.3'] ``` </p></details>
email package won't parse correct boundary
https://api.github.com/repos/python/cpython/issues/38531/comments
3
2003-05-20T23:02:06Z
2022-04-09T22:46:15Z
https://github.com/python/cpython/issues/38531
1,198,794,566
38,531
[ "python", "cpython" ]
BPO | [740495](https://bugs.python.org/issue740495) --- | :--- Nosy | @warsaw, @rhettinger, @bitdancer <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2003-05-20.14:35:26.000> labels = ['type-feature', 'library', 'expert-email'] title = 'API enhancement: poplib.MailReader()' updated_at = <Date 2012-05-16.01:36:15.184> user = 'https://bugs.python.org/htgoebel' ``` bugs.python.org fields: ```python activity = <Date 2012-05-16.01:36:15.184> actor = 'r.david.murray' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'email'] creation = <Date 2003-05-20.14:35:26.000> creator = 'htgoebel' dependencies = [] files = [] hgrepos = [] issue_num = 740495 keywords = [] message_count = 2.0 messages = ['53895', '53896'] nosy_count = 4.0 nosy_names = ['barry', 'rhettinger', 'htgoebel', 'r.david.murray'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue740495' versions = ['Python 3.3'] ``` </p></details>
API enhancement: poplib.MailReader()
https://api.github.com/repos/python/cpython/issues/38530/comments
3
2003-05-20T14:35:26Z
2023-04-25T00:01:25Z
https://github.com/python/cpython/issues/38530
1,198,794,561
38,530
[ "python", "cpython" ]
BPO | [740424](https://bugs.python.org/issue740424) --- | :--- Nosy | @jackjansen Files | <li>[distutils+CW8problem.pdf](https://bugs.python.org/file893/distutils%2BCW8problem.pdf "Uploaded as application/pdf at 2003-06-06.10:11:26 by jvr")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-06-06.12:39:36.000> created_at = <Date 2003-05-20.12:38:59.000> labels = ['OS-mac'] title = 'MacPython-OS9 distutils breaks on OSX' updated_at = <Date 2003-06-06.12:39:36.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-06.12:39:36.000> actor = 'jvr' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-05-20.12:38:59.000> creator = 'jackjansen' dependencies = [] files = ['893'] hgrepos = [] issue_num = 740424 keywords = [] message_count = 6.0 messages = ['16084', '16085', '16086', '16087', '16088', '16089'] nosy_count = 2.0 nosy_names = ['jackjansen', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740424' versions = [] ``` </p></details>
MacPython-OS9 distutils breaks on OSX
https://api.github.com/repos/python/cpython/issues/38529/comments
6
2003-05-20T12:38:59Z
2022-04-09T22:46:13Z
https://github.com/python/cpython/issues/38529
1,198,794,556
38,529
[ "python", "cpython" ]
BPO | [740407](https://bugs.python.org/issue740407) --- | :--- Nosy | @loewis, @mhammond <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mhammond' closed_at = <Date 2003-06-14.08:28:27.000> created_at = <Date 2003-05-20.12:19:37.000> labels = ['invalid', 'library'] title = "Can't browse methods and Classes" updated_at = <Date 2003-06-14.08:28:27.000> user = 'https://bugs.python.org/hoka' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.08:28:27.000> actor = 'loewis' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-20.12:19:37.000> creator = 'hoka' dependencies = [] files = [] hgrepos = [] issue_num = 740407 keywords = [] message_count = 3.0 messages = ['16081', '16082', '16083'] nosy_count = 4.0 nosy_names = ['loewis', 'jhylton', 'mhammond', 'hoka'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740407' versions = ['Python 2.3'] ``` </p></details>
Can't browse methods and Classes
https://api.github.com/repos/python/cpython/issues/38528/comments
3
2003-05-20T12:19:37Z
2022-04-09T22:46:12Z
https://github.com/python/cpython/issues/38528
1,198,794,554
38,528
[ "python", "cpython" ]
BPO | [740313](https://bugs.python.org/issue740313) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-20.16:26:49.000> created_at = <Date 2003-05-20.08:11:01.000> labels = ['interpreter-core'] title = 'inconsist printing of longs' updated_at = <Date 2003-05-20.16:26:49.000> user = 'https://bugs.python.org/phr' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.16:26:49.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-20.08:11:01.000> creator = 'phr' dependencies = [] files = [] hgrepos = [] issue_num = 740313 keywords = [] message_count = 2.0 messages = ['16079', '16080'] nosy_count = 2.0 nosy_names = ['tim.peters', 'phr'] pr_nums = [] priority = 'normal' resolution = 'later' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740313' versions = ['Python 2.2'] ``` </p></details>
inconsist printing of longs
https://api.github.com/repos/python/cpython/issues/38527/comments
2
2003-05-20T08:11:01Z
2022-04-09T22:46:10Z
https://github.com/python/cpython/issues/38527
1,198,794,547
38,527
[ "python", "cpython" ]
BPO | [740301](https://bugs.python.org/issue740301) --- | :--- Nosy | @loewis Files | <li>[unixccompiler.py.patch](https://bugs.python.org/file5316/unixccompiler.py.patch "Uploaded as text/plain at 2003-05-26.08:04:46 by harripasanen"): unixccompiler.py patch for HP-UX</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-05-31.08:11:28.000> created_at = <Date 2003-05-20.07:57:13.000> labels = ['library'] title = 'HP-UX support for unixccompiler.py' updated_at = <Date 2003-05-31.08:11:28.000> user = 'https://bugs.python.org/harripasanen' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.08:11:28.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-05-20.07:57:13.000> creator = 'harripasanen' dependencies = [] files = ['5316'] hgrepos = [] issue_num = 740301 keywords = ['patch'] message_count = 3.0 messages = ['43813', '43814', '43815'] nosy_count = 2.0 nosy_names = ['loewis', 'harripasanen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740301' versions = [] ``` </p></details>
HP-UX support for unixccompiler.py
https://api.github.com/repos/python/cpython/issues/38526/comments
3
2003-05-20T07:57:13Z
2022-04-09T22:46:09Z
https://github.com/python/cpython/issues/38526
1,198,794,539
38,526
[ "python", "cpython" ]
BPO | [740234](https://bugs.python.org/issue740234) --- | :--- Nosy | @loewis Files | <li>[log](https://bugs.python.org/file892/log "Uploaded as application/octet-stream at 2003-05-20.03:55:36 by tpx"): build and testlogs</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-06-14.08:36:16.000> created_at = <Date 2003-05-20.03:50:57.000> labels = ['build'] title = 'test/build-failures on FreeBSD stable/current' updated_at = <Date 2003-06-14.08:36:16.000> user = 'https://bugs.python.org/tpx' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.08:36:16.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-20.03:50:57.000> creator = 'tpx' dependencies = [] files = ['892'] hgrepos = [] issue_num = 740234 keywords = [] message_count = 11.0 messages = ['16068', '16069', '16070', '16071', '16072', '16073', '16074', '16075', '16076', '16077', '16078'] nosy_count = 4.0 nosy_names = ['loewis', 'nnorwitz', 'aimacintyre', 'tpx'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740234' versions = ['Python 2.3'] ``` </p></details>
test/build-failures on FreeBSD stable/current
https://api.github.com/repos/python/cpython/issues/38525/comments
11
2003-05-20T03:50:57Z
2022-04-09T22:46:08Z
https://github.com/python/cpython/issues/38525
1,198,794,534
38,525
[ "python", "cpython" ]
BPO | [740202](https://bugs.python.org/issue740202) --- | :--- Files | <li>[stackless_flags.diff](https://bugs.python.org/file5314/stackless_flags.diff "Uploaded as text/plain at 2003-05-20.01:26:09 by tismer"): small patch to remove ambiguities, forever.</li><li>[stackless_flags.diff](https://bugs.python.org/file5315/stackless_flags.diff "Uploaded as text/plain at 2003-05-20.14:52:02 by tismer"): Updated minimal patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-20.14:52:02.000> created_at = <Date 2003-05-20.01:21:47.000> labels = ['interpreter-core'] title = 'preserving a few bits to get Stackless compatibility (sec)' updated_at = <Date 2003-05-20.14:52:02.000> user = 'https://bugs.python.org/tismer' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.14:52:02.000> actor = 'tismer' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-20.01:21:47.000> creator = 'tismer' dependencies = [] files = ['5314', '5315'] hgrepos = [] issue_num = 740202 keywords = ['patch'] message_count = 2.0 messages = ['43811', '43812'] nosy_count = 1.0 nosy_names = ['tismer'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740202' versions = ['Python 2.3'] ``` </p></details>
preserving a few bits to get Stackless compatibility (sec)
https://api.github.com/repos/python/cpython/issues/38524/comments
2
2003-05-20T01:21:47Z
2022-04-09T22:46:07Z
https://github.com/python/cpython/issues/38524
1,198,794,529
38,524
[ "python", "cpython" ]
BPO | [740200](https://bugs.python.org/issue740200) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-20.02:01:31.000> created_at = <Date 2003-05-20.01:16:12.000> labels = ['interpreter-core'] title = 'preserving a few bits to make Stackless compatibility easier' updated_at = <Date 2003-05-20.02:01:31.000> user = 'https://bugs.python.org/tismer' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.02:01:31.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-20.01:16:12.000> creator = 'tismer' dependencies = [] files = [] hgrepos = [] issue_num = 740200 keywords = ['patch'] message_count = 2.0 messages = ['43809', '43810'] nosy_count = 2.0 nosy_names = ['tim.peters', 'tismer'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740200' versions = ['Python 2.3'] ``` </p></details>
preserving a few bits to make Stackless compatibility easier
https://api.github.com/repos/python/cpython/issues/38523/comments
2
2003-05-20T01:16:12Z
2022-04-09T22:46:06Z
https://github.com/python/cpython/issues/38523
1,198,794,526
38,523
[ "python", "cpython" ]
BPO | [740055](https://bugs.python.org/issue740055) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-05-20.05:16:22.000> created_at = <Date 2003-05-19.19:54:19.000> labels = ['library'] title = 'optional argument protocol in shelve.open is ignored' updated_at = <Date 2003-05-20.05:16:22.000> user = 'https://bugs.python.org/siggyf' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.05:16:22.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-19.19:54:19.000> creator = 'siggyf' dependencies = [] files = [] hgrepos = [] issue_num = 740055 keywords = [] message_count = 2.0 messages = ['16066', '16067'] nosy_count = 2.0 nosy_names = ['rhettinger', 'siggyf'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740055' versions = ['Python 2.3'] ``` </p></details>
optional argument protocol in shelve.open is ignored
https://api.github.com/repos/python/cpython/issues/38522/comments
2
2003-05-19T19:54:19Z
2022-04-09T22:46:06Z
https://github.com/python/cpython/issues/38522
1,198,794,522
38,522
[ "python", "cpython" ]
BPO | [740026](https://bugs.python.org/issue740026) --- | :--- Nosy | @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-06-11.01:30:05.000> created_at = <Date 2003-05-19.18:52:41.000> labels = ['invalid', 'docs'] title = 're.finditer() listed as new in 2.2.?' updated_at = <Date 2003-06-11.01:30:05.000> user = 'https://bugs.python.org/gradha' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.01:30:05.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-19.18:52:41.000> creator = 'gradha' dependencies = [] files = [] hgrepos = [] issue_num = 740026 keywords = [] message_count = 6.0 messages = ['16060', '16061', '16062', '16063', '16064', '16065'] nosy_count = 4.0 nosy_names = ['nnorwitz', 'brett.cannon', 'rhettinger', 'gradha'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue740026' versions = [] ``` </p></details>
re.finditer() listed as new in 2.2.?
https://api.github.com/repos/python/cpython/issues/38521/comments
6
2003-05-19T18:52:41Z
2022-04-09T22:46:04Z
https://github.com/python/cpython/issues/38521
1,198,794,518
38,521
[ "python", "cpython" ]
BPO | [739909](https://bugs.python.org/issue739909) --- | :--- Nosy | @nijel <sup>*Note: these values reflect the state of the issue at the time it 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-15.13:14:04.000> created_at = <Date 2003-05-19.15:46:10.000> labels = ['library'] title = 'IMAP4_SSL broken' updated_at = <Date 2003-06-15.13:14:04.000> user = 'https://github.com/nijel' ``` bugs.python.org fields: ```python activity = <Date 2003-06-15.13:14:04.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-19.15:46:10.000> creator = 'nijel' dependencies = [] files = [] hgrepos = [] issue_num = 739909 keywords = [] message_count = 3.0 messages = ['16057', '16058', '16059'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'nijel'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue739909' versions = ['Python 2.3'] ``` </p></details>
IMAP4_SSL broken
https://api.github.com/repos/python/cpython/issues/38520/comments
3
2003-05-19T15:46:10Z
2022-04-09T22:46:03Z
https://github.com/python/cpython/issues/38520
1,198,794,512
38,520
[ "python", "cpython" ]
BPO | [739424](https://bugs.python.org/issue739424) --- | :--- Nosy | @loewis Files | <li>[Python_install.txt](https://bugs.python.org/file891/Python_install.txt "Uploaded as text/plain at 2003-05-18.12:10:00 by macquigg"): Snippets from the session installing Python-2.3b1</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-05-24.17:44:43.000> created_at = <Date 2003-05-18.12:10:00.000> labels = ['build'] title = 'Python2.3b1 install problems on Linux' updated_at = <Date 2003-05-24.17:44:43.000> user = 'https://bugs.python.org/macquigg' ``` bugs.python.org fields: ```python activity = <Date 2003-05-24.17:44:43.000> actor = 'macquigg' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-18.12:10:00.000> creator = 'macquigg' dependencies = [] files = ['891'] hgrepos = [] issue_num = 739424 keywords = [] message_count = 8.0 messages = ['16049', '16050', '16051', '16052', '16053', '16054', '16055', '16056'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'macquigg'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue739424' versions = [] ``` </p></details>
Python2.3b1 install problems on Linux
https://api.github.com/repos/python/cpython/issues/38519/comments
8
2003-05-18T12:10:00Z
2022-04-09T22:46:02Z
https://github.com/python/cpython/issues/38519
1,198,794,508
38,519
[ "python", "cpython" ]
BPO | [739313](https://bugs.python.org/issue739313) --- | :--- Nosy | @tim-one, @doerwalter Files | <li>[patch.txt](https://bugs.python.org/file890/patch.txt "Uploaded as text/plain at 2003-05-18.01:48:33 by @tim-one"): Fix array.insert for negative index</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 2003-05-18.04:27:02.000> created_at = <Date 2003-05-18.01:29:08.000> labels = [] title = 'array.insert and negative indices' updated_at = <Date 2003-05-18.04:27:02.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2003-05-18.04:27:02.000> actor = 'tim.peters' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-18.01:29:08.000> creator = 'doerwalter' dependencies = [] files = ['890'] hgrepos = [] issue_num = 739313 keywords = [] message_count = 5.0 messages = ['16044', '16045', '16046', '16047', '16048'] nosy_count = 2.0 nosy_names = ['tim.peters', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue739313' versions = [] ``` </p></details>
array.insert and negative indices
https://api.github.com/repos/python/cpython/issues/38518/comments
5
2003-05-18T01:29:08Z
2022-04-09T22:46:01Z
https://github.com/python/cpython/issues/38518
1,198,794,502
38,518
[ "python", "cpython" ]
BPO | [739124](https://bugs.python.org/issue739124) --- | :--- Nosy | @akuchling Files | <li>[use_default_colors.patch](https://bugs.python.org/file5313/use_default_colors.patch "Uploaded as text/plain at 2003-05-17.12:38:44 by joergl")</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-08-13.23:14:33.000> created_at = <Date 2003-05-17.12:38:44.000> labels = ['library'] title = 'Add use_default_colors support to curses module.' updated_at = <Date 2003-08-13.23:14:33.000> user = 'https://bugs.python.org/joergl' ``` bugs.python.org fields: ```python activity = <Date 2003-08-13.23:14:33.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-17.12:38:44.000> creator = 'joergl' dependencies = [] files = ['5313'] hgrepos = [] issue_num = 739124 keywords = ['patch'] message_count = 2.0 messages = ['43807', '43808'] nosy_count = 2.0 nosy_names = ['akuchling', 'joergl'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue739124' versions = ['Python 2.3'] ``` </p></details>
Add use_default_colors support to curses module.
https://api.github.com/repos/python/cpython/issues/38517/comments
2
2003-05-17T12:38:44Z
2022-04-09T22:46:00Z
https://github.com/python/cpython/issues/38517
1,198,794,496
38,517
[ "python", "cpython" ]
BPO | [739029](https://bugs.python.org/issue739029) --- | :--- Nosy | @brettcannon, @birkenfeld, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-03-17.19:33:27.000> created_at = <Date 2003-05-17.02:22:49.000> labels = ['type-feature'] title = 'Constructor for counting things' updated_at = <Date 2006-03-17.19:33:27.000> user = 'https://bugs.python.org/dtorp' ``` bugs.python.org fields: ```python activity = <Date 2006-03-17.19:33:27.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-17.02:22:49.000> creator = 'dtorp' dependencies = [] files = [] hgrepos = [] issue_num = 739029 keywords = [] message_count = 6.0 messages = ['53889', '53890', '53891', '53892', '53893', '53894'] nosy_count = 5.0 nosy_names = ['brett.cannon', 'georg.brandl', 'georg.brandl', 'mcherm', 'dtorp'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue739029' versions = [] ``` </p></details>
Constructor for counting things
https://api.github.com/repos/python/cpython/issues/38516/comments
6
2003-05-17T02:22:49Z
2022-04-09T22:45:58Z
https://github.com/python/cpython/issues/38516
1,198,794,491
38,516
[ "python", "cpython" ]
BPO | [738973](https://bugs.python.org/issue738973) --- | :--- Nosy | @mhammond <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mhammond' closed_at = <Date 2004-05-10.07:39:07.000> created_at = <Date 2003-05-16.22:18:16.000> labels = ['library'] title = "urllib2 CacheFTPHandler doesn't work on multiple dirs" updated_at = <Date 2004-05-10.07:39:07.000> user = 'https://bugs.python.org/shahms' ``` bugs.python.org fields: ```python activity = <Date 2004-05-10.07:39:07.000> actor = 'mhammond' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-16.22:18:16.000> creator = 'shahms' dependencies = [] files = [] hgrepos = [] issue_num = 738973 keywords = [] message_count = 4.0 messages = ['16040', '16041', '16042', '16043'] nosy_count = 3.0 nosy_names = ['mhammond', 'jjlee', 'shahms'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738973' versions = ['Python 2.2'] ``` </p></details>
urllib2 CacheFTPHandler doesn't work on multiple dirs
https://api.github.com/repos/python/cpython/issues/38515/comments
4
2003-05-16T22:18:16Z
2022-04-09T22:45:58Z
https://github.com/python/cpython/issues/38515
1,198,794,488
38,515
[ "python", "cpython" ]
BPO | [738948](https://bugs.python.org/issue738948) --- | :--- Nosy | @birkenfeld Files | <li>[pep-lv.txt](https://bugs.python.org/file8224/pep-lv.txt "Uploaded as text/plain at 2003-05-16.21:05:13 by jabowery"): New PEP: Logic Variable Thread Synchronization</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-11-01.17:12:27.035> created_at = <Date 2003-05-16.21:05:13.000> labels = ['interpreter-core', 'type-feature'] title = 'Logic Variable Thread Synchronization' updated_at = <Date 2007-11-01.17:12:27.033> user = 'https://bugs.python.org/jabowery' ``` bugs.python.org fields: ```python activity = <Date 2007-11-01.17:12:27.033> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2007-11-01.17:12:27.035> closer = 'georg.brandl' components = ['Interpreter Core'] creation = <Date 2003-05-16.21:05:13.000> creator = 'jabowery' dependencies = [] files = ['8224'] hgrepos = [] issue_num = 738948 keywords = [] message_count = 3.0 messages = ['53888', '57004', '57012'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'klaas', 'jabowery'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue738948' versions = [] ``` </p></details>
Logic Variable Thread Synchronization
https://api.github.com/repos/python/cpython/issues/38514/comments
3
2003-05-16T21:05:13Z
2022-04-09T22:45:56Z
https://github.com/python/cpython/issues/38514
1,198,794,484
38,514
[ "python", "cpython" ]
BPO | [738617](https://bugs.python.org/issue738617) --- | :--- 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 2003-05-19.04:21:52.000> created_at = <Date 2003-05-16.03:11:23.000> labels = ['OS-windows'] title = 'On Windows, os.listdir() throws incorrect exception' updated_at = <Date 2003-05-19.04:21:52.000> user = 'https://bugs.python.org/mikethompson' ``` bugs.python.org fields: ```python activity = <Date 2003-05-19.04:21:52.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-05-16.03:11:23.000> creator = 'mikethompson' dependencies = [] files = [] hgrepos = [] issue_num = 738617 keywords = [] message_count = 4.0 messages = ['16036', '16037', '16038', '16039'] nosy_count = 3.0 nosy_names = ['tim.peters', 'jepler', 'mikethompson'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738617' versions = [] ``` </p></details>
On Windows, os.listdir() throws incorrect exception
https://api.github.com/repos/python/cpython/issues/38513/comments
4
2003-05-16T03:11:23Z
2022-04-09T22:45:55Z
https://github.com/python/cpython/issues/38513
1,198,794,480
38,513
[ "python", "cpython" ]
BPO | [738471](https://bugs.python.org/issue738471) --- | :--- Nosy | @smontanaro <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2003-05-20.12:14:06.000> created_at = <Date 2003-05-15.20:16:25.000> labels = ['docs'] title = 'csv.Sniffer docs need updating' updated_at = <Date 2003-05-20.12:14:06.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.12:14:06.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-15.20:16:25.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 738471 keywords = [] message_count = 2.0 messages = ['16034', '16035'] nosy_count = 1.0 nosy_names = ['skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738471' versions = ['Python 2.3'] ``` </p></details>
csv.Sniffer docs need updating
https://api.github.com/repos/python/cpython/issues/38512/comments
2
2003-05-15T20:16:25Z
2022-04-09T22:45:54Z
https://github.com/python/cpython/issues/38512
1,198,794,476
38,512
[ "python", "cpython" ]
BPO | [738389](https://bugs.python.org/issue738389) --- | :--- Files | <li>[globfix.patch](https://bugs.python.org/file5312/globfix.patch "Uploaded as text/plain at 2003-05-15.17:11:32 by progoth"): patch to Lib\glob.py & Lib\fnmatch.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-05-15.17:11:32.000> created_at = <Date 2003-05-15.17:11:32.000> labels = ['extension-modules'] title = 'fix for glob with directories which contain brackets' updated_at = <Date 2003-05-15.17:11:32.000> user = 'https://bugs.python.org/progoth' ``` bugs.python.org fields: ```python activity = <Date 2003-05-15.17:11:32.000> actor = 'progoth' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-05-15.17:11:32.000> creator = 'progoth' dependencies = [] files = ['5312'] hgrepos = [] issue_num = 738389 keywords = ['patch'] message_count = 1.0 messages = ['43806'] nosy_count = 1.0 nosy_names = ['progoth'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738389' versions = ['Python 2.2'] ``` </p></details>
fix for glob with directories which contain brackets
https://api.github.com/repos/python/cpython/issues/38511/comments
1
2003-05-15T17:11:32Z
2022-04-09T22:45:53Z
https://github.com/python/cpython/issues/38511
1,198,794,468
38,511
[ "python", "cpython" ]
BPO | [738361](https://bugs.python.org/issue738361) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[globbug.zip](https://bugs.python.org/file888/globbug.zip "Uploaded as application/x-zip-compressed at 2003-05-15.16:06:09 by progoth"): unzip this and run bug.py to see it happen, probably only works on win32 due to using \ as directory delimiter</li><li>[globfix.patch](https://bugs.python.org/file889/globfix.patch "Uploaded as text/plain at 2003-05-15.17:06:48 by progoth"): the patch I just made to fix this problem</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-05-17.23:43:12.000> created_at = <Date 2003-05-15.16:06:09.000> labels = ['extension-modules'] title = 'crash error in glob.glob; directories with brackets' updated_at = <Date 2003-05-17.23:43:12.000> user = 'https://bugs.python.org/progoth' ``` bugs.python.org fields: ```python activity = <Date 2003-05-17.23:43:12.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-05-15.16:06:09.000> creator = 'progoth' dependencies = [] files = ['888', '889'] hgrepos = [] issue_num = 738361 keywords = [] message_count = 6.0 messages = ['16028', '16029', '16030', '16031', '16032', '16033'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'progoth'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738361' versions = ['Python 2.2'] ``` </p></details>
crash error in glob.glob; directories with brackets
https://api.github.com/repos/python/cpython/issues/38510/comments
6
2003-05-15T16:06:09Z
2022-04-09T22:45:51Z
https://github.com/python/cpython/issues/38510
1,198,794,464
38,510
[ "python", "cpython" ]
BPO | [738325](https://bugs.python.org/issue738325) --- | :--- Nosy | @loewis Files | <li>[python-idle.patch](https://bugs.python.org/file5311/python-idle.patch "Uploaded as text/plain at 2003-05-15.15:22:22 by wrobell"): install idle byte optimized modules</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-05-16.05:40:58.000> created_at = <Date 2003-05-15.15:22:21.000> labels = ['build'] title = 'install idle byte optimized modules, too' updated_at = <Date 2003-05-16.05:40:58.000> user = 'https://bugs.python.org/wrobell' ``` bugs.python.org fields: ```python activity = <Date 2003-05-16.05:40:58.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-15.15:22:21.000> creator = 'wrobell' dependencies = [] files = ['5311'] hgrepos = [] issue_num = 738325 keywords = ['patch'] message_count = 2.0 messages = ['43804', '43805'] nosy_count = 2.0 nosy_names = ['loewis', 'wrobell'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738325' versions = ['Python 2.3'] ``` </p></details>
install idle byte optimized modules, too
https://api.github.com/repos/python/cpython/issues/38509/comments
2
2003-05-15T15:22:21Z
2022-04-09T22:45:50Z
https://github.com/python/cpython/issues/38509
1,198,794,461
38,509
[ "python", "cpython" ]
BPO | [738154](https://bugs.python.org/issue738154) --- | :--- Files | <li>[pdb222.diff](https://bugs.python.org/file887/pdb222.diff "Uploaded as text/plain at 2003-05-15.09:53:07 by hdima"): Patch to [bp]db.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 2004-08-16.13:15:32.000> created_at = <Date 2003-05-15.09:53:07.000> labels = ['library'] title = "pdb doesn't find some source files" updated_at = <Date 2004-08-16.13:15:32.000> user = 'https://bugs.python.org/hdima' ``` bugs.python.org fields: ```python activity = <Date 2004-08-16.13:15:32.000> actor = 'jlgijsbers' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-15.09:53:07.000> creator = 'hdima' dependencies = [] files = ['887'] hgrepos = [] issue_num = 738154 keywords = [] message_count = 4.0 messages = ['16024', '16025', '16026', '16027'] nosy_count = 2.0 nosy_names = ['jlgijsbers', 'hdima'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738154' versions = ['Python 2.2'] ``` </p></details>
pdb doesn't find some source files
https://api.github.com/repos/python/cpython/issues/38508/comments
4
2003-05-15T09:53:07Z
2022-04-09T22:45:49Z
https://github.com/python/cpython/issues/38508
1,198,794,458
38,508
[ "python", "cpython" ]
BPO | [738094](https://bugs.python.org/issue738094) --- | :--- Nosy | @gvanrossum, @akuchling, @arigo, @birkenfeld, @rhettinger Files | <li>[rangepatch.diff](https://bugs.python.org/file5309/rangepatch.diff "Uploaded as text/plain at 2003-05-15.07:14:17 by s_keim"): context diff</li><li>[python_range_iter.diff](https://bugs.python.org/file5310/python_range_iter.diff "Uploaded as text/plain at 2004-01-11.11:07:21 by @arigo"): a safer 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/gvanrossum' closed_at = <Date 2006-12-22.21:23:57.000> created_at = <Date 2003-05-15.07:14:17.000> labels = ['interpreter-core'] title = 'for i in range(N) optimization' updated_at = <Date 2006-12-22.21:23:57.000> user = 'https://bugs.python.org/skeim' ``` bugs.python.org fields: ```python activity = <Date 2006-12-22.21:23:57.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-15.07:14:17.000> creator = 's_keim' dependencies = [] files = ['5309', '5310'] hgrepos = [] issue_num = 738094 keywords = ['patch'] message_count = 10.0 messages = ['43794', '43795', '43796', '43797', '43798', '43799', '43800', '43801', '43802', '43803'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'akuchling', 'arigo', 'georg.brandl', 'rhettinger', 's_keim'] pr_nums = [] priority = 'low' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738094' versions = ['Python 2.3'] ``` </p></details>
for i in range(N) optimization
https://api.github.com/repos/python/cpython/issues/38507/comments
10
2003-05-15T07:14:17Z
2022-04-09T22:45:50Z
https://github.com/python/cpython/issues/38507
1,198,794,451
38,507
[ "python", "cpython" ]
BPO | [738090](https://bugs.python.org/issue738090) --- | :--- 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-07-14.08:16:23.000> created_at = <Date 2003-05-15.07:00:35.000> labels = ['docs'] title = 'Section 13.3: htmllib.HTMLParser constructor definition amen' updated_at = <Date 2003-07-14.08:16:23.000> user = 'https://bugs.python.org/kkwoo' ``` bugs.python.org fields: ```python activity = <Date 2003-07-14.08:16:23.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-15.07:00:35.000> creator = 'kkwoo' dependencies = [] files = [] hgrepos = [] issue_num = 738090 keywords = [] message_count = 2.0 messages = ['16022', '16023'] nosy_count = 2.0 nosy_names = ['rhettinger', 'kkwoo'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738090' versions = ['Python 2.2'] ``` </p></details>
Section 13.3: htmllib.HTMLParser constructor definition amen
https://api.github.com/repos/python/cpython/issues/38506/comments
2
2003-05-15T07:00:35Z
2022-04-09T22:45:47Z
https://github.com/python/cpython/issues/38506
1,198,794,443
38,506
[ "python", "cpython" ]
BPO | [738066](https://bugs.python.org/issue738066) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-26.14:14:30.000> created_at = <Date 2003-05-15.05:52:12.000> labels = ['interpreter-core'] title = 'Interpreter crash: sigfpe on Alpha' updated_at = <Date 2003-05-26.14:14:30.000> user = 'https://bugs.python.org/jensj' ``` bugs.python.org fields: ```python activity = <Date 2003-05-26.14:14:30.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-15.05:52:12.000> creator = 'jensj' dependencies = [] files = [] hgrepos = [] issue_num = 738066 keywords = [] message_count = 8.0 messages = ['16014', '16015', '16016', '16017', '16018', '16019', '16020', '16021'] nosy_count = 3.0 nosy_names = ['tim.peters', 'nnorwitz', 'jensj'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue738066' versions = [] ``` </p></details>
Interpreter crash: sigfpe on Alpha
https://api.github.com/repos/python/cpython/issues/38505/comments
8
2003-05-15T05:52:12Z
2022-04-09T22:45:46Z
https://github.com/python/cpython/issues/38505
1,198,794,440
38,505
[ "python", "cpython" ]
BPO | [737999](https://bugs.python.org/issue737999) --- | :--- Nosy | @mwhudson PRs | <li>python/cpython#3179</li> Files | <li>[patch22maint.diff](https://bugs.python.org/file5307/patch22maint.diff "Uploaded as text/plain at 2003-05-15.01:55:28 by pedronis"): patch for 22 maint branch</li><li>[patch23.diff](https://bugs.python.org/file5308/patch23.diff "Uploaded as text/plain at 2003-05-15.01:57:04 by pedronis"): patch for 2.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 2017-08-22.11:17:17.340> created_at = <Date 2003-05-15.01:55:27.000> labels = ['library'] title = 'minor codeop fixes' updated_at = <Date 2017-08-22.11:17:17.340> user = 'https://bugs.python.org/pedronis' ``` bugs.python.org fields: ```python activity = <Date 2017-08-22.11:17:17.340> actor = 'abenkovskii@gmail.com' assignee = 'pedronis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-15.01:55:27.000> creator = 'pedronis' dependencies = [] files = ['5307', '5308'] hgrepos = [] issue_num = 737999 keywords = ['patch'] message_count = 3.0 messages = ['43791', '43792', '43793'] nosy_count = 2.0 nosy_names = ['mwh', 'pedronis'] pr_nums = ['3179'] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737999' versions = [] ``` </p></details>
minor codeop fixes
https://api.github.com/repos/python/cpython/issues/38504/comments
3
2003-05-15T01:55:27Z
2022-04-09T22:45:45Z
https://github.com/python/cpython/issues/38504
1,198,794,430
38,504
[ "python", "cpython" ]
BPO | [737947](https://bugs.python.org/issue737947) --- | :--- Nosy | @freddrake, @warsaw, @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 = 'https://github.com/freddrake' closed_at = <Date 2004-12-26.15:06:07.000> created_at = <Date 2003-05-14.22:51:41.000> labels = ['interpreter-core'] title = 'Failed assert in stringobject.c' updated_at = <Date 2004-12-26.15:06:07.000> user = 'https://bugs.python.org/ferperez' ``` bugs.python.org fields: ```python activity = <Date 2004-12-26.15:06:07.000> actor = 'facundobatista' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-14.22:51:41.000> creator = 'fer_perez' dependencies = [] files = [] hgrepos = [] issue_num = 737947 keywords = [] message_count = 5.0 messages = ['16009', '16010', '16011', '16012', '16013'] nosy_count = 5.0 nosy_names = ['fdrake', 'barry', 'nnorwitz', 'facundobatista', 'fer_perez'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737947' versions = ['Python 2.2'] ``` </p></details>
Failed assert in stringobject.c
https://api.github.com/repos/python/cpython/issues/38503/comments
5
2003-05-14T22:51:41Z
2022-04-09T22:45:44Z
https://github.com/python/cpython/issues/38503
1,198,794,429
38,503
[ "python", "cpython" ]
BPO | [737734](https://bugs.python.org/issue737734) --- | :--- Nosy | @freddrake <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-05-06.12:50:12.000> created_at = <Date 2003-05-14.16:22:45.000> labels = ['docs'] title = 'need doc for new trace module' updated_at = <Date 2004-05-06.12:50:12.000> user = 'https://bugs.python.org/jhylton' ``` bugs.python.org fields: ```python activity = <Date 2004-05-06.12:50:12.000> actor = 'fdrake' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-14.16:22:45.000> creator = 'jhylton' dependencies = [] files = [] hgrepos = [] issue_num = 737734 keywords = [] message_count = 2.0 messages = ['16007', '16008'] nosy_count = 2.0 nosy_names = ['jhylton', 'fdrake'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737734' versions = [] ``` </p></details>
need doc for new trace module
https://api.github.com/repos/python/cpython/issues/38502/comments
2
2003-05-14T16:22:45Z
2022-04-09T22:45:43Z
https://github.com/python/cpython/issues/38502
1,198,794,425
38,502
[ "python", "cpython" ]
BPO | [737648](https://bugs.python.org/issue737648) --- | :--- Nosy | @tim-one, @mdickinson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2010-08-14.17:51:29.283> created_at = <Date 2003-05-14.12:12:01.000> labels = ['interpreter-core', 'type-feature'] title = 'Error on handling nan' updated_at = <Date 2010-08-14.17:51:29.283> user = 'https://bugs.python.org/bseiwald' ``` bugs.python.org fields: ```python activity = <Date 2010-08-14.17:51:29.283> actor = 'mark.dickinson' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-14.12:12:01.000> creator = 'bseiwald' dependencies = [] files = [] hgrepos = [] issue_num = 737648 keywords = [] message_count = 5.0 messages = ['16005', '16006', '57173', '113916', '113917'] nosy_count = 4.0 nosy_names = ['tim.peters', 'mark.dickinson', 'bseiwald', 'mike.verdone'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue737648' versions = [] ``` </p></details>
Error on handling nan
https://api.github.com/repos/python/cpython/issues/38501/comments
5
2003-05-14T12:12:01Z
2022-04-09T22:45:41Z
https://github.com/python/cpython/issues/38501
1,198,794,421
38,501
[ "python", "cpython" ]
BPO | [737473](https://bugs.python.org/issue737473) --- | :--- Nosy | @mwhudson, @hyeshik Files | <li>[test_tracebackreload.py](https://bugs.python.org/file5305/test_tracebackreload.py "Uploaded as text/plain at 2003-05-14.05:44:48 by @hyeshik"): test script</li><li>[traceback-patch.diff](https://bugs.python.org/file5306/traceback-patch.diff "Uploaded as text/plain at 2003-05-14.05:45:40 by @hyeshik"): patch to both of traceback and linecache module.</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/hyeshik' closed_at = <Date 2004-10-26.09:18:36.000> created_at = <Date 2003-05-14.05:44:46.000> labels = ['library'] title = 'traceback module caches sources invalid' updated_at = <Date 2004-10-26.09:18:36.000> user = 'https://github.com/hyeshik' ``` bugs.python.org fields: ```python activity = <Date 2004-10-26.09:18:36.000> actor = 'hyeshik.chang' assignee = 'hyeshik.chang' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-14.05:44:46.000> creator = 'hyeshik.chang' dependencies = [] files = ['5305', '5306'] hgrepos = [] issue_num = 737473 keywords = ['patch'] message_count = 4.0 messages = ['43787', '43788', '43789', '43790'] nosy_count = 3.0 nosy_names = ['mwh', 'hyeshik.chang', 'falsetru'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737473' versions = ['Python 2.4'] ``` </p></details>
traceback module caches sources invalid
https://api.github.com/repos/python/cpython/issues/38500/comments
4
2003-05-14T05:44:46Z
2022-04-09T22:45:42Z
https://github.com/python/cpython/issues/38500
1,198,794,413
38,500
[ "python", "cpython" ]
BPO | [737291](https://bugs.python.org/issue737291) --- | :--- Nosy | @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-11.00:20:30.000> created_at = <Date 2003-05-13.20:53:23.000> labels = [] title = 'os.symlink docstring is ambiguous.' updated_at = <Date 2003-06-11.00:20:30.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.00:20:30.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-13.20:53:23.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 737291 keywords = [] message_count = 3.0 messages = ['16002', '16003', '16004'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737291' versions = [] ``` </p></details>
os.symlink docstring is ambiguous.
https://api.github.com/repos/python/cpython/issues/38499/comments
3
2003-05-13T20:53:23Z
2022-04-09T22:45:39Z
https://github.com/python/cpython/issues/38499
1,198,794,409
38,499
[ "python", "cpython" ]
BPO | [737202](https://bugs.python.org/issue737202) --- | :--- Nosy | @akuchling, @facundobatista Files | <li>[CGIHTTPServer.py.patch](https://bugs.python.org/file884/CGIHTTPServer.py.patch "Uploaded as text/plain at 2003-05-23.13:21:46 by htgoebel"): Patch: "walk" url while scriptfile is a directory</li><li>[cgitest.tar.gz](https://bugs.python.org/file885/cgitest.tar.gz "Uploaded at 2005-01-16.15:12:00 by htgoebel"): Test case for this bug.</li><li>[python-bug737202-patch.diff](https://bugs.python.org/file886/python-bug737202-patch.diff "Uploaded as text/plain at 2006-12-22.13:14:57 by @akuchling"): Patch from Titus Brown</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2006-12-22.13:28:59.000> created_at = <Date 2003-05-13.17:54:51.000> labels = ['library'] title = 'CGIHTTPServer does not handle scripts in sub-dirs' updated_at = <Date 2006-12-22.13:28:59.000> user = 'https://bugs.python.org/htgoebel' ``` bugs.python.org fields: ```python activity = <Date 2006-12-22.13:28:59.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-13.17:54:51.000> creator = 'htgoebel' dependencies = [] files = ['884', '885', '886'] hgrepos = [] issue_num = 737202 keywords = [] message_count = 10.0 messages = ['15992', '15993', '15994', '15995', '15996', '15997', '15998', '15999', '16000', '16001'] nosy_count = 4.0 nosy_names = ['akuchling', 'facundobatista', 'htgoebel', 'titus'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737202' versions = ['Python 2.5'] ``` </p></details>
CGIHTTPServer does not handle scripts in sub-dirs
https://api.github.com/repos/python/cpython/issues/38498/comments
10
2003-05-13T17:54:51Z
2022-04-09T22:45:39Z
https://github.com/python/cpython/issues/38498
1,198,794,407
38,498
[ "python", "cpython" ]
BPO | [737127](https://bugs.python.org/issue737127) --- | :--- Nosy | @tim-one Files | <li>[timetest.py](https://bugs.python.org/file883/timetest.py "Uploaded as text/plain at 2003-05-13.15:53:07 by rt_landers"): Demonstrates the suspected bug.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-05-13.16:32:42.000> created_at = <Date 2003-05-13.15:52:19.000> labels = ['OS-windows'] title = 'time.mktime() year < 1969 broken? time.accept2dyear=0' updated_at = <Date 2003-05-13.16:32:42.000> user = 'https://bugs.python.org/rtlanders' ``` bugs.python.org fields: ```python activity = <Date 2003-05-13.16:32:42.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-05-13.15:52:19.000> creator = 'rt_landers' dependencies = [] files = ['883'] hgrepos = [] issue_num = 737127 keywords = [] message_count = 2.0 messages = ['15990', '15991'] nosy_count = 2.0 nosy_names = ['tim.peters', 'rt_landers'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue737127' versions = [] ``` </p></details>
time.mktime() year < 1969 broken? time.accept2dyear=0
https://api.github.com/repos/python/cpython/issues/38497/comments
2
2003-05-13T15:52:19Z
2022-04-09T22:45:38Z
https://github.com/python/cpython/issues/38497
1,198,794,402
38,497
[ "python", "cpython" ]
BPO | [736962](https://bugs.python.org/issue736962) --- | :--- Nosy | @tim-one, @doerwalter, @brettcannon, @birkenfeld, @rhettinger Files | <li>[test_array.py](https://bugs.python.org/file5270/test_array.py "Uploaded as text/plain at 2003-05-13.10:45:17 by @doerwalter")</li><li>[test_winsound.py](https://bugs.python.org/file5271/test_winsound.py "Uploaded as text/plain at 2003-05-13.10:45:38 by @doerwalter")</li><li>[test_mimetools.py](https://bugs.python.org/file5272/test_mimetools.py "Uploaded as text/plain at 2003-05-18.23:46:18 by @doerwalter")</li><li>[test_mimetools.py](https://bugs.python.org/file5273/test_mimetools.py "Uploaded as text/plain at 2003-05-21.13:04:34 by @rhettinger"): Modified test_mimetools.py</li><li>[test_mimetools.py](https://bugs.python.org/file5274/test_mimetools.py "Uploaded as text/plain at 2003-05-22.15:05:23 by @doerwalter"): Third version with tests for Message</li><li>[test_posixpath.py](https://bugs.python.org/file5275/test_posixpath.py "Uploaded as text/plain at 2003-06-16.12:48:46 by @doerwalter")</li><li>[fail.txt](https://bugs.python.org/file5276/fail.txt "Uploaded as text/plain at 2003-06-16.15:44:14 by @rhettinger"): Output from running test_posixpath.py</li><li>[test_posixpath.py](https://bugs.python.org/file5277/test_posixpath.py "Uploaded as text/plain at 2003-06-16.18:09:43 by @doerwalter"): Fixed for Windows</li><li>[test_posixpath.py](https://bugs.python.org/file5278/test_posixpath.py "Uploaded as text/plain at 2003-06-16.19:33:13 by @doerwalter"): Without getatime() test in test_time()</li><li>[test_complex.py](https://bugs.python.org/file5279/test_complex.py "Uploaded as text/plain at 2003-06-17.21:36:43 by @doerwalter")</li><li>[test_complex.py](https://bugs.python.org/file5280/test_complex.py "Uploaded as text/plain at 2003-06-17.23:49:29 by @rhettinger"): test_complex.py with raymond's additions</li><li>[test_compile.py](https://bugs.python.org/file5281/test_compile.py "Uploaded as text/plain at 2003-06-20.19:26:00 by @rhettinger"): test_compile.py</li><li>[test_pep263.py](https://bugs.python.org/file5282/test_pep263.py "Uploaded as text/plain at 2003-08-09.15:47:02 by @doerwalter")</li><li>[test_longexp.py](https://bugs.python.org/file5283/test_longexp.py "Uploaded as text/plain at 2003-08-09.15:48:26 by @doerwalter")</li><li>[test_structseq.py](https://bugs.python.org/file5284/test_structseq.py "Uploaded as text/plain at 2003-08-30.17:03:03 by nobody")</li><li>[test_slice.py](https://bugs.python.org/file5285/test_slice.py "Uploaded as text/plain at 2003-08-31.19:49:43 by @doerwalter")</li><li>[test_slice.py](https://bugs.python.org/file5286/test_slice.py "Uploaded as text/plain at 2003-08-31.23:52:36 by @rhettinger"): Revised test_slice</li><li>[test_slice.py](https://bugs.python.org/file5287/test_slice.py "Uploaded as text/plain at 2003-08-31.23:53:26 by @rhettinger"): Revised test_slice</li><li>[seq_tests.py](https://bugs.python.org/file5288/seq_tests.py "Uploaded as text/plain at 2003-11-27.19:48:27 by @doerwalter"): Part of the test_types changes</li><li>[list_tests.py](https://bugs.python.org/file5289/list_tests.py "Uploaded as text/plain at 2003-11-27.19:50:10 by @doerwalter"): Part of the test_types changes</li><li>[test_list.py](https://bugs.python.org/file5290/test_list.py "Uploaded as text/plain at 2003-11-27.19:51:02 by @doerwalter"): Part of the test_types changes</li><li>[test_tuple.py](https://bugs.python.org/file5291/test_tuple.py "Uploaded as text/plain at 2003-11-27.19:51:43 by @doerwalter"): Part of the test_types changes</li><li>[test_userlist.py](https://bugs.python.org/file5292/test_userlist.py "Uploaded as text/plain at 2003-11-27.19:52:17 by @doerwalter"): Part of the test_types changes</li><li>[test_types.py.diff](https://bugs.python.org/file5293/test_types.py.diff "Uploaded as text/plain at 2003-11-27.19:54:13 by @doerwalter"): Part of the test_types changes</li><li>[improve-cov.diff](https://bugs.python.org/file5294/improve-cov.diff "Uploaded as text/plain at 2003-12-11.05:52:53 by nnorwitz"): test_md5 and test_weakref</li><li>[test_future.diff](https://bugs.python.org/file5295/test_future.diff "Uploaded as text/plain at 2003-12-11.06:05:29 by nnorwitz")</li><li>[test_future_pyunit.diff](https://bugs.python.org/file5296/test_future_pyunit.diff "Uploaded as text/plain at 2003-12-13.20:18:45 by @doerwalter"): ported to PyUnit</li><li>[test_binascii.py](https://bugs.python.org/file5297/test_binascii.py "Uploaded as text/plain at 2003-12-18.23:49:39 by @doerwalter")</li><li>[test_dict.py](https://bugs.python.org/file5298/test_dict.py "Uploaded as text/plain at 2004-04-03.11:06:38 by @doerwalter")</li><li>[dict_diff.txt](https://bugs.python.org/file5299/dict_diff.txt "Uploaded at 2004-05-27.19:04:24 by @doerwalter"): Marged dict tests</li><li>[test_unpack_doctest.py](https://bugs.python.org/file5300/test_unpack_doctest.py "Uploaded as text/plain at 2004-08-18.13:23:40 by jlgijsbers")</li><li>[test_zipfile_unittest.py](https://bugs.python.org/file5301/test_zipfile_unittest.py "Uploaded as text/plain at 2004-08-18.13:24:08 by jlgijsbers")</li><li>[test_unpack_doctest.py](https://bugs.python.org/file5302/test_unpack_doctest.py "Uploaded as text/plain at 2004-08-19.15:14:15 by jlgijsbers"): corrected</li><li>[test_inspect_unittest.diff](https://bugs.python.org/file5303/test_inspect_unittest.diff "Uploaded as text/plain at 2004-08-20.15:06:00 by jlgijsbers")</li><li>[test__locale.py](https://bugs.python.org/file5304/test__locale.py "Uploaded as text/plain at 2004-08-27.03:44:57 by @brettcannon")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-08-24.19:03:13.373> created_at = <Date 2003-05-13.10:45:17.000> labels = ['tests'] title = 'Port tests to unittest (Part 2)' updated_at = <Date 2007-08-24.19:03:13.360> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2007-08-24.19:03:13.360> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2007-08-24.19:03:13.373> closer = 'georg.brandl' components = ['Tests'] creation = <Date 2003-05-13.10:45:17.000> creator = 'doerwalter' dependencies = [] files = ['5270', '5271', '5272', '5273', '5274', '5275', '5276', '5277', '5278', '5279', '5280', '5281', '5282', '5283', '5284', '5285', '5286', '5287', '5288', '5289', '5290', '5291', '5292', '5293', '5294', '5295', '5296', '5297', '5298', '5299', '5300', '5301', '5302', '5303', '5304'] hgrepos = [] issue_num = 736962 keywords = ['patch'] message_count = 78.0 messages = ['43710', '43711', '43712', '43713', '43714', '43715', '43716', '43717', '43718', '43719', '43720', '43721', '43722', '43723', '43724', '43725', '43726', '43727', '43728', '43729', '43730', '43731', '43732', '43733', '43734', '43735', '43736', '43737', '43738', '43739', '43740', '43741', '43742', '43743', '43744', '43745', '43746', '43747', '43748', '43749', '43750', '43751', '43752', '43753', '43754', '43755', '43756', '43757', '43758', '43759', '43760', '43761', '43762', '43763', '43764', '43765', '43766', '43767', '43768', '43769', '43770', '43771', '43772', '43773', '43774', '43775', '43776', '43777', '43778', '43779', '43780', '43781', '43782', '43783', '43784', '43785', '43786', '55267'] nosy_count = 7.0 nosy_names = ['tim.peters', 'doerwalter', 'nnorwitz', 'brett.cannon', 'georg.brandl', 'rhettinger', 'jlgijsbers'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736962' versions = [] ``` </p></details>
Port tests to unittest (Part 2)
https://api.github.com/repos/python/cpython/issues/38496/comments
78
2003-05-13T10:45:17Z
2022-04-09T22:45:36Z
https://github.com/python/cpython/issues/38496
1,198,794,397
38,496
[ "python", "cpython" ]
BPO | [736892](https://bugs.python.org/issue736892) --- | :--- Nosy | @warsaw, @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/warsaw' closed_at = <Date 2003-05-29.15:14:56.000> created_at = <Date 2003-05-13.07:57:16.000> labels = ['interpreter-core'] title = 'forcing function to act like an unbound method dumps core' updated_at = <Date 2003-05-29.15:14:56.000> user = 'https://bugs.python.org/df-dubois' ``` bugs.python.org fields: ```python activity = <Date 2003-05-29.15:14:56.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-13.07:57:16.000> creator = 'df-dubois' dependencies = [] files = [] hgrepos = [] issue_num = 736892 keywords = [] message_count = 5.0 messages = ['15985', '15986', '15987', '15988', '15989'] nosy_count = 4.0 nosy_names = ['barry', 'akuchling', 'nnorwitz', 'df-dubois'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736892' versions = ['Python 2.2'] ``` </p></details>
forcing function to act like an unbound method dumps core
https://api.github.com/repos/python/cpython/issues/38495/comments
5
2003-05-13T07:57:16Z
2022-04-09T22:45:35Z
https://github.com/python/cpython/issues/38495
1,198,794,390
38,495
[ "python", "cpython" ]
BPO | [736859](https://bugs.python.org/issue736859) --- | :--- Nosy | @loewis Files | <li>[doc.txt](https://bugs.python.org/file5269/doc.txt "Uploaded as text/plain at 2003-05-13.06:31:17 by tmagill")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-08-25.11:39:44.000> created_at = <Date 2003-05-13.06:31:17.000> labels = ['library'] title = 'docs for interpreter final destination location ' updated_at = <Date 2004-08-25.11:39:44.000> user = 'https://bugs.python.org/tmagill' ``` bugs.python.org fields: ```python activity = <Date 2004-08-25.11:39:44.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-05-13.06:31:17.000> creator = 'tmagill' dependencies = [] files = ['5269'] hgrepos = [] issue_num = 736859 keywords = ['patch'] message_count = 2.0 messages = ['43708', '43709'] nosy_count = 2.0 nosy_names = ['loewis', 'tmagill'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736859' versions = [] ``` </p></details>
docs for interpreter final destination location
https://api.github.com/repos/python/cpython/issues/38494/comments
2
2003-05-13T06:31:17Z
2022-04-09T22:45:33Z
https://github.com/python/cpython/issues/38494
1,198,794,385
38,494
[ "python", "cpython" ]
BPO | [736857](https://bugs.python.org/issue736857) --- | :--- Nosy | @loewis Files | <li>[patch.diff](https://bugs.python.org/file5268/patch.diff "Uploaded as text/plain at 2003-05-13.06:23:42 by tmagill")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-08-25.11:38:44.000> created_at = <Date 2003-05-13.06:23:42.000> labels = ['library'] title = 'interpreter final destination location' updated_at = <Date 2004-08-25.11:38:44.000> user = 'https://bugs.python.org/tmagill' ``` bugs.python.org fields: ```python activity = <Date 2004-08-25.11:38:44.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-05-13.06:23:42.000> creator = 'tmagill' dependencies = [] files = ['5268'] hgrepos = [] issue_num = 736857 keywords = ['patch'] message_count = 3.0 messages = ['43705', '43706', '43707'] nosy_count = 2.0 nosy_names = ['loewis', 'tmagill'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736857' versions = [] ``` </p></details>
interpreter final destination location
https://api.github.com/repos/python/cpython/issues/38493/comments
3
2003-05-13T06:23:42Z
2022-04-09T22:45:32Z
https://github.com/python/cpython/issues/38493
1,198,794,381
38,493
[ "python", "cpython" ]
BPO | [736730](https://bugs.python.org/issue736730) --- | :--- Nosy | @tim-one, @smontanaro, @brettcannon Files | <li>[ceval.diff](https://bugs.python.org/file5267/ceval.diff "Uploaded as text/plain at 2003-05-12.22:52:44 by @smontanaro")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-27.19:14:18.000> created_at = <Date 2003-05-12.22:52:44.000> labels = ['interpreter-core'] title = 'Trivial improvement to NameError message' updated_at = <Date 2003-06-27.19:14:18.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-06-27.19:14:18.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-12.22:52:44.000> creator = 'skip.montanaro' dependencies = [] files = ['5267'] hgrepos = [] issue_num = 736730 keywords = ['patch'] message_count = 7.0 messages = ['43698', '43699', '43700', '43701', '43702', '43703', '43704'] nosy_count = 3.0 nosy_names = ['tim.peters', 'skip.montanaro', 'brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736730' versions = ['Python 2.3'] ``` </p></details>
Trivial improvement to NameError message
https://api.github.com/repos/python/cpython/issues/38492/comments
7
2003-05-12T22:52:44Z
2022-04-09T22:45:31Z
https://github.com/python/cpython/issues/38492
1,198,794,375
38,492
[ "python", "cpython" ]
BPO | [736659](https://bugs.python.org/issue736659) --- | :--- Nosy | @freddrake <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2005-08-23.04:09:11.000> created_at = <Date 2003-05-12.20:34:28.000> labels = ['library'] title = 'markupbase parse_declaration cannot recognize comments' updated_at = <Date 2005-08-23.04:09:11.000> user = 'https://bugs.python.org/jimjjewett' ``` bugs.python.org fields: ```python activity = <Date 2005-08-23.04:09:11.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-12.20:34:28.000> creator = 'jimjjewett' dependencies = [] files = [] hgrepos = [] issue_num = 736659 keywords = [] message_count = 3.0 messages = ['15982', '15983', '15984'] nosy_count = 2.0 nosy_names = ['fdrake', 'jimjjewett'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736659' versions = [] ``` </p></details>
markupbase parse_declaration cannot recognize comments
https://api.github.com/repos/python/cpython/issues/38491/comments
3
2003-05-12T20:34:28Z
2022-04-09T22:45:31Z
https://github.com/python/cpython/issues/38491
1,198,794,371
38,491
[ "python", "cpython" ]
BPO | [736490](https://bugs.python.org/issue736490) --- | :--- 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/smontanaro' closed_at = <Date 2003-05-15.13:11:33.000> created_at = <Date 2003-05-12.15:14:23.000> labels = ['interpreter-core', 'type-feature'] title = 'A way to iterate over several variables at once' updated_at = <Date 2003-05-15.13:11:33.000> user = 'https://bugs.python.org/alexanro' ``` bugs.python.org fields: ```python activity = <Date 2003-05-15.13:11:33.000> actor = 'alexanro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-12.15:14:23.000> creator = 'alexanro' dependencies = [] files = [] hgrepos = [] issue_num = 736490 keywords = [] message_count = 5.0 messages = ['53883', '53884', '53885', '53886', '53887'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'rhettinger', 'alexanro'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue736490' versions = [] ``` </p></details>
A way to iterate over several variables at once
https://api.github.com/repos/python/cpython/issues/38490/comments
5
2003-05-12T15:14:23Z
2022-04-09T22:45:30Z
https://github.com/python/cpython/issues/38490
1,198,794,368
38,490
[ "python", "cpython" ]
BPO | [736470](https://bugs.python.org/issue736470) --- | :--- 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-05-15.13:05:30.000> created_at = <Date 2003-05-12.14:44:16.000> labels = ['interpreter-core', 'type-feature'] title = 'An alternative to "range"' updated_at = <Date 2003-05-15.13:05:30.000> user = 'https://bugs.python.org/alexanro' ``` bugs.python.org fields: ```python activity = <Date 2003-05-15.13:05:30.000> actor = 'alexanro' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-12.14:44:16.000> creator = 'alexanro' dependencies = [] files = [] hgrepos = [] issue_num = 736470 keywords = [] message_count = 3.0 messages = ['53880', '53881', '53882'] nosy_count = 2.0 nosy_names = ['rhettinger', 'alexanro'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue736470' versions = [] ``` </p></details>
An alternative to "range"
https://api.github.com/repos/python/cpython/issues/38489/comments
3
2003-05-12T14:44:16Z
2022-04-09T22:45:28Z
https://github.com/python/cpython/issues/38489
1,198,794,366
38,489
[ "python", "cpython" ]
BPO | [736467](https://bugs.python.org/issue736467) --- | :--- Nosy | @doerwalter Files | <li>[bug.py](https://bugs.python.org/file882/bug.py "Uploaded as text/plain at 2003-05-12.14:41:39 by vlry"): Script to reproduce</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-05-12.17:03:16.000> created_at = <Date 2003-05-12.14:41:36.000> labels = ['interpreter-core', 'invalid'] title = "params with default value in __init__ method doesn't work..." updated_at = <Date 2003-05-12.17:03:16.000> user = 'https://bugs.python.org/vlry' ``` bugs.python.org fields: ```python activity = <Date 2003-05-12.17:03:16.000> actor = 'doerwalter' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-12.14:41:36.000> creator = 'vlry' dependencies = [] files = ['882'] hgrepos = [] issue_num = 736467 keywords = [] message_count = 2.0 messages = ['15980', '15981'] nosy_count = 2.0 nosy_names = ['doerwalter', 'vlry'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736467' versions = ['Python 2.2'] ``` </p></details>
params with default value in __init__ method doesn't work...
https://api.github.com/repos/python/cpython/issues/38488/comments
2
2003-05-12T14:41:36Z
2022-04-09T22:45:27Z
https://github.com/python/cpython/issues/38488
1,198,794,364
38,488
[ "python", "cpython" ]
BPO | [736428](https://bugs.python.org/issue736428) --- | :--- Nosy | @birkenfeld, @devdanzin Superseder | <li>bpo-755660: allow HTMLParser to continue after a parse error</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-04-05.18:45:17.572> created_at = <Date 2003-05-12.11:37:44.000> labels = ['type-feature', 'library'] title = 'allow HTMLParser error recovery' updated_at = <Date 2009-04-05.18:45:17.570> user = 'https://bugs.python.org/smroid' ``` bugs.python.org fields: ```python activity = <Date 2009-04-05.18:45:17.570> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2009-04-05.18:45:17.572> closer = 'georg.brandl' components = ['Library (Lib)'] creation = <Date 2003-05-12.11:37:44.000> creator = 'smroid' dependencies = [] files = [] hgrepos = [] issue_num = 736428 keywords = [] message_count = 5.0 messages = ['60329', '60330', '60331', '81442', '85553'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'kingswood', 'ajaksu2', 'smroid'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '755660' type = 'enhancement' url = 'https://bugs.python.org/issue736428' versions = [] ``` </p></details>
allow HTMLParser error recovery
https://api.github.com/repos/python/cpython/issues/38487/comments
5
2003-05-12T11:37:44Z
2022-04-09T22:45:26Z
https://github.com/python/cpython/issues/38487
1,198,794,361
38,487
[ "python", "cpython" ]
BPO | [736417](https://bugs.python.org/issue736417) --- | :--- Nosy | @loewis, @nijel Files | <li>[Python-2.3b1-makefile.patch](https://bugs.python.org/file5266/Python-2.3b1-makefile.patch "Uploaded as text/plain at 2003-05-12.10:44:43 by @nijel")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-21.14:05:49.000> created_at = <Date 2003-05-12.10:44:24.000> labels = ['build'] title = 'Put DEFS back to Makefile.pre.in' updated_at = <Date 2003-06-21.14:05:49.000> user = 'https://github.com/nijel' ``` bugs.python.org fields: ```python activity = <Date 2003-06-21.14:05:49.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-12.10:44:24.000> creator = 'nijel' dependencies = [] files = ['5266'] hgrepos = [] issue_num = 736417 keywords = ['patch'] message_count = 4.0 messages = ['43694', '43695', '43696', '43697'] nosy_count = 2.0 nosy_names = ['loewis', 'nijel'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736417' versions = ['Python 2.3'] ``` </p></details>
Put DEFS back to Makefile.pre.in
https://api.github.com/repos/python/cpython/issues/38486/comments
4
2003-05-12T10:44:24Z
2022-04-09T22:45:25Z
https://github.com/python/cpython/issues/38486
1,198,794,355
38,486
[ "python", "cpython" ]
BPO | [736413](https://bugs.python.org/issue736413) --- | :--- Nosy | @loewis, @nijel Files | <li>[Makefile.pre.in.patch](https://bugs.python.org/file5265/Makefile.pre.in.patch "Uploaded as text/plain at 2003-05-12.10:31:25 by @nijel")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-26.13:44:47.000> created_at = <Date 2003-05-12.10:30:59.000> labels = ['build'] title = 'DESTDIR improvement' updated_at = <Date 2003-06-26.13:44:47.000> user = 'https://github.com/nijel' ``` bugs.python.org fields: ```python activity = <Date 2003-06-26.13:44:47.000> actor = 'nijel' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-12.10:30:59.000> creator = 'nijel' dependencies = [] files = ['5265'] hgrepos = [] issue_num = 736413 keywords = ['patch'] message_count = 7.0 messages = ['43687', '43688', '43689', '43690', '43691', '43692', '43693'] nosy_count = 3.0 nosy_names = ['loewis', 'nijel', 'wrobell'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736413' versions = ['Python 2.3'] ``` </p></details>
DESTDIR improvement
https://api.github.com/repos/python/cpython/issues/38485/comments
7
2003-05-12T10:30:59Z
2022-04-09T22:45:23Z
https://github.com/python/cpython/issues/38485
1,198,794,349
38,485
[ "python", "cpython" ]
BPO | [736407](https://bugs.python.org/issue736407) --- | :--- Nosy | @warsaw Files | <li>[NotWorking.py](https://bugs.python.org/file877/NotWorking.py "Uploaded as text/plain at 2003-05-15.09:30:11 by judasiscariot"): Function With Offending Code</li><li>[Config.ini](https://bugs.python.org/file878/Config.ini "Uploaded as application/octet-stream at 2003-05-21.08:13:21 by judasiscariot"): Config File</li><li>[PostITControl.py](https://bugs.python.org/file879/PostITControl.py "Uploaded as text/plain at 2003-05-21.08:14:27 by judasiscariot"): Client Script (This Crashes With The MIMEText Error)</li><li>[ServerMonitor.py](https://bugs.python.org/file880/ServerMonitor.py "Uploaded as text/plain at 2003-05-21.08:16:31 by judasiscariot"): Server Script</li><li>[BareMail.py](https://bugs.python.org/file881/BareMail.py "Uploaded as text/plain at 2004-03-22.11:35:53 by judasiscariot"): Bare Minimum Class To Show Error</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2004-07-23.14:30:28.000> created_at = <Date 2003-05-12.09:41:06.000> labels = ['library'] title = 'Problem With email.MIMEText Package' updated_at = <Date 2004-07-23.14:30:28.000> user = 'https://bugs.python.org/judasiscariot' ``` bugs.python.org fields: ```python activity = <Date 2004-07-23.14:30:28.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-12.09:41:06.000> creator = 'judasiscariot' dependencies = [] files = ['877', '878', '879', '880', '881'] hgrepos = [] issue_num = 736407 keywords = [] message_count = 13.0 messages = ['15967', '15968', '15969', '15970', '15971', '15972', '15973', '15974', '15975', '15976', '15977', '15978', '15979'] nosy_count = 2.0 nosy_names = ['barry', 'judasiscariot'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue736407' versions = ['Python 2.3'] ``` </p></details>
Problem With email.MIMEText Package
https://api.github.com/repos/python/cpython/issues/38484/comments
13
2003-05-12T09:41:06Z
2022-04-09T22:45:23Z
https://github.com/python/cpython/issues/38484
1,198,794,344
38,484
[ "python", "cpython" ]
BPO | [735694](https://bugs.python.org/issue735694) --- | :--- Files | <li>[pydocchanges.txt](https://bugs.python.org/file5264/pydocchanges.txt "Uploaded as text/plain at 2003-05-10.12:30:07 by rastm2"): ascii text</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-05-26.13:50:01.000> created_at = <Date 2003-05-10.12:30:07.000> labels = ['library'] title = 'Pydoc.py fixes links' updated_at = <Date 2003-05-26.13:50:01.000> user = 'https://bugs.python.org/rastm2' ``` bugs.python.org fields: ```python activity = <Date 2003-05-26.13:50:01.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-10.12:30:07.000> creator = 'rastm2' dependencies = [] files = ['5264'] hgrepos = [] issue_num = 735694 keywords = ['patch'] message_count = 2.0 messages = ['43685', '43686'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'rastm2'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735694' versions = ['Python 2.2'] ``` </p></details>
Pydoc.py fixes links
https://api.github.com/repos/python/cpython/issues/38483/comments
2
2003-05-10T12:30:07Z
2022-04-09T22:45:21Z
https://github.com/python/cpython/issues/38483
1,198,794,339
38,483
[ "python", "cpython" ]
BPO | [735674](https://bugs.python.org/issue735674) --- | :--- Nosy | @gvanrossum, @tim-one, @doerwalter <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-05-16.01:42:52.000> created_at = <Date 2003-05-10.11:44:10.000> labels = ['docs'] title = 'libwinsound.tex is missing MessageBeep() description' updated_at = <Date 2003-05-16.01:42:52.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2003-05-16.01:42:52.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-10.11:44:10.000> creator = 'doerwalter' dependencies = [] files = [] hgrepos = [] issue_num = 735674 keywords = [] message_count = 8.0 messages = ['15959', '15960', '15961', '15962', '15963', '15964', '15965', '15966'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735674' versions = [] ``` </p></details>
libwinsound.tex is missing MessageBeep() description
https://api.github.com/repos/python/cpython/issues/38482/comments
8
2003-05-10T11:44:10Z
2022-04-09T22:45:21Z
https://github.com/python/cpython/issues/38482
1,198,794,333
38,482
[ "python", "cpython" ]
BPO | [735614](https://bugs.python.org/issue735614) --- | :--- Nosy | @loewis Files | <li>[idleinstall.diff](https://bugs.python.org/file5263/idleinstall.diff "Uploaded as text/plain at 2003-05-10.09:18:21 by jeffstearns"): Patch for Makefile.pre.in</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-05-12.03:05:06.000> created_at = <Date 2003-05-10.09:18:21.000> labels = ['build'] title = 'Python makefile may install idle in the wrong place' updated_at = <Date 2003-05-12.03:05:06.000> user = 'https://bugs.python.org/jeffstearns' ``` bugs.python.org fields: ```python activity = <Date 2003-05-12.03:05:06.000> actor = 'jeffstearns' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-10.09:18:21.000> creator = 'jeffstearns' dependencies = [] files = ['5263'] hgrepos = [] issue_num = 735614 keywords = ['patch'] message_count = 3.0 messages = ['43682', '43683', '43684'] nosy_count = 2.0 nosy_names = ['loewis', 'jeffstearns'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735614' versions = ['Python 2.3'] ``` </p></details>
Python makefile may install idle in the wrong place
https://api.github.com/repos/python/cpython/issues/38481/comments
3
2003-05-10T09:18:21Z
2022-04-09T22:45:19Z
https://github.com/python/cpython/issues/38481
1,198,794,329
38,481
[ "python", "cpython" ]
BPO | [735613](https://bugs.python.org/issue735613) --- | :--- Nosy | @loewis Files | <li>[idleinstall.diff](https://bugs.python.org/file5262/idleinstall.diff "Uploaded as text/plain at 2003-05-10.09:08:53 by jeffstearns"): A modest patch for Makefile.pre.in to fix the idleinstall target</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-05-11.20:28:25.000> created_at = <Date 2003-05-10.09:08:53.000> labels = ['build'] title = 'Python2.3b1 makefile improperly installs IDLE' updated_at = <Date 2003-05-11.20:28:25.000> user = 'https://bugs.python.org/jeffstearns' ``` bugs.python.org fields: ```python activity = <Date 2003-05-11.20:28:25.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-10.09:08:53.000> creator = 'jeffstearns' dependencies = [] files = ['5262'] hgrepos = [] issue_num = 735613 keywords = ['patch'] message_count = 2.0 messages = ['43680', '43681'] nosy_count = 2.0 nosy_names = ['loewis', 'jeffstearns'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735613' versions = ['Python 2.3'] ``` </p></details>
Python2.3b1 makefile improperly installs IDLE
https://api.github.com/repos/python/cpython/issues/38480/comments
2
2003-05-10T09:08:53Z
2022-04-09T22:45:19Z
https://github.com/python/cpython/issues/38480
1,198,794,321
38,480
[ "python", "cpython" ]
BPO | [735535](https://bugs.python.org/issue735535) --- | :--- 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-05-12.00:28:45.000> created_at = <Date 2003-05-10.01:49:40.000> labels = ['library'] title = 'cStringIO.StringIO' updated_at = <Date 2003-05-12.00:28:45.000> user = 'https://bugs.python.org/exarkun' ``` bugs.python.org fields: ```python activity = <Date 2003-05-12.00:28:45.000> actor = 'exarkun' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-10.01:49:40.000> creator = 'exarkun' dependencies = [] files = [] hgrepos = [] issue_num = 735535 keywords = [] message_count = 3.0 messages = ['15956', '15957', '15958'] nosy_count = 2.0 nosy_names = ['rhettinger', 'exarkun'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735535' versions = [] ``` </p></details>
cStringIO.StringIO
https://api.github.com/repos/python/cpython/issues/38479/comments
3
2003-05-10T01:49:40Z
2022-04-09T22:45:17Z
https://github.com/python/cpython/issues/38479
1,198,794,315
38,479
[ "python", "cpython" ]
BPO | [735515](https://bugs.python.org/issue735515) --- | :--- Nosy | @birkenfeld, @orsenthil, @devdanzin Superseder | <li>bpo-1755841: Patch for [ 735515 ] urllib2 should cache 301 redir</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/orsenthil' closed_at = <Date 2009-12-28.15:38:15.483> created_at = <Date 2003-05-10.00:21:26.000> labels = ['type-feature', 'library'] title = 'urllib / urllib2 should cache 301 redirections' updated_at = <Date 2009-12-28.15:38:15.482> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2009-12-28.15:38:15.482> actor = 'pitrou' assignee = 'orsenthil' closed = True closed_date = <Date 2009-12-28.15:38:15.483> closer = 'pitrou' components = ['Library (Lib)'] creation = <Date 2003-05-10.00:21:26.000> creator = 'jjlee' dependencies = [] files = [] hgrepos = [] issue_num = 735515 keywords = [] message_count = 5.0 messages = ['53878', '53879', '61278', '61313', '86706'] nosy_count = 5.0 nosy_names = ['georg.brandl', 'jjlee', 'orsenthil', 'ajaksu2', 'vila'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '1755841' type = 'enhancement' url = 'https://bugs.python.org/issue735515' versions = ['Python 2.7'] ``` </p></details>
urllib / urllib2 should cache 301 redirections
https://api.github.com/repos/python/cpython/issues/38478/comments
5
2003-05-10T00:21:26Z
2022-04-09T22:45:17Z
https://github.com/python/cpython/issues/38478
1,198,794,312
38,478
[ "python", "cpython" ]
BPO | [735301](https://bugs.python.org/issue735301) --- | :--- Nosy | @gvanrossum, @smontanaro, @pfmoore <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-16.01:32:01.000> created_at = <Date 2003-05-09.15:47:19.000> labels = ['library'] title = "timeit.py doesn't see module globals" updated_at = <Date 2003-05-16.01:32:01.000> user = 'https://github.com/pfmoore' ``` bugs.python.org fields: ```python activity = <Date 2003-05-16.01:32:01.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-09.15:47:19.000> creator = 'paul.moore' dependencies = [] files = [] hgrepos = [] issue_num = 735301 keywords = [] message_count = 5.0 messages = ['15951', '15952', '15953', '15954', '15955'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'skip.montanaro', 'paul.moore'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735301' versions = ['Python 2.3'] ``` </p></details>
timeit.py doesn't see module globals
https://api.github.com/repos/python/cpython/issues/38477/comments
5
2003-05-09T15:47:19Z
2022-04-09T22:45:14Z
https://github.com/python/cpython/issues/38477
1,198,794,306
38,477
[ "python", "cpython" ]
BPO | [735293](https://bugs.python.org/issue735293) --- | :--- Nosy | @gvanrossum, @rhettinger, @pfmoore Files | <li>[timeit.diff](https://bugs.python.org/file876/timeit.diff "Uploaded as text/plain at 2003-05-19.16:00:21 by @pfmoore"): Patch to timeit.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-05-20.05:00:28.000> created_at = <Date 2003-05-09.15:36:27.000> labels = ['library'] title = 'Command line timeit.py sets sys.path badly' updated_at = <Date 2003-05-20.05:00:28.000> user = 'https://github.com/pfmoore' ``` bugs.python.org fields: ```python activity = <Date 2003-05-20.05:00:28.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-09.15:36:27.000> creator = 'paul.moore' dependencies = [] files = ['876'] hgrepos = [] issue_num = 735293 keywords = [] message_count = 6.0 messages = ['15945', '15946', '15947', '15948', '15949', '15950'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'rhettinger', 'paul.moore'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735293' versions = ['Python 2.3'] ``` </p></details>
Command line timeit.py sets sys.path badly
https://api.github.com/repos/python/cpython/issues/38476/comments
6
2003-05-09T15:36:27Z
2022-04-09T22:45:14Z
https://github.com/python/cpython/issues/38476
1,198,794,300
38,476
[ "python", "cpython" ]
BPO | [735276](https://bugs.python.org/issue735276) --- | :--- 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 = 'https://github.com/mwhudson' closed_at = <Date 2003-05-09.15:20:10.000> created_at = <Date 2003-05-09.15:09:52.000> labels = ['interpreter-core', 'invalid'] title = "tuple.__mul__ won't work with string format" updated_at = <Date 2003-05-09.15:20:10.000> user = 'https://bugs.python.org/cupdike' ``` bugs.python.org fields: ```python activity = <Date 2003-05-09.15:20:10.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-09.15:09:52.000> creator = 'cupdike' dependencies = [] files = [] hgrepos = [] issue_num = 735276 keywords = [] message_count = 2.0 messages = ['15943', '15944'] nosy_count = 2.0 nosy_names = ['mwh', 'cupdike'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735276' versions = [] ``` </p></details>
tuple.__mul__ won't work with string format
https://api.github.com/repos/python/cpython/issues/38475/comments
2
2003-05-09T15:09:52Z
2022-04-09T22:45:13Z
https://github.com/python/cpython/issues/38475
1,198,794,295
38,475
[ "python", "cpython" ]
BPO | [735274](https://bugs.python.org/issue735274) --- | :--- 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 = 'https://github.com/jackjansen' closed_at = <Date 2003-05-23.14:41:37.000> created_at = <Date 2003-05-09.15:07:44.000> labels = ['build'] title = 'FILEMODE not honoured' updated_at = <Date 2003-05-23.14:41:37.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-05-23.14:41:37.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-09.15:07:44.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 735274 keywords = [] message_count = 3.0 messages = ['15940', '15941', '15942'] nosy_count = 2.0 nosy_names = ['loewis', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735274' versions = [] ``` </p></details>
FILEMODE not honoured
https://api.github.com/repos/python/cpython/issues/38474/comments
3
2003-05-09T15:07:44Z
2022-04-09T22:45:12Z
https://github.com/python/cpython/issues/38474
1,198,794,289
38,474
[ "python", "cpython" ]
BPO | [735248](https://bugs.python.org/issue735248) --- | :--- Nosy | @birkenfeld, @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/birkenfeld' closed_at = <Date 2005-08-24.22:21:15.000> created_at = <Date 2003-05-09.14:09:12.000> labels = ['library'] title = 'urllib2 parse_http_list wrong return' updated_at = <Date 2005-08-24.22:21:15.000> user = 'https://bugs.python.org/jimjjewett' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.22:21:15.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-09.14:09:12.000> creator = 'jimjjewett' dependencies = [] files = [] hgrepos = [] issue_num = 735248 keywords = [] message_count = 3.0 messages = ['15937', '15938', '15939'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'jjlee', 'jimjjewett'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735248' versions = [] ``` </p></details>
urllib2 parse_http_list wrong return
https://api.github.com/repos/python/cpython/issues/38473/comments
3
2003-05-09T14:09:12Z
2022-04-09T22:45:11Z
https://github.com/python/cpython/issues/38473
1,198,794,287
38,473
[ "python", "cpython" ]
BPO | [735247](https://bugs.python.org/issue735247) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-09.18:30:30.000> created_at = <Date 2003-05-09.14:08:37.000> labels = ['interpreter-core'] title = 'Memory leak concerning super and staticmethod' updated_at = <Date 2003-05-09.18:30:30.000> user = 'https://bugs.python.org/steveazope' ``` bugs.python.org fields: ```python activity = <Date 2003-05-09.18:30:30.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-09.14:08:37.000> creator = 'stevea_zope' dependencies = [] files = [] hgrepos = [] issue_num = 735247 keywords = [] message_count = 5.0 messages = ['15932', '15933', '15934', '15935', '15936'] nosy_count = 2.0 nosy_names = ['jhylton', 'stevea_zope'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735247' versions = ['Python 2.2'] ``` </p></details>
Memory leak concerning super and staticmethod
https://api.github.com/repos/python/cpython/issues/38472/comments
5
2003-05-09T14:08:37Z
2022-04-09T22:45:09Z
https://github.com/python/cpython/issues/38472
1,198,794,282
38,472
[ "python", "cpython" ]
BPO | [735110](https://bugs.python.org/issue735110) --- | :--- Nosy | @jackjansen, @etrepum <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2008-03-16.21:28:11.951> created_at = <Date 2003-05-09.09:02:19.000> labels = ['OS-mac', 'performance'] title = 'Mach-O gcc optimisation flag can boost performance up to 10%' updated_at = <Date 2008-03-16.21:28:11.950> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2008-03-16.21:28:11.950> actor = 'jvr' assignee = 'jackjansen' closed = True closed_date = <Date 2008-03-16.21:28:11.951> closer = 'jvr' components = ['macOS'] creation = <Date 2003-05-09.09:02:19.000> creator = 'jvr' dependencies = [] files = [] hgrepos = [] issue_num = 735110 keywords = [] message_count = 2.0 messages = ['60327', '60328'] nosy_count = 3.0 nosy_names = ['jackjansen', 'jvr', 'bob.ippolito'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue735110' versions = [] ``` </p></details>
Mach-O gcc optimisation flag can boost performance up to 10%
https://api.github.com/repos/python/cpython/issues/38471/comments
2
2003-05-09T09:02:19Z
2022-04-09T22:45:08Z
https://github.com/python/cpython/issues/38471
1,198,794,278
38,471
[ "python", "cpython" ]
BPO | [735051](https://bugs.python.org/issue735051) --- | :--- Files | <li>[foo.tex](https://bugs.python.org/file5261/foo.tex "Uploaded as application/x-tex at 2003-05-09.06:28:13 by zenzen"): tzset.tex</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-08.13:57:35.000> created_at = <Date 2003-05-09.06:28:13.000> labels = ['docs'] title = 'time.tzset documentation' updated_at = <Date 2003-06-08.13:57:35.000> user = 'https://bugs.python.org/zenzen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-08.13:57:35.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-09.06:28:13.000> creator = 'zenzen' dependencies = [] files = ['5261'] hgrepos = [] issue_num = 735051 keywords = ['patch'] message_count = 2.0 messages = ['43678', '43679'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'zenzen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue735051' versions = ['Python 2.3'] ``` </p></details>
time.tzset documentation
https://api.github.com/repos/python/cpython/issues/38470/comments
2
2003-05-09T06:28:13Z
2022-04-09T22:45:07Z
https://github.com/python/cpython/issues/38470
1,198,794,273
38,470
[ "python", "cpython" ]
BPO | [734869](https://bugs.python.org/issue734869) --- | :--- Nosy | @mwhudson, @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-05-21.17:35:33.000> created_at = <Date 2003-05-08.21:20:13.000> labels = ['interpreter-core'] title = 'Lambda functions in list comprehensions' updated_at = <Date 2003-05-21.17:35:33.000> user = 'https://bugs.python.org/tomfinley' ``` bugs.python.org fields: ```python activity = <Date 2003-05-21.17:35:33.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-08.21:20:13.000> creator = 'tomfinley' dependencies = [] files = [] hgrepos = [] issue_num = 734869 keywords = [] message_count = 4.0 messages = ['15928', '15929', '15930', '15931'] nosy_count = 4.0 nosy_names = ['mwh', 'jhylton', 'rhettinger', 'tomfinley'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734869' versions = ['Python 2.3'] ``` </p></details>
Lambda functions in list comprehensions
https://api.github.com/repos/python/cpython/issues/38469/comments
4
2003-05-08T21:20:13Z
2022-04-09T22:45:05Z
https://github.com/python/cpython/issues/38469
1,198,794,267
38,469
[ "python", "cpython" ]
BPO | [734844](https://bugs.python.org/issue734844) --- | :--- Nosy | @loewis, @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-11.00:23:14.000> created_at = <Date 2003-05-08.20:35:00.000> labels = ['expert-XML', 'invalid'] title = 'pyxml setup error on Mac OS X' updated_at = <Date 2003-06-11.00:23:14.000> user = 'https://bugs.python.org/genechow' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.00:23:14.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['XML'] creation = <Date 2003-05-08.20:35:00.000> creator = 'genechow' dependencies = [] files = [] hgrepos = [] issue_num = 734844 keywords = [] message_count = 3.0 messages = ['15925', '15926', '15927'] nosy_count = 3.0 nosy_names = ['loewis', 'brett.cannon', 'genechow'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734844' versions = [] ``` </p></details>
pyxml setup error on Mac OS X
https://api.github.com/repos/python/cpython/issues/38468/comments
3
2003-05-08T20:35:00Z
2022-04-09T22:45:04Z
https://github.com/python/cpython/issues/38468
1,198,794,263
38,468
[ "python", "cpython" ]
BPO | [734806](https://bugs.python.org/issue734806) --- | :--- Nosy | @akuchling <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-14.16:47:20.000> created_at = <Date 2003-05-08.18:27:33.000> labels = ['docs'] title = "telnetlib.read_until: float req'd for timeout" updated_at = <Date 2003-05-14.16:47:20.000> user = 'https://bugs.python.org/cba037' ``` bugs.python.org fields: ```python activity = <Date 2003-05-14.16:47:20.000> actor = 'akuchling' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-08.18:27:33.000> creator = 'cba037' dependencies = [] files = [] hgrepos = [] issue_num = 734806 keywords = [] message_count = 4.0 messages = ['15921', '15922', '15923', '15924'] nosy_count = 2.0 nosy_names = ['akuchling', 'cba037'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734806' versions = ['Python 2.3'] ``` </p></details>
telnetlib.read_until: float req'd for timeout
https://api.github.com/repos/python/cpython/issues/38467/comments
4
2003-05-08T18:27:33Z
2022-04-09T22:45:03Z
https://github.com/python/cpython/issues/38467
1,198,794,259
38,467
[ "python", "cpython" ]
BPO | [734695](https://bugs.python.org/issue734695) --- | :--- Nosy | @jackjansen, @ronaldoussoren <sup>*Note: these values reflect the state of the issue at 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-06-08.15:00:36.000> created_at = <Date 2003-05-08.15:15:45.000> labels = ['OS-mac', 'type-feature'] title = 'Function for creating/extracting CoreFoundation types' updated_at = <Date 2003-06-08.15:00:36.000> user = 'https://github.com/ronaldoussoren' ``` bugs.python.org fields: ```python activity = <Date 2003-06-08.15:00:36.000> actor = 'ronaldoussoren' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-05-08.15:15:45.000> creator = 'ronaldoussoren' dependencies = [] files = [] hgrepos = [] issue_num = 734695 keywords = [] message_count = 6.0 messages = ['15915', '15916', '15917', '15918', '15919', '15920'] nosy_count = 2.0 nosy_names = ['jackjansen', 'ronaldoussoren'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue734695' versions = [] ``` </p></details>
Function for creating/extracting CoreFoundation types
https://api.github.com/repos/python/cpython/issues/38466/comments
6
2003-05-08T15:15:45Z
2022-04-09T22:45:03Z
https://github.com/python/cpython/issues/38466
1,198,794,256
38,466
[ "python", "cpython" ]
BPO | [734231](https://bugs.python.org/issue734231) --- | :--- 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 2003-05-10.07:37:55.000> created_at = <Date 2003-05-07.21:27:58.000> labels = ['interpreter-core'] title = 'Support for RISC OS' updated_at = <Date 2003-05-10.07:37:55.000> user = 'https://bugs.python.org/dschwertberger' ``` bugs.python.org fields: ```python activity = <Date 2003-05-10.07:37:55.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-07.21:27:58.000> creator = 'dschwertberger' dependencies = [] files = [] hgrepos = [] issue_num = 734231 keywords = ['patch'] message_count = 5.0 messages = ['43673', '43674', '43675', '43676', '43677'] nosy_count = 2.0 nosy_names = ['loewis', 'dschwertberger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734231' versions = ['Python 2.3'] ``` </p></details>
Support for RISC OS
https://api.github.com/repos/python/cpython/issues/38465/comments
5
2003-05-07T21:27:58Z
2022-04-09T22:45:01Z
https://github.com/python/cpython/issues/38465
1,198,794,250
38,465
[ "python", "cpython" ]
BPO | [734176](https://bugs.python.org/issue734176) --- | :--- Nosy | @terryjreedy, @abalkin, @serhiy-storchaka Files | <li>[Tkinter.py.diffs](https://bugs.python.org/file5260/Tkinter.py.diffs "Uploaded as application/octet-stream at 2003-05-07.20:11:52 by gregcouch"): nametowidget patch for cloned widgets</li><li>[nametowidget_clonedmenus.diff](https://bugs.python.org/file12509/nametowidget_clonedmenus.diff "Uploaded as text/plain at 2008-12-31.17:04:34 by gpolo")</li><li>[issue734176_py3.patch](https://bugs.python.org/file30320/issue734176_py3.patch "Uploaded as text/plain at 2013-05-20.16:40:07 by BreamoreBoy"): Python 3 patch</li><li>[nametowidget_clonedmenus_2.diff](https://bugs.python.org/file31426/nametowidget_clonedmenus_2.diff "Uploaded as text/plain at 2013-08-22.22:02:52 by @serhiy-storchaka")</li><li>[nametowidget_clonedmenus_3.patch](https://bugs.python.org/file43851/nametowidget_clonedmenus_3.patch "Uploaded as text/plain at 2016-07-24.05:32:07 by @serhiy-storchaka")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2003-05-07.20:11:52.000> labels = ['type-bug', 'expert-tkinter'] title = "Make Tkinter.py's nametowidget work with cloned menu widgets" updated_at = <Date 2021-07-09.21:02:53.288> user = 'https://bugs.python.org/gregcouch' ``` bugs.python.org fields: ```python activity = <Date 2021-07-09.21:02:53.288> actor = 'terry.reedy' assignee = 'none' closed = False closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-05-07.20:11:52.000> creator = 'gregcouch' dependencies = [] files = ['5260', '12509', '30320', '31426', '43851'] hgrepos = [] issue_num = 734176 keywords = ['patch'] message_count = 13.0 messages = ['43671', '43672', '78634', '114239', '114244', '189566', '189637', '189674', '195928', '270902', '271130', '271131', '397223'] nosy_count = 6.0 nosy_names = ['jepler', 'terry.reedy', 'belopolsky', 'gregcouch', 'gpolo', 'serhiy.storchaka'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue734176' versions = ['Python 2.7', 'Python 3.5', 'Python 3.6'] ``` </p></details>
Make Tkinter.py's nametowidget work with cloned menu widgets
https://api.github.com/repos/python/cpython/issues/38464/comments
13
2003-05-07T20:11:52Z
2023-11-23T14:20:57Z
https://github.com/python/cpython/issues/38464
1,198,794,245
38,464
[ "python", "cpython" ]
BPO | [734170](https://bugs.python.org/issue734170) --- | :--- Nosy | @malemburg, @ronaldoussoren <sup>*Note: these values reflect the state of the issue at 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 2003-05-08.15:28:12.000> created_at = <Date 2003-05-07.20:02:16.000> labels = ['expert-unicode'] title = 'PyArg_ParseTuple("u") inconstency' updated_at = <Date 2003-05-08.15:28:12.000> user = 'https://github.com/ronaldoussoren' ``` bugs.python.org fields: ```python activity = <Date 2003-05-08.15:28:12.000> actor = 'ronaldoussoren' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2003-05-07.20:02:16.000> creator = 'ronaldoussoren' dependencies = [] files = [] hgrepos = [] issue_num = 734170 keywords = [] message_count = 3.0 messages = ['15912', '15913', '15914'] nosy_count = 2.0 nosy_names = ['lemburg', 'ronaldoussoren'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734170' versions = ['Python 2.3'] ``` </p></details>
PyArg_ParseTuple("u") inconstency
https://api.github.com/repos/python/cpython/issues/38463/comments
3
2003-05-07T20:02:16Z
2022-04-09T22:44:59Z
https://github.com/python/cpython/issues/38463
1,198,794,242
38,463
[ "python", "cpython" ]
BPO | [734149](https://bugs.python.org/issue734149) --- | :--- 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 = None closed_at = <Date 2003-05-08.19:49:25.000> created_at = <Date 2003-05-07.19:27:46.000> labels = ['build', 'invalid'] title = 'tempfile module broken in 2.3' updated_at = <Date 2003-05-08.19:49:25.000> user = 'https://bugs.python.org/cdoutri' ``` bugs.python.org fields: ```python activity = <Date 2003-05-08.19:49:25.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-07.19:27:46.000> creator = 'cdoutri' dependencies = [] files = [] hgrepos = [] issue_num = 734149 keywords = [] message_count = 8.0 messages = ['15904', '15905', '15906', '15907', '15908', '15909', '15910', '15911'] nosy_count = 4.0 nosy_names = ['tim.peters', 'nnorwitz', 'rhettinger', 'cdoutri'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734149' versions = [] ``` </p></details>
tempfile module broken in 2.3
https://api.github.com/repos/python/cpython/issues/38462/comments
8
2003-05-07T19:27:46Z
2022-04-09T22:44:58Z
https://github.com/python/cpython/issues/38462
1,198,794,236
38,462
[ "python", "cpython" ]
BPO | [734118](https://bugs.python.org/issue734118) --- | :--- Nosy | @loewis Files | <li>[_tkinter.c.diffs](https://bugs.python.org/file5259/_tkinter.c.diffs "Uploaded as application/octet-stream at 2003-05-07.18:45:29 by gregcouch"): busy-wait patch for Python/Modules/_tkinter.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-05-09.08:20:15.000> created_at = <Date 2003-05-07.18:45:28.000> labels = ['expert-tkinter'] title = 'Threaded Python prevents meeting frame rate targets' updated_at = <Date 2003-05-09.08:20:15.000> user = 'https://bugs.python.org/gregcouch' ``` bugs.python.org fields: ```python activity = <Date 2003-05-09.08:20:15.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-05-07.18:45:28.000> creator = 'gregcouch' dependencies = [] files = ['5259'] hgrepos = [] issue_num = 734118 keywords = ['patch'] message_count = 2.0 messages = ['43669', '43670'] nosy_count = 2.0 nosy_names = ['loewis', 'gregcouch'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue734118' versions = ['Python 2.3'] ``` </p></details>
Threaded Python prevents meeting frame rate targets
https://api.github.com/repos/python/cpython/issues/38461/comments
2
2003-05-07T18:45:28Z
2022-04-09T22:44:57Z
https://github.com/python/cpython/issues/38461
1,198,794,234
38,461
[ "python", "cpython" ]
BPO | [734115](https://bugs.python.org/issue734115) --- | :--- Nosy | @jackjansen, @ronaldoussoren, @tiran Files | <li>[Makefile_Destdir.patch.gz](https://bugs.python.org/file8223/Makefile_Destdir.patch.gz "Uploaded as application/x-gzip at 2003-05-07.18:42:16 by stmansfield"): Patch to 'Makefile.pre.in' in diff/gz form</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-09-06.13:38:28.436> created_at = <Date 2003-05-07.18:42:14.000> labels = ['type-feature', 'build'] title = 'Packaging without disturbing an existing installation' updated_at = <Date 2009-09-06.13:38:28.435> user = 'https://bugs.python.org/stmansfield' ``` bugs.python.org fields: ```python activity = <Date 2009-09-06.13:38:28.435> actor = 'ronaldoussoren' assignee = 'none' closed = True closed_date = <Date 2009-09-06.13:38:28.436> closer = 'ronaldoussoren' components = ['Build'] creation = <Date 2003-05-07.18:42:14.000> creator = 'stmansfield' dependencies = [] files = ['8223'] hgrepos = [] issue_num = 734115 keywords = ['patch'] message_count = 6.0 messages = ['53875', '53876', '53877', '59252', '83151', '92321'] nosy_count = 4.0 nosy_names = ['jackjansen', 'ronaldoussoren', 'christian.heimes', 'stmansfield'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue734115' versions = ['Python 2.6', 'Python 3.0'] ``` </p></details>
Packaging without disturbing an existing installation
https://api.github.com/repos/python/cpython/issues/38460/comments
6
2003-05-07T18:42:14Z
2022-04-09T22:44:55Z
https://github.com/python/cpython/issues/38460
1,198,794,228
38,460
[ "python", "cpython" ]
BPO | [733902](https://bugs.python.org/issue733902) --- | :--- Nosy | @freddrake, @smontanaro Files | <li>[tut.diff](https://bugs.python.org/file5258/tut.diff "Uploaded as text/plain at 2003-05-07.14:27:46 by @smontanaro")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2003-05-07.15:30:42.000> created_at = <Date 2003-05-07.14:27:45.000> labels = ['docs'] title = 'repr() vs. `` in the tutorial' updated_at = <Date 2003-05-07.15:30:42.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-05-07.15:30:42.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-07.14:27:45.000> creator = 'skip.montanaro' dependencies = [] files = ['5258'] hgrepos = [] issue_num = 733902 keywords = ['patch'] message_count = 3.0 messages = ['43666', '43667', '43668'] nosy_count = 2.0 nosy_names = ['fdrake', 'skip.montanaro'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue733902' versions = ['Python 2.3'] ``` </p></details>
repr() vs. `` in the tutorial
https://api.github.com/repos/python/cpython/issues/38459/comments
3
2003-05-07T14:27:45Z
2022-04-09T22:44:55Z
https://github.com/python/cpython/issues/38459
1,198,794,225
38,459
[ "python", "cpython" ]
BPO | [733819](https://bugs.python.org/issue733819) --- | :--- 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 2004-03-13.23:13:04.000> created_at = <Date 2003-05-07.11:53:48.000> labels = ['OS-mac'] title = 'PackMan recursive/force fails on pseudo packages' updated_at = <Date 2004-03-13.23:13:04.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2004-03-13.23:13:04.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-05-07.11:53:48.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 733819 keywords = [] message_count = 2.0 messages = ['15902', '15903'] 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/issue733819' versions = [] ``` </p></details>
PackMan recursive/force fails on pseudo packages
https://api.github.com/repos/python/cpython/issues/38458/comments
2
2003-05-07T11:53:48Z
2022-04-09T22:44:54Z
https://github.com/python/cpython/issues/38458
1,198,794,221
38,458
[ "python", "cpython" ]
BPO | [733781](https://bugs.python.org/issue733781) --- | :--- Nosy | @mwhudson, @loewis Files | <li>[fcntl-old-glibc.diff](https://bugs.python.org/file875/fcntl-old-glibc.diff "Uploaded as text/plain at 2003-05-08.11:38:49 by @mwhudson"): simple 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/mwhudson' closed_at = <Date 2003-05-09.10:46:13.000> created_at = <Date 2003-05-07.10:24:26.000> labels = ['build'] title = 'fcntl fails to build on old RH Linux' updated_at = <Date 2003-05-09.10:46:13.000> user = 'https://bugs.python.org/llxyitz' ``` bugs.python.org fields: ```python activity = <Date 2003-05-09.10:46:13.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-07.10:24:26.000> creator = 'llxyitz' dependencies = [] files = ['875'] hgrepos = [] issue_num = 733781 keywords = [] message_count = 10.0 messages = ['15892', '15893', '15894', '15895', '15896', '15897', '15898', '15899', '15900', '15901'] nosy_count = 4.0 nosy_names = ['mwh', 'loewis', 'yitzg', 'llxyitz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue733781' versions = ['Python 2.3'] ``` </p></details>
fcntl fails to build on old RH Linux
https://api.github.com/repos/python/cpython/issues/38457/comments
10
2003-05-07T10:24:26Z
2022-04-09T22:44:53Z
https://github.com/python/cpython/issues/38457
1,198,794,216
38,457
[ "python", "cpython" ]
BPO | [733769](https://bugs.python.org/issue733769) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-07.17:47:28.000> created_at = <Date 2003-05-07.10:03:46.000> labels = ['build'] title = 'test_logging hangs on old RH Linux' updated_at = <Date 2003-05-07.17:47:28.000> user = 'https://bugs.python.org/llxyitz' ``` bugs.python.org fields: ```python activity = <Date 2003-05-07.17:47:28.000> actor = 'llxyitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-07.10:03:46.000> creator = 'llxyitz' dependencies = [] files = [] hgrepos = [] issue_num = 733769 keywords = [] message_count = 3.0 messages = ['15889', '15890', '15891'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'llxyitz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue733769' versions = ['Python 2.3'] ``` </p></details>
test_logging hangs on old RH Linux
https://api.github.com/repos/python/cpython/issues/38456/comments
3
2003-05-07T10:03:46Z
2022-04-09T22:44:51Z
https://github.com/python/cpython/issues/38456
1,198,794,210
38,456
[ "python", "cpython" ]
BPO | [733667](https://bugs.python.org/issue733667) --- | :--- Nosy | @rhettinger Files | <li>[ceval.diff](https://bugs.python.org/file874/ceval.diff "Uploaded as text/plain at 2003-05-07.14:43:01 by @rhettinger"): Diff for ceval.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-05-31.07:04:46.000> created_at = <Date 2003-05-07.06:10:25.000> labels = ['interpreter-core'] title = 'kwargs handled incorrectly' updated_at = <Date 2003-05-31.07:04:46.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.07:04:46.000> actor = 'rhettinger' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-07.06:10:25.000> creator = 'dalke' dependencies = [] files = ['874'] hgrepos = [] issue_num = 733667 keywords = [] message_count = 6.0 messages = ['15883', '15884', '15885', '15886', '15887', '15888'] nosy_count = 3.0 nosy_names = ['jhylton', 'rhettinger', 'dalke'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue733667' versions = ['Python 2.3'] ``` </p></details>
kwargs handled incorrectly
https://api.github.com/repos/python/cpython/issues/38455/comments
6
2003-05-07T06:10:25Z
2022-04-09T22:44:50Z
https://github.com/python/cpython/issues/38455
1,198,794,208
38,455
[ "python", "cpython" ]
BPO | [733231](https://bugs.python.org/issue733231) --- | :--- 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 2003-06-14.08:38:10.000> created_at = <Date 2003-05-06.12:21:03.000> labels = ['type-feature', 'docs'] title = 'Need an easy way to check the version' updated_at = <Date 2003-06-14.08:38:10.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.08:38:10.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-06.12:21:03.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 733231 keywords = [] message_count = 3.0 messages = ['15880', '15881', '15882'] nosy_count = 2.0 nosy_names = ['loewis', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue733231' versions = [] ``` </p></details>
Need an easy way to check the version
https://api.github.com/repos/python/cpython/issues/38454/comments
3
2003-05-06T12:21:03Z
2022-04-09T22:44:49Z
https://github.com/python/cpython/issues/38454
1,198,794,202
38,454
[ "python", "cpython" ]
BPO | [733199](https://bugs.python.org/issue733199) --- | :--- 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-05-09.15:10:06.000> created_at = <Date 2003-05-06.10:52:56.000> labels = ['OS-mac'] title = 'OSX installer problem with pydoc' updated_at = <Date 2003-05-09.15:10:06.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-05-09.15:10:06.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-05-06.10:52:56.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 733199 keywords = [] message_count = 2.0 messages = ['15878', '15879'] 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/issue733199' versions = [] ``` </p></details>
OSX installer problem with pydoc
https://api.github.com/repos/python/cpython/issues/38453/comments
2
2003-05-06T10:52:56Z
2022-04-09T22:44:48Z
https://github.com/python/cpython/issues/38453
1,198,794,197
38,453
[ "python", "cpython" ]
BPO | [732951](https://bugs.python.org/issue732951) --- | :--- Nosy | @warsaw, @gpshead <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gpshead' closed_at = <Date 2003-05-28.07:59:50.000> created_at = <Date 2003-05-05.22:35:19.000> labels = ['library'] title = "bsddb.*open mode should default to 'r' rather than 'c'" updated_at = <Date 2003-05-28.07:59:50.000> user = 'https://bugs.python.org/mkc' ``` bugs.python.org fields: ```python activity = <Date 2003-05-28.07:59:50.000> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-05.22:35:19.000> creator = 'mkc' dependencies = [] files = [] hgrepos = [] issue_num = 732951 keywords = [] message_count = 3.0 messages = ['15875', '15876', '15877'] nosy_count = 3.0 nosy_names = ['barry', 'gregory.p.smith', 'mkc'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue732951' versions = ['Python 2.3'] ``` </p></details>
bsddb.*open mode should default to 'r' rather than 'c'
https://api.github.com/repos/python/cpython/issues/38452/comments
3
2003-05-05T22:35:19Z
2022-04-09T22:44:47Z
https://github.com/python/cpython/issues/38452
1,198,794,193
38,452
[ "python", "cpython" ]
BPO | [732783](https://bugs.python.org/issue732783) --- | :--- Nosy | @smontanaro, @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/doerwalter' closed_at = <Date 2003-05-07.11:12:57.000> created_at = <Date 2003-05-05.16:31:46.000> labels = ['library'] title = 'test_grp failure on Mac OS X' updated_at = <Date 2003-05-07.11:12:57.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-05-07.11:12:57.000> actor = 'skip.montanaro' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-05.16:31:46.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 732783 keywords = [] message_count = 4.0 messages = ['15871', '15872', '15873', '15874'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue732783' versions = ['Python 2.3'] ``` </p></details>
test_grp failure on Mac OS X
https://api.github.com/repos/python/cpython/issues/38451/comments
4
2003-05-05T16:31:46Z
2022-04-09T22:44:46Z
https://github.com/python/cpython/issues/38451
1,198,794,185
38,451
[ "python", "cpython" ]
BPO | [732761](https://bugs.python.org/issue732761) --- | :--- 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 2003-05-08.03:32:45.000> created_at = <Date 2003-05-05.15:56:15.000> labels = ['library'] title = '2.3 breaks email date parsing' updated_at = <Date 2003-05-08.03:32:45.000> user = 'https://bugs.python.org/dberlin' ``` bugs.python.org fields: ```python activity = <Date 2003-05-08.03:32:45.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-05.15:56:15.000> creator = 'dberlin' dependencies = [] files = [] hgrepos = [] issue_num = 732761 keywords = [] message_count = 3.0 messages = ['15868', '15869', '15870'] nosy_count = 3.0 nosy_names = ['barry', 'dberlin', 'ppsys'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue732761' versions = ['Python 2.3'] ``` </p></details>
2.3 breaks email date parsing
https://api.github.com/repos/python/cpython/issues/38450/comments
3
2003-05-05T15:56:15Z
2022-04-09T22:44:45Z
https://github.com/python/cpython/issues/38450
1,198,794,181
38,450
[ "python", "cpython" ]
BPO | [732479](https://bugs.python.org/issue732479) --- | :--- Nosy | @loewis Files | <li>[configure.in.diff](https://bugs.python.org/file5257/configure.in.diff "Uploaded as text/plain at 2003-05-05.04:15:14 by brianl"): cvs diff -c of configure.in</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-05-05.22:01:06.000> created_at = <Date 2003-05-05.04:08:59.000> labels = ['build'] title = 'configure buglets' updated_at = <Date 2003-05-05.22:01:06.000> user = 'https://bugs.python.org/brianl' ``` bugs.python.org fields: ```python activity = <Date 2003-05-05.22:01:06.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-05.04:08:59.000> creator = 'brianl' dependencies = [] files = ['5257'] hgrepos = [] issue_num = 732479 keywords = ['patch'] message_count = 3.0 messages = ['43663', '43664', '43665'] nosy_count = 2.0 nosy_names = ['loewis', 'brianl'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue732479' versions = ['Python 2.3'] ``` </p></details>
configure buglets
https://api.github.com/repos/python/cpython/issues/38449/comments
3
2003-05-05T04:08:59Z
2022-04-09T22:44:43Z
https://github.com/python/cpython/issues/38449
1,198,794,175
38,449