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 | [828737](https://bugs.python.org/issue828737) --- | :--- Nosy | @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-10-24.15:05:49.000> created_at = <Date 2003-10-23.08:03:08.000> labels = ['interpreter-core'] title = 'unicode translate leaks memory' updated_at = <Date 2003-10-24.15:05:49.000> user = 'https://bugs.python.org/effbot' ``` bugs.python.org fields: ```python activity = <Date 2003-10-24.15:05:49.000> actor = 'doerwalter' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-23.08:03:08.000> creator = 'effbot' dependencies = [] files = [] hgrepos = [] issue_num = 828737 keywords = [] message_count = 3.0 messages = ['18735', '18736', '18737'] nosy_count = 2.0 nosy_names = ['effbot', 'doerwalter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue828737' versions = ['Python 2.3'] ``` </p></details>
unicode translate leaks memory
https://api.github.com/repos/python/cpython/issues/39448/comments
3
2003-10-23T08:03:08Z
2022-04-09T23:03:30Z
https://github.com/python/cpython/issues/39448
1,198,798,439
39,448
[ "python", "cpython" ]
BPO | [828450](https://bugs.python.org/issue828450) --- | :--- Nosy | @tarekziade, @merwok, @zooba, @dstufft Files | <li>[change_path_separator_fullversion.patch](https://bugs.python.org/file22333/change_path_separator_fullversion.patch "Uploaded as text/plain at 2011-06-12.01:44:35 by higery"): full version</li><li>[manifest-sep.diff](https://bugs.python.org/file22336/manifest-sep.diff "Uploaded as text/plain at 2011-06-12.10:55:35 by @merwok")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/merwok' closed_at = <Date 2021-02-03.18:16:22.519> created_at = <Date 2003-10-22.19:30:46.000> labels = ['easy', 'type-bug', 'library'] title = 'sdist generates bad MANIFEST on Windows' updated_at = <Date 2021-02-03.18:16:22.518> user = 'https://bugs.python.org/jhylton' ``` bugs.python.org fields: ```python activity = <Date 2021-02-03.18:16:22.518> actor = 'steve.dower' assignee = 'eric.araujo' closed = True closed_date = <Date 2021-02-03.18:16:22.519> closer = 'steve.dower' components = ['Distutils'] creation = <Date 2003-10-22.19:30:46.000> creator = 'jhylton' dependencies = [] files = ['22333', '22336'] hgrepos = [] issue_num = 828450 keywords = ['patch', 'easy'] message_count = 23.0 messages = ['18734', '111045', '117680', '133779', '133829', '133840', '133841', '133842', '133920', '133985', '134076', '134078', '134128', '137974', '138151', '138176', '138194', '138204', '144083', '144380', '144381', '221819', '386305'] nosy_count = 8.0 nosy_names = ['jhylton', 'tarek', 'eric.araujo', 'thomas.holmes', 'santoso.wijaya', 'higery', 'steve.dower', 'dstufft'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue828450' versions = ['Python 2.7', 'Python 3.4', 'Python 3.5'] ``` </p></details>
sdist generates bad MANIFEST on Windows
https://api.github.com/repos/python/cpython/issues/39447/comments
23
2003-10-22T19:30:46Z
2022-04-09T23:03:29Z
https://github.com/python/cpython/issues/39447
1,198,798,434
39,447
[ "python", "cpython" ]
BPO | [828384](https://bugs.python.org/issue828384) --- | :--- Nosy | @loewis Files | <li>[modsupport.c.diff](https://bugs.python.org/file5654/modsupport.c.diff "Uploaded as text/plain at 2003-10-22.17:56:34 by glchapman")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-24.20:06:04.000> created_at = <Date 2003-10-22.17:56:34.000> labels = ['interpreter-core'] title = 'PyModule_AddObject one-liner' updated_at = <Date 2003-10-24.20:06:04.000> user = 'https://bugs.python.org/glchapman' ``` bugs.python.org fields: ```python activity = <Date 2003-10-24.20:06:04.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-22.17:56:34.000> creator = 'glchapman' dependencies = [] files = ['5654'] hgrepos = [] issue_num = 828384 keywords = ['patch'] message_count = 2.0 messages = ['44821', '44822'] nosy_count = 2.0 nosy_names = ['loewis', 'glchapman'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue828384' versions = ['Python 2.3'] ``` </p></details>
PyModule_AddObject one-liner
https://api.github.com/repos/python/cpython/issues/39446/comments
2
2003-10-22T17:56:34Z
2022-04-09T23:03:27Z
https://github.com/python/cpython/issues/39446
1,198,798,431
39,446
[ "python", "cpython" ]
BPO | [828336](https://bugs.python.org/issue828336) --- | :--- Nosy | @tarekziade, @akitada Files | <li>[distutils-swig-includes.patch](https://bugs.python.org/file5653/distutils-swig-includes.patch "Uploaded as text/plain at 2003-10-22.16:25:40 by wiget")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tarekziade' closed_at = <Date 2009-07-30.14:35:45.462> created_at = <Date 2003-10-22.16:25:40.000> labels = ['type-feature', 'library'] title = 'Allow set swig include dirs in setup.py' updated_at = <Date 2009-07-30.14:35:45.451> user = 'https://bugs.python.org/wiget' ``` bugs.python.org fields: ```python activity = <Date 2009-07-30.14:35:45.451> actor = 'wiget' assignee = 'tarek' closed = True closed_date = <Date 2009-07-30.14:35:45.462> closer = 'wiget' components = ['Distutils'] creation = <Date 2003-10-22.16:25:40.000> creator = 'wiget' dependencies = [] files = ['5653'] hgrepos = [] issue_num = 828336 keywords = ['patch'] message_count = 3.0 messages = ['44820', '81409', '91099'] nosy_count = 3.0 nosy_names = ['wiget', 'tarek', 'akitada'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue828336' versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7'] ``` </p></details>
Allow set swig include dirs in setup.py
https://api.github.com/repos/python/cpython/issues/39445/comments
3
2003-10-22T16:25:40Z
2022-04-09T23:03:27Z
https://github.com/python/cpython/issues/39445
1,198,798,426
39,445
[ "python", "cpython" ]
BPO | [828050](https://bugs.python.org/issue828050) --- | :--- Nosy | @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 = None closed_at = <Date 2003-10-22.08:10:42.000> created_at = <Date 2003-10-22.08:00:18.000> labels = ['build'] title = "Solaris tar doesn't like Python-2.3.2.tar.gz" updated_at = <Date 2003-10-22.08:10:42.000> user = 'https://github.com/ronaldoussoren' ``` bugs.python.org fields: ```python activity = <Date 2003-10-22.08:10:42.000> actor = 'anthonybaxter' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-22.08:00:18.000> creator = 'ronaldoussoren' dependencies = [] files = [] hgrepos = [] issue_num = 828050 keywords = [] message_count = 2.0 messages = ['18732', '18733'] nosy_count = 2.0 nosy_names = ['anthonybaxter', 'ronaldoussoren'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue828050' versions = ['Python 2.3'] ``` </p></details>
Solaris tar doesn't like Python-2.3.2.tar.gz
https://api.github.com/repos/python/cpython/issues/39444/comments
2
2003-10-22T08:00:18Z
2022-04-09T23:03:25Z
https://github.com/python/cpython/issues/39444
1,198,798,415
39,444
[ "python", "cpython" ]
BPO | [828049](https://bugs.python.org/issue828049) --- | :--- Nosy | @kbkaiser <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/kbkaiser' closed_at = <Date 2004-01-02.01:50:49.000> created_at = <Date 2003-10-22.07:57:31.000> labels = ['expert-IDLE'] title = 'Idle fails on loading .idlerc if Home path changes.' updated_at = <Date 2004-01-02.01:50:49.000> user = 'https://bugs.python.org/fajensen' ``` bugs.python.org fields: ```python activity = <Date 2004-01-02.01:50:49.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2003-10-22.07:57:31.000> creator = 'fajensen' dependencies = [] files = [] hgrepos = [] issue_num = 828049 keywords = [] message_count = 3.0 messages = ['18729', '18730', '18731'] nosy_count = 2.0 nosy_names = ['kbk', 'fajensen'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue828049' versions = ['Python 2.3'] ``` </p></details>
Idle fails on loading .idlerc if Home path changes.
https://api.github.com/repos/python/cpython/issues/39443/comments
3
2003-10-22T07:57:31Z
2022-04-09T23:03:24Z
https://github.com/python/cpython/issues/39443
1,198,798,411
39,443
[ "python", "cpython" ]
BPO | [827963](https://bugs.python.org/issue827963) --- | :--- Nosy | @loewis, @theller, @jimm-domingo <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2006-01-31.20:00:11.000> created_at = <Date 2003-10-22.02:54:33.000> labels = ['OS-windows'] title = 'Registry key CurrentVersion not set' updated_at = <Date 2006-01-31.20:00:11.000> user = 'https://github.com/jimm-domingo' ``` bugs.python.org fields: ```python activity = <Date 2006-01-31.20:00:11.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-10-22.02:54:33.000> creator = 'jimm_domingo' dependencies = [] files = [] hgrepos = [] issue_num = 827963 keywords = [] message_count = 5.0 messages = ['18724', '18725', '18726', '18727', '18728'] nosy_count = 3.0 nosy_names = ['loewis', 'theller', 'jimm_domingo'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827963' versions = [] ``` </p></details>
Registry key CurrentVersion not set
https://api.github.com/repos/python/cpython/issues/39442/comments
5
2003-10-22T02:54:33Z
2022-04-09T23:03:23Z
https://github.com/python/cpython/issues/39442
1,198,798,407
39,442
[ "python", "cpython" ]
BPO | [827902](https://bugs.python.org/issue827902) --- | :--- Nosy | @loewis, @sjoerdmullender, @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-10-29.00:47:22.000> created_at = <Date 2003-10-22.00:32:05.000> labels = ['docs'] title = 'ctime is not creation time' updated_at = <Date 2003-10-29.00:47:22.000> user = 'https://bugs.python.org/siemer' ``` bugs.python.org fields: ```python activity = <Date 2003-10-29.00:47:22.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-22.00:32:05.000> creator = 'siemer' dependencies = [] files = [] hgrepos = [] issue_num = 827902 keywords = [] message_count = 10.0 messages = ['18714', '18715', '18716', '18717', '18718', '18719', '18720', '18721', '18722', '18723'] nosy_count = 5.0 nosy_names = ['loewis', 'sjoerd', 'rhettinger', 'siemer', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827902' versions = ['Python 2.3'] ``` </p></details>
ctime is not creation time
https://api.github.com/repos/python/cpython/issues/39441/comments
10
2003-10-22T00:32:05Z
2022-04-09T23:03:21Z
https://github.com/python/cpython/issues/39441
1,198,798,402
39,441
[ "python", "cpython" ]
BPO | [827856](https://bugs.python.org/issue827856) --- | :--- Nosy | @aleaxit Files | <li>[object.h.diff](https://bugs.python.org/file1077/object.h.diff "Uploaded as text/plain at 2003-11-02.14:42:00 by glchapman")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/aleaxit' closed_at = <Date 2003-11-02.17:11:18.000> created_at = <Date 2003-10-21.22:47:40.000> labels = ['interpreter-core'] title = 'object.h misdocuments PyDict_SetItemString' updated_at = <Date 2003-11-02.17:11:18.000> user = 'https://bugs.python.org/glchapman' ``` bugs.python.org fields: ```python activity = <Date 2003-11-02.17:11:18.000> actor = 'aleax' assignee = 'aleax' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-21.22:47:40.000> creator = 'glchapman' dependencies = [] files = ['1077'] hgrepos = [] issue_num = 827856 keywords = [] message_count = 4.0 messages = ['18710', '18711', '18712', '18713'] nosy_count = 3.0 nosy_names = ['aleax', 'glchapman', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827856' versions = ['Python 2.3'] ``` </p></details>
object.h misdocuments PyDict_SetItemString
https://api.github.com/repos/python/cpython/issues/39440/comments
4
2003-10-21T22:47:40Z
2022-04-09T23:03:21Z
https://github.com/python/cpython/issues/39440
1,198,798,400
39,440
[ "python", "cpython" ]
BPO | [827760](https://bugs.python.org/issue827760) --- | :--- 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 2006-07-03.12:48:16.000> created_at = <Date 2003-10-21.20:05:57.000> labels = ['library'] title = 'Bug in dbm - long strings in keys and values' updated_at = <Date 2006-07-03.12:48:16.000> user = 'https://bugs.python.org/jdcrunchman' ``` bugs.python.org fields: ```python activity = <Date 2006-07-03.12:48:16.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-21.20:05:57.000> creator = 'jdcrunchman' dependencies = [] files = [] hgrepos = [] issue_num = 827760 keywords = [] message_count = 4.0 messages = ['18706', '18707', '18708', '18709'] nosy_count = 3.0 nosy_names = ['loewis', 'jdcrunchman', 'tinolange'] pr_nums = [] priority = 'high' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827760' versions = [] ``` </p></details>
Bug in dbm - long strings in keys and values
https://api.github.com/repos/python/cpython/issues/39439/comments
4
2003-10-21T20:05:57Z
2022-04-09T23:03:19Z
https://github.com/python/cpython/issues/39439
1,198,798,394
39,439
[ "python", "cpython" ]
BPO | [827561](https://bugs.python.org/issue827561) --- | :--- Nosy | @loewis Files | <li>[SimpleHTTPServer.py.patch](https://bugs.python.org/file5652/SimpleHTTPServer.py.patch "Uploaded as text/plain at 2003-10-21.14:50:14 by solomoriah"): See body.</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-10-22.16:01:31.000> created_at = <Date 2003-10-21.14:50:13.000> labels = ['library'] title = 'SimpleHTTPServer directory-indexing "bug" fix' updated_at = <Date 2003-10-22.16:01:31.000> user = 'https://bugs.python.org/solomoriah' ``` bugs.python.org fields: ```python activity = <Date 2003-10-22.16:01:31.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-21.14:50:13.000> creator = 'solomoriah' dependencies = [] files = ['5652'] hgrepos = [] issue_num = 827561 keywords = ['patch'] message_count = 2.0 messages = ['44818', '44819'] nosy_count = 2.0 nosy_names = ['loewis', 'solomoriah'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827561' versions = ['Python 2.2'] ``` </p></details>
SimpleHTTPServer directory-indexing "bug" fix
https://api.github.com/repos/python/cpython/issues/39438/comments
2
2003-10-21T14:50:13Z
2022-04-09T23:03:18Z
https://github.com/python/cpython/issues/39438
1,198,798,392
39,438
[ "python", "cpython" ]
BPO | [827559](https://bugs.python.org/issue827559) --- | :--- Nosy | @loewis, @akuchling Files | <li>[SimpleHTTPServer.py.patch](https://bugs.python.org/file5651/SimpleHTTPServer.py.patch "Uploaded as text/plain at 2003-10-21.14:49:46 by solomoriah"): See body.</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.19:09:06.000> created_at = <Date 2003-10-21.14:49:46.000> labels = ['library'] title = 'SimpleHTTPServer directory-indexing "bug" fix' updated_at = <Date 2006-12-22.19:09:06.000> user = 'https://bugs.python.org/solomoriah' ``` bugs.python.org fields: ```python activity = <Date 2006-12-22.19:09:06.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-21.14:49:46.000> creator = 'solomoriah' dependencies = [] files = ['5651'] hgrepos = [] issue_num = 827559 keywords = ['patch'] message_count = 5.0 messages = ['44813', '44814', '44815', '44816', '44817'] nosy_count = 4.0 nosy_names = ['loewis', 'akuchling', 'solomoriah', 'titus'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827559' versions = ['Python 2.5'] ``` </p></details>
SimpleHTTPServer directory-indexing "bug" fix
https://api.github.com/repos/python/cpython/issues/39437/comments
5
2003-10-21T14:49:46Z
2022-04-09T23:03:18Z
https://github.com/python/cpython/issues/39437
1,198,798,387
39,437
[ "python", "cpython" ]
BPO | [827386](https://bugs.python.org/issue827386) --- | :--- Nosy | @loewis Files | <li>[patch.diff](https://bugs.python.org/file5650/patch.diff "Uploaded as text/plain at 2003-10-21.09:11:04 by eaj")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-08-07.20:52:02.000> created_at = <Date 2003-10-21.09:11:04.000> labels = ['library'] title = 'absolute paths cause problems for MSVC' updated_at = <Date 2005-08-07.20:52:02.000> user = 'https://bugs.python.org/eaj' ``` bugs.python.org fields: ```python activity = <Date 2005-08-07.20:52:02.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-10-21.09:11:04.000> creator = 'eaj' dependencies = [] files = ['5650'] hgrepos = [] issue_num = 827386 keywords = ['patch'] message_count = 3.0 messages = ['44810', '44811', '44812'] nosy_count = 3.0 nosy_names = ['loewis', 'mdehoon', 'eaj'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827386' versions = [] ``` </p></details>
absolute paths cause problems for MSVC
https://api.github.com/repos/python/cpython/issues/39436/comments
3
2003-10-21T09:11:04Z
2022-04-09T23:03:15Z
https://github.com/python/cpython/issues/39436
1,198,798,382
39,436
[ "python", "cpython" ]
BPO | [827260](https://bugs.python.org/issue827260) --- | :--- 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 2003-10-22.02:59:18.000> created_at = <Date 2003-10-21.03:53:14.000> labels = ['docs'] title = 'Parameter is misnamed in str.replace documentation.' updated_at = <Date 2003-10-22.02:59:18.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2003-10-22.02:59:18.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-21.03:53:14.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 827260 keywords = [] message_count = 2.0 messages = ['18704', '18705'] nosy_count = 2.0 nosy_names = ['fdrake', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827260' versions = [] ``` </p></details>
Parameter is misnamed in str.replace documentation.
https://api.github.com/repos/python/cpython/issues/39435/comments
2
2003-10-21T03:53:14Z
2022-04-09T23:03:15Z
https://github.com/python/cpython/issues/39435
1,198,798,376
39,435
[ "python", "cpython" ]
BPO | [827209](https://bugs.python.org/issue827209) --- | :--- Nosy | @sjoerdmullender, @smontanaro, @akuchling, @aleaxit, @terryjreedy Files | <li>[ref5.diff](https://bugs.python.org/file1076/ref5.diff "Uploaded as text/plain at 2003-11-02.17:28:47 by @aleaxit")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2004-08-07.19:16:56.000> created_at = <Date 2003-10-20.23:41:28.000> labels = ['docs'] title = 'List comprehensions leaking control variable name deprecated' updated_at = <Date 2004-08-07.19:16:56.000> user = 'https://bugs.python.org/tcdelaney' ``` bugs.python.org fields: ```python activity = <Date 2004-08-07.19:16:56.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-20.23:41:28.000> creator = 'tcdelaney' dependencies = [] files = ['1076'] hgrepos = [] issue_num = 827209 keywords = [] message_count = 7.0 messages = ['18697', '18698', '18699', '18700', '18701', '18702', '18703'] nosy_count = 6.0 nosy_names = ['sjoerd', 'skip.montanaro', 'akuchling', 'aleax', 'terry.reedy', 'tcdelaney'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827209' versions = ['Python 2.3'] ``` </p></details>
List comprehensions leaking control variable name deprecated
https://api.github.com/repos/python/cpython/issues/39434/comments
7
2003-10-20T23:41:28Z
2022-04-09T23:03:14Z
https://github.com/python/cpython/issues/39434
1,198,798,372
39,434
[ "python", "cpython" ]
BPO | [827190](https://bugs.python.org/issue827190) --- | :--- 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-10-28.07:34:45.000> created_at = <Date 2003-10-20.22:46:14.000> labels = ['library'] title = 'wrong error message of islice indexing' updated_at = <Date 2003-10-28.07:34:45.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2003-10-28.07:34:45.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-20.22:46:14.000> creator = 'quiver' dependencies = [] files = [] hgrepos = [] issue_num = 827190 keywords = [] message_count = 3.0 messages = ['18694', '18695', '18696'] nosy_count = 3.0 nosy_names = ['rhettinger', 'quiver', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue827190' versions = ['Python 2.3'] ``` </p></details>
wrong error message of islice indexing
https://api.github.com/repos/python/cpython/issues/39433/comments
3
2003-10-20T22:46:14Z
2022-04-09T23:03:12Z
https://github.com/python/cpython/issues/39433
1,198,798,367
39,433
[ "python", "cpython" ]
BPO | [826897](https://bugs.python.org/issue826897) --- | :--- Nosy | @tim-one, @akuchling, @terryjreedy, @pitrou, @avassalotti, @timgraham <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2008-12-05.20:35:56.569> created_at = <Date 2003-10-20.14:28:10.000> labels = ['extension-modules', 'type-bug'] title = 'Proto 2 pickle vs dict subclass' updated_at = <Date 2014-11-04.02:11:09.212> user = 'https://github.com/tim-one' ``` bugs.python.org fields: ```python activity = <Date 2014-11-04.02:11:09.212> actor = 'Tim.Graham' assignee = 'none' closed = True closed_date = <Date 2008-12-05.20:35:56.569> closer = 'benjamin.peterson' components = ['Extension Modules'] creation = <Date 2003-10-20.14:28:10.000> creator = 'tim.peters' dependencies = [] files = [] hgrepos = [] issue_num = 826897 keywords = [] message_count = 8.0 messages = ['60413', '60414', '77047', '226588', '226591', '226602', '226605', '230570'] nosy_count = 7.0 nosy_names = ['tim.peters', 'akuchling', 'terry.reedy', 'pitrou', 'alexandre.vassalotti', 'Andres.Riancho', 'Tim.Graham'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue826897' versions = ['Python 2.5', 'Python 2.4', 'Python 2.3', 'Python 2.7'] ``` </p></details>
Proto 2 pickle vs dict subclass
https://api.github.com/repos/python/cpython/issues/39432/comments
8
2003-10-20T14:28:10Z
2022-04-09T23:03:11Z
https://github.com/python/cpython/issues/39432
1,198,798,361
39,432
[ "python", "cpython" ]
BPO | [826756](https://bugs.python.org/issue826756) --- | :--- 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 2006-03-30.07:52:38.000> created_at = <Date 2003-10-20.10:23:42.000> labels = ['invalid', 'library'] title = 'email/Generator.py: Incorrect header output' updated_at = <Date 2006-03-30.07:52:38.000> user = 'https://bugs.python.org/mjepronk' ``` bugs.python.org fields: ```python activity = <Date 2006-03-30.07:52:38.000> actor = 'bbaetz' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-20.10:23:42.000> creator = 'mjepronk' dependencies = [] files = [] hgrepos = [] issue_num = 826756 keywords = [] message_count = 3.0 messages = ['18691', '18692', '18693'] nosy_count = 3.0 nosy_names = ['barry', 'mjepronk', 'bbaetz'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue826756' versions = ['Python 2.3'] ``` </p></details>
email/Generator.py: Incorrect header output
https://api.github.com/repos/python/cpython/issues/39431/comments
3
2003-10-20T10:23:42Z
2022-04-09T23:03:11Z
https://github.com/python/cpython/issues/39431
1,198,798,358
39,431
[ "python", "cpython" ]
BPO | [826074](https://bugs.python.org/issue826074) --- | :--- Nosy | @tim-one, @rhettinger, @gaul Files | <li>[cmath_log.diff](https://bugs.python.org/file5649/cmath_log.diff "Uploaded as text/plain at 2003-10-18.18:42:21 by @gaul"): cmath.log optional base argument</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 2004-06-14.07:42:25.000> created_at = <Date 2003-10-18.18:42:21.000> labels = ['extension-modules'] title = 'cmath.log optional base argument, fixes python/cpython#39404' updated_at = <Date 2004-06-14.07:42:25.000> user = 'https://github.com/gaul' ``` bugs.python.org fields: ```python activity = <Date 2004-06-14.07:42:25.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-10-18.18:42:21.000> creator = 'gaul' dependencies = [] files = ['5649'] hgrepos = [] issue_num = 826074 keywords = ['patch'] message_count = 4.0 messages = ['44806', '44807', '44808', '44809'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'gaul'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue826074' versions = ['Python 2.4'] ``` </p></details>
cmath.log optional base argument, fixes #823209
https://api.github.com/repos/python/cpython/issues/39430/comments
4
2003-10-18T18:42:21Z
2022-04-09T23:03:09Z
https://github.com/python/cpython/issues/39430
1,198,798,353
39,430
[ "python", "cpython" ]
BPO | [826013](https://bugs.python.org/issue826013) --- | :--- 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-10-20.11:33:56.000> created_at = <Date 2003-10-18.15:36:29.000> labels = ['interpreter-core', 'invalid'] title = 'Class Problem with repr and getattr on PY2.3.2' updated_at = <Date 2003-10-20.11:33:56.000> user = 'https://bugs.python.org/regenkind' ``` bugs.python.org fields: ```python activity = <Date 2003-10-20.11:33:56.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-18.15:36:29.000> creator = 'regenkind' dependencies = [] files = [] hgrepos = [] issue_num = 826013 keywords = [] message_count = 2.0 messages = ['18689', '18690'] nosy_count = 2.0 nosy_names = ['mwh', 'regenkind'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue826013' versions = ['Python 2.3'] ``` </p></details>
Class Problem with repr and getattr on PY2.3.2
https://api.github.com/repos/python/cpython/issues/39429/comments
2
2003-10-18T15:36:29Z
2022-04-09T23:03:08Z
https://github.com/python/cpython/issues/39429
1,198,798,349
39,429
[ "python", "cpython" ]
BPO | [825814](https://bugs.python.org/issue825814) --- | :--- Nosy | @aleaxit, @rhettinger Files | <li>[cs.diff](https://bugs.python.org/file5645/cs.diff "Uploaded as text/plain at 2003-10-18.00:34:53 by @rhettinger"): Patch 1 with docs, unittests, and annoucement</li><li>[cs2.diff](https://bugs.python.org/file5646/cs2.diff "Uploaded as text/plain at 2003-10-18.12:42:28 by @rhettinger"): Patch 2 avoids unnecessary copy</li><li>[cs3.diff](https://bugs.python.org/file5647/cs3.diff "Uploaded as text/plain at 2003-10-18.17:43:14 by @rhettinger"): Patch 3 with better argument handling</li><li>[sorted.diff](https://bugs.python.org/file5648/sorted.diff "Uploaded as text/plain at 2003-10-29.00:40:46 by @rhettinger"): Patch 4 implements class method list.sorted()</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-10-29.09:46:06.000> created_at = <Date 2003-10-18.00:34:53.000> labels = ['interpreter-core'] title = 'Add list.sorted()' updated_at = <Date 2003-10-29.09:46:06.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-10-29.09:46:06.000> actor = 'aleax' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-18.00:34:53.000> creator = 'rhettinger' dependencies = [] files = ['5645', '5646', '5647', '5648'] hgrepos = [] issue_num = 825814 keywords = ['patch'] message_count = 6.0 messages = ['44800', '44801', '44802', '44803', '44804', '44805'] nosy_count = 2.0 nosy_names = ['aleax', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825814' versions = ['Python 2.4'] ``` </p></details>
Add list.sorted()
https://api.github.com/repos/python/cpython/issues/39428/comments
6
2003-10-18T00:34:53Z
2022-04-09T23:03:06Z
https://github.com/python/cpython/issues/39428
1,198,798,345
39,428
[ "python", "cpython" ]
BPO | [825810](https://bugs.python.org/issue825810) --- | :--- Nosy | @freddrake <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2004-01-01.03:42:15.000> created_at = <Date 2003-10-18.00:22:27.000> labels = ['docs'] title = 'reference to Built-In Types section in file() documentation' updated_at = <Date 2004-01-01.03:42:15.000> user = 'https://bugs.python.org/gorku' ``` bugs.python.org fields: ```python activity = <Date 2004-01-01.03:42:15.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-18.00:22:27.000> creator = 'gorku' dependencies = [] files = [] hgrepos = [] issue_num = 825810 keywords = [] message_count = 2.0 messages = ['18687', '18688'] nosy_count = 2.0 nosy_names = ['fdrake', 'gorku'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825810' versions = ['Python 2.2'] ``` </p></details>
reference to Built-In Types section in file() documentation
https://api.github.com/repos/python/cpython/issues/39427/comments
2
2003-10-18T00:22:27Z
2022-04-09T23:03:06Z
https://github.com/python/cpython/issues/39427
1,198,798,342
39,427
[ "python", "cpython" ]
BPO | [825679](https://bugs.python.org/issue825679) --- | :--- Nosy | @loewis, @gaul Files | <li>[string_docstrings.diff](https://bugs.python.org/file5643/string_docstrings.diff "Uploaded as text/plain at 2003-10-17.18:53:30 by @gaul"): string.isfoo() documentation</li><li>[unicode_docstrings.diff](https://bugs.python.org/file5644/unicode_docstrings.diff "Uploaded as text/plain at 2003-10-17.19:33:04 by @gaul"): unicode.isfoo() documentation</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-18.09:55:48.000> created_at = <Date 2003-10-17.18:53:29.000> labels = ['docs'] title = 'document string.isfoo() behaviour with empty strings' updated_at = <Date 2003-10-18.09:55:48.000> user = 'https://github.com/gaul' ``` bugs.python.org fields: ```python activity = <Date 2003-10-18.09:55:48.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-17.18:53:29.000> creator = 'gaul' dependencies = [] files = ['5643', '5644'] hgrepos = [] issue_num = 825679 keywords = ['patch'] message_count = 2.0 messages = ['44798', '44799'] nosy_count = 2.0 nosy_names = ['loewis', 'gaul'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825679' versions = ['Python 2.3'] ``` </p></details>
document string.isfoo() behaviour with empty strings
https://api.github.com/repos/python/cpython/issues/39426/comments
2
2003-10-17T18:53:29Z
2022-04-09T23:03:01Z
https://github.com/python/cpython/issues/39426
1,198,798,332
39,426
[ "python", "cpython" ]
BPO | [825676](https://bugs.python.org/issue825676) --- | :--- 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-10-20.15:31:31.000> created_at = <Date 2003-10-17.18:50:52.000> labels = ['invalid', 'library'] title = 'code.InteractiveConsole interprets escape chars incorrectly' updated_at = <Date 2003-10-20.15:31:31.000> user = 'https://bugs.python.org/markrichardson' ``` bugs.python.org fields: ```python activity = <Date 2003-10-20.15:31:31.000> actor = 'markrichardson' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-17.18:50:52.000> creator = 'markrichardson' dependencies = [] files = [] hgrepos = [] issue_num = 825676 keywords = [] message_count = 4.0 messages = ['18683', '18684', '18685', '18686'] nosy_count = 3.0 nosy_names = ['mwh', 'johahn', 'markrichardson'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825676' versions = ['Python 2.2'] ``` </p></details>
code.InteractiveConsole interprets escape chars incorrectly
https://api.github.com/repos/python/cpython/issues/39425/comments
4
2003-10-17T18:50:52Z
2022-04-09T23:03:00Z
https://github.com/python/cpython/issues/39425
1,198,798,328
39,425
[ "python", "cpython" ]
BPO | [825639](https://bugs.python.org/issue825639) --- | :--- Nosy | @loewis, @arigo Files | <li>[no_graph_compare.diff](https://bugs.python.org/file5641/no_graph_compare.diff "Uploaded as text/plain at 2003-10-17.17:49:36 by @arigo"): a diff with a lot of '-'</li><li>[no_graph_compare2.diff](https://bugs.python.org/file5642/no_graph_compare2.diff "Uploaded as text/plain at 2003-10-26.18:19:15 by @arigo"): Second 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-10-28.12:08:16.000> created_at = <Date 2003-10-17.17:49:35.000> labels = ['interpreter-core'] title = "let's get rid of cyclic object comparison" updated_at = <Date 2003-10-28.12:08:16.000> user = 'https://github.com/arigo' ``` bugs.python.org fields: ```python activity = <Date 2003-10-28.12:08:16.000> actor = 'arigo' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-17.17:49:35.000> creator = 'arigo' dependencies = [] files = ['5641', '5642'] hgrepos = [] issue_num = 825639 keywords = ['patch'] message_count = 5.0 messages = ['44793', '44794', '44795', '44796', '44797'] nosy_count = 2.0 nosy_names = ['loewis', 'arigo'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825639' versions = ['Python 2.4'] ``` </p></details>
let's get rid of cyclic object comparison
https://api.github.com/repos/python/cpython/issues/39424/comments
5
2003-10-17T17:49:35Z
2022-04-09T23:02:59Z
https://github.com/python/cpython/issues/39424
1,198,798,325
39,424
[ "python", "cpython" ]
BPO | [825417](https://bugs.python.org/issue825417) --- | :--- Nosy | @loewis Files | <li>[telnetlib.diff](https://bugs.python.org/file5639/telnetlib.diff "Uploaded as text/plain at 2003-10-17.10:24:58 by johahn"): diff -c telnetlib.py.old telnetlib.py</li><li>[telnetlib_timeout (822974).py](https://bugs.python.org/file5640/telnetlib_timeout%20%28822974%29.py "Uploaded as text/plain at 2003-10-25.09:36:09 by johahn"): test code</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-07-03.13:04:00.000> created_at = <Date 2003-10-17.10:24:58.000> labels = ['library'] title = 'telnetlib timeout fix (bug 822974)' updated_at = <Date 2006-07-03.13:04:00.000> user = 'https://bugs.python.org/johahn' ``` bugs.python.org fields: ```python activity = <Date 2006-07-03.13:04:00.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-17.10:24:58.000> creator = 'johahn' dependencies = [] files = ['5639', '5640'] hgrepos = [] issue_num = 825417 keywords = ['patch'] message_count = 3.0 messages = ['44790', '44791', '44792'] nosy_count = 2.0 nosy_names = ['loewis', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825417' versions = ['Python 2.3'] ``` </p></details>
telnetlib timeout fix (bug 822974)
https://api.github.com/repos/python/cpython/issues/39423/comments
3
2003-10-17T10:24:58Z
2022-04-09T23:02:57Z
https://github.com/python/cpython/issues/39423
1,198,798,322
39,423
[ "python", "cpython" ]
BPO | [825313](https://bugs.python.org/issue825313) --- | :--- Nosy | @malemburg, @loewis, @brettcannon, @gaul Files | <li>[stringobject.c.patch](https://bugs.python.org/file5638/stringobject.c.patch "Uploaded as text/plain at 2003-10-17.05:47:23 by ehuss"): Add missing isxxx functions to stringobject.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-10-24.20:49:46.000> created_at = <Date 2003-10-17.05:47:23.000> labels = ['interpreter-core'] title = 'Add additional isxxx functions to string object.' updated_at = <Date 2003-10-24.20:49:46.000> user = 'https://bugs.python.org/ehuss' ``` bugs.python.org fields: ```python activity = <Date 2003-10-24.20:49:46.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-17.05:47:23.000> creator = 'ehuss' dependencies = [] files = ['5638'] hgrepos = [] issue_num = 825313 keywords = ['patch'] message_count = 8.0 messages = ['44782', '44783', '44784', '44785', '44786', '44787', '44788', '44789'] nosy_count = 5.0 nosy_names = ['lemburg', 'loewis', 'brett.cannon', 'gaul', 'ehuss'] pr_nums = [] priority = 'low' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825313' versions = ['Python 2.4'] ``` </p></details>
Add additional isxxx functions to string object.
https://api.github.com/repos/python/cpython/issues/39422/comments
8
2003-10-17T05:47:23Z
2022-04-09T23:02:56Z
https://github.com/python/cpython/issues/39422
1,198,798,317
39,422
[ "python", "cpython" ]
BPO | [825247](https://bugs.python.org/issue825247) --- | :--- Nosy | @rhettinger, @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 = 'https://github.com/rhettinger' closed_at = <Date 2003-10-17.04:40:47.000> created_at = <Date 2003-10-17.01:55:27.000> labels = ['extension-modules', 'invalid'] title = 'Itertools imap and izip boundary cases' updated_at = <Date 2003-10-17.04:40:47.000> user = 'https://github.com/mdickinson' ``` bugs.python.org fields: ```python activity = <Date 2003-10-17.04:40:47.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-10-17.01:55:27.000> creator = 'mark.dickinson' dependencies = [] files = [] hgrepos = [] issue_num = 825247 keywords = [] message_count = 2.0 messages = ['18681', '18682'] nosy_count = 2.0 nosy_names = ['rhettinger', 'mark.dickinson'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue825247' versions = ['Python 2.3'] ``` </p></details>
Itertools imap and izip boundary cases
https://api.github.com/repos/python/cpython/issues/39421/comments
2
2003-10-17T01:55:27Z
2022-04-09T23:02:56Z
https://github.com/python/cpython/issues/39421
1,198,798,315
39,421
[ "python", "cpython" ]
BPO | [824977](https://bugs.python.org/issue824977) --- | :--- Nosy | @mwhudson, @warsaw Files | <li>[analfail](https://bugs.python.org/file1074/analfail "Uploaded as application/octet-stream at 2003-10-16.17:40:07 by customdesigned"): test data to cause quoted printable decoding failure on AIX</li><li>[binascii.c.diff](https://bugs.python.org/file1075/binascii.c.diff "Uploaded as text/plain at 2003-11-21.19:56:28 by @warsaw")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-05-11.02:05:59.000> created_at = <Date 2003-10-16.17:40:06.000> labels = ['extension-modules'] title = 'Memory error on AIX in email.Utils._qdecode' updated_at = <Date 2004-05-11.02:05:59.000> user = 'https://bugs.python.org/customdesigned' ``` bugs.python.org fields: ```python activity = <Date 2004-05-11.02:05:59.000> actor = 'barry' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-10-16.17:40:06.000> creator = 'customdesigned' dependencies = [] files = ['1074', '1075'] hgrepos = [] issue_num = 824977 keywords = [] message_count = 10.0 messages = ['18671', '18672', '18673', '18674', '18675', '18676', '18677', '18678', '18679', '18680'] nosy_count = 3.0 nosy_names = ['mwh', 'barry', 'customdesigned'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824977' versions = ['Python 2.2'] ``` </p></details>
Memory error on AIX in email.Utils._qdecode
https://api.github.com/repos/python/cpython/issues/39420/comments
10
2003-10-16T17:40:06Z
2022-04-09T23:02:54Z
https://github.com/python/cpython/issues/39420
1,198,798,311
39,420
[ "python", "cpython" ]
BPO | [824947](https://bugs.python.org/issue824947) --- | :--- Nosy | @malemburg, @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/malemburg' closed_at = <Date 2003-10-17.14:43:30.000> created_at = <Date 2003-10-16.16:37:27.000> labels = ['expert-unicode'] title = 'strip on chr(0x1f) different with unicode' updated_at = <Date 2003-10-17.14:43:30.000> user = 'https://bugs.python.org/thomasbhickey' ``` bugs.python.org fields: ```python activity = <Date 2003-10-17.14:43:30.000> actor = 'lemburg' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2003-10-16.16:37:27.000> creator = 'thomasbhickey' dependencies = [] files = [] hgrepos = [] issue_num = 824947 keywords = [] message_count = 3.0 messages = ['18668', '18669', '18670'] nosy_count = 3.0 nosy_names = ['lemburg', 'doerwalter', 'thomasbhickey'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824947' versions = ['Python 2.3'] ``` </p></details>
strip on chr(0x1f) different with unicode
https://api.github.com/repos/python/cpython/issues/39419/comments
3
2003-10-16T16:37:27Z
2022-04-09T23:02:54Z
https://github.com/python/cpython/issues/39419
1,198,798,305
39,419
[ "python", "cpython" ]
BPO | [824854](https://bugs.python.org/issue824854) --- | :--- Nosy | @mwhudson, @gvanrossum, @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/gvanrossum' closed_at = <Date 2003-10-28.07:45:22.000> created_at = <Date 2003-10-16.14:27:35.000> labels = ['invalid'] title = "dict.__init__ doesn't call subclass's __setitem__." updated_at = <Date 2003-10-28.07:45:22.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2003-10-28.07:45:22.000> actor = 'rhettinger' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-16.14:27:35.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 824854 keywords = [] message_count = 5.0 messages = ['18663', '18664', '18665', '18666', '18667'] nosy_count = 4.0 nosy_names = ['mwh', 'gvanrossum', 'rhettinger', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824854' versions = [] ``` </p></details>
dict.__init__ doesn't call subclass's __setitem__.
https://api.github.com/repos/python/cpython/issues/39418/comments
5
2003-10-16T14:27:35Z
2022-04-09T23:02:53Z
https://github.com/python/cpython/issues/39418
1,198,798,303
39,418
[ "python", "cpython" ]
BPO | [824756](https://bugs.python.org/issue824756) --- | :--- Nosy | @tim-one, @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-18.03:36:42.000> created_at = <Date 2003-10-16.11:51:41.000> labels = ['expert-IDLE'] title = 'IDLE fails to start on Win2000' updated_at = <Date 2003-10-18.03:36:42.000> user = 'https://bugs.python.org/kbriggs' ``` bugs.python.org fields: ```python activity = <Date 2003-10-18.03:36:42.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2003-10-16.11:51:41.000> creator = 'kbriggs' dependencies = [] files = [] hgrepos = [] issue_num = 824756 keywords = [] message_count = 11.0 messages = ['18652', '18653', '18654', '18655', '18656', '18657', '18658', '18659', '18660', '18661', '18662'] nosy_count = 3.0 nosy_names = ['tim.peters', 'theller', 'kbriggs'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824756' versions = [] ``` </p></details>
IDLE fails to start on Win2000
https://api.github.com/repos/python/cpython/issues/39417/comments
11
2003-10-16T11:51:41Z
2022-04-09T23:02:51Z
https://github.com/python/cpython/issues/39417
1,198,798,299
39,417
[ "python", "cpython" ]
BPO | [824565](https://bugs.python.org/issue824565) --- | :--- 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-11-19.19:57:02.000> created_at = <Date 2003-10-16.05:05:19.000> labels = ['build'] title = 'bad value of INSTSONAME in Makefile' updated_at = <Date 2003-11-19.19:57:02.000> user = 'https://bugs.python.org/lanclos' ``` bugs.python.org fields: ```python activity = <Date 2003-11-19.19:57:02.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-16.05:05:19.000> creator = 'lanclos' dependencies = [] files = [] hgrepos = [] issue_num = 824565 keywords = [] message_count = 2.0 messages = ['18650', '18651'] nosy_count = 2.0 nosy_names = ['loewis', 'lanclos'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824565' versions = ['Python 2.3'] ``` </p></details>
bad value of INSTSONAME in Makefile
https://api.github.com/repos/python/cpython/issues/39416/comments
2
2003-10-16T05:05:19Z
2022-04-09T23:02:50Z
https://github.com/python/cpython/issues/39416
1,198,798,295
39,416
[ "python", "cpython" ]
BPO | [824430](https://bugs.python.org/issue824430) --- | :--- 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-11-02.01:12:04.000> created_at = <Date 2003-10-15.22:00:40.000> labels = ['OS-mac'] title = 'Package Manager Scrolling Behavior' updated_at = <Date 2003-11-02.01:12:04.000> user = 'https://bugs.python.org/lmeyn' ``` bugs.python.org fields: ```python activity = <Date 2003-11-02.01:12:04.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-10-15.22:00:40.000> creator = 'lmeyn' dependencies = [] files = [] hgrepos = [] issue_num = 824430 keywords = [] message_count = 2.0 messages = ['18648', '18649'] nosy_count = 2.0 nosy_names = ['jackjansen', 'lmeyn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824430' versions = ['Python 2.3'] ``` </p></details>
Package Manager Scrolling Behavior
https://api.github.com/repos/python/cpython/issues/39415/comments
2
2003-10-15T22:00:40Z
2022-04-09T23:02:50Z
https://github.com/python/cpython/issues/39415
1,198,798,292
39,415
[ "python", "cpython" ]
BPO | [824417](https://bugs.python.org/issue824417) --- | :--- Nosy | @warsaw Files | <li>[test1](https://bugs.python.org/file1073/test1 "Uploaded as application/octet-stream at 2003-10-15.21:39:27 by customdesigned"): test input for scriptlet</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 2003-11-21.16:29:29.000> created_at = <Date 2003-10-15.21:39:27.000> labels = ['library'] title = 'exception with Message.get_filename()' updated_at = <Date 2003-11-21.16:29:29.000> user = 'https://bugs.python.org/customdesigned' ``` bugs.python.org fields: ```python activity = <Date 2003-11-21.16:29:29.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-15.21:39:27.000> creator = 'customdesigned' dependencies = [] files = ['1073'] hgrepos = [] issue_num = 824417 keywords = [] message_count = 3.0 messages = ['18645', '18646', '18647'] nosy_count = 2.0 nosy_names = ['barry', 'customdesigned'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824417' versions = ['Python 2.2'] ``` </p></details>
exception with Message.get_filename()
https://api.github.com/repos/python/cpython/issues/39414/comments
3
2003-10-15T21:39:27Z
2022-04-09T23:02:48Z
https://github.com/python/cpython/issues/39414
1,198,798,287
39,414
[ "python", "cpython" ]
BPO | [824371](https://bugs.python.org/issue824371) --- | :--- Nosy | @aleaxit, @amauryfa <sup>*Note: these values reflect the state of the issue at the time it was 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-07-06.13:03:06.256> created_at = <Date 2003-10-15.20:32:55.000> labels = ['easy', 'type-feature', 'OS-windows'] title = "ntpath.expandvars doesn't expand Windows-style variables." updated_at = <Date 2009-07-06.13:03:06.254> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2009-07-06.13:03:06.254> actor = 'amaury.forgeotdarc' assignee = 'none' closed = True closed_date = <Date 2009-07-06.13:03:06.256> closer = 'amaury.forgeotdarc' components = ['Windows'] creation = <Date 2003-10-15.20:32:55.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 824371 keywords = ['easy'] message_count = 4.0 messages = ['18642', '18643', '18644', '90178'] nosy_count = 4.0 nosy_names = ['aleax', 'jemfinch', 'amaury.forgeotdarc', 'johahn'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = 'test needed' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue824371' versions = ['Python 2.7'] ``` </p></details>
ntpath.expandvars doesn't expand Windows-style variables.
https://api.github.com/repos/python/cpython/issues/39413/comments
4
2003-10-15T20:32:55Z
2022-04-09T23:02:46Z
https://github.com/python/cpython/issues/39413
1,198,798,283
39,413
[ "python", "cpython" ]
BPO | [824016](https://bugs.python.org/issue824016) --- | :--- Nosy | @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-10-16.19:16:21.000> created_at = <Date 2003-10-15.10:05:30.000> labels = ['OS-windows'] title = 'MSVCRT.DLL screws up the system' updated_at = <Date 2003-10-16.19:16:21.000> user = 'https://bugs.python.org/pholmstrom' ``` bugs.python.org fields: ```python activity = <Date 2003-10-16.19:16:21.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-10-15.10:05:30.000> creator = 'pholmstrom' dependencies = [] files = [] hgrepos = [] issue_num = 824016 keywords = [] message_count = 2.0 messages = ['18640', '18641'] nosy_count = 2.0 nosy_names = ['theller', 'pholmstrom'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue824016' versions = [] ``` </p></details>
MSVCRT.DLL screws up the system
https://api.github.com/repos/python/cpython/issues/39412/comments
2
2003-10-15T10:05:30Z
2022-04-09T23:02:46Z
https://github.com/python/cpython/issues/39412
1,198,798,280
39,412
[ "python", "cpython" ]
BPO | [823775](https://bugs.python.org/issue823775) --- | :--- Nosy | @loewis, @doko42 Files | <li>[pydoc.diff](https://bugs.python.org/file5636/pydoc.diff "Uploaded as text/plain at 2003-10-14.22:58:22 by @doko42")</li><li>[pydoc-HEAD.diff](https://bugs.python.org/file5637/pydoc-HEAD.diff "Uploaded as text/plain at 2003-11-16.10:23:30 by @doko42")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/doko42' closed_at = <Date 2004-08-18.22:28:45.000> created_at = <Date 2003-10-14.22:58:22.000> labels = ['build'] title = 'use just built python interp. to build the docs.' updated_at = <Date 2004-08-18.22:28:45.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2004-08-18.22:28:45.000> actor = 'doko' assignee = 'doko' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-14.22:58:22.000> creator = 'doko' dependencies = [] files = ['5636', '5637'] hgrepos = [] issue_num = 823775 keywords = ['patch'] message_count = 5.0 messages = ['44777', '44778', '44779', '44780', '44781'] nosy_count = 2.0 nosy_names = ['loewis', 'doko'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823775' versions = ['Python 2.3'] ``` </p></details>
use just built python interp. to build the docs.
https://api.github.com/repos/python/cpython/issues/39411/comments
5
2003-10-14T22:58:22Z
2022-04-09T23:02:45Z
https://github.com/python/cpython/issues/39411
1,198,798,275
39,411
[ "python", "cpython" ]
BPO | [823672](https://bugs.python.org/issue823672) --- | :--- Nosy | @loewis, @theller, @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-12-07.22:33:07.000> created_at = <Date 2003-10-14.20:04:53.000> labels = ['invalid'] title = "os.strerror doesn't understand windows error codes" updated_at = <Date 2003-12-07.22:33:07.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2003-12-07.22:33:07.000> actor = 'jackjansen' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-14.20:04:53.000> creator = 'theller' dependencies = [] files = [] hgrepos = [] issue_num = 823672 keywords = [] message_count = 3.0 messages = ['18637', '18638', '18639'] nosy_count = 3.0 nosy_names = ['loewis', 'theller', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823672' versions = [] ``` </p></details>
os.strerror doesn't understand windows error codes
https://api.github.com/repos/python/cpython/issues/39410/comments
3
2003-10-14T20:04:53Z
2022-04-09T23:02:43Z
https://github.com/python/cpython/issues/39410
1,198,798,267
39,410
[ "python", "cpython" ]
BPO | [823405](https://bugs.python.org/issue823405) --- | :--- Nosy | @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-10-14.17:30:33.000> created_at = <Date 2003-10-14.12:37:10.000> labels = ['expert-installation'] title = 'Problems with msvcirt.dll in Windows 98 SE' updated_at = <Date 2003-10-14.17:30:33.000> user = 'https://bugs.python.org/cakira' ``` bugs.python.org fields: ```python activity = <Date 2003-10-14.17:30:33.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2003-10-14.12:37:10.000> creator = 'cakira' dependencies = [] files = [] hgrepos = [] issue_num = 823405 keywords = [] message_count = 2.0 messages = ['18635', '18636'] nosy_count = 2.0 nosy_names = ['theller', 'cakira'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823405' versions = ['Python 2.3'] ``` </p></details>
Problems with msvcirt.dll in Windows 98 SE
https://api.github.com/repos/python/cpython/issues/39409/comments
2
2003-10-14T12:37:10Z
2022-04-09T23:02:43Z
https://github.com/python/cpython/issues/39409
1,198,798,259
39,409
[ "python", "cpython" ]
BPO | [823380](https://bugs.python.org/issue823380) --- | :--- Nosy | @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-10-16.19:42:41.000> created_at = <Date 2003-10-14.12:00:41.000> labels = ['docs'] title = 'distutils: dir[ectory]_created' updated_at = <Date 2003-10-16.19:42:41.000> user = 'https://bugs.python.org/lupan' ``` bugs.python.org fields: ```python activity = <Date 2003-10-16.19:42:41.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-14.12:00:41.000> creator = 'lupan' dependencies = [] files = [] hgrepos = [] issue_num = 823380 keywords = [] message_count = 2.0 messages = ['18633', '18634'] nosy_count = 2.0 nosy_names = ['theller', 'lupan'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823380' versions = ['Python 2.3'] ``` </p></details>
distutils: dir[ectory]_created
https://api.github.com/repos/python/cpython/issues/39408/comments
2
2003-10-14T12:00:41Z
2022-04-09T23:02:42Z
https://github.com/python/cpython/issues/39408
1,198,798,250
39,408
[ "python", "cpython" ]
BPO | [823328](https://bugs.python.org/issue823328) --- | :--- Files | <li>[urllib2.py-digest.diff](https://bugs.python.org/file1072/urllib2.py-digest.diff "Uploaded as text/plain at 2003-10-14.13:18:42 by anthonybaxter"): urllib2.py digest diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-22.03:38:18.000> created_at = <Date 2003-10-14.10:03:32.000> labels = [] title = 'urllib2 digest auth is broken' updated_at = <Date 2003-10-22.03:38:18.000> user = 'https://bugs.python.org/anthonybaxter' ``` bugs.python.org fields: ```python activity = <Date 2003-10-22.03:38:18.000> actor = 'anthonybaxter' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-14.10:03:32.000> creator = 'anthonybaxter' dependencies = [] files = ['1072'] hgrepos = [] issue_num = 823328 keywords = [] message_count = 6.0 messages = ['18627', '18628', '18629', '18630', '18631', '18632'] nosy_count = 2.0 nosy_names = ['jhylton', 'anthonybaxter'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823328' versions = [] ``` </p></details>
urllib2 digest auth is broken
https://api.github.com/repos/python/cpython/issues/39407/comments
6
2003-10-14T10:03:32Z
2022-04-09T23:02:40Z
https://github.com/python/cpython/issues/39407
1,198,798,248
39,407
[ "python", "cpython" ]
BPO | [823292](https://bugs.python.org/issue823292) --- | :--- Nosy | @rhettinger Files | <li>[listobject.diff](https://bugs.python.org/file5631/listobject.diff "Uploaded as text/plain at 2003-10-14.08:53:43 by @rhettinger"): First patch</li><li>[sort2.diff](https://bugs.python.org/file5632/sort2.diff "Uploaded as text/plain at 2003-10-15.02:35:47 by @rhettinger"): Second patch</li><li>[sort3.diff](https://bugs.python.org/file5633/sort3.diff "Uploaded as text/plain at 2003-10-15.04:51:10 by @rhettinger"): Third patch (with cmp function wrapper)</li><li>[sort4.diff](https://bugs.python.org/file5634/sort4.diff "Uploaded as text/plain at 2003-10-15.10:01:53 by @rhettinger"): Fourth patch (with more tests and error checking)</li><li>[sort5.diff](https://bugs.python.org/file5635/sort5.diff "Uploaded as text/plain at 2003-10-15.17:55:24 by @rhettinger"): Fifth patch (makes reverse sorts stable too)</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-10-16.03:44:52.000> created_at = <Date 2003-10-14.08:53:43.000> labels = ['interpreter-core'] title = 'Optional list.sort() args for DSU pattern and reverse' updated_at = <Date 2003-10-16.03:44:52.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-10-16.03:44:52.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-14.08:53:43.000> creator = 'rhettinger' dependencies = [] files = ['5631', '5632', '5633', '5634', '5635'] hgrepos = [] issue_num = 823292 keywords = ['patch'] message_count = 5.0 messages = ['44772', '44773', '44774', '44775', '44776'] nosy_count = 1.0 nosy_names = ['rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823292' versions = ['Python 2.4'] ``` </p></details>
Optional list.sort() args for DSU pattern and reverse
https://api.github.com/repos/python/cpython/issues/39406/comments
5
2003-10-14T08:53:43Z
2022-04-09T23:02:38Z
https://github.com/python/cpython/issues/39406
1,198,798,240
39,406
[ "python", "cpython" ]
BPO | [823259](https://bugs.python.org/issue823259) --- | :--- Nosy | @loewis Files | <li>[python-2.3.spec](https://bugs.python.org/file5629/python-2.3.spec "Uploaded as application/octet-stream at 2003-10-14.07:50:16 by jafo"): Updated .spec file.</li><li>[python-2.3.spec](https://bugs.python.org/file5630/python-2.3.spec "Uploaded as application/octet-stream at 2003-10-18.14:51:07 by jafo"): Without the /usr/local/bin/python replacement.</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-10-19.18:36:23.000> created_at = <Date 2003-10-14.07:50:16.000> labels = ['build'] title = 'Updated .spec file.' updated_at = <Date 2003-10-19.18:36:23.000> user = 'https://bugs.python.org/jafo' ``` bugs.python.org fields: ```python activity = <Date 2003-10-19.18:36:23.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-14.07:50:16.000> creator = 'jafo' dependencies = [] files = ['5629', '5630'] hgrepos = [] issue_num = 823259 keywords = ['patch'] message_count = 4.0 messages = ['44768', '44769', '44770', '44771'] nosy_count = 2.0 nosy_names = ['loewis', 'jafo'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823259' versions = ['Python 2.3'] ``` </p></details>
Updated .spec file.
https://api.github.com/repos/python/cpython/issues/39405/comments
4
2003-10-14T07:50:16Z
2022-04-09T23:02:37Z
https://github.com/python/cpython/issues/39405
1,198,798,237
39,405
[ "python", "cpython" ]
BPO | [823209](https://bugs.python.org/issue823209) --- | :--- Nosy | @rhettinger, @gaul <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2004-06-14.07:43:31.000> created_at = <Date 2003-10-14.04:23:56.000> labels = ['library'] title = "cmath.log doesn't have the same interface as math.log." updated_at = <Date 2004-06-14.07:43:31.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2004-06-14.07:43:31.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-14.04:23:56.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 823209 keywords = [] message_count = 6.0 messages = ['18621', '18622', '18623', '18624', '18625', '18626'] nosy_count = 3.0 nosy_names = ['rhettinger', 'gaul', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823209' versions = [] ``` </p></details>
cmath.log doesn't have the same interface as math.log.
https://api.github.com/repos/python/cpython/issues/39404/comments
6
2003-10-14T04:23:56Z
2022-04-09T23:02:37Z
https://github.com/python/cpython/issues/39404
1,198,798,232
39,404
[ "python", "cpython" ]
BPO | [823072](https://bugs.python.org/issue823072) --- | :--- Nosy | @loewis, @doko42 Files | <li>[nntplib.diff](https://bugs.python.org/file5627/nntplib.diff "Uploaded as text/plain at 2003-10-13.22:09:59 by @doko42")</li><li>[doc.diff](https://bugs.python.org/file5628/doc.diff "Uploaded as text/plain at 2003-11-16.14:23:53 by @doko42")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2004-08-03.14:37:48.000> created_at = <Date 2003-10-13.22:09:58.000> labels = ['library'] title = 'add option to NOT use ~/.netrc in nntplib.NNTP()' updated_at = <Date 2004-08-03.14:37:48.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2004-08-03.14:37:48.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-13.22:09:58.000> creator = 'doko' dependencies = [] files = ['5627', '5628'] hgrepos = [] issue_num = 823072 keywords = ['patch'] message_count = 4.0 messages = ['44764', '44765', '44766', '44767'] nosy_count = 3.0 nosy_names = ['loewis', 'doko', 'mrovner'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue823072' versions = ['Python 2.3'] ``` </p></details>
add option to NOT use ~/.netrc in nntplib.NNTP()
https://api.github.com/repos/python/cpython/issues/39403/comments
4
2003-10-13T22:09:58Z
2022-04-09T23:02:36Z
https://github.com/python/cpython/issues/39403
1,198,798,230
39,403
[ "python", "cpython" ]
BPO | [822994](https://bugs.python.org/issue822994) --- | :--- Nosy | @mwhudson, @loewis Files | <li>[StringIO-closed.patch](https://bugs.python.org/file5626/StringIO-closed.patch "Uploaded as text/plain at 2003-10-14.19:53:23 by gminick"): StringIO.py clean-up.</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-10-18.10:21:38.000> created_at = <Date 2003-10-13.19:47:15.000> labels = ['library'] title = 'StringIO.py clean-up.' updated_at = <Date 2003-10-18.10:21:38.000> user = 'https://bugs.python.org/gminick' ``` bugs.python.org fields: ```python activity = <Date 2003-10-18.10:21:38.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-13.19:47:15.000> creator = 'gminick' dependencies = [] files = ['5626'] hgrepos = [] issue_num = 822994 keywords = ['patch'] message_count = 4.0 messages = ['44760', '44761', '44762', '44763'] nosy_count = 3.0 nosy_names = ['mwh', 'loewis', 'gminick'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue822994' versions = ['Python 2.3'] ``` </p></details>
StringIO.py clean-up.
https://api.github.com/repos/python/cpython/issues/39402/comments
4
2003-10-13T19:47:15Z
2022-04-09T23:02:34Z
https://github.com/python/cpython/issues/39402
1,198,798,224
39,402
[ "python", "cpython" ]
BPO | [822974](https://bugs.python.org/issue822974) --- | :--- 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 2006-07-03.13:03:26.000> created_at = <Date 2003-10-13.19:21:23.000> labels = ['library'] title = 'Telnet.read_until() timeout parameter misleading ' updated_at = <Date 2006-07-03.13:03:26.000> user = 'https://bugs.python.org/mnquinn' ``` bugs.python.org fields: ```python activity = <Date 2006-07-03.13:03:26.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-13.19:21:23.000> creator = 'mnquinn' dependencies = [] files = [] hgrepos = [] issue_num = 822974 keywords = [] message_count = 3.0 messages = ['18618', '18619', '18620'] nosy_count = 3.0 nosy_names = ['loewis', 'johahn', 'mnquinn'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue822974' versions = ['Python 2.3'] ``` </p></details>
Telnet.read_until() timeout parameter misleading
https://api.github.com/repos/python/cpython/issues/39401/comments
3
2003-10-13T19:21:23Z
2022-04-09T23:02:33Z
https://github.com/python/cpython/issues/39401
1,198,798,219
39,401
[ "python", "cpython" ]
BPO | [822668](https://bugs.python.org/issue822668) --- | :--- 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-10-24.17:39:58.000> created_at = <Date 2003-10-13.11:20:53.000> labels = ['library'] title = 'tarfile exception on large .tar files' updated_at = <Date 2003-10-24.17:39:58.000> user = 'https://bugs.python.org/johanfo' ``` bugs.python.org fields: ```python activity = <Date 2003-10-24.17:39:58.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-13.11:20:53.000> creator = 'johanfo' dependencies = [] files = [] hgrepos = [] issue_num = 822668 keywords = [] message_count = 3.0 messages = ['18615', '18616', '18617'] nosy_count = 3.0 nosy_names = ['akuchling', 'johanfo', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue822668' versions = ['Python 2.3'] ``` </p></details>
tarfile exception on large .tar files
https://api.github.com/repos/python/cpython/issues/39400/comments
3
2003-10-13T11:20:53Z
2022-04-09T23:02:33Z
https://github.com/python/cpython/issues/39400
1,198,798,215
39,400
[ "python", "cpython" ]
BPO | [822290](https://bugs.python.org/issue822290) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-13.15:43:18.000> created_at = <Date 2003-10-12.18:12:38.000> labels = ['library'] title = 'Faster startup by distutils diet' updated_at = <Date 2003-10-13.15:43:18.000> user = 'https://bugs.python.org/orenti' ``` bugs.python.org fields: ```python activity = <Date 2003-10-13.15:43:18.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-12.18:12:38.000> creator = 'orenti' dependencies = [] files = [] hgrepos = [] issue_num = 822290 keywords = ['patch'] message_count = 3.0 messages = ['44757', '44758', '44759'] nosy_count = 3.0 nosy_names = ['mwh', 'jhylton', 'orenti'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue822290' versions = ['Python 2.4'] ``` </p></details>
Faster startup by distutils diet
https://api.github.com/repos/python/cpython/issues/39399/comments
3
2003-10-12T18:12:38Z
2022-04-09T23:02:31Z
https://github.com/python/cpython/issues/39399
1,198,798,209
39,399
[ "python", "cpython" ]
BPO | [822262](https://bugs.python.org/issue822262) --- | :--- Files | <li>[patch](https://bugs.python.org/file1071/patch "Uploaded as application/octet-stream at 2003-10-12.17:07:12 by frougon"): Patch for Doc/api/intro.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-10-13.17:48:35.000> created_at = <Date 2003-10-12.17:07:12.000> labels = ['docs'] title = 'Typo in Doc/api/intro.tex' updated_at = <Date 2003-10-13.17:48:35.000> user = 'https://bugs.python.org/frougon' ``` bugs.python.org fields: ```python activity = <Date 2003-10-13.17:48:35.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-12.17:07:12.000> creator = 'frougon' dependencies = [] files = ['1071'] hgrepos = [] issue_num = 822262 keywords = [] message_count = 2.0 messages = ['18613', '18614'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'frougon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue822262' versions = ['Python 2.3'] ``` </p></details>
Typo in Doc/api/intro.tex
https://api.github.com/repos/python/cpython/issues/39398/comments
2
2003-10-12T17:07:12Z
2022-04-09T23:02:30Z
https://github.com/python/cpython/issues/39398
1,198,798,201
39,398
[ "python", "cpython" ]
BPO | [822005](https://bugs.python.org/issue822005) --- | :--- Nosy | @jackjansen, @ronaldoussoren, @ned-deily <sup>*Note: these values reflect the state of the issue at 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 2010-08-19.00:10:12.833> created_at = <Date 2003-10-12.01:23:48.000> labels = ['OS-mac', 'type-bug'] title = 'Carbon.CarbonEvt.ReceiveNextEvent args wrong' updated_at = <Date 2010-08-19.00:10:12.833> user = 'https://bugs.python.org/gcewing' ``` bugs.python.org fields: ```python activity = <Date 2010-08-19.00:10:12.833> actor = 'BreamoreBoy' assignee = 'jackjansen' closed = True closed_date = <Date 2010-08-19.00:10:12.833> closer = 'BreamoreBoy' components = ['macOS'] creation = <Date 2003-10-12.01:23:48.000> creator = 'gcewing' dependencies = [] files = [] hgrepos = [] issue_num = 822005 keywords = [] message_count = 4.0 messages = ['60412', '95687', '114292', '114304'] nosy_count = 5.0 nosy_names = ['jackjansen', 'ronaldoussoren', 'gcewing', 'ned.deily', 'BreamoreBoy'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue822005' versions = ['Python 2.7'] ``` </p></details>
Carbon.CarbonEvt.ReceiveNextEvent args wrong
https://api.github.com/repos/python/cpython/issues/39397/comments
4
2003-10-12T01:23:48Z
2022-04-09T23:02:29Z
https://github.com/python/cpython/issues/39397
1,198,798,195
39,397
[ "python", "cpython" ]
BPO | [821948](https://bugs.python.org/issue821948) --- | :--- Nosy | @loewis, @devdanzin Files | <li>[fcntl.tar.bz2](https://bugs.python.org/file1070/fcntl.tar.bz2 "Uploaded as application/octet-stream at 2003-10-14.03:31:13 by albertogli"): fcntlmodule preprocessor and assembler output</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-02-13.05:57:07.674> created_at = <Date 2003-10-11.22:08:58.000> labels = ['extension-modules', 'type-bug'] title = 'fcntl() not working on sparc/linux (python 2.2.3)' updated_at = <Date 2009-02-13.05:57:07.657> user = 'https://bugs.python.org/albertogli' ``` bugs.python.org fields: ```python activity = <Date 2009-02-13.05:57:07.657> actor = 'loewis' assignee = 'none' closed = True closed_date = <Date 2009-02-13.05:57:07.674> closer = 'loewis' components = ['Extension Modules'] creation = <Date 2003-10-11.22:08:58.000> creator = 'albertogli' dependencies = [] files = ['1070'] hgrepos = [] issue_num = 821948 keywords = [] message_count = 7.0 messages = ['18607', '18608', '18609', '18610', '18611', '18612', '81878'] nosy_count = 3.0 nosy_names = ['loewis', 'albertogli', 'ajaksu2'] pr_nums = [] priority = 'low' resolution = 'works for me' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue821948' versions = [] ``` </p></details>
fcntl() not working on sparc/linux (python 2.2.3)
https://api.github.com/repos/python/cpython/issues/39396/comments
7
2003-10-11T22:08:58Z
2022-04-09T23:02:27Z
https://github.com/python/cpython/issues/39396
1,198,798,192
39,396
[ "python", "cpython" ]
BPO | [821896](https://bugs.python.org/issue821896) --- | :--- Nosy | @aleaxit <sup>*Note: these values reflect the state of the issue at 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/aleaxit' closed_at = <Date 2003-11-02.18:13:41.000> created_at = <Date 2003-10-11.19:49:20.000> labels = ['library'] title = '_set_cloexec of tempfile.py uses incorrect error handling' updated_at = <Date 2003-11-02.18:13:41.000> user = 'https://bugs.python.org/ceder' ``` bugs.python.org fields: ```python activity = <Date 2003-11-02.18:13:41.000> actor = 'aleax' assignee = 'aleax' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-11.19:49:20.000> creator = 'ceder' dependencies = [] files = [] hgrepos = [] issue_num = 821896 keywords = [] message_count = 2.0 messages = ['18605', '18606'] nosy_count = 2.0 nosy_names = ['aleax', 'ceder'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue821896' versions = ['Python 2.3'] ``` </p></details>
_set_cloexec of tempfile.py uses incorrect error handling
https://api.github.com/repos/python/cpython/issues/39395/comments
2
2003-10-11T19:49:20Z
2022-04-09T23:02:27Z
https://github.com/python/cpython/issues/39395
1,198,798,190
39,395
[ "python", "cpython" ]
BPO | [821862](https://bugs.python.org/issue821862) --- | :--- Nosy | @phdru, @ods, @giampaolo Files | <li>[ftplib.py.patch](https://bugs.python.org/file5624/ftplib.py.patch "Uploaded as text/plain at 2003-10-11.18:04:55 by @phdru"): The patch for ftplib.py to implement telnet option</li><li>[ftplib.py.patch2](https://bugs.python.org/file5625/ftplib.py.patch2 "Uploaded at 2004-10-21.09:52:23 by @phdru"): This is another solution to the same problem. Instead of patching FTP class the patch creates TelnetFTP subclass.</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-10-11.18:04:55.000> labels = ['type-bug', 'library'] title = 'ftplib: Strict RFC 959 (telnet in command channel)' updated_at = <Date 2013-05-26.00:59:29.963> user = 'https://github.com/phdru' ``` bugs.python.org fields: ```python activity = <Date 2013-05-26.00:59:29.963> actor = 'BreamoreBoy' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-11.18:04:55.000> creator = 'phd' dependencies = [] files = ['5624', '5625'] hgrepos = [] issue_num = 821862 keywords = ['patch'] message_count = 4.0 messages = ['44756', '84537', '114127', '114133'] nosy_count = 3.0 nosy_names = ['phd', 'ods', 'giampaolo.rodola'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue821862' versions = ['Python 2.7', 'Python 3.3', 'Python 3.4'] ``` </p></details>
ftplib: Strict RFC 959 (telnet in command channel)
https://api.github.com/repos/python/cpython/issues/39394/comments
5
2003-10-11T18:04:55Z
2023-04-26T06:54:55Z
https://github.com/python/cpython/issues/39394
1,198,798,186
39,394
[ "python", "cpython" ]
BPO | [821818](https://bugs.python.org/issue821818) --- | :--- Nosy | @aleaxit <sup>*Note: these values reflect the state of the issue at 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/aleaxit' closed_at = <Date 2003-11-02.19:40:01.000> created_at = <Date 2003-10-11.16:10:42.000> labels = ['docs'] title = 'pyclbr.readmodule_ex()' updated_at = <Date 2003-11-02.19:40:01.000> user = 'https://bugs.python.org/hdima' ``` bugs.python.org fields: ```python activity = <Date 2003-11-02.19:40:01.000> actor = 'aleax' assignee = 'aleax' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-11.16:10:42.000> creator = 'hdima' dependencies = [] files = [] hgrepos = [] issue_num = 821818 keywords = [] message_count = 2.0 messages = ['18603', '18604'] nosy_count = 2.0 nosy_names = ['aleax', 'hdima'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue821818' versions = ['Python 2.3'] ``` </p></details>
pyclbr.readmodule_ex()
https://api.github.com/repos/python/cpython/issues/39393/comments
2
2003-10-11T16:10:42Z
2022-04-09T23:02:25Z
https://github.com/python/cpython/issues/39393
1,198,798,183
39,393
[ "python", "cpython" ]
BPO | [821701](https://bugs.python.org/issue821701) --- | :--- Nosy | @rhettinger, @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-10-13.17:55:47.000> created_at = <Date 2003-10-11.10:59:52.000> labels = ['docs'] title = 'reduce docs neglect a very important piece of information.' updated_at = <Date 2003-10-13.17:55:47.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2003-10-13.17:55:47.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-11.10:59:52.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 821701 keywords = [] message_count = 6.0 messages = ['18597', '18598', '18599', '18600', '18601', '18602'] nosy_count = 3.0 nosy_names = ['rhettinger', 'terry.reedy', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue821701' versions = ['Python 2.3'] ``` </p></details>
reduce docs neglect a very important piece of information.
https://api.github.com/repos/python/cpython/issues/39392/comments
6
2003-10-11T10:59:52Z
2022-04-09T23:02:24Z
https://github.com/python/cpython/issues/39392
1,198,798,177
39,392
[ "python", "cpython" ]
BPO | [821093](https://bugs.python.org/issue821093) --- | :--- Nosy | @loewis Files | <li>[doc.diff](https://bugs.python.org/file5623/doc.diff "Uploaded as text/plain at 2003-10-10.09:45:16 by quiver")</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-10-19.07:33:30.000> created_at = <Date 2003-10-10.09:45:16.000> labels = ['docs'] title = 'fix doc typos' updated_at = <Date 2003-10-19.07:33:30.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2003-10-19.07:33:30.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-10.09:45:16.000> creator = 'quiver' dependencies = [] files = ['5623'] hgrepos = [] issue_num = 821093 keywords = ['patch'] message_count = 4.0 messages = ['44752', '44753', '44754', '44755'] nosy_count = 2.0 nosy_names = ['loewis', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue821093' versions = ['Python 2.3'] ``` </p></details>
fix doc typos
https://api.github.com/repos/python/cpython/issues/39391/comments
4
2003-10-10T09:45:16Z
2022-04-09T23:02:22Z
https://github.com/python/cpython/issues/39391
1,198,798,168
39,391
[ "python", "cpython" ]
BPO | [820953](https://bugs.python.org/issue820953) --- | :--- Nosy | @birkenfeld Files | <li>[Python-2.3.2-gdbm-2[1].patch](https://bugs.python.org/file1069/Python-2.3.2-gdbm-2%5B1%5D.patch "Uploaded as text/plain at 2003-10-13.16:50:47 by giffordj"): Patch to fix issue</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-03-07.03:28:25.000> created_at = <Date 2003-10-09.23:13:13.000> labels = ['extension-modules'] title = 'dbm Error' updated_at = <Date 2006-03-07.03:28:25.000> user = 'https://bugs.python.org/giffordj' ``` bugs.python.org fields: ```python activity = <Date 2006-03-07.03:28:25.000> actor = 'sf-robot' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-10-09.23:13:13.000> creator = 'giffordj' dependencies = [] files = ['1069'] hgrepos = [] issue_num = 820953 keywords = [] message_count = 4.0 messages = ['18593', '18594', '18595', '18596'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'sf-robot', 'giffordj'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820953' versions = ['Python 2.2'] ``` </p></details>
dbm Error
https://api.github.com/repos/python/cpython/issues/39390/comments
4
2003-10-09T23:13:13Z
2022-04-09T23:02:20Z
https://github.com/python/cpython/issues/39390
1,198,798,162
39,390
[ "python", "cpython" ]
BPO | [820605](https://bugs.python.org/issue820605) --- | :--- Nosy | @loewis Files | <li>[testfile1](https://bugs.python.org/file1068/testfile1 "Uploaded as application/octet-stream at 2003-10-09.13:15:20 by zoranbosnjak"): simple testfile that produces a bug</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-10-14.13:29:45.000> created_at = <Date 2003-10-09.13:15:19.000> labels = ['expert-tkinter'] title = "tkinter's 'after' and 'threads' on multiprocessor" updated_at = <Date 2003-10-14.13:29:45.000> user = 'https://bugs.python.org/zoranbosnjak' ``` bugs.python.org fields: ```python activity = <Date 2003-10-14.13:29:45.000> actor = 'zoranbosnjak' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-10-09.13:15:19.000> creator = 'zoranbosnjak' dependencies = [] files = ['1068'] hgrepos = [] issue_num = 820605 keywords = [] message_count = 4.0 messages = ['18589', '18590', '18591', '18592'] nosy_count = 3.0 nosy_names = ['loewis', 'zoranbosnjak', 'drewp'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820605' versions = [] ``` </p></details>
tkinter's 'after' and 'threads' on multiprocessor
https://api.github.com/repos/python/cpython/issues/39389/comments
4
2003-10-09T13:15:19Z
2022-04-09T23:02:20Z
https://github.com/python/cpython/issues/39389
1,198,798,158
39,389
[ "python", "cpython" ]
BPO | [820583](https://bugs.python.org/issue820583) --- | :--- Nosy | @kbkaiser <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/kbkaiser' closed_at = <Date 2004-07-11.02:16:08.000> created_at = <Date 2003-10-09.12:11:59.000> labels = ['library'] title = 'urllib2 silently returns None when auth_uri is mismatched' updated_at = <Date 2004-07-11.02:16:08.000> user = 'https://bugs.python.org/radeex' ``` bugs.python.org fields: ```python activity = <Date 2004-07-11.02:16:08.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-09.12:11:59.000> creator = 'radeex' dependencies = [] files = [] hgrepos = [] issue_num = 820583 keywords = [] message_count = 4.0 messages = ['18585', '18586', '18587', '18588'] nosy_count = 3.0 nosy_names = ['kbk', 'jjlee', 'radeex'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820583' versions = [] ``` </p></details>
urllib2 silently returns None when auth_uri is mismatched
https://api.github.com/repos/python/cpython/issues/39388/comments
4
2003-10-09T12:11:59Z
2022-04-09T23:02:19Z
https://github.com/python/cpython/issues/39388
1,198,798,153
39,388
[ "python", "cpython" ]
BPO | [820397](https://bugs.python.org/issue820397) --- | :--- 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-10-11.19:13:07.000> created_at = <Date 2003-10-09.02:34:35.000> labels = [] title = '__nonzero__() returns 1/0' updated_at = <Date 2003-10-11.19:13:07.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2003-10-11.19:13:07.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-09.02:34:35.000> creator = 'quiver' dependencies = [] files = [] hgrepos = [] issue_num = 820397 keywords = [] message_count = 2.0 messages = ['18583', '18584'] nosy_count = 2.0 nosy_names = ['rhettinger', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820397' versions = ['Python 2.3'] ``` </p></details>
__nonzero__() returns 1/0
https://api.github.com/repos/python/cpython/issues/39387/comments
2
2003-10-09T02:34:35Z
2022-04-09T23:02:17Z
https://github.com/python/cpython/issues/39387
1,198,798,148
39,387
[ "python", "cpython" ]
BPO | [820344](https://bugs.python.org/issue820344) --- | :--- Nosy | @freddrake, @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2004-01-01.05:47:23.000> created_at = <Date 2003-10-08.23:39:32.000> labels = ['docs'] title = 'Ref Man Index: Symbols -- Latex leak' updated_at = <Date 2004-01-01.05:47:23.000> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2004-01-01.05:47:23.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-08.23:39:32.000> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 820344 keywords = [] message_count = 2.0 messages = ['18581', '18582'] nosy_count = 2.0 nosy_names = ['fdrake', 'terry.reedy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820344' versions = [] ``` </p></details>
Ref Man Index: Symbols -- Latex leak
https://api.github.com/repos/python/cpython/issues/39386/comments
2
2003-10-08T23:39:32Z
2022-04-09T23:02:17Z
https://github.com/python/cpython/issues/39386
1,198,798,141
39,386
[ "python", "cpython" ]
BPO | [820195](https://bugs.python.org/issue820195) --- | :--- Nosy | @gvanrossum Files | <li>[py-2.3.2-contains.patch](https://bugs.python.org/file5622/py-2.3.2-contains.patch "Uploaded as text/plain at 2003-10-08.19:52:37 by gminick"): Patch changing obj.__contains__() to return True/False.</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-10-08.21:09:03.000> created_at = <Date 2003-10-08.19:52:36.000> labels = ['interpreter-core'] title = 'obj.__contains__() returns 1/0...' updated_at = <Date 2003-10-08.21:09:03.000> user = 'https://bugs.python.org/gminick' ``` bugs.python.org fields: ```python activity = <Date 2003-10-08.21:09:03.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-08.19:52:36.000> creator = 'gminick' dependencies = [] files = ['5622'] hgrepos = [] issue_num = 820195 keywords = ['patch'] message_count = 3.0 messages = ['44749', '44750', '44751'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'gminick'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue820195' versions = ['Python 2.3'] ``` </p></details>
obj.__contains__() returns 1/0...
https://api.github.com/repos/python/cpython/issues/39385/comments
3
2003-10-08T19:52:36Z
2022-04-09T23:02:14Z
https://github.com/python/cpython/issues/39385
1,198,798,135
39,385
[ "python", "cpython" ]
BPO | [819955](https://bugs.python.org/issue819955) --- | :--- Nosy | @rhettinger Files | <li>[tarfile.diff](https://bugs.python.org/file5621/tarfile.diff "Uploaded as text/plain at 2003-10-08.12:32:21 by jlgijsbers")</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-10-12.02:03:33.000> created_at = <Date 2003-10-08.12:32:20.000> labels = ['docs'] title = 'Erroneous \\seemodule in tarfile docs' updated_at = <Date 2003-10-12.02:03:33.000> user = 'https://bugs.python.org/jlgijsbers' ``` bugs.python.org fields: ```python activity = <Date 2003-10-12.02:03:33.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-08.12:32:20.000> creator = 'jlgijsbers' dependencies = [] files = ['5621'] hgrepos = [] issue_num = 819955 keywords = ['patch'] message_count = 2.0 messages = ['44747', '44748'] nosy_count = 2.0 nosy_names = ['rhettinger', 'jlgijsbers'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue819955' versions = ['Python 2.3'] ``` </p></details>
Erroneous \seemodule in tarfile docs
https://api.github.com/repos/python/cpython/issues/39384/comments
2
2003-10-08T12:32:20Z
2022-04-09T23:02:13Z
https://github.com/python/cpython/issues/39384
1,198,798,133
39,384
[ "python", "cpython" ]
BPO | [819860](https://bugs.python.org/issue819860) --- | :--- Nosy | @jackjansen, @jneb <sup>*Note: these values reflect the state of the issue at the time it was 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-10-12.19:27:46.000> created_at = <Date 2003-10-08.09:57:52.000> labels = ['OS-mac'] title = 'PythonIDE interactive window Unicode bug' updated_at = <Date 2003-10-12.19:27:46.000> user = 'https://github.com/jneb' ``` bugs.python.org fields: ```python activity = <Date 2003-10-12.19:27:46.000> actor = 'jvr' assignee = 'jvr' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-10-08.09:57:52.000> creator = 'jneb' dependencies = [] files = [] hgrepos = [] issue_num = 819860 keywords = [] message_count = 3.0 messages = ['18578', '18579', '18580'] nosy_count = 3.0 nosy_names = ['jackjansen', 'jvr', 'jneb'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue819860' versions = ['Python 2.3'] ``` </p></details>
PythonIDE interactive window Unicode bug
https://api.github.com/repos/python/cpython/issues/39383/comments
3
2003-10-08T09:57:52Z
2022-04-09T23:02:12Z
https://github.com/python/cpython/issues/39383
1,198,798,131
39,383
[ "python", "cpython" ]
BPO | [819510](https://bugs.python.org/issue819510) --- | :--- Nosy | @akuchling, @gaul <sup>*Note: these values reflect the state of the issue at the time it was 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-10-31.19:27:09.000> created_at = <Date 2003-10-07.19:32:28.000> labels = ['library'] title = 'httplib.SSLFile lacks readlines() method' updated_at = <Date 2003-10-31.19:27:09.000> user = 'https://bugs.python.org/mattcamp' ``` bugs.python.org fields: ```python activity = <Date 2003-10-31.19:27:09.000> actor = 'akuchling' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-07.19:32:28.000> creator = 'mattcamp' dependencies = [] files = [] hgrepos = [] issue_num = 819510 keywords = [] message_count = 3.0 messages = ['18575', '18576', '18577'] nosy_count = 3.0 nosy_names = ['akuchling', 'gaul', 'mattcamp'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue819510' versions = ['Python 2.3'] ``` </p></details>
httplib.SSLFile lacks readlines() method
https://api.github.com/repos/python/cpython/issues/39382/comments
3
2003-10-07T19:32:28Z
2022-04-09T23:02:11Z
https://github.com/python/cpython/issues/39382
1,198,798,129
39,382
[ "python", "cpython" ]
BPO | [819178](https://bugs.python.org/issue819178) --- | :--- 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-05.01:42:10.000> created_at = <Date 2003-10-07.10:47:00.000> labels = ['type-feature'] title = 'optparse "append" action should always make the em' updated_at = <Date 2004-05-05.01:42:10.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2004-05-05.01:42:10.000> actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-07.10:47:00.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 819178 keywords = [] message_count = 4.0 messages = ['54046', '54047', '54048', '54049'] nosy_count = 3.0 nosy_names = ['fdrake', 'gward', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue819178' versions = [] ``` </p></details>
optparse "append" action should always make the em
https://api.github.com/repos/python/cpython/issues/39381/comments
4
2003-10-07T10:47:00Z
2022-04-09T23:02:10Z
https://github.com/python/cpython/issues/39381
1,198,798,125
39,381
[ "python", "cpython" ]
BPO | [819077](https://bugs.python.org/issue819077) --- | :--- Files | <li>[unittest.py.diff](https://bugs.python.org/file5620/unittest.py.diff "Uploaded as text/plain at 2003-10-07.07:23:47 by quiver")</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-10-26.10:41:11.000> created_at = <Date 2003-10-07.07:23:47.000> labels = ['library'] title = 'fix import problem(unittest.py)' updated_at = <Date 2003-10-26.10:41:11.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2003-10-26.10:41:11.000> actor = 'purcell' assignee = 'purcell' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-07.07:23:47.000> creator = 'quiver' dependencies = [] files = ['5620'] hgrepos = [] issue_num = 819077 keywords = ['patch'] message_count = 2.0 messages = ['44745', '44746'] nosy_count = 2.0 nosy_names = ['purcell', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue819077' versions = ['Python 2.3'] ``` </p></details>
fix import problem(unittest.py)
https://api.github.com/repos/python/cpython/issues/39380/comments
2
2003-10-07T07:23:47Z
2022-04-09T23:02:08Z
https://github.com/python/cpython/issues/39380
1,198,798,120
39,380
[ "python", "cpython" ]
BPO | [819012](https://bugs.python.org/issue819012) --- | :--- Nosy | @mwhudson, @loewis Files | <li>[extending.tex.diff](https://bugs.python.org/file5619/extending.tex.diff "Uploaded as text/plain at 2003-10-07.03:21:55 by anadelonbrin"): Fix former/latter bug in "Reference Counts" documentation.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2003-11-07.11:46:40.000> created_at = <Date 2003-10-07.03:21:38.000> labels = ['docs'] title = 'Fix for former/latter confusion in Extending documentation' updated_at = <Date 2003-11-07.11:46:40.000> user = 'https://bugs.python.org/anadelonbrin' ``` bugs.python.org fields: ```python activity = <Date 2003-11-07.11:46:40.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-07.03:21:38.000> creator = 'anadelonbrin' dependencies = [] files = ['5619'] hgrepos = [] issue_num = 819012 keywords = ['patch'] message_count = 3.0 messages = ['44742', '44743', '44744'] nosy_count = 3.0 nosy_names = ['mwh', 'loewis', 'anadelonbrin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue819012' versions = ['Python 2.3'] ``` </p></details>
Fix for former/latter confusion in Extending documentation
https://api.github.com/repos/python/cpython/issues/39379/comments
3
2003-10-07T03:21:38Z
2022-04-09T23:02:08Z
https://github.com/python/cpython/issues/39379
1,198,798,113
39,379
[ "python", "cpython" ]
BPO | [818861](https://bugs.python.org/issue818861) --- | :--- 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 2003-10-21.16:52:21.000> created_at = <Date 2003-10-06.20:40:46.000> labels = ['library'] title = 'ConfigParser items() inconsistency' updated_at = <Date 2003-10-21.16:52:21.000> user = 'https://github.com/freddrake' ``` bugs.python.org fields: ```python activity = <Date 2003-10-21.16:52:21.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-06.20:40:46.000> creator = 'fdrake' dependencies = [] files = [] hgrepos = [] issue_num = 818861 keywords = [] message_count = 2.0 messages = ['18573', '18574'] nosy_count = 1.0 nosy_names = ['fdrake'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue818861' versions = ['Python 2.3'] ``` </p></details>
ConfigParser items() inconsistency
https://api.github.com/repos/python/cpython/issues/39378/comments
2
2003-10-06T20:40:46Z
2022-04-09T23:02:07Z
https://github.com/python/cpython/issues/39378
1,198,798,105
39,378
[ "python", "cpython" ]
BPO | [818490](https://bugs.python.org/issue818490) --- | :--- Nosy | @birkenfeld Files | <li>[f](https://bugs.python.org/file1067/f "Uploaded as application/octet-stream at 2003-10-06.08:03:22 by rlratzel"): compiler error messages for socketmodule.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 2006-02-20.09:31:32.000> created_at = <Date 2003-10-06.08:03:19.000> labels = ['build'] title = 'socketmodule.c compile error using SunPro cc' updated_at = <Date 2006-02-20.09:31:32.000> user = 'https://bugs.python.org/rlratzel' ``` bugs.python.org fields: ```python activity = <Date 2006-02-20.09:31:32.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-06.08:03:19.000> creator = 'rlratzel' dependencies = [] files = ['1067'] hgrepos = [] issue_num = 818490 keywords = [] message_count = 2.0 messages = ['18571', '18572'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'rlratzel'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue818490' versions = ['Python 2.3'] ``` </p></details>
socketmodule.c compile error using SunPro cc
https://api.github.com/repos/python/cpython/issues/39377/comments
2
2003-10-06T08:03:19Z
2022-04-09T23:02:05Z
https://github.com/python/cpython/issues/39377
1,198,798,103
39,377
[ "python", "cpython" ]
BPO | [818315](https://bugs.python.org/issue818315) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-12-19.18:07:24.000> created_at = <Date 2003-10-05.21:44:02.000> labels = ['invalid', 'OS-windows'] title = 'Shared object modules in Windows have no __file__.' updated_at = <Date 2004-12-19.18:07:24.000> user = 'https://bugs.python.org/jemfinch' ``` bugs.python.org fields: ```python activity = <Date 2004-12-19.18:07:24.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-10-05.21:44:02.000> creator = 'jemfinch' dependencies = [] files = [] hgrepos = [] issue_num = 818315 keywords = [] message_count = 3.0 messages = ['18568', '18569', '18570'] nosy_count = 3.0 nosy_names = ['loewis', 'jemfinch', 'alanmcintyre'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue818315' versions = [] ``` </p></details>
Shared object modules in Windows have no __file__.
https://api.github.com/repos/python/cpython/issues/39376/comments
3
2003-10-05T21:44:02Z
2022-04-09T23:02:04Z
https://github.com/python/cpython/issues/39376
1,198,798,099
39,376
[ "python", "cpython" ]
BPO | [818201](https://bugs.python.org/issue818201) --- | :--- Nosy | @tarekziade, @merwok, @zooba, @dstufft <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/merwok' closed_at = <Date 2021-02-03.18:28:59.568> created_at = <Date 2003-10-05.17:37:44.000> labels = ['type-bug', 'library'] title = 'distutils: clean does not use build_base option from build' updated_at = <Date 2021-02-03.18:28:59.567> user = 'https://bugs.python.org/nicholasriley' ``` bugs.python.org fields: ```python activity = <Date 2021-02-03.18:28:59.567> actor = 'steve.dower' assignee = 'eric.araujo' closed = True closed_date = <Date 2021-02-03.18:28:59.568> closer = 'steve.dower' components = ['Distutils'] creation = <Date 2003-10-05.17:37:44.000> creator = 'nicholas.riley' dependencies = [] files = [] hgrepos = [] issue_num = 818201 keywords = [] message_count = 7.0 messages = ['18567', '112430', '112829', '112830', '149632', '150514', '386398'] nosy_count = 6.0 nosy_names = ['nicholas.riley', 'tarek', 'eric.araujo', 'davidsj2', 'steve.dower', 'dstufft'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue818201' versions = ['Python 2.7', 'Python 3.4', 'Python 3.5'] ``` </p></details>
distutils: clean does not use build_base option from build
https://api.github.com/repos/python/cpython/issues/39375/comments
7
2003-10-05T17:37:44Z
2022-04-09T23:02:04Z
https://github.com/python/cpython/issues/39375
1,198,798,095
39,375
[ "python", "cpython" ]
BPO | [818065](https://bugs.python.org/issue818065) --- | :--- 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 2008-01-19.14:14:52.716> created_at = <Date 2003-10-05.11:09:24.000> labels = ['invalid', 'library'] title = 'mailbox._Subfile readline() bug' updated_at = <Date 2008-01-19.14:14:52.715> user = 'https://bugs.python.org/jbperez808' ``` bugs.python.org fields: ```python activity = <Date 2008-01-19.14:14:52.715> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = <Date 2008-01-19.14:14:52.716> closer = 'akuchling' components = ['Library (Lib)'] creation = <Date 2003-10-05.11:09:24.000> creator = 'jbperez808' dependencies = [] files = [] hgrepos = [] issue_num = 818065 keywords = [] message_count = 3.0 messages = ['18565', '18566', '60165'] nosy_count = 2.0 nosy_names = ['akuchling', 'jbperez808'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue818065' versions = [] ``` </p></details>
mailbox._Subfile readline() bug
https://api.github.com/repos/python/cpython/issues/39374/comments
3
2003-10-05T11:09:24Z
2022-04-09T23:02:03Z
https://github.com/python/cpython/issues/39374
1,198,798,091
39,374
[ "python", "cpython" ]
BPO | [818059](https://bugs.python.org/issue818059) --- | :--- Nosy | @rhettinger, @amauryfa, @pitrou, @benjaminp Superseder | <li>bpo-5913: On Windows os.listdir(&#x27;&#x27;) -&gt; cwd and os.listdir(u&#x27;&#x27;) -&gt; C:\</li> Files | <li>[listdir.patch](https://bugs.python.org/file12222/listdir.patch "Uploaded as text/plain at 2008-12-04.17:30:47 by @amauryfa")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-05-29.02:46:22.064> created_at = <Date 2003-10-05.10:50:30.000> labels = ['type-bug', 'library'] title = 'os.listdir on empty strings. Inconsistent behaviour.' updated_at = <Date 2009-05-29.02:46:22.062> user = 'https://bugs.python.org/hannukoo' ``` bugs.python.org fields: ```python activity = <Date 2009-05-29.02:46:22.062> actor = 'benjamin.peterson' assignee = 'none' closed = True closed_date = <Date 2009-05-29.02:46:22.064> closer = 'benjamin.peterson' components = ['Library (Lib)'] creation = <Date 2003-10-05.10:50:30.000> creator = 'hannukoo' dependencies = [] files = ['12222'] hgrepos = [] issue_num = 818059 keywords = ['patch', 'needs review'] message_count = 6.0 messages = ['18561', '18562', '18563', '18564', '76901', '88497'] nosy_count = 6.0 nosy_names = ['rhettinger', 'jvr', 'amaury.forgeotdarc', 'hannukoo', 'pitrou', 'benjamin.peterson'] pr_nums = [] priority = 'high' resolution = 'duplicate' stage = 'patch review' status = 'closed' superseder = '5913' type = 'behavior' url = 'https://bugs.python.org/issue818059' versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7'] ``` </p></details>
os.listdir on empty strings. Inconsistent behaviour.
https://api.github.com/repos/python/cpython/issues/39373/comments
6
2003-10-05T10:50:30Z
2022-04-09T23:02:01Z
https://github.com/python/cpython/issues/39373
1,198,798,087
39,373
[ "python", "cpython" ]
BPO | [818030](https://bugs.python.org/issue818030) --- | :--- 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-10-05.18:09:19.000> created_at = <Date 2003-10-05.08:55:44.000> labels = ['type-feature', 'OS-windows'] title = "use Windows' default programs location." updated_at = <Date 2003-10-05.18:09:19.000> user = 'https://bugs.python.org/thegoldenear' ``` bugs.python.org fields: ```python activity = <Date 2003-10-05.18:09:19.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-10-05.08:55:44.000> creator = 'thegoldenear' dependencies = [] files = [] hgrepos = [] issue_num = 818030 keywords = [] message_count = 2.0 messages = ['18559', '18560'] nosy_count = 2.0 nosy_names = ['tim.peters', 'thegoldenear'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue818030' versions = [] ``` </p></details>
use Windows' default programs location.
https://api.github.com/repos/python/cpython/issues/39372/comments
2
2003-10-05T08:55:44Z
2022-04-09T23:02:00Z
https://github.com/python/cpython/issues/39372
1,198,798,083
39,372
[ "python", "cpython" ]
BPO | [818029](https://bugs.python.org/issue818029) --- | :--- Nosy | @tim-one, @loewis, @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-10-16.19:17:50.000> created_at = <Date 2003-10-05.08:49:52.000> labels = ['OS-windows'] title = 'installer wakes up Windows File Protection' updated_at = <Date 2003-10-16.19:17:50.000> user = 'https://bugs.python.org/thegoldenear' ``` bugs.python.org fields: ```python activity = <Date 2003-10-16.19:17:50.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-10-05.08:49:52.000> creator = 'thegoldenear' dependencies = [] files = [] hgrepos = [] issue_num = 818029 keywords = [] message_count = 10.0 messages = ['18549', '18550', '18551', '18552', '18553', '18554', '18555', '18556', '18557', '18558'] nosy_count = 5.0 nosy_names = ['tim.peters', 'loewis', 'theller', 'logistix', 'thegoldenear'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue818029' versions = ['Python 2.3'] ``` </p></details>
installer wakes up Windows File Protection
https://api.github.com/repos/python/cpython/issues/39371/comments
10
2003-10-05T08:49:52Z
2022-04-09T23:01:59Z
https://github.com/python/cpython/issues/39371
1,198,798,078
39,371
[ "python", "cpython" ]
BPO | [818006](https://bugs.python.org/issue818006) --- | :--- Nosy | @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-03-09.00:56:22.000> created_at = <Date 2003-10-05.06:30:28.000> labels = ['extension-modules', 'type-feature'] title = 'ossaudiodev object does not support common readonly attrs' updated_at = <Date 2005-03-09.00:56:22.000> user = 'https://bugs.python.org/dcinege' ``` bugs.python.org fields: ```python activity = <Date 2005-03-09.00:56:22.000> actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-10-05.06:30:28.000> creator = 'dcinege' dependencies = [] files = [] hgrepos = [] issue_num = 818006 keywords = [] message_count = 10.0 messages = ['54036', '54037', '54038', '54039', '54040', '54041', '54042', '54043', '54044', '54045'] nosy_count = 3.0 nosy_names = ['gward', 'terry.reedy', 'dcinege'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue818006' versions = [] ``` </p></details>
ossaudiodev object does not support common readonly attrs
https://api.github.com/repos/python/cpython/issues/39370/comments
10
2003-10-05T06:30:28Z
2022-04-09T23:01:57Z
https://github.com/python/cpython/issues/39370
1,198,798,075
39,370
[ "python", "cpython" ]
BPO | [817920](https://bugs.python.org/issue817920) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2008-01-24.17:47:35.274> created_at = <Date 2003-10-05.00:08:20.000> labels = ['library'] title = 'select behavior undefined for empty lists' updated_at = <Date 2008-01-24.17:47:35.272> user = 'https://bugs.python.org/vdvo' ``` bugs.python.org fields: ```python activity = <Date 2008-01-24.17:47:35.272> actor = 'draghuram' assignee = 'none' closed = True closed_date = <Date 2008-01-24.17:47:35.274> closer = 'draghuram' components = ['Library (Lib)'] creation = <Date 2003-10-05.00:08:20.000> creator = 'vdvo' dependencies = [] files = [] hgrepos = [] issue_num = 817920 keywords = [] message_count = 4.0 messages = ['18546', '18547', '18548', '61644'] nosy_count = 4.0 nosy_names = ['jhylton', 'itamar', 'vdvo', 'draghuram'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817920' versions = [] ``` </p></details>
select behavior undefined for empty lists
https://api.github.com/repos/python/cpython/issues/39369/comments
4
2003-10-05T00:08:20Z
2022-04-09T23:01:56Z
https://github.com/python/cpython/issues/39369
1,198,798,071
39,369
[ "python", "cpython" ]
BPO | [817854](https://bugs.python.org/issue817854) --- | :--- Nosy | @loewis, @gaul Files | <li>[sslfile_readlines.diff](https://bugs.python.org/file5618/sslfile_readlines.diff "Uploaded as text/plain at 2003-10-04.20:28:44 by @gaul"): support more file operations in SSLFile</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-10-27.14:09:09.000> created_at = <Date 2003-10-04.20:28:44.000> labels = ['library'] title = 'sprout more file operations in SSLFile, fixes 792101' updated_at = <Date 2003-10-27.14:09:09.000> user = 'https://github.com/gaul' ``` bugs.python.org fields: ```python activity = <Date 2003-10-27.14:09:09.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-04.20:28:44.000> creator = 'gaul' dependencies = [] files = ['5618'] hgrepos = [] issue_num = 817854 keywords = ['patch'] message_count = 2.0 messages = ['44740', '44741'] nosy_count = 2.0 nosy_names = ['loewis', 'gaul'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817854' versions = ['Python 2.3'] ``` </p></details>
sprout more file operations in SSLFile, fixes 792101
https://api.github.com/repos/python/cpython/issues/39368/comments
2
2003-10-04T20:28:44Z
2022-04-09T23:01:55Z
https://github.com/python/cpython/issues/39368
1,198,798,065
39,368
[ "python", "cpython" ]
BPO | [817742](https://bugs.python.org/issue817742) --- | :--- Nosy | @freddrake <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2004-05-06.12:46:06.000> created_at = <Date 2003-10-04.15:26:35.000> labels = ['docs'] title = 'Need "new style" note regarding descriptors' updated_at = <Date 2004-05-06.12:46:06.000> user = 'https://bugs.python.org/davidabrahams' ``` bugs.python.org fields: ```python activity = <Date 2004-05-06.12:46:06.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-04.15:26:35.000> creator = 'david_abrahams' dependencies = [] files = [] hgrepos = [] issue_num = 817742 keywords = [] message_count = 2.0 messages = ['18544', '18545'] nosy_count = 2.0 nosy_names = ['fdrake', 'david_abrahams'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817742' versions = ['Python 2.3'] ``` </p></details>
Need "new style" note regarding descriptors
https://api.github.com/repos/python/cpython/issues/39367/comments
2
2003-10-04T15:26:35Z
2022-04-09T23:01:55Z
https://github.com/python/cpython/issues/39367
1,198,798,061
39,367
[ "python", "cpython" ]
BPO | [817611](https://bugs.python.org/issue817611) --- | :--- Nosy | @tim-one, @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 = None closed_at = <Date 2003-10-15.23:44:02.000> created_at = <Date 2003-10-04.09:11:13.000> labels = ['library'] title = 'Google kills socket lookup' updated_at = <Date 2003-10-15.23:44:02.000> user = 'https://bugs.python.org/spikeee' ``` bugs.python.org fields: ```python activity = <Date 2003-10-15.23:44:02.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-04.09:11:13.000> creator = 'spikeee' dependencies = [] files = [] hgrepos = [] issue_num = 817611 keywords = [] message_count = 4.0 messages = ['18540', '18541', '18542', '18543'] nosy_count = 4.0 nosy_names = ['tim.peters', 'ronaldoussoren', 'spikeee', 'johahn'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817611' versions = [] ``` </p></details>
Google kills socket lookup
https://api.github.com/repos/python/cpython/issues/39366/comments
4
2003-10-04T09:11:13Z
2022-04-09T23:01:53Z
https://github.com/python/cpython/issues/39366
1,198,798,057
39,366
[ "python", "cpython" ]
BPO | [817407](https://bugs.python.org/issue817407) --- | :--- Nosy | @loewis, @gaul <sup>*Note: these values reflect the state of the issue at the time it was 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-10-04.07:55:23.000> created_at = <Date 2003-10-03.20:34:52.000> labels = ['invalid', 'library'] title = 'string.capitalize() broken?' updated_at = <Date 2003-10-04.07:55:23.000> user = 'https://bugs.python.org/cresny' ``` bugs.python.org fields: ```python activity = <Date 2003-10-04.07:55:23.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-03.20:34:52.000> creator = 'cresny' dependencies = [] files = [] hgrepos = [] issue_num = 817407 keywords = [] message_count = 3.0 messages = ['18537', '18538', '18539'] nosy_count = 3.0 nosy_names = ['loewis', 'gaul', 'cresny'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817407' versions = ['Python 2.3'] ``` </p></details>
string.capitalize() broken?
https://api.github.com/repos/python/cpython/issues/39365/comments
3
2003-10-03T20:34:52Z
2022-04-09T23:01:51Z
https://github.com/python/cpython/issues/39365
1,198,798,054
39,365
[ "python", "cpython" ]
BPO | [817379](https://bugs.python.org/issue817379) --- | :--- Nosy | @loewis Files | <li>[python-2.2.2-ftpuri.patch](https://bugs.python.org/file5617/python-2.2.2-ftpuri.patch "Uploaded as text/plain at 2003-10-03.19:45:57 by misa"): Patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-02-15.20:57:40.000> created_at = <Date 2003-10-03.19:45:56.000> labels = [] title = 'urllib2 does not allow for absolute ftp paths' updated_at = <Date 2004-02-15.20:57:40.000> user = 'https://bugs.python.org/misa' ``` bugs.python.org fields: ```python activity = <Date 2004-02-15.20:57:40.000> actor = 'loewis' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-10-03.19:45:56.000> creator = 'misa' dependencies = [] files = ['5617'] hgrepos = [] issue_num = 817379 keywords = ['patch'] message_count = 5.0 messages = ['44735', '44736', '44737', '44738', '44739'] nosy_count = 4.0 nosy_names = ['loewis', 'jhylton', 'jjlee', 'misa'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817379' versions = [] ``` </p></details>
urllib2 does not allow for absolute ftp paths
https://api.github.com/repos/python/cpython/issues/39364/comments
5
2003-10-03T19:45:56Z
2022-04-09T23:01:50Z
https://github.com/python/cpython/issues/39364
1,198,798,048
39,364
[ "python", "cpython" ]
BPO | [817329](https://bugs.python.org/issue817329) --- | :--- Nosy | @loewis, @gaul Files | <li>[popen2_maxfd.diff](https://bugs.python.org/file5616/popen2_maxfd.diff "Uploaded as text/plain at 2003-10-03.18:14:52 by @gaul"): dynamic popen2 MAXFD</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-10-06.21:35:00.000> created_at = <Date 2003-10-03.18:07:02.000> labels = ['library'] title = 'dynamic popen2 MAXFD' updated_at = <Date 2003-10-06.21:35:00.000> user = 'https://github.com/gaul' ``` bugs.python.org fields: ```python activity = <Date 2003-10-06.21:35:00.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-03.18:07:02.000> creator = 'gaul' dependencies = [] files = ['5616'] hgrepos = [] issue_num = 817329 keywords = ['patch'] message_count = 2.0 messages = ['44733', '44734'] nosy_count = 2.0 nosy_names = ['loewis', 'gaul'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817329' versions = ['Python 2.3'] ``` </p></details>
dynamic popen2 MAXFD
https://api.github.com/repos/python/cpython/issues/39363/comments
2
2003-10-03T18:07:02Z
2022-04-09T23:01:49Z
https://github.com/python/cpython/issues/39363
1,198,798,041
39,363
[ "python", "cpython" ]
BPO | [817234](https://bugs.python.org/issue817234) --- | :--- Files | <li>[sre.patch](https://bugs.python.org/file1066/sre.patch "Uploaded as text/plain at 2004-09-03.18:13:42 by niemeyer"): Applied patch.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-09-03.18:13:42.000> created_at = <Date 2003-10-03.15:01:52.000> labels = ['expert-regex'] title = 're.finditer hangs on final empty match' updated_at = <Date 2004-09-03.18:13:42.000> user = 'https://bugs.python.org/kevinbutler' ``` bugs.python.org fields: ```python activity = <Date 2004-09-03.18:13:42.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2003-10-03.15:01:52.000> creator = 'kevinbutler' dependencies = [] files = ['1066'] hgrepos = [] issue_num = 817234 keywords = [] message_count = 4.0 messages = ['18533', '18534', '18535', '18536'] nosy_count = 3.0 nosy_names = ['effbot', 'niemeyer', 'kevinbutler'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817234' versions = ['Python 2.3'] ``` </p></details>
re.finditer hangs on final empty match
https://api.github.com/repos/python/cpython/issues/39362/comments
4
2003-10-03T15:01:52Z
2022-04-09T23:01:48Z
https://github.com/python/cpython/issues/39362
1,198,798,037
39,362
[ "python", "cpython" ]
BPO | [817178](https://bugs.python.org/issue817178) --- | :--- Nosy | @akuchling, @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-10-31.19:53:18.000> created_at = <Date 2003-10-03.13:54:51.000> labels = ['docs'] title = 'Email.message example missing arg' updated_at = <Date 2003-10-31.19:53:18.000> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2003-10-31.19:53:18.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-03.13:54:51.000> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 817178 keywords = [] message_count = 2.0 messages = ['18531', '18532'] nosy_count = 2.0 nosy_names = ['akuchling', 'terry.reedy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817178' versions = [] ``` </p></details>
Email.message example missing arg
https://api.github.com/repos/python/cpython/issues/39361/comments
2
2003-10-03T13:54:51Z
2022-04-09T23:01:48Z
https://github.com/python/cpython/issues/39361
1,198,798,033
39,361
[ "python", "cpython" ]
BPO | [817156](https://bugs.python.org/issue817156) --- | :--- Nosy | @malemburg Files | <li>[unicode-8f.patch](https://bugs.python.org/file1065/unicode-8f.patch "Uploaded as text/plain at 2003-10-03.13:30:21 by jepler"): patch & test enhancements</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/malemburg' closed_at = <Date 2003-10-06.05:42:03.000> created_at = <Date 2003-10-03.13:30:19.000> labels = ['expert-unicode'] title = 'invalid \\U escape gives 0=length unistr' updated_at = <Date 2003-10-06.05:42:03.000> user = 'https://bugs.python.org/jepler' ``` bugs.python.org fields: ```python activity = <Date 2003-10-06.05:42:03.000> actor = 'anthonybaxter' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2003-10-03.13:30:19.000> creator = 'jepler' dependencies = [] files = ['1065'] hgrepos = [] issue_num = 817156 keywords = [] message_count = 3.0 messages = ['18528', '18529', '18530'] nosy_count = 4.0 nosy_names = ['lemburg', 'jhylton', 'anthonybaxter', 'jepler'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue817156' versions = [] ``` </p></details>
invalid \U escape gives 0=length unistr
https://api.github.com/repos/python/cpython/issues/39360/comments
3
2003-10-03T13:30:19Z
2022-04-09T23:01:47Z
https://github.com/python/cpython/issues/39360
1,198,798,030
39,360
[ "python", "cpython" ]
BPO | [816946](https://bugs.python.org/issue816946) --- | :--- Nosy | @mwhudson, @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 2003-10-06.10:07:42.000> created_at = <Date 2003-10-03.04:09:06.000> labels = ['invalid', 'docs'] title = 'Float Multiplication' updated_at = <Date 2003-10-06.10:07:42.000> user = 'https://bugs.python.org/vktor' ``` bugs.python.org fields: ```python activity = <Date 2003-10-06.10:07:42.000> actor = 'mwh' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-03.04:09:06.000> creator = 'vktor' dependencies = [] files = [] hgrepos = [] issue_num = 816946 keywords = [] message_count = 5.0 messages = ['18523', '18524', '18525', '18526', '18527'] nosy_count = 4.0 nosy_names = ['mwh', 'fdrake', 'effbot', 'vktor'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816946' versions = ['Python 2.3'] ``` </p></details>
Float Multiplication
https://api.github.com/repos/python/cpython/issues/39359/comments
5
2003-10-03T04:09:06Z
2022-04-09T23:01:46Z
https://github.com/python/cpython/issues/39359
1,198,798,026
39,359
[ "python", "cpython" ]
BPO | [816929](https://bugs.python.org/issue816929) --- | :--- Nosy | @loewis, @amauryfa Superseder | <li>bpo-933795: configure not able to find ncurses/curses in Solaris </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-01-06.21:25:54.768> created_at = <Date 2003-10-03.03:09:28.000> labels = ['build'] title = 'term.h present but cannot be compiled' updated_at = <Date 2009-01-06.21:25:54.755> user = 'https://bugs.python.org/nhawthorn' ``` bugs.python.org fields: ```python activity = <Date 2009-01-06.21:25:54.755> actor = 'amaury.forgeotdarc' assignee = 'none' closed = True closed_date = <Date 2009-01-06.21:25:54.768> closer = 'amaury.forgeotdarc' components = ['Build'] creation = <Date 2003-10-03.03:09:28.000> creator = 'nhawthorn' dependencies = [] files = [] hgrepos = [] issue_num = 816929 keywords = [] message_count = 4.0 messages = ['60409', '60410', '60411', '79287'] nosy_count = 3.0 nosy_names = ['loewis', 'amaury.forgeotdarc', 'nhawthorn'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = '933795' type = None url = 'https://bugs.python.org/issue816929' versions = ['Python 2.3'] ``` </p></details>
term.h present but cannot be compiled
https://api.github.com/repos/python/cpython/issues/39358/comments
4
2003-10-03T03:09:28Z
2022-04-09T23:01:44Z
https://github.com/python/cpython/issues/39358
1,198,798,024
39,358
[ "python", "cpython" ]
BPO | [816810](https://bugs.python.org/issue816810) --- | :--- Nosy | @sjoerdmullender, @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-12-19.03:39:05.000> created_at = <Date 2003-10-02.21:00:18.000> labels = ['library'] title = 'webbrowser.open hangs under certain conditions' updated_at = <Date 2005-12-19.03:39:05.000> user = 'https://github.com/sjoerdmullender' ``` bugs.python.org fields: ```python activity = <Date 2005-12-19.03:39:05.000> actor = 'nnorwitz' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-02.21:00:18.000> creator = 'sjoerd' dependencies = [] files = [] hgrepos = [] issue_num = 816810 keywords = [] message_count = 2.0 messages = ['18521', '18522'] nosy_count = 3.0 nosy_names = ['sjoerd', 'fdrake', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816810' versions = ['Python 2.4'] ``` </p></details>
webbrowser.open hangs under certain conditions
https://api.github.com/repos/python/cpython/issues/39357/comments
2
2003-10-02T21:00:18Z
2022-04-09T23:01:43Z
https://github.com/python/cpython/issues/39357
1,198,798,021
39,357
[ "python", "cpython" ]
BPO | [816787](https://bugs.python.org/issue816787) --- | :--- Nosy | @tebeka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-12.01:35:05.000> created_at = <Date 2003-10-02.20:16:07.000> labels = ['library'] title = "urllib2.URLError don't calll IOError.__init__" updated_at = <Date 2007-03-12.01:35:05.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2007-03-12.01:35:05.000> actor = 'collinwinter' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-02.20:16:07.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 816787 keywords = ['patch'] message_count = 4.0 messages = ['44729', '44730', '44731', '44732'] nosy_count = 4.0 nosy_names = ['jhylton', 'collinwinter', 'jjlee', 'tebeka'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816787' versions = ['Python 2.3'] ``` </p></details>
urllib2.URLError don't calll IOError.__init__
https://api.github.com/repos/python/cpython/issues/39356/comments
4
2003-10-02T20:16:07Z
2022-04-09T23:01:41Z
https://github.com/python/cpython/issues/39356
1,198,798,015
39,356
[ "python", "cpython" ]
BPO | [816725](https://bugs.python.org/issue816725) --- | :--- Nosy | @freddrake, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/birkenfeld' closed_at = <Date 2007-08-15.18:43:09.000> created_at = <Date 2003-10-02.18:13:39.000> labels = ['type-feature', 'docs'] title = 'mark deprecated modules in indexes' updated_at = <Date 2007-08-15.18:43:09.000> user = 'https://github.com/freddrake' ``` bugs.python.org fields: ```python activity = <Date 2007-08-15.18:43:09.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-02.18:13:39.000> creator = 'fdrake' dependencies = [] files = [] hgrepos = [] issue_num = 816725 keywords = [] message_count = 2.0 messages = ['18519', '18520'] nosy_count = 2.0 nosy_names = ['fdrake', 'georg.brandl'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue816725' versions = [] ``` </p></details>
mark deprecated modules in indexes
https://api.github.com/repos/python/cpython/issues/39355/comments
2
2003-10-02T18:13:39Z
2022-04-09T23:01:41Z
https://github.com/python/cpython/issues/39355
1,198,798,008
39,355
[ "python", "cpython" ]
BPO | [816628](https://bugs.python.org/issue816628) --- | :--- Nosy | @warsaw, @akuchling, @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/akuchling' closed_at = <Date 2005-12-08.17:54:53.000> created_at = <Date 2003-10-02.15:55:56.000> labels = ['type-feature', 'docs'] title = 'request for bugs.python.org' updated_at = <Date 2005-12-08.17:54:53.000> user = 'https://bugs.python.org/pfremy' ``` bugs.python.org fields: ```python activity = <Date 2005-12-08.17:54:53.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-02.15:55:56.000> creator = 'pfremy' dependencies = [] files = [] hgrepos = [] issue_num = 816628 keywords = [] message_count = 7.0 messages = ['54029', '54030', '54031', '54032', '54033', '54034', '54035'] nosy_count = 4.0 nosy_names = ['barry', 'akuchling', 'pfremy', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue816628' versions = [] ``` </p></details>
request for bugs.python.org
https://api.github.com/repos/python/cpython/issues/39354/comments
7
2003-10-02T15:55:56Z
2022-04-09T23:01:40Z
https://github.com/python/cpython/issues/39354
1,198,798,004
39,354
[ "python", "cpython" ]
BPO | [816627](https://bugs.python.org/issue816627) --- | :--- Nosy | @tim-one Files | <li>[current_img.jpg](https://bugs.python.org/file1064/current_img.jpg "Uploaded as image/jpeg at 2003-10-02.15:54:44 by pfremy")</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-11-12.00:29:48.000> created_at = <Date 2003-10-02.15:54:44.000> labels = ['invalid', 'library'] title = 'file read() forgets some bytes' updated_at = <Date 2003-11-12.00:29:48.000> user = 'https://bugs.python.org/pfremy' ``` bugs.python.org fields: ```python activity = <Date 2003-11-12.00:29:48.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-10-02.15:54:44.000> creator = 'pfremy' dependencies = [] files = ['1064'] hgrepos = [] issue_num = 816627 keywords = [] message_count = 6.0 messages = ['18513', '18514', '18515', '18516', '18517', '18518'] nosy_count = 3.0 nosy_names = ['tim.peters', 'pfremy', 'jfdutcher'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816627' versions = [] ``` </p></details>
file read() forgets some bytes
https://api.github.com/repos/python/cpython/issues/39353/comments
6
2003-10-02T15:54:44Z
2022-04-09T23:01:38Z
https://github.com/python/cpython/issues/39353
1,198,798,001
39,353
[ "python", "cpython" ]
BPO | [816476](https://bugs.python.org/issue816476) --- | :--- Nosy | @mwhudson, @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-01-01.05:01:28.000> created_at = <Date 2003-10-02.10:42:56.000> labels = ['interpreter-core'] title = 'Fatal Python error: GC object already tracked' updated_at = <Date 2004-01-01.05:01:28.000> user = 'https://bugs.python.org/thenninger' ``` bugs.python.org fields: ```python activity = <Date 2004-01-01.05:01:28.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-10-02.10:42:56.000> creator = 'thenninger' dependencies = [] files = [] hgrepos = [] issue_num = 816476 keywords = [] message_count = 6.0 messages = ['18507', '18508', '18509', '18510', '18511', '18512'] nosy_count = 3.0 nosy_names = ['mwh', 'tim.peters', 'thenninger'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816476' versions = [] ``` </p></details>
Fatal Python error: GC object already tracked
https://api.github.com/repos/python/cpython/issues/39352/comments
6
2003-10-02T10:42:56Z
2022-04-09T23:01:36Z
https://github.com/python/cpython/issues/39352
1,198,797,994
39,352
[ "python", "cpython" ]
BPO | [816420](https://bugs.python.org/issue816420) --- | :--- Nosy | @loewis, @gaul Files | <li>[diff](https://bugs.python.org/file5615/diff "Uploaded as text/plain at 2003-10-02.08:50:34 by crunch"): Patch to make Python under OpenBSD 3.4</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-10-03.13:51:07.000> created_at = <Date 2003-10-02.08:50:34.000> labels = ['build'] title = 'make fails under OpenBSD 3.4' updated_at = <Date 2003-10-03.13:51:07.000> user = 'https://bugs.python.org/crunch' ``` bugs.python.org fields: ```python activity = <Date 2003-10-03.13:51:07.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-10-02.08:50:34.000> creator = 'crunch' dependencies = [] files = ['5615'] hgrepos = [] issue_num = 816420 keywords = ['patch'] message_count = 3.0 messages = ['44726', '44727', '44728'] nosy_count = 3.0 nosy_names = ['loewis', 'gaul', 'crunch'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816420' versions = ['Python 2.3'] ``` </p></details>
make fails under OpenBSD 3.4
https://api.github.com/repos/python/cpython/issues/39351/comments
3
2003-10-02T08:50:34Z
2022-04-09T23:01:35Z
https://github.com/python/cpython/issues/39351
1,198,797,989
39,351
[ "python", "cpython" ]
BPO | [816344](https://bugs.python.org/issue816344) --- | :--- 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-11-21.20:28:17.000> created_at = <Date 2003-10-02.05:05:49.000> labels = ['docs'] title = 'Missing import in email example' updated_at = <Date 2003-11-21.20:28:17.000> user = 'https://bugs.python.org/anadelonbrin' ``` bugs.python.org fields: ```python activity = <Date 2003-11-21.20:28:17.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-10-02.05:05:49.000> creator = 'anadelonbrin' dependencies = [] files = [] hgrepos = [] issue_num = 816344 keywords = [] message_count = 2.0 messages = ['18505', '18506'] nosy_count = 2.0 nosy_names = ['barry', 'anadelonbrin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue816344' versions = ['Python 2.3'] ``` </p></details>
Missing import in email example
https://api.github.com/repos/python/cpython/issues/39350/comments
2
2003-10-02T05:05:49Z
2022-04-09T23:01:35Z
https://github.com/python/cpython/issues/39350
1,198,797,987
39,350
[ "python", "cpython" ]
BPO | [816059](https://bugs.python.org/issue816059) --- | :--- Nosy | @loewis, @gaul, @amauryfa, @devdanzin Dependencies | <li>bpo-761888: popen2.Popen3 and popen2.Popen4 leaks filedescriptors</li> Files | <li>[popen2.diff](https://bugs.python.org/file5614/popen2.diff "Uploaded as text/plain at 2003-10-01.18:48:20 by @gaul"): popen2 work</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2010-08-18.16:39:46.405> created_at = <Date 2003-10-01.18:48:03.000> labels = ['type-bug', 'library'] title = 'popen2 work, fixes bugs 768649 and 761888' updated_at = <Date 2010-08-18.16:39:46.405> user = 'https://github.com/gaul' ``` bugs.python.org fields: ```python activity = <Date 2010-08-18.16:39:46.405> actor = 'BreamoreBoy' assignee = 'loewis' closed = True closed_date = <Date 2010-08-18.16:39:46.405> closer = 'BreamoreBoy' components = ['Library (Lib)'] creation = <Date 2003-10-01.18:48:03.000> creator = 'gaul' dependencies = ['761888'] files = ['5614'] hgrepos = [] issue_num = 816059 keywords = ['patch'] message_count = 4.0 messages = ['44725', '81495', '81695', '90331'] nosy_count = 4.0 nosy_names = ['loewis', 'gaul', 'amaury.forgeotdarc', 'ajaksu2'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue816059' versions = ['Python 2.6'] ``` </p></details>
popen2 work, fixes bugs 768649 and 761888
https://api.github.com/repos/python/cpython/issues/39349/comments
4
2003-10-01T18:48:03Z
2022-04-09T23:01:34Z
https://github.com/python/cpython/issues/39349
1,198,797,984
39,349