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 | [665194](https://bugs.python.org/issue665194) --- | :--- Nosy | @tim-one, @warsaw, @akuchling, @doerwalter, @abalkin, @devdanzin, @merwok, @bitdancer Dependencies | <li>bpo-5094: datetime lacks concrete tzinfo implementation for UTC</li> Files | <li>[datetime-mimeformat.diff](https://bugs.python.org/file8214/datetime-mimeformat.diff "Uploaded as text/plain at 2007-03-07.19:55:40 by @doerwalter")</li><li>[formatdate_datetime_support.patch](https://bugs.python.org/file21886/formatdate_datetime_support.patch "Uploaded as text/plain at 2011-05-04.19:56:45 by @bitdancer")</li><li>[util_datetime.patch](https://bugs.python.org/file22649/util_datetime.patch "Uploaded as text/plain at 2011-07-13.23:04:37 by @bitdancer")</li><li>[issue665194.diff](https://bugs.python.org/file26094/issue665194.diff "Uploaded as text/plain at 2012-06-22.21:10:41 by @abalkin")</li><li>[localtime.patch](https://bugs.python.org/file26954/localtime.patch "Uploaded as text/plain at 2012-08-22.01:39:30 by @bitdancer")</li><li>[localtime.patch](https://bugs.python.org/file26955/localtime.patch "Uploaded as text/plain at 2012-08-22.02:24:31 by @bitdancer")</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/abalkin' closed_at = <Date 2012-08-23.04:10:12.456> created_at = <Date 2003-01-09.18:24:53.000> labels = ['easy', 'type-feature', 'library', 'expert-email'] title = 'datetime-RFC2822 roundtripping' updated_at = <Date 2012-08-23.04:10:12.455> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2012-08-23.04:10:12.455> actor = 'belopolsky' assignee = 'belopolsky' closed = True closed_date = <Date 2012-08-23.04:10:12.456> closer = 'belopolsky' components = ['Library (Lib)', 'email'] creation = <Date 2003-01-09.18:24:53.000> creator = 'doerwalter' dependencies = ['5094'] files = ['8214', '21886', '22649', '26094', '26954', '26955'] hgrepos = [] issue_num = 665194 keywords = ['patch', 'easy'] message_count = 36.0 messages = ['53725', '53726', '53727', '53728', '53729', '53730', '53731', '53732', '53733', '81810', '107436', '135154', '135211', '135222', '135226', '135228', '140317', '140747', '140748', '161644', '163486', '163516', '163620', '168834', '168835', '168837', '168838', '168840', '168841', '168912', '168913', '168914', '168916', '168919', '168920', '168922'] nosy_count = 10.0 nosy_names = ['tim.peters', 'barry', 'akuchling', 'doerwalter', 'belopolsky', 'ajaksu2', 'eric.araujo', 'r.david.murray', 'Alexander.Belopolsky', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue665194' versions = ['Python 3.3'] ``` </p></details>
datetime-RFC2822 roundtripping
https://api.github.com/repos/python/cpython/issues/37748/comments
36
2003-01-09T18:24:53Z
2022-04-09T22:31:34Z
https://github.com/python/cpython/issues/37748
1,198,791,193
37,748
[ "python", "cpython" ]
BPO | [665101](https://bugs.python.org/issue665101) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-09.23:23:37.000> created_at = <Date 2003-01-09.15:46:31.000> labels = ['OS-mac'] title = 'Scripts menu display error in PythonIDE ' updated_at = <Date 2003-01-09.23:23:37.000> user = 'https://bugs.python.org/larrymeyn' ``` bugs.python.org fields: ```python activity = <Date 2003-01-09.23:23:37.000> actor = 'jvr' assignee = 'jvr' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-09.15:46:31.000> creator = 'larrymeyn' dependencies = [] files = [] hgrepos = [] issue_num = 665101 keywords = [] message_count = 3.0 messages = ['13957', '13958', '13959'] nosy_count = 2.0 nosy_names = ['jvr', 'larrymeyn'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665101' versions = ['Python 2.3'] ``` </p></details>
Scripts menu display error in PythonIDE
https://api.github.com/repos/python/cpython/issues/37747/comments
3
2003-01-09T15:46:31Z
2022-04-09T22:31:32Z
https://github.com/python/cpython/issues/37747
1,198,791,190
37,747
[ "python", "cpython" ]
BPO | [665014](https://bugs.python.org/issue665014) --- | :--- Nosy | @malemburg, @loewis, @mhammond Files | <li>[tokenizer.c.patch](https://bugs.python.org/file735/tokenizer.c.patch "Uploaded as text/plain at 2003-01-09.13:34:13 by @mhammond"): patch</li><li>[crash.py](https://bugs.python.org/file736/crash.py "Uploaded as text/plain at 2003-01-09.13:35:21 by @mhammond"): test case</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mhammond' closed_at = <Date 2003-01-14.23:18:18.000> created_at = <Date 2003-01-09.13:32:21.000> labels = ['expert-unicode', 'release-blocker'] title = 'files with long lines and an encoding crash' updated_at = <Date 2003-01-14.23:18:18.000> user = 'https://github.com/mhammond' ``` bugs.python.org fields: ```python activity = <Date 2003-01-14.23:18:18.000> actor = 'mhammond' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2003-01-09.13:32:21.000> creator = 'mhammond' dependencies = [] files = ['735', '736'] hgrepos = [] issue_num = 665014 keywords = [] message_count = 6.0 messages = ['13951', '13952', '13953', '13954', '13955', '13956'] nosy_count = 3.0 nosy_names = ['lemburg', 'loewis', 'mhammond'] pr_nums = [] priority = 'release blocker' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665014' versions = [] ``` </p></details>
files with long lines and an encoding crash
https://api.github.com/repos/python/cpython/issues/37746/comments
6
2003-01-09T13:32:21Z
2022-04-09T22:31:32Z
https://github.com/python/cpython/issues/37746
1,198,791,189
37,746
[ "python", "cpython" ]
BPO | [664715](https://bugs.python.org/issue664715) --- | :--- Nosy | @brettcannon, @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 2004-07-10.19:23:01.000> created_at = <Date 2003-01-08.22:14:12.000> labels = [] title = 'Demo/dbm.py - Rewrite using anydbm?' updated_at = <Date 2004-07-10.19:23:01.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2004-07-10.19:23:01.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-01-08.22:14:12.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 664715 keywords = [] message_count = 2.0 messages = ['13949', '13950'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'jackjansen'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664715' versions = [] ``` </p></details>
Demo/dbm.py - Rewrite using anydbm?
https://api.github.com/repos/python/cpython/issues/37745/comments
2
2003-01-08T22:14:12Z
2022-04-09T22:31:30Z
https://github.com/python/cpython/issues/37745
1,198,791,184
37,745
[ "python", "cpython" ]
BPO | [664584](https://bugs.python.org/issue664584) --- | :--- Nosy | @malemburg <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-20.18:27:24.000> created_at = <Date 2003-01-08.19:31:46.000> labels = ['library'] title = 'test_ossaudiodev fails to run' updated_at = <Date 2003-01-20.18:27:24.000> user = 'https://github.com/malemburg' ``` bugs.python.org fields: ```python activity = <Date 2003-01-20.18:27:24.000> actor = 'lemburg' assignee = 'gward' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-08.19:31:46.000> creator = 'lemburg' dependencies = [] files = [] hgrepos = [] issue_num = 664584 keywords = [] message_count = 3.0 messages = ['13946', '13947', '13948'] nosy_count = 3.0 nosy_names = ['lemburg', 'nnorwitz', 'gward'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664584' versions = ['Python 2.3'] ``` </p></details>
test_ossaudiodev fails to run
https://api.github.com/repos/python/cpython/issues/37744/comments
3
2003-01-08T19:31:46Z
2022-04-09T22:31:29Z
https://github.com/python/cpython/issues/37744
1,198,791,175
37,744
[ "python", "cpython" ]
BPO | [664581](https://bugs.python.org/issue664581) --- | :--- Nosy | @malemburg, @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-01-24.17:48:05.000> created_at = <Date 2003-01-08.19:28:22.000> labels = ['library'] title = 'test_bsddb3 fails when run directly' updated_at = <Date 2003-01-24.17:48:05.000> user = 'https://github.com/malemburg' ``` bugs.python.org fields: ```python activity = <Date 2003-01-24.17:48:05.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-08.19:28:22.000> creator = 'lemburg' dependencies = [] files = [] hgrepos = [] issue_num = 664581 keywords = [] message_count = 2.0 messages = ['13944', '13945'] nosy_count = 2.0 nosy_names = ['lemburg', 'barry'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664581' versions = ['Python 2.3'] ``` </p></details>
test_bsddb3 fails when run directly
https://api.github.com/repos/python/cpython/issues/37743/comments
2
2003-01-08T19:28:22Z
2022-04-09T22:31:29Z
https://github.com/python/cpython/issues/37743
1,198,791,170
37,743
[ "python", "cpython" ]
BPO | [664376](https://bugs.python.org/issue664376) --- | :--- Nosy | @gvanrossum, @smontanaro, @theller Files | <li>[sysmodule.diff](https://bugs.python.org/file4911/sysmodule.diff "Uploaded as text/plain at 2003-01-08.13:31:56 by @theller"): sysmodule.diff with Windows patch</li><li>[sysmodule.diff](https://bugs.python.org/file4912/sysmodule.diff "Uploaded as text/plain at 2003-01-10.14:24:52 by @theller"): sysmodule.diff patched to use realpath()</li><li>[abspath.diff](https://bugs.python.org/file4913/abspath.diff "Uploaded as text/plain at 2003-01-10.21:32:52 by @smontanaro")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-02-19.15:33:08.000> created_at = <Date 2003-01-08.13:26:43.000> labels = [] title = 'sys.path[0] should contain absolute pathname' updated_at = <Date 2003-02-19.15:33:08.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2003-02-19.15:33:08.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-08.13:26:43.000> creator = 'theller' dependencies = [] files = ['4911', '4912', '4913'] hgrepos = [] issue_num = 664376 keywords = ['patch'] message_count = 15.0 messages = ['42379', '42380', '42381', '42382', '42383', '42384', '42385', '42386', '42387', '42388', '42389', '42390', '42391', '42392', '42393'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'skip.montanaro', 'theller'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664376' versions = [] ``` </p></details>
sys.path[0] should contain absolute pathname
https://api.github.com/repos/python/cpython/issues/37742/comments
15
2003-01-08T13:26:43Z
2022-04-09T22:31:28Z
https://github.com/python/cpython/issues/37742
1,198,791,166
37,742
[ "python", "cpython" ]
BPO | [664320](https://bugs.python.org/issue664320) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[ceval.diff2](https://bugs.python.org/file4909/ceval.diff2 "Uploaded as text/plain at 2003-01-08.11:58:43 by @rhettinger"): Patch for ceval.c</li><li>[ceval4.diff](https://bugs.python.org/file4910/ceval4.diff "Uploaded as text/plain at 2003-01-09.04:17:48 by @rhettinger"): Patch extended to other op codes</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-09.15:28:07.000> created_at = <Date 2003-01-08.11:34:07.000> labels = ['interpreter-core'] title = 'Replace pop/push pairs in ceval.c' updated_at = <Date 2003-01-09.15:28:07.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-09.15:28:07.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-08.11:34:07.000> creator = 'rhettinger' dependencies = [] files = ['4909', '4910'] hgrepos = [] issue_num = 664320 keywords = ['patch'] message_count = 7.0 messages = ['42372', '42373', '42374', '42375', '42376', '42377', '42378'] nosy_count = 3.0 nosy_names = ['tim.peters', 'nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664320' versions = ['Python 2.3'] ``` </p></details>
Replace pop/push pairs in ceval.c
https://api.github.com/repos/python/cpython/issues/37741/comments
7
2003-01-08T11:34:07Z
2022-04-09T22:31:26Z
https://github.com/python/cpython/issues/37741
1,198,791,163
37,741
[ "python", "cpython" ]
BPO | [664192](https://bugs.python.org/issue664192) --- | :--- Nosy | @rhettinger Files | <li>[unicodeobject.c.diff](https://bugs.python.org/file4907/unicodeobject.c.diff "Uploaded as text/plain at 2003-01-08.05:29:02 by blunck2"): contextual diff for unicodeobject.c</li><li>[stringobject.c.diff](https://bugs.python.org/file4908/stringobject.c.diff "Uploaded as text/plain at 2003-01-09.04:21:48 by blunck2"): 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 = 'https://github.com/rhettinger' closed_at = <Date 2003-01-15.05:37:08.000> created_at = <Date 2003-01-08.05:27:35.000> labels = ['interpreter-core'] title = '661913: inconsistent error messages between string an unicod' updated_at = <Date 2003-01-15.05:37:08.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.05:37:08.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-08.05:27:35.000> creator = 'blunck2' dependencies = [] files = ['4907', '4908'] hgrepos = [] issue_num = 664192 keywords = ['patch'] message_count = 4.0 messages = ['42368', '42369', '42370', '42371'] nosy_count = 3.0 nosy_names = ['rhettinger', 'inyeol', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664192' versions = ['Python 2.3'] ``` </p></details>
661913: inconsistent error messages between string an unicod
https://api.github.com/repos/python/cpython/issues/37740/comments
4
2003-01-08T05:27:35Z
2022-04-09T22:31:25Z
https://github.com/python/cpython/issues/37740
1,198,791,161
37,740
[ "python", "cpython" ]
BPO | [664183](https://bugs.python.org/issue664183) --- | :--- Nosy | @rhettinger Files | <li>[libstdtypes.tex.diff](https://bugs.python.org/file4906/libstdtypes.tex.diff "Uploaded as text/plain at 2003-01-08.05:15:51 by blunck2"): contextual diff for libstdtypes.tex</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-13.04:36:18.000> created_at = <Date 2003-01-08.05:15:09.000> labels = ['docs'] title = '664044: 2.2.6.2 String formatting operations' updated_at = <Date 2003-01-13.04:36:18.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2003-01-13.04:36:18.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-08.05:15:09.000> creator = 'blunck2' dependencies = [] files = ['4906'] hgrepos = [] issue_num = 664183 keywords = ['patch'] message_count = 2.0 messages = ['42366', '42367'] nosy_count = 2.0 nosy_names = ['rhettinger', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664183' versions = ['Python 2.3'] ``` </p></details>
664044: 2.2.6.2 String formatting operations
https://api.github.com/repos/python/cpython/issues/37739/comments
2
2003-01-08T05:15:09Z
2022-04-09T22:31:24Z
https://github.com/python/cpython/issues/37739
1,198,791,159
37,739
[ "python", "cpython" ]
BPO | [664131](https://bugs.python.org/issue664131) --- | :--- Files | <li>[config.py.diff](https://bugs.python.org/file4905/config.py.diff "Uploaded as text/plain at 2003-01-08.02:17:56 by mdehoon")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-03.11:50:28.000> created_at = <Date 2003-01-08.02:14:02.000> labels = ['library'] title = 'distutils config exe_extension on Mac OS X, Linux' updated_at = <Date 2003-02-03.11:50:28.000> user = 'https://bugs.python.org/mdehoon' ``` bugs.python.org fields: ```python activity = <Date 2003-02-03.11:50:28.000> actor = 'jvr' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-01-08.02:14:02.000> creator = 'mdehoon' dependencies = [] files = ['4905'] hgrepos = [] issue_num = 664131 keywords = ['patch'] message_count = 2.0 messages = ['42364', '42365'] nosy_count = 2.0 nosy_names = ['jvr', 'mdehoon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664131' versions = ['Python 2.3'] ``` </p></details>
distutils config exe_extension on Mac OS X, Linux
https://api.github.com/repos/python/cpython/issues/37738/comments
2
2003-01-08T02:14:02Z
2022-04-09T22:31:22Z
https://github.com/python/cpython/issues/37738
1,198,791,156
37,738
[ "python", "cpython" ]
BPO | [664044](https://bugs.python.org/issue664044) --- | :--- Nosy | @rhettinger, @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-13.04:43:29.000> created_at = <Date 2003-01-07.22:35:40.000> labels = ['docs'] title = 'Lib Man 2.2.6.2 word change' updated_at = <Date 2003-01-13.04:43:29.000> user = 'https://github.com/terryjreedy' ``` bugs.python.org fields: ```python activity = <Date 2003-01-13.04:43:29.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-07.22:35:40.000> creator = 'terry.reedy' dependencies = [] files = [] hgrepos = [] issue_num = 664044 keywords = [] message_count = 3.0 messages = ['13941', '13942', '13943'] nosy_count = 3.0 nosy_names = ['rhettinger', 'terry.reedy', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664044' versions = [] ``` </p></details>
Lib Man 2.2.6.2 word change
https://api.github.com/repos/python/cpython/issues/37737/comments
3
2003-01-07T22:35:40Z
2022-04-09T22:31:22Z
https://github.com/python/cpython/issues/37737
1,198,791,152
37,737
[ "python", "cpython" ]
BPO | [664020](https://bugs.python.org/issue664020) --- | :--- Nosy | @birkenfeld Files | <li>[telnetlib-patch.diff](https://bugs.python.org/file4904/telnetlib-patch.diff "Uploaded as text/plain at 2003-01-07.21:57:13 by sreeves"): telnet subnegotiation patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-17.21:45:59.000> created_at = <Date 2003-01-07.21:51:41.000> labels = ['library'] title = 'telnetlib option subnegotiation fix' updated_at = <Date 2007-03-17.21:45:59.000> user = 'https://bugs.python.org/sreeves' ``` bugs.python.org fields: ```python activity = <Date 2007-03-17.21:45:59.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-07.21:51:41.000> creator = 'sreeves' dependencies = [] files = ['4904'] hgrepos = [] issue_num = 664020 keywords = ['patch'] message_count = 4.0 messages = ['42360', '42361', '42362', '42363'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'sonderblade', 'sreeves'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664020' versions = ['Python 2.3'] ``` </p></details>
telnetlib option subnegotiation fix
https://api.github.com/repos/python/cpython/issues/37736/comments
4
2003-01-07T21:51:41Z
2022-04-09T22:31:20Z
https://github.com/python/cpython/issues/37736
1,198,791,148
37,736
[ "python", "cpython" ]
BPO | [664011](https://bugs.python.org/issue664011) --- | :--- Nosy | @gustaebel Files | <li>[doc-tarfile.diff](https://bugs.python.org/file4903/doc-tarfile.diff "Uploaded as text/plain at 2003-01-07.21:40:45 by @gustaebel"): moves libtarfile to different section in lib.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-01-07.22:38:02.000> created_at = <Date 2003-01-07.21:39:05.000> labels = ['docs'] title = 'tarfile documentation misplaced?' updated_at = <Date 2003-01-07.22:38:02.000> user = 'https://github.com/gustaebel' ``` bugs.python.org fields: ```python activity = <Date 2003-01-07.22:38:02.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-07.21:39:05.000> creator = 'lars.gustaebel' dependencies = [] files = ['4903'] hgrepos = [] issue_num = 664011 keywords = ['patch'] message_count = 3.0 messages = ['42357', '42358', '42359'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'lars.gustaebel'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue664011' versions = ['Python 2.3'] ``` </p></details>
tarfile documentation misplaced?
https://api.github.com/repos/python/cpython/issues/37735/comments
3
2003-01-07T21:39:05Z
2022-04-09T22:31:19Z
https://github.com/python/cpython/issues/37735
1,198,791,143
37,735
[ "python", "cpython" ]
BPO | [663983](https://bugs.python.org/issue663983) --- | :--- Nosy | @gvanrossum, @rhettinger Files | <li>[list.diff](https://bugs.python.org/file4902/list.diff "Uploaded as text/plain at 2003-01-07.20:44:04 by @rhettinger"): Proof of concept patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-01-07.20:51:56.000> created_at = <Date 2003-01-07.20:42:46.000> labels = ['interpreter-core'] title = 'PyList_NewNoZero' updated_at = <Date 2003-01-07.20:51:56.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-07.20:51:56.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-07.20:42:46.000> creator = 'rhettinger' dependencies = [] files = ['4902'] hgrepos = [] issue_num = 663983 keywords = ['patch'] message_count = 2.0 messages = ['42355', '42356'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663983' versions = ['Python 2.3'] ``` </p></details>
PyList_NewNoZero
https://api.github.com/repos/python/cpython/issues/37734/comments
2
2003-01-07T20:42:46Z
2022-04-09T22:31:19Z
https://github.com/python/cpython/issues/37734
1,198,791,140
37,734
[ "python", "cpython" ]
BPO | [663782](https://bugs.python.org/issue663782) --- | :--- Nosy | @tim-one, @rhettinger, @irmen, @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 2003-07-12.01:33:14.000> created_at = <Date 2003-01-07.15:58:35.000> labels = ['OS-windows'] title = 'test_socket test_unicode_file fail on 2.3a1 on winNT' updated_at = <Date 2003-07-12.01:33:14.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2003-07-12.01:33:14.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-01-07.15:58:35.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 663782 keywords = [] message_count = 8.0 messages = ['13933', '13934', '13935', '13936', '13937', '13938', '13939', '13940'] nosy_count = 5.0 nosy_names = ['tim.peters', 'nnorwitz', 'rhettinger', 'irmen', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663782' versions = ['Python 2.3'] ``` </p></details>
test_socket test_unicode_file fail on 2.3a1 on winNT
https://api.github.com/repos/python/cpython/issues/37733/comments
8
2003-01-07T15:58:35Z
2022-04-09T22:31:17Z
https://github.com/python/cpython/issues/37733
1,198,791,135
37,733
[ "python", "cpython" ]
BPO | [663701](https://bugs.python.org/issue663701) --- | :--- Nosy | @gvanrossum, @tim-one, @rhettinger, @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-02-14.03:52:36.000> created_at = <Date 2003-01-07.14:08:45.000> labels = ['library'] title = 'sets module review' updated_at = <Date 2003-02-14.03:52:36.000> user = 'https://bugs.python.org/skeim' ``` bugs.python.org fields: ```python activity = <Date 2003-02-14.03:52:36.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-07.14:08:45.000> creator = 's_keim' dependencies = [] files = [] hgrepos = [] issue_num = 663701 keywords = [] message_count = 6.0 messages = ['13927', '13928', '13929', '13930', '13931', '13932'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'tim.peters', 'rhettinger', 'terry.reedy', 's_keim'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663701' versions = ['Python 2.3'] ``` </p></details>
sets module review
https://api.github.com/repos/python/cpython/issues/37732/comments
6
2003-01-07T14:08:45Z
2022-04-09T22:31:17Z
https://github.com/python/cpython/issues/37732
1,198,791,132
37,732
[ "python", "cpython" ]
BPO | [663482](https://bugs.python.org/issue663482) --- | :--- Nosy | @freddrake, @brettcannon, @rhettinger Files | <li>[test_time.diff](https://bugs.python.org/file4898/test_time.diff "Uploaded as text/plain at 2003-01-08.03:35:37 by blunck2"): contextual diff for a unit test</li><li>[timemodule.diff](https://bugs.python.org/file4899/timemodule.diff "Uploaded as text/plain at 2003-01-08.03:36:14 by blunck2"): contextual diff for actual implementation change</li><li>[libtime.diff](https://bugs.python.org/file4900/libtime.diff "Uploaded as text/plain at 2003-01-08.04:24:28 by blunck2"): contextual diff for libtime.tex</li><li>[NEWS.diff](https://bugs.python.org/file4901/NEWS.diff "Uploaded as text/plain at 2003-01-08.04:25:01 by blunck2"): contextual diff for NEWS</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2004-08-03.18:01:38.000> created_at = <Date 2003-01-07.03:42:17.000> labels = ['extension-modules'] title = '658254: accept None for time.ctime() and friends' updated_at = <Date 2004-08-03.18:01:38.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2004-08-03.18:01:38.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-07.03:42:17.000> creator = 'blunck2' dependencies = [] files = ['4898', '4899', '4900', '4901'] hgrepos = [] issue_num = 663482 keywords = ['patch'] message_count = 5.0 messages = ['42350', '42351', '42352', '42353', '42354'] nosy_count = 5.0 nosy_names = ['fdrake', 'nnorwitz', 'brett.cannon', 'rhettinger', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663482' versions = ['Python 2.4'] ``` </p></details>
658254: accept None for time.ctime() and friends
https://api.github.com/repos/python/cpython/issues/37731/comments
5
2003-01-07T03:42:17Z
2022-04-09T22:31:16Z
https://github.com/python/cpython/issues/37731
1,198,791,129
37,731
[ "python", "cpython" ]
BPO | [663397](https://bugs.python.org/issue663397) --- | :--- 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-01-08.00:10:28.000> created_at = <Date 2003-01-06.23:43:52.000> labels = ['extension-modules', 'invalid'] title = 'Tru64 Unix macro problems' updated_at = <Date 2003-01-08.00:10:28.000> user = 'https://bugs.python.org/rwgk' ``` bugs.python.org fields: ```python activity = <Date 2003-01-08.00:10:28.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-06.23:43:52.000> creator = 'rwgk' dependencies = [] files = [] hgrepos = [] issue_num = 663397 keywords = [] message_count = 6.0 messages = ['13921', '13922', '13923', '13924', '13925', '13926'] nosy_count = 2.0 nosy_names = ['loewis', 'rwgk'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663397' versions = ['Python 2.3'] ``` </p></details>
Tru64 Unix macro problems
https://api.github.com/repos/python/cpython/issues/37730/comments
6
2003-01-06T23:43:52Z
2022-04-09T22:31:14Z
https://github.com/python/cpython/issues/37730
1,198,791,125
37,730
[ "python", "cpython" ]
BPO | [663369](https://bugs.python.org/issue663369) --- | :--- Nosy | @warsaw, @mattheww Files | <li>[patch](https://bugs.python.org/file4897/patch "Uploaded as application/octet-stream at 2003-01-06.22:55:24 by @mattheww"): Patch to lib and testcase</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-03-10.19:30:29.000> created_at = <Date 2003-01-06.22:37:41.000> labels = ['library'] title = '(email) Escape backslashes in specialsre and escapesre' updated_at = <Date 2003-03-10.19:30:29.000> user = 'https://github.com/mattheww' ``` bugs.python.org fields: ```python activity = <Date 2003-03-10.19:30:29.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-06.22:37:41.000> creator = 'mattheww' dependencies = [] files = ['4897'] hgrepos = [] issue_num = 663369 keywords = ['patch'] message_count = 4.0 messages = ['42346', '42347', '42348', '42349'] nosy_count = 2.0 nosy_names = ['barry', 'mattheww'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663369' versions = [] ``` </p></details>
(email) Escape backslashes in specialsre and escapesre
https://api.github.com/repos/python/cpython/issues/37729/comments
4
2003-01-06T22:37:41Z
2022-04-09T22:31:13Z
https://github.com/python/cpython/issues/37729
1,198,791,122
37,729
[ "python", "cpython" ]
BPO | [663234](https://bugs.python.org/issue663234) --- | :--- 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-01-06.17:54:13.000> created_at = <Date 2003-01-06.17:46:03.000> labels = ['OS-windows'] title = 'Missing logging package on windows' updated_at = <Date 2003-01-06.17:54:13.000> user = 'https://bugs.python.org/briandorsey' ``` bugs.python.org fields: ```python activity = <Date 2003-01-06.17:54:13.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-01-06.17:46:03.000> creator = 'briandorsey' dependencies = [] files = [] hgrepos = [] issue_num = 663234 keywords = [] message_count = 2.0 messages = ['13919', '13920'] nosy_count = 2.0 nosy_names = ['tim.peters', 'briandorsey'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663234' versions = ['Python 2.3'] ``` </p></details>
Missing logging package on windows
https://api.github.com/repos/python/cpython/issues/37728/comments
2
2003-01-06T17:46:03Z
2022-04-09T22:31:12Z
https://github.com/python/cpython/issues/37728
1,198,791,114
37,728
[ "python", "cpython" ]
BPO | [663074](https://bugs.python.org/issue663074) --- | :--- Nosy | @malemburg, @gvanrossum, @loewis Files | <li>[python-2.3-codecs.patch](https://bugs.python.org/file734/python-2.3-codecs.patch "Uploaded as text/plain at 2003-03-01.08:07:50 by niemeyer")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-19.00:50:28.000> created_at = <Date 2003-01-06.12:17:28.000> labels = ['interpreter-core'] title = 'codec registry and Python embedding problem' updated_at = <Date 2003-03-19.00:50:28.000> user = 'https://github.com/malemburg' ``` bugs.python.org fields: ```python activity = <Date 2003-03-19.00:50:28.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-06.12:17:28.000> creator = 'lemburg' dependencies = [] files = ['734'] hgrepos = [] issue_num = 663074 keywords = [] message_count = 11.0 messages = ['13908', '13909', '13910', '13911', '13912', '13913', '13914', '13915', '13916', '13917', '13918'] nosy_count = 4.0 nosy_names = ['lemburg', 'gvanrossum', 'loewis', 'niemeyer'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue663074' versions = [] ``` </p></details>
codec registry and Python embedding problem
https://api.github.com/repos/python/cpython/issues/37727/comments
11
2003-01-06T12:17:28Z
2022-04-09T22:31:10Z
https://github.com/python/cpython/issues/37727
1,198,791,113
37,727
[ "python", "cpython" ]
BPO | [662923](https://bugs.python.org/issue662923) --- | :--- 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-09-12.06:36:03.000> created_at = <Date 2003-01-06.02:34:29.000> labels = ['type-feature', 'library'] title = 'iterator for dbm keys' updated_at = <Date 2003-09-12.06:36:03.000> user = 'https://bugs.python.org/phr' ``` bugs.python.org fields: ```python activity = <Date 2003-09-12.06:36:03.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-06.02:34:29.000> creator = 'phr' dependencies = [] files = [] hgrepos = [] issue_num = 662923 keywords = [] message_count = 5.0 messages = ['53720', '53721', '53722', '53723', '53724'] nosy_count = 2.0 nosy_names = ['rhettinger', 'phr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue662923' versions = [] ``` </p></details>
iterator for dbm keys
https://api.github.com/repos/python/cpython/issues/37726/comments
5
2003-01-06T02:34:29Z
2022-04-09T22:31:08Z
https://github.com/python/cpython/issues/37726
1,198,791,109
37,726
[ "python", "cpython" ]
BPO | [662840](https://bugs.python.org/issue662840) --- | :--- Nosy | @loewis, @birkenfeld Files | <li>[config.log.bz2](https://bugs.python.org/file732/config.log.bz2 "Uploaded as application/x-bzip2 at 2003-01-06.20:02:12 by nadavhoresh"): Change.log</li><li>[config.log.bz2](https://bugs.python.org/file733/config.log.bz2 "Uploaded as application/x-bzip2 at 2003-01-06.20:26:49 by nadavhoresh"): The erratic change.log, the previous was, by mistake, the log of a successful configure</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-19.15:14:57.000> created_at = <Date 2003-01-05.22:03:00.000> labels = ['build'] title = 'configure script fails with wchat_t size. ' updated_at = <Date 2006-02-19.15:14:57.000> user = 'https://bugs.python.org/nadavhoresh' ``` bugs.python.org fields: ```python activity = <Date 2006-02-19.15:14:57.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-01-05.22:03:00.000> creator = 'nadavhoresh' dependencies = [] files = ['732', '733'] hgrepos = [] issue_num = 662840 keywords = [] message_count = 8.0 messages = ['13900', '13901', '13902', '13903', '13904', '13905', '13906', '13907'] nosy_count = 5.0 nosy_names = ['loewis', 'nnorwitz', 'georg.brandl', 'nadavhoresh', 'sakshale'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662840' versions = ['Python 2.3'] ``` </p></details>
configure script fails with wchat_t size.
https://api.github.com/repos/python/cpython/issues/37725/comments
8
2003-01-05T22:03:00Z
2022-04-09T22:31:07Z
https://github.com/python/cpython/issues/37725
1,198,791,104
37,725
[ "python", "cpython" ]
BPO | [662836](https://bugs.python.org/issue662836) --- | :--- 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-01-15.22:38:56.000> created_at = <Date 2003-01-05.21:57:12.000> labels = ['OS-mac'] title = 'Implement FSSpec.SetDates()' updated_at = <Date 2003-01-15.22:38:56.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.22:38:56.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-05.21:57:12.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 662836 keywords = ['patch'] message_count = 2.0 messages = ['42344', '42345'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662836' versions = [] ``` </p></details>
Implement FSSpec.SetDates()
https://api.github.com/repos/python/cpython/issues/37724/comments
2
2003-01-05T21:57:12Z
2022-04-09T22:31:07Z
https://github.com/python/cpython/issues/37724
1,198,791,096
37,724
[ "python", "cpython" ]
BPO | [662827](https://bugs.python.org/issue662827) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-12.04:44:12.000> created_at = <Date 2003-01-05.21:28:10.000> labels = ['interpreter-core', 'type-feature'] title = 'optional pad character for zfill and center' updated_at = <Date 2003-01-12.04:44:12.000> user = 'https://bugs.python.org/dtorp' ``` bugs.python.org fields: ```python activity = <Date 2003-01-12.04:44:12.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-05.21:28:10.000> creator = 'dtorp' dependencies = [] files = [] hgrepos = [] issue_num = 662827 keywords = [] message_count = 3.0 messages = ['53717', '53718', '53719'] nosy_count = 2.0 nosy_names = ['rhettinger', 'dtorp'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue662827' versions = [] ``` </p></details>
optional pad character for zfill and center
https://api.github.com/repos/python/cpython/issues/37723/comments
3
2003-01-05T21:28:10Z
2022-04-09T22:31:05Z
https://github.com/python/cpython/issues/37723
1,198,791,091
37,723
[ "python", "cpython" ]
BPO | [662807](https://bugs.python.org/issue662807) --- | :--- Nosy | @malemburg, @gvanrossum, @doerwalter, @rhettinger Files | <li>[diff.txt](https://bugs.python.org/file4875/diff.txt "Uploaded as text/plain at 2003-01-05.20:54:46 by @doerwalter")</li><li>[test_pow.py](https://bugs.python.org/file4876/test_pow.py "Uploaded as text/plain at 2003-01-05.20:56:41 by @doerwalter")</li><li>[test_charmapcodec.py](https://bugs.python.org/file4877/test_charmapcodec.py "Uploaded as text/plain at 2003-01-05.20:58:27 by @doerwalter")</li><li>[test_userdict.py](https://bugs.python.org/file4878/test_userdict.py "Uploaded as text/plain at 2003-01-05.21:00:17 by @doerwalter")</li><li>[test_builtin.py](https://bugs.python.org/file4879/test_builtin.py "Uploaded as text/plain at 2003-01-10.16:53:32 by @doerwalter")</li><li>[test_unicode.py](https://bugs.python.org/file4880/test_unicode.py "Uploaded as text/plain at 2003-01-16.20:47:38 by @doerwalter")</li><li>[test_sys.py](https://bugs.python.org/file4881/test_sys.py "Uploaded as text/plain at 2003-02-03.22:44:32 by @doerwalter")</li><li>[test_userlist.py](https://bugs.python.org/file4882/test_userlist.py "Uploaded as text/plain at 2003-02-13.18:02:36 by @doerwalter")</li><li>[string_tests.py](https://bugs.python.org/file4883/string_tests.py "Uploaded as text/plain at 2003-02-17.18:29:08 by @doerwalter"): shared PyUnit string tests</li><li>[test_str.py](https://bugs.python.org/file4884/test_str.py "Uploaded as text/plain at 2003-02-17.18:29:33 by @doerwalter"): shared PyUnit string tests</li><li>[test_string.py](https://bugs.python.org/file4885/test_string.py "Uploaded as text/plain at 2003-02-17.18:29:56 by @doerwalter"): shared PyUnit string tests</li><li>[test_unicode.py](https://bugs.python.org/file4886/test_unicode.py "Uploaded as text/plain at 2003-02-17.18:30:23 by @doerwalter"): shared PyUnit string tests</li><li>[test_userstring.py](https://bugs.python.org/file4887/test_userstring.py "Uploaded as text/plain at 2003-02-17.18:30:51 by @doerwalter"): shared PyUnit string tests</li><li>[test_unicodedata.py](https://bugs.python.org/file4888/test_unicodedata.py "Uploaded as text/plain at 2003-02-25.17:53:06 by @doerwalter")</li><li>[test_ucn.py](https://bugs.python.org/file4889/test_ucn.py "Uploaded as text/plain at 2003-02-25.17:53:37 by @doerwalter")</li><li>[test___all__.py](https://bugs.python.org/file4890/test___all__.py "Uploaded as text/plain at 2003-03-11.19:15:24 by @doerwalter")</li><li>[test_pwd.py](https://bugs.python.org/file4891/test_pwd.py "Uploaded as text/plain at 2003-04-10.08:46:44 by @doerwalter")</li><li>[test_grp.py](https://bugs.python.org/file4892/test_grp.py "Uploaded as text/plain at 2003-04-10.09:10:32 by @doerwalter")</li><li>[test_bool.py](https://bugs.python.org/file4893/test_bool.py "Uploaded as text/plain at 2003-04-23.20:33:47 by @doerwalter")</li><li>[test_richcmp.py](https://bugs.python.org/file4894/test_richcmp.py "Uploaded as text/plain at 2003-04-28.18:42:16 by @doerwalter")</li><li>[diff2.txt](https://bugs.python.org/file4895/diff2.txt "Uploaded as text/plain at 2003-05-01.16:54:42 by @doerwalter")</li><li>[test_uu.py](https://bugs.python.org/file4896/test_uu.py "Uploaded as text/plain at 2003-05-05.20:48:47 by @doerwalter")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-06.13:10:48.000> created_at = <Date 2003-01-05.20:50:11.000> labels = ['tests'] title = 'Port tests to unittest' updated_at = <Date 2003-05-06.13:10:48.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2003-05-06.13:10:48.000> actor = 'doerwalter' assignee = 'none' closed = True closed_date = None closer = None components = ['Tests'] creation = <Date 2003-01-05.20:50:11.000> creator = 'doerwalter' dependencies = [] files = ['4875', '4876', '4877', '4878', '4879', '4880', '4881', '4882', '4883', '4884', '4885', '4886', '4887', '4888', '4889', '4890', '4891', '4892', '4893', '4894', '4895', '4896'] hgrepos = [] issue_num = 662807 keywords = ['patch'] message_count = 51.0 messages = ['42293', '42294', '42295', '42296', '42297', '42298', '42299', '42300', '42301', '42302', '42303', '42304', '42305', '42306', '42307', '42308', '42309', '42310', '42311', '42312', '42313', '42314', '42315', '42316', '42317', '42318', '42319', '42320', '42321', '42322', '42323', '42324', '42325', '42326', '42327', '42328', '42329', '42330', '42331', '42332', '42333', '42334', '42335', '42336', '42337', '42338', '42339', '42340', '42341', '42342', '42343'] nosy_count = 5.0 nosy_names = ['lemburg', 'gvanrossum', 'doerwalter', 'nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662807' versions = ['Python 2.3'] ``` </p></details>
Port tests to unittest
https://api.github.com/repos/python/cpython/issues/37722/comments
51
2003-01-05T20:50:11Z
2022-04-09T22:31:04Z
https://github.com/python/cpython/issues/37722
1,198,791,088
37,722
[ "python", "cpython" ]
BPO | [662787](https://bugs.python.org/issue662787) --- | :--- Nosy | @loewis Files | <li>[truss.out](https://bugs.python.org/file730/truss.out "Uploaded as application/octet-stream at 2003-01-05.20:38:42 by nnorwitz"): truss output starting with alarm(20)</li><li>[all-truss.out](https://bugs.python.org/file731/all-truss.out "Uploaded as application/octet-stream at 2003-01-05.20:39:14 by nnorwitz"): complete truss output</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-21.10:18:53.000> created_at = <Date 2003-01-05.19:59:38.000> labels = ['interpreter-core'] title = 'test_signal hang on some Solaris boxes' updated_at = <Date 2003-01-21.10:18:53.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-21.10:18:53.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-05.19:59:38.000> creator = 'nnorwitz' dependencies = [] files = ['730', '731'] hgrepos = [] issue_num = 662787 keywords = [] message_count = 16.0 messages = ['13884', '13885', '13886', '13887', '13888', '13889', '13890', '13891', '13892', '13893', '13894', '13895', '13896', '13897', '13898', '13899'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'inyeol'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662787' versions = ['Python 2.3'] ``` </p></details>
test_signal hang on some Solaris boxes
https://api.github.com/repos/python/cpython/issues/37721/comments
16
2003-01-05T19:59:38Z
2022-04-09T22:31:04Z
https://github.com/python/cpython/issues/37721
1,198,791,086
37,721
[ "python", "cpython" ]
BPO | [662701](https://bugs.python.org/issue662701) --- | :--- Nosy | @gvanrossum, @loewis, @nascheme <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/nascheme' closed_at = <Date 2003-01-15.16:08:10.000> created_at = <Date 2003-01-05.17:10:16.000> labels = ['library'] title = 'sys.version[:3] gives incorrect version' updated_at = <Date 2003-01-15.16:08:10.000> user = 'https://bugs.python.org/pearu' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.16:08:10.000> actor = 'nascheme' assignee = 'nascheme' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-05.17:10:16.000> creator = 'pearu' dependencies = [] files = [] hgrepos = [] issue_num = 662701 keywords = [] message_count = 7.0 messages = ['13877', '13878', '13879', '13880', '13881', '13882', '13883'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'nascheme', 'pearu'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662701' versions = [] ``` </p></details>
sys.version[:3] gives incorrect version
https://api.github.com/repos/python/cpython/issues/37720/comments
7
2003-01-05T17:10:16Z
2022-04-09T22:31:03Z
https://github.com/python/cpython/issues/37720
1,198,791,081
37,720
[ "python", "cpython" ]
BPO | [662475](https://bugs.python.org/issue662475) --- | :--- Nosy | @loewis Files | <li>[tempfile.diff](https://bugs.python.org/file4873/tempfile.diff "Uploaded as text/plain at 2003-01-05.04:42:46 by blunck2")</li><li>[tempfile.diff](https://bugs.python.org/file4874/tempfile.diff "Uploaded as text/plain at 2003-01-06.04:46:19 by blunck2"): contextual diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-10-18.09:32:14.000> created_at = <Date 2003-01-05.04:41:38.000> labels = ['docs'] title = '642391: tempfile.mktemp() docs to include dir info' updated_at = <Date 2003-10-18.09:32:14.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2003-10-18.09:32:14.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-05.04:41:38.000> creator = 'blunck2' dependencies = [] files = ['4873', '4874'] hgrepos = [] issue_num = 662475 keywords = ['patch'] message_count = 4.0 messages = ['42289', '42290', '42291', '42292'] nosy_count = 3.0 nosy_names = ['loewis', 'blunck2', 'midramas'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662475' versions = ['Python 2.3'] ``` </p></details>
642391: tempfile.mktemp() docs to include dir info
https://api.github.com/repos/python/cpython/issues/37719/comments
4
2003-01-05T04:41:38Z
2022-04-09T22:31:02Z
https://github.com/python/cpython/issues/37719
1,198,791,078
37,719
[ "python", "cpython" ]
BPO | [662464](https://bugs.python.org/issue662464) --- | :--- Nosy | @loewis, @freddrake Files | <li>[HTMLParser.diff](https://bugs.python.org/file4870/HTMLParser.diff "Uploaded as text/plain at 2003-01-05.04:43:27 by blunck2")</li><li>[HTMLParser.diff](https://bugs.python.org/file4871/HTMLParser.diff "Uploaded as text/plain at 2003-01-06.04:45:25 by blunck2"): contextual diff</li><li>[libhtmlparser.tex](https://bugs.python.org/file4872/libhtmlparser.tex "Uploaded as application/octet-stream at 2003-03-31.03:25:39 by blunck2"): unified diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2003-04-17.22:39:52.000> created_at = <Date 2003-01-05.04:10:50.000> labels = ['docs'] title = '659188: no docs for HTMLParser' updated_at = <Date 2003-04-17.22:39:52.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2003-04-17.22:39:52.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-05.04:10:50.000> creator = 'blunck2' dependencies = [] files = ['4870', '4871', '4872'] hgrepos = [] issue_num = 662464 keywords = ['patch'] message_count = 6.0 messages = ['42283', '42284', '42285', '42286', '42287', '42288'] nosy_count = 3.0 nosy_names = ['loewis', 'fdrake', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662464' versions = ['Python 2.3'] ``` </p></details>
659188: no docs for HTMLParser
https://api.github.com/repos/python/cpython/issues/37718/comments
6
2003-01-05T04:10:50Z
2022-04-09T22:31:00Z
https://github.com/python/cpython/issues/37718
1,198,791,076
37,718
[ "python", "cpython" ]
BPO | [662454](https://bugs.python.org/issue662454) --- | :--- Nosy | @loewis Files | <li>[ref6.diff](https://bugs.python.org/file4868/ref6.diff "Uploaded as text/plain at 2003-01-05.04:44:50 by blunck2")</li><li>[ref6.diff](https://bugs.python.org/file4869/ref6.diff "Uploaded as text/plain at 2003-01-06.04:44:30 by blunck2"): contextual diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-16.11:33:28.000> created_at = <Date 2003-01-05.03:07:10.000> labels = ['docs'] title = '(Bug 660811: importing x.y.z as m is possible, docs say othe' updated_at = <Date 2003-01-16.11:33:28.000> user = 'https://bugs.python.org/blunck2' ``` bugs.python.org fields: ```python activity = <Date 2003-01-16.11:33:28.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-05.03:07:10.000> creator = 'blunck2' dependencies = [] files = ['4868', '4869'] hgrepos = [] issue_num = 662454 keywords = ['patch'] message_count = 2.0 messages = ['42281', '42282'] nosy_count = 2.0 nosy_names = ['loewis', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662454' versions = ['Python 2.3'] ``` </p></details>
(Bug 660811: importing x.y.z as m is possible, docs say othe
https://api.github.com/repos/python/cpython/issues/37717/comments
2
2003-01-05T03:07:10Z
2022-04-09T22:30:59Z
https://github.com/python/cpython/issues/37717
1,198,791,069
37,717
[ "python", "cpython" ]
BPO | [662433](https://bugs.python.org/issue662433) --- | :--- Nosy | @gvanrossum, @brettcannon, @rhettinger Files | <li>[arr.diff](https://bugs.python.org/file4866/arr.diff "Uploaded as text/plain at 2003-01-05.01:56:28 by @rhettinger"): Mini-patch</li><li>[arr2.diff](https://bugs.python.org/file4867/arr2.diff "Uploaded as text/plain at 2003-01-05.20:59:46 by @rhettinger"): Full 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-01-07.13:30:31.000> created_at = <Date 2003-01-05.01:54:29.000> labels = ['extension-modules'] title = "Fill arraymodule's tp_iter and sq_contains slots" updated_at = <Date 2003-01-07.13:30:31.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-07.13:30:31.000> actor = 'tismer' assignee = 'tismer' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-05.01:54:29.000> creator = 'rhettinger' dependencies = [] files = ['4866', '4867'] hgrepos = [] issue_num = 662433 keywords = ['patch'] message_count = 7.0 messages = ['42274', '42275', '42276', '42277', '42278', '42279', '42280'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tismer', 'brett.cannon', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662433' versions = ['Python 2.3'] ``` </p></details>
Fill arraymodule's tp_iter and sq_contains slots
https://api.github.com/repos/python/cpython/issues/37716/comments
7
2003-01-05T01:54:29Z
2022-04-09T22:30:57Z
https://github.com/python/cpython/issues/37716
1,198,791,066
37,716
[ "python", "cpython" ]
BPO | [662099](https://bugs.python.org/issue662099) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-03.20:56:49.000> created_at = <Date 2003-01-04.12:00:21.000> labels = ['library'] title = 'urllib2 exceptions need improvement' updated_at = <Date 2003-02-03.20:56:49.000> user = 'https://bugs.python.org/t-v' ``` bugs.python.org fields: ```python activity = <Date 2003-02-03.20:56:49.000> actor = 't-v' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-04.12:00:21.000> creator = 't-v' dependencies = [] files = [] hgrepos = [] issue_num = 662099 keywords = [] message_count = 6.0 messages = ['13871', '13872', '13873', '13874', '13875', '13876'] nosy_count = 3.0 nosy_names = ['jhylton', 'nnorwitz', 't-v'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662099' versions = ['Python 2.2'] ``` </p></details>
urllib2 exceptions need improvement
https://api.github.com/repos/python/cpython/issues/37715/comments
6
2003-01-04T12:00:21Z
2022-04-09T22:30:56Z
https://github.com/python/cpython/issues/37715
1,198,791,059
37,715
[ "python", "cpython" ]
BPO | [662053](https://bugs.python.org/issue662053) --- | :--- Nosy | @brettcannon, @jackjansen Files | <li>[strptime.diff](https://bugs.python.org/file4865/strptime.diff "Uploaded as text/plain at 2003-01-04.08:31:51 by @brettcannon")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-15.23:02:56.000> created_at = <Date 2003-01-04.08:30:36.000> labels = ['library'] title = "bug 661354 fix; _strptime handle OS9's lack of timezone info" updated_at = <Date 2003-01-15.23:02:56.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.23:02:56.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-04.08:30:36.000> creator = 'brett.cannon' dependencies = [] files = ['4865'] hgrepos = [] issue_num = 662053 keywords = ['patch'] message_count = 3.0 messages = ['42271', '42272', '42273'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue662053' versions = ['Python 2.3'] ``` </p></details>
bug 661354 fix; _strptime handle OS9's lack of timezone info
https://api.github.com/repos/python/cpython/issues/37714/comments
3
2003-01-04T08:30:36Z
2022-04-09T22:30:56Z
https://github.com/python/cpython/issues/37714
1,198,791,056
37,714
[ "python", "cpython" ]
BPO | [661981](https://bugs.python.org/issue661981) --- | :--- Nosy | @tim-one, @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-03-21.19:03:51.000> created_at = <Date 2003-01-04.04:52:38.000> labels = ['interpreter-core'] title = 'need to skip some build tests for sunos5' updated_at = <Date 2004-03-21.19:03:51.000> user = 'https://bugs.python.org/ismaeek' ``` bugs.python.org fields: ```python activity = <Date 2004-03-21.19:03:51.000> actor = 'nbastin' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-04.04:52:38.000> creator = 'ismaeek' dependencies = [] files = [] hgrepos = [] issue_num = 661981 keywords = [] message_count = 4.0 messages = ['13867', '13868', '13869', '13870'] nosy_count = 4.0 nosy_names = ['tim.peters', 'brett.cannon', 'nbastin', 'ismaeek'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661981' versions = ['Python 2.2'] ``` </p></details>
need to skip some build tests for sunos5
https://api.github.com/repos/python/cpython/issues/37713/comments
4
2003-01-04T04:52:38Z
2022-04-09T22:30:54Z
https://github.com/python/cpython/issues/37713
1,198,791,053
37,713
[ "python", "cpython" ]
BPO | [661913](https://bugs.python.org/issue661913) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-15.05:39:39.000> created_at = <Date 2003-01-03.23:20:59.000> labels = ['interpreter-core'] title = 'str.index() exception message not consistent' updated_at = <Date 2003-01-15.05:39:39.000> user = 'https://bugs.python.org/inyeol' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.05:39:39.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-03.23:20:59.000> creator = 'inyeol' dependencies = [] files = [] hgrepos = [] issue_num = 661913 keywords = [] message_count = 3.0 messages = ['13864', '13865', '13866'] nosy_count = 3.0 nosy_names = ['rhettinger', 'inyeol', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661913' versions = ['Python 2.3'] ``` </p></details>
str.index() exception message not consistent
https://api.github.com/repos/python/cpython/issues/37712/comments
3
2003-01-03T23:20:59Z
2022-04-09T22:30:54Z
https://github.com/python/cpython/issues/37712
1,198,791,050
37,712
[ "python", "cpython" ]
BPO | [661869](https://bugs.python.org/issue661869) --- | :--- Nosy | @loewis Files | <li>[setup.py.diff](https://bugs.python.org/file4864/setup.py.diff "Uploaded as text/plain at 2003-01-03.21:17:10 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-06.12:50:44.000> created_at = <Date 2003-01-03.21:16:27.000> labels = ['library'] title = 'gcc 3.2 /usr/local/include patch' updated_at = <Date 2003-01-06.12:50:44.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2003-01-06.12:50:44.000> actor = 'jlt63' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-01-03.21:16:27.000> creator = 'jlt63' dependencies = [] files = ['4864'] hgrepos = [] issue_num = 661869 keywords = ['patch'] message_count = 4.0 messages = ['42267', '42268', '42269', '42270'] nosy_count = 2.0 nosy_names = ['loewis', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661869' versions = [] ``` </p></details>
gcc 3.2 /usr/local/include patch
https://api.github.com/repos/python/cpython/issues/37711/comments
4
2003-01-03T21:16:27Z
2022-04-09T22:30:53Z
https://github.com/python/cpython/issues/37711
1,198,791,046
37,711
[ "python", "cpython" ]
BPO | [661848](https://bugs.python.org/issue661848) --- | :--- Nosy | @jackjansen, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-06.12:57:16.000> created_at = <Date 2003-01-03.20:44:53.000> labels = ['docs'] title = 'Add clarification of __all__ to refman?' updated_at = <Date 2003-01-06.12:57:16.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-06.12:57:16.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-03.20:44:53.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 661848 keywords = [] message_count = 2.0 messages = ['13862', '13863'] nosy_count = 2.0 nosy_names = ['jackjansen', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661848' versions = [] ``` </p></details>
Add clarification of __all__ to refman?
https://api.github.com/repos/python/cpython/issues/37710/comments
2
2003-01-03T20:44:53Z
2022-04-09T22:30:52Z
https://github.com/python/cpython/issues/37710
1,198,791,042
37,710
[ "python", "cpython" ]
BPO | [661796](https://bugs.python.org/issue661796) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[bz.diff](https://bugs.python.org/file4862/bz.diff "Uploaded as text/plain at 2003-01-05.20:09:47 by nnorwitz"): patch 2, this should be correct now</li><li>[bz2test.diff](https://bugs.python.org/file4863/bz2test.diff "Uploaded as text/plain at 2003-01-10.23:55:01 by nnorwitz"): update test for the fd leak</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-11.18:55:19.000> created_at = <Date 2003-01-03.19:22:48.000> labels = ['extension-modules'] title = 'BZ2File leaking fd and memory' updated_at = <Date 2003-02-11.18:55:19.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-02-11.18:55:19.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-03.19:22:48.000> creator = 'nnorwitz' dependencies = [] files = ['4862', '4863'] hgrepos = [] issue_num = 661796 keywords = ['patch'] message_count = 15.0 messages = ['42252', '42253', '42254', '42255', '42256', '42257', '42258', '42259', '42260', '42261', '42262', '42263', '42264', '42265', '42266'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'niemeyer'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661796' versions = ['Python 2.3'] ``` </p></details>
BZ2File leaking fd and memory
https://api.github.com/repos/python/cpython/issues/37709/comments
15
2003-01-03T19:22:48Z
2022-04-09T22:30:50Z
https://github.com/python/cpython/issues/37709
1,198,791,039
37,709
[ "python", "cpython" ]
BPO | [661762](https://bugs.python.org/issue661762) --- | :--- 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-01-15.22:48:54.000> created_at = <Date 2003-01-03.18:15:02.000> labels = ['OS-mac'] title = 'macpath.py missing ismount splitunc' updated_at = <Date 2003-01-15.22:48:54.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.22:48:54.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-03.18:15:02.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 661762 keywords = [] message_count = 2.0 messages = ['13860', '13861'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661762' versions = ['Python 2.2'] ``` </p></details>
macpath.py missing ismount splitunc
https://api.github.com/repos/python/cpython/issues/37708/comments
2
2003-01-03T18:15:02Z
2022-04-09T22:30:50Z
https://github.com/python/cpython/issues/37708
1,198,791,034
37,708
[ "python", "cpython" ]
BPO | [661760](https://bugs.python.org/issue661760) --- | :--- Nosy | @loewis Files | <li>[auto-import.patch](https://bugs.python.org/file4861/auto-import.patch "Uploaded as text/plain at 2003-01-03.18:15:37 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-06.12:46:18.000> created_at = <Date 2003-01-03.18:14:06.000> labels = ['extension-modules'] title = 'Cygwin auto-import module patch' updated_at = <Date 2003-01-06.12:46:18.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2003-01-06.12:46:18.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-03.18:14:06.000> creator = 'jlt63' dependencies = [] files = ['4861'] hgrepos = [] issue_num = 661760 keywords = ['patch'] message_count = 6.0 messages = ['42246', '42247', '42248', '42249', '42250', '42251'] nosy_count = 2.0 nosy_names = ['loewis', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661760' versions = [] ``` </p></details>
Cygwin auto-import module patch
https://api.github.com/repos/python/cpython/issues/37707/comments
6
2003-01-03T18:14:06Z
2022-04-09T22:30:48Z
https://github.com/python/cpython/issues/37707
1,198,791,029
37,707
[ "python", "cpython" ]
BPO | [661719](https://bugs.python.org/issue661719) --- | :--- Nosy | @loewis Files | <li>[py_compile_exceptions.diff](https://bugs.python.org/file4855/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-03.21:07:41 by siva1311")</li><li>[py_compile_exceptions.diff](https://bugs.python.org/file4856/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-06.13:15:09 by siva1311")</li><li>[py_compile_exceptions.diff](https://bugs.python.org/file4857/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-06.14:48:57 by siva1311")</li><li>[py_compile_exceptions.diff](https://bugs.python.org/file4858/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-06.20:13:20 by siva1311")</li><li>[py_compile_exceptions.diff](https://bugs.python.org/file4859/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-07.14:16:35 by siva1311")</li><li>[py_compile_exceptions.diff](https://bugs.python.org/file4860/py_compile_exceptions.diff "Uploaded as text/plain at 2003-01-07.14:35:38 by siva1311")</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-01-15.11:56:14.000> created_at = <Date 2003-01-03.16:59:33.000> labels = ['library'] title = 'allow py_compile to re-raise exceptions' updated_at = <Date 2003-01-15.11:56:14.000> user = 'https://bugs.python.org/siva1311' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.11:56:14.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-03.16:59:33.000> creator = 'siva1311' dependencies = [] files = ['4855', '4856', '4857', '4858', '4859', '4860'] hgrepos = [] issue_num = 661719 keywords = ['patch'] message_count = 15.0 messages = ['42231', '42232', '42233', '42234', '42235', '42236', '42237', '42238', '42239', '42240', '42241', '42242', '42243', '42244', '42245'] nosy_count = 2.0 nosy_names = ['loewis', 'siva1311'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661719' versions = ['Python 2.3'] ``` </p></details>
allow py_compile to re-raise exceptions
https://api.github.com/repos/python/cpython/issues/37706/comments
15
2003-01-03T16:59:33Z
2022-04-09T22:30:47Z
https://github.com/python/cpython/issues/37706
1,198,791,026
37,706
[ "python", "cpython" ]
BPO | [661630](https://bugs.python.org/issue661630) --- | :--- 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-01-03.19:44:06.000> created_at = <Date 2003-01-03.14:31:39.000> labels = ['library'] title = 'mimetypes.read_mime_types no longer returns a dict' updated_at = <Date 2003-01-03.19:44:06.000> user = 'https://bugs.python.org/spiv' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.19:44:06.000> actor = 'doerwalter' assignee = 'doerwalter' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-03.14:31:39.000> creator = 'spiv' dependencies = [] files = [] hgrepos = [] issue_num = 661630 keywords = [] message_count = 3.0 messages = ['13857', '13858', '13859'] nosy_count = 3.0 nosy_names = ['doerwalter', 'nnorwitz', 'spiv'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661630' versions = ['Python 2.3'] ``` </p></details>
mimetypes.read_mime_types no longer returns a dict
https://api.github.com/repos/python/cpython/issues/37705/comments
3
2003-01-03T14:31:39Z
2022-04-09T22:30:46Z
https://github.com/python/cpython/issues/37705
1,198,791,022
37,705
[ "python", "cpython" ]
BPO | [661583](https://bugs.python.org/issue661583) --- | :--- Nosy | @tim-one Files | <li>[os_patch.patch](https://bugs.python.org/file4854/os_patch.patch "Uploaded as text/plain at 2003-01-03.13:03:23 by andrew_j_w"): Context Diff to make changes</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-08.21:23:34.000> created_at = <Date 2003-01-03.13:00:51.000> labels = ['library'] title = 'Remove old code from lib\\os.py' updated_at = <Date 2003-01-08.21:23:34.000> user = 'https://bugs.python.org/andrewjw' ``` bugs.python.org fields: ```python activity = <Date 2003-01-08.21:23:34.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-03.13:00:51.000> creator = 'andrew_j_w' dependencies = [] files = ['4854'] hgrepos = [] issue_num = 661583 keywords = ['patch'] message_count = 4.0 messages = ['42227', '42228', '42229', '42230'] nosy_count = 2.0 nosy_names = ['tim.peters', 'andrew_j_w'] pr_nums = [] priority = 'low' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661583' versions = ['Python 2.3'] ``` </p></details>
Remove old code from lib\os.py
https://api.github.com/repos/python/cpython/issues/37704/comments
4
2003-01-03T13:00:51Z
2022-04-09T22:30:45Z
https://github.com/python/cpython/issues/37704
1,198,791,017
37,704
[ "python", "cpython" ]
BPO | [661581](https://bugs.python.org/issue661581) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.12:57:45.000> created_at = <Date 2003-01-03.12:57:45.000> labels = ['library'] title = 'Remove old code from os.py' updated_at = <Date 2003-01-03.12:57:45.000> user = 'https://bugs.python.org/andrewjw' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.12:57:45.000> actor = 'andrew_j_w' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-03.12:57:45.000> creator = 'andrew_j_w' dependencies = [] files = [] hgrepos = [] issue_num = 661581 keywords = ['patch'] message_count = 1.0 messages = ['42226'] nosy_count = 1.0 nosy_names = ['andrew_j_w'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661581' versions = ['Python 2.3'] ``` </p></details>
Remove old code from os.py
https://api.github.com/repos/python/cpython/issues/37703/comments
1
2003-01-03T12:57:45Z
2022-04-09T22:30:43Z
https://github.com/python/cpython/issues/37703
1,198,791,012
37,703
[ "python", "cpython" ]
BPO | [661536](https://bugs.python.org/issue661536) --- | :--- Nosy | @mwhudson, @gvanrossum Files | <li>[unary-op-hack.diff](https://bugs.python.org/file4853/unary-op-hack.diff "Uploaded as text/plain at 2003-01-03.10:32:53 by @mwhudson"): mwh's first 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-02-13.11:42:41.000> created_at = <Date 2003-01-03.10:32:09.000> labels = ['library'] title = 'handle unary op of constant in transformer.py' updated_at = <Date 2003-02-13.11:42:41.000> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2003-02-13.11:42:41.000> actor = 'mwh' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-03.10:32:09.000> creator = 'mwh' dependencies = [] files = ['4853'] hgrepos = [] issue_num = 661536 keywords = ['patch'] message_count = 3.0 messages = ['42223', '42224', '42225'] nosy_count = 3.0 nosy_names = ['mwh', 'gvanrossum', 'jhylton'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661536' versions = ['Python 2.3'] ``` </p></details>
handle unary op of constant in transformer.py
https://api.github.com/repos/python/cpython/issues/37702/comments
3
2003-01-03T10:32:09Z
2022-04-09T22:30:42Z
https://github.com/python/cpython/issues/37702
1,198,791,008
37,702
[ "python", "cpython" ]
BPO | [661521](https://bugs.python.org/issue661521) --- | :--- 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-03-17.15:58:26.000> created_at = <Date 2003-01-03.10:01:53.000> labels = ['OS-mac'] title = 'plat-mac not on sys.path' updated_at = <Date 2003-03-17.15:58:26.000> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2003-03-17.15:58:26.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-03.10:01:53.000> creator = 'jvr' dependencies = [] files = [] hgrepos = [] issue_num = 661521 keywords = [] message_count = 2.0 messages = ['13855', '13856'] nosy_count = 2.0 nosy_names = ['jackjansen', 'jvr'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661521' versions = ['Python 2.3'] ``` </p></details>
plat-mac not on sys.path
https://api.github.com/repos/python/cpython/issues/37701/comments
2
2003-01-03T10:01:53Z
2022-04-09T22:30:42Z
https://github.com/python/cpython/issues/37701
1,198,791,002
37,701
[ "python", "cpython" ]
BPO | [661440](https://bugs.python.org/issue661440) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[meth.diff](https://bugs.python.org/file4850/meth.diff "Uploaded as text/plain at 2003-01-03.03:08:31 by @rhettinger"): Patch to methodobject.c</li><li>[timemeth.py](https://bugs.python.org/file4851/timemeth.py "Uploaded as text/plain at 2003-01-03.19:52:53 by @rhettinger"): Revising timing code</li><li>[dict.diff](https://bugs.python.org/file4852/dict.diff "Uploaded as text/plain at 2003-01-03.19:54:00 by @rhettinger"): Test support 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 = 'https://github.com/rhettinger' closed_at = <Date 2003-01-04.00:44:52.000> created_at = <Date 2003-01-03.03:06:58.000> labels = ['interpreter-core'] title = 'Refactor and streamline PyCFunction_Call' updated_at = <Date 2003-01-04.00:44:52.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-04.00:44:52.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-03.03:06:58.000> creator = 'rhettinger' dependencies = [] files = ['4850', '4851', '4852'] hgrepos = [] issue_num = 661440 keywords = ['patch'] message_count = 12.0 messages = ['42211', '42212', '42213', '42214', '42215', '42216', '42217', '42218', '42219', '42220', '42221', '42222'] nosy_count = 3.0 nosy_names = ['loewis', 'jhylton', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661440' versions = ['Python 2.3'] ``` </p></details>
Refactor and streamline PyCFunction_Call
https://api.github.com/repos/python/cpython/issues/37700/comments
12
2003-01-03T03:06:58Z
2022-04-09T22:30:41Z
https://github.com/python/cpython/issues/37700
1,198,790,998
37,700
[ "python", "cpython" ]
BPO | [661437](https://bugs.python.org/issue661437) --- | :--- Nosy | @warsaw Files | <li>[apply.diff](https://bugs.python.org/file4849/apply.diff "Uploaded as text/plain at 2003-01-05.21:34:04 by nnorwitz"): add pending dep for apply() - 1</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-03.20:30:32.000> created_at = <Date 2003-01-03.02:59:48.000> labels = ['interpreter-core'] title = 'apply() should get PendingDeprecation' updated_at = <Date 2003-02-03.20:30:32.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2003-02-03.20:30:32.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-03.02:59:48.000> creator = 'barry' dependencies = [] files = ['4849'] hgrepos = [] issue_num = 661437 keywords = ['patch'] message_count = 4.0 messages = ['42207', '42208', '42209', '42210'] nosy_count = 3.0 nosy_names = ['barry', 'nnorwitz', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661437' versions = ['Python 2.3'] ``` </p></details>
apply() should get PendingDeprecation
https://api.github.com/repos/python/cpython/issues/37699/comments
4
2003-01-03T02:59:48Z
2022-04-09T22:30:39Z
https://github.com/python/cpython/issues/37699
1,198,790,995
37,699
[ "python", "cpython" ]
BPO | [661408](https://bugs.python.org/issue661408) --- | :--- Nosy | @loewis Files | <li>[make.diff](https://bugs.python.org/file729/make.diff "Uploaded as text/plain at 2003-01-03.19:39:01 by @loewis")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-03.20:41:03.000> created_at = <Date 2003-01-03.01:18:51.000> labels = ['expert-installation'] title = '"make install" fails with --enable-shared' updated_at = <Date 2003-01-03.20:41:03.000> user = 'https://bugs.python.org/prjsf' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.20:41:03.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2003-01-03.01:18:51.000> creator = 'prjsf' dependencies = [] files = ['729'] hgrepos = [] issue_num = 661408 keywords = [] message_count = 6.0 messages = ['13849', '13850', '13851', '13852', '13853', '13854'] nosy_count = 2.0 nosy_names = ['loewis', 'prjsf'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661408' versions = ['Python 2.3'] ``` </p></details>
"make install" fails with --enable-shared
https://api.github.com/repos/python/cpython/issues/37698/comments
6
2003-01-03T01:18:51Z
2022-04-09T22:30:38Z
https://github.com/python/cpython/issues/37698
1,198,790,994
37,698
[ "python", "cpython" ]
BPO | [661368](https://bugs.python.org/issue661368) --- | :--- Nosy | @loewis, @warsaw Files | <li>[sysexits-patch.txt](https://bugs.python.org/file4848/sysexits-patch.txt "Uploaded as text/plain at 2003-01-02.23:46:09 by @warsaw")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2003-01-10.23:56:48.000> created_at = <Date 2003-01-02.23:03:43.000> labels = ['extension-modules'] title = 'Add sysexits.h EX_* symbols to posix' updated_at = <Date 2003-01-10.23:56:48.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.23:56:48.000> actor = 'nnorwitz' assignee = 'barry' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-02.23:03:43.000> creator = 'barry' dependencies = [] files = ['4848'] hgrepos = [] issue_num = 661368 keywords = ['patch'] message_count = 8.0 messages = ['42199', '42200', '42201', '42202', '42203', '42204', '42205', '42206'] nosy_count = 3.0 nosy_names = ['loewis', 'barry', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661368' versions = ['Python 2.3'] ``` </p></details>
Add sysexits.h EX_* symbols to posix
https://api.github.com/repos/python/cpython/issues/37697/comments
8
2003-01-02T23:03:43Z
2022-04-09T22:30:37Z
https://github.com/python/cpython/issues/37697
1,198,790,991
37,697
[ "python", "cpython" ]
BPO | [661357](https://bugs.python.org/issue661357) --- | :--- Nosy | @gvanrossum, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-04.20:19:10.000> created_at = <Date 2003-01-02.22:33:31.000> labels = ['expert-tkinter'] title = 'tkFileDialog.SaveAs' updated_at = <Date 2003-01-04.20:19:10.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2003-01-04.20:19:10.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-01-02.22:33:31.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 661357 keywords = [] message_count = 11.0 messages = ['13838', '13839', '13840', '13841', '13842', '13843', '13844', '13845', '13846', '13847', '13848'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661357' versions = [] ``` </p></details>
tkFileDialog.SaveAs
https://api.github.com/repos/python/cpython/issues/37696/comments
11
2003-01-02T22:33:31Z
2022-04-09T22:30:36Z
https://github.com/python/cpython/issues/37696
1,198,790,986
37,696
[ "python", "cpython" ]
BPO | [661354](https://bugs.python.org/issue661354) --- | :--- Nosy | @gvanrossum, @tim-one, @brettcannon, @jackjansen Files | <li>[strptimetest.txt](https://bugs.python.org/file728/strptimetest.txt "Uploaded as application/octet-stream at 2003-01-03.16:10:21 by @jackjansen")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-15.23:03:42.000> created_at = <Date 2003-01-02.22:29:55.000> labels = ['library'] title = 'test_strptime fails on the Mac' updated_at = <Date 2003-01-15.23:03:42.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.23:03:42.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.22:29:55.000> creator = 'jackjansen' dependencies = [] files = ['728'] hgrepos = [] issue_num = 661354 keywords = [] message_count = 13.0 messages = ['13825', '13826', '13827', '13828', '13829', '13830', '13831', '13832', '13833', '13834', '13835', '13836', '13837'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tim.peters', 'brett.cannon', 'jackjansen'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661354' versions = ['Python 2.3'] ``` </p></details>
test_strptime fails on the Mac
https://api.github.com/repos/python/cpython/issues/37695/comments
13
2003-01-02T22:29:55Z
2022-04-09T22:30:35Z
https://github.com/python/cpython/issues/37695
1,198,790,983
37,695
[ "python", "cpython" ]
BPO | [661340](https://bugs.python.org/issue661340) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-23.18:08:28.000> created_at = <Date 2003-01-02.22:13:45.000> labels = ['interpreter-core'] title = 'test_httplib fails on the mac' updated_at = <Date 2003-01-23.18:08:28.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-23.18:08:28.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-02.22:13:45.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 661340 keywords = [] message_count = 3.0 messages = ['13822', '13823', '13824'] nosy_count = 2.0 nosy_names = ['jhylton', 'jackjansen'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661340' versions = ['Python 2.3'] ``` </p></details>
test_httplib fails on the mac
https://api.github.com/repos/python/cpython/issues/37694/comments
3
2003-01-02T22:13:45Z
2022-04-09T22:30:33Z
https://github.com/python/cpython/issues/37694
1,198,790,981
37,694
[ "python", "cpython" ]
BPO | [661330](https://bugs.python.org/issue661330) --- | :--- Nosy | @loewis, @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-05.21:40:23.000> created_at = <Date 2003-01-02.22:05:39.000> labels = ['interpreter-core', 'release-blocker'] title = 'test_pep263 fails in MacPython-OS9' updated_at = <Date 2003-01-05.21:40:23.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-05.21:40:23.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-02.22:05:39.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 661330 keywords = [] message_count = 4.0 messages = ['13818', '13819', '13820', '13821'] nosy_count = 2.0 nosy_names = ['loewis', 'jackjansen'] pr_nums = [] priority = 'release blocker' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661330' versions = ['Python 2.3'] ``` </p></details>
test_pep263 fails in MacPython-OS9
https://api.github.com/repos/python/cpython/issues/37693/comments
4
2003-01-02T22:05:39Z
2022-04-09T22:30:33Z
https://github.com/python/cpython/issues/37693
1,198,790,977
37,693
[ "python", "cpython" ]
BPO | [661281](https://bugs.python.org/issue661281) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[py23a1-str-reverse.patch](https://bugs.python.org/file4847/py23a1-str-reverse.patch "Uploaded as text/plain at 2003-01-02.20:16:12 by gminick"): STRING.reverse() implementation.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.09:24:25.000> created_at = <Date 2003-01-02.20:06:09.000> labels = ['interpreter-core'] title = 'reverse method for string objects.' updated_at = <Date 2003-01-03.09:24:25.000> user = 'https://bugs.python.org/gminick' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.09:24:25.000> actor = 'gminick' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-02.20:06:09.000> creator = 'gminick' dependencies = [] files = ['4847'] hgrepos = [] issue_num = 661281 keywords = ['patch'] message_count = 7.0 messages = ['42192', '42193', '42194', '42195', '42196', '42197', '42198'] nosy_count = 3.0 nosy_names = ['loewis', 'rhettinger', 'gminick'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661281' versions = ['Python 2.3'] ``` </p></details>
reverse method for string objects.
https://api.github.com/repos/python/cpython/issues/37692/comments
7
2003-01-02T20:06:09Z
2022-04-09T22:30:31Z
https://github.com/python/cpython/issues/37692
1,198,790,974
37,692
[ "python", "cpython" ]
BPO | [661203](https://bugs.python.org/issue661203) --- | :--- 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-04-07.12:23:09.000> created_at = <Date 2003-01-02.17:38:57.000> labels = ['type-feature', 'library'] title = 'sigprocmask: None argument' updated_at = <Date 2003-04-07.12:23:09.000> user = 'https://bugs.python.org/pilcrow' ``` bugs.python.org fields: ```python activity = <Date 2003-04-07.12:23:09.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.17:38:57.000> creator = 'pilcrow' dependencies = [] files = [] hgrepos = [] issue_num = 661203 keywords = [] message_count = 4.0 messages = ['53713', '53714', '53715', '53716'] nosy_count = 2.0 nosy_names = ['mwh', 'pilcrow'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue661203' versions = [] ``` </p></details>
sigprocmask: None argument
https://api.github.com/repos/python/cpython/issues/37691/comments
4
2003-01-02T17:38:57Z
2022-04-09T22:30:31Z
https://github.com/python/cpython/issues/37691
1,198,790,970
37,691
[ "python", "cpython" ]
BPO | [661184](https://bugs.python.org/issue661184) --- | :--- Nosy | @rhettinger Files | <li>[inspect.patch](https://bugs.python.org/file727/inspect.patch "Uploaded as text/plain at 2003-01-03.11:58:10 by jvr")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-14.02:24:24.000> created_at = <Date 2003-01-02.17:08:12.000> labels = ['library'] title = 'inspect.getsource bug' updated_at = <Date 2003-01-14.02:24:24.000> user = 'https://bugs.python.org/micheles' ``` bugs.python.org fields: ```python activity = <Date 2003-01-14.02:24:24.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.17:08:12.000> creator = 'michele_s' dependencies = [] files = ['727'] hgrepos = [] issue_num = 661184 keywords = [] message_count = 3.0 messages = ['13815', '13816', '13817'] nosy_count = 3.0 nosy_names = ['rhettinger', 'jvr', 'michele_s'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661184' versions = ['Python 2.2'] ``` </p></details>
inspect.getsource bug
https://api.github.com/repos/python/cpython/issues/37690/comments
3
2003-01-02T17:08:12Z
2022-04-09T22:30:30Z
https://github.com/python/cpython/issues/37690
1,198,790,967
37,690
[ "python", "cpython" ]
BPO | [661168](https://bugs.python.org/issue661168) --- | :--- Nosy | @mwhudson, @goodger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2003-01-03.10:26:27.000> created_at = <Date 2003-01-02.16:41:12.000> labels = ['library'] title = 'debug prints lingering in compiler/transformer.py' updated_at = <Date 2003-01-03.10:26:27.000> user = 'https://github.com/goodger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.10:26:27.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.16:41:12.000> creator = 'goodger' dependencies = [] files = [] hgrepos = [] issue_num = 661168 keywords = [] message_count = 4.0 messages = ['13811', '13812', '13813', '13814'] nosy_count = 3.0 nosy_names = ['mwh', 'nnorwitz', 'goodger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661168' versions = ['Python 2.3'] ``` </p></details>
debug prints lingering in compiler/transformer.py
https://api.github.com/repos/python/cpython/issues/37689/comments
4
2003-01-02T16:41:12Z
2022-04-09T22:30:28Z
https://github.com/python/cpython/issues/37689
1,198,790,960
37,689
[ "python", "cpython" ]
BPO | [661136](https://bugs.python.org/issue661136) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.18:42:38.000> created_at = <Date 2003-01-02.15:54:17.000> labels = ['library'] title = 'zipimport does not accept nested pure python imports' updated_at = <Date 2003-01-03.18:42:38.000> user = 'https://bugs.python.org/sandynorton' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.18:42:38.000> actor = 'sandynorton' assignee = 'jvr' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.15:54:17.000> creator = 'sandynorton' dependencies = [] files = [] hgrepos = [] issue_num = 661136 keywords = [] message_count = 3.0 messages = ['13808', '13809', '13810'] nosy_count = 2.0 nosy_names = ['jvr', 'sandynorton'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661136' versions = ['Python 2.3'] ``` </p></details>
zipimport does not accept nested pure python imports
https://api.github.com/repos/python/cpython/issues/37688/comments
3
2003-01-02T15:54:17Z
2022-04-09T22:30:26Z
https://github.com/python/cpython/issues/37688
1,198,790,958
37,688
[ "python", "cpython" ]
BPO | [661092](https://bugs.python.org/issue661092) --- | :--- Nosy | @tim-one, @smontanaro Files | <li>[list.diff](https://bugs.python.org/file4846/list.diff "Uploaded as text/plain at 2003-01-02.16:30:17 by @smontanaro")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2003-01-02.20:53:53.000> created_at = <Date 2003-01-02.14:28:39.000> labels = ['interpreter-core'] title = 'list.sort cmpfunc default' updated_at = <Date 2003-01-02.20:53:53.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2003-01-02.20:53:53.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-02.14:28:39.000> creator = 'skip.montanaro' dependencies = [] files = ['4846'] hgrepos = [] issue_num = 661092 keywords = ['patch'] message_count = 6.0 messages = ['42186', '42187', '42188', '42189', '42190', '42191'] nosy_count = 3.0 nosy_names = ['tim.peters', 'skip.montanaro', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661092' versions = ['Python 2.3'] ``` </p></details>
list.sort cmpfunc default
https://api.github.com/repos/python/cpython/issues/37687/comments
6
2003-01-02T14:28:39Z
2022-04-09T22:30:26Z
https://github.com/python/cpython/issues/37687
1,198,790,951
37,687
[ "python", "cpython" ]
BPO | [661086](https://bugs.python.org/issue661086) --- | :--- Nosy | @tim-one, @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 2003-01-02.16:37:30.000> created_at = <Date 2003-01-02.14:23:25.000> labels = ['library'] title = 'datetime.today() truncates microseconds' updated_at = <Date 2003-01-02.16:37:30.000> user = 'https://github.com/amauryfa' ``` bugs.python.org fields: ```python activity = <Date 2003-01-02.16:37:30.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.14:23:25.000> creator = 'amaury.forgeotdarc' dependencies = [] files = [] hgrepos = [] issue_num = 661086 keywords = [] message_count = 3.0 messages = ['13805', '13806', '13807'] nosy_count = 2.0 nosy_names = ['tim.peters', 'amaury.forgeotdarc'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661086' versions = ['Python 2.3'] ``` </p></details>
datetime.today() truncates microseconds
https://api.github.com/repos/python/cpython/issues/37686/comments
3
2003-01-02T14:23:25Z
2022-04-09T22:30:24Z
https://github.com/python/cpython/issues/37686
1,198,790,946
37,686
[ "python", "cpython" ]
BPO | [661057](https://bugs.python.org/issue661057) --- | :--- Nosy | @gvanrossum <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.15:16:30.000> created_at = <Date 2003-01-02.12:29:13.000> labels = ['type-feature', 'library'] title = 'xrange concatenation' updated_at = <Date 2003-01-03.15:16:30.000> user = 'https://bugs.python.org/phr' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.15:16:30.000> actor = 'gvanrossum' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.12:29:13.000> creator = 'phr' dependencies = [] files = [] hgrepos = [] issue_num = 661057 keywords = [] message_count = 4.0 messages = ['53709', '53710', '53711', '53712'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'phr'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue661057' versions = [] ``` </p></details>
xrange concatenation
https://api.github.com/repos/python/cpython/issues/37685/comments
4
2003-01-02T12:29:13Z
2022-04-09T22:30:23Z
https://github.com/python/cpython/issues/37685
1,198,790,942
37,685
[ "python", "cpython" ]
BPO | [661042](https://bugs.python.org/issue661042) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was 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-30.19:07:53.000> created_at = <Date 2003-01-02.11:32:44.000> labels = ['library'] title = 'urllib2 and proxy' updated_at = <Date 2003-10-30.19:07:53.000> user = 'https://bugs.python.org/jmdesprez' ``` bugs.python.org fields: ```python activity = <Date 2003-10-30.19:07:53.000> actor = 'jjlee' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.11:32:44.000> creator = 'jmdesprez' dependencies = [] files = [] hgrepos = [] issue_num = 661042 keywords = [] message_count = 2.0 messages = ['13803', '13804'] nosy_count = 3.0 nosy_names = ['jhylton', 'jjlee', 'jmdesprez'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue661042' versions = ['Python 2.2'] ``` </p></details>
urllib2 and proxy
https://api.github.com/repos/python/cpython/issues/37684/comments
2
2003-01-02T11:32:44Z
2022-04-09T22:30:22Z
https://github.com/python/cpython/issues/37684
1,198,790,941
37,684
[ "python", "cpython" ]
BPO | [660961](https://bugs.python.org/issue660961) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-04.08:38:14.000> created_at = <Date 2003-01-02.05:19:06.000> labels = ['expert-tkinter'] title = 'tkinter.dooneevent() crashes' updated_at = <Date 2003-01-04.08:38:14.000> user = 'https://bugs.python.org/jgullingsrud' ``` bugs.python.org fields: ```python activity = <Date 2003-01-04.08:38:14.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-01-02.05:19:06.000> creator = 'jgullingsrud' dependencies = [] files = [] hgrepos = [] issue_num = 660961 keywords = [] message_count = 4.0 messages = ['13799', '13800', '13801', '13802'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'jgullingsrud'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660961' versions = ['Python 2.3'] ``` </p></details>
tkinter.dooneevent() crashes
https://api.github.com/repos/python/cpython/issues/37683/comments
4
2003-01-02T05:19:06Z
2022-04-09T22:30:22Z
https://github.com/python/cpython/issues/37683
1,198,790,937
37,683
[ "python", "cpython" ]
BPO | [660946](https://bugs.python.org/issue660946) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-02.21:14:20.000> created_at = <Date 2003-01-02.04:14:36.000> labels = ['build'] title = 'import.c compile fails on cygwin' updated_at = <Date 2003-01-02.21:14:20.000> user = 'https://bugs.python.org/z3p' ``` bugs.python.org fields: ```python activity = <Date 2003-01-02.21:14:20.000> actor = 'z3p' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-01-02.04:14:36.000> creator = 'z3p' dependencies = [] files = [] hgrepos = [] issue_num = 660946 keywords = [] message_count = 8.0 messages = ['13791', '13792', '13793', '13794', '13795', '13796', '13797', '13798'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'jlt63', 'z3p'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660946' versions = [] ``` </p></details>
import.c compile fails on cygwin
https://api.github.com/repos/python/cpython/issues/37682/comments
8
2003-01-02T04:14:36Z
2022-04-09T22:30:20Z
https://github.com/python/cpython/issues/37682
1,198,790,935
37,682
[ "python", "cpython" ]
BPO | [660872](https://bugs.python.org/issue660872) --- | :--- Nosy | @gvanrossum, @tim-one, @pjeby <sup>*Note: these values reflect the state of the issue at 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-01-23.21:50:40.000> created_at = <Date 2003-01-02.00:06:49.000> labels = ['library'] title = 'datetimetz constructors behave counterintuitively (2.3a1)' updated_at = <Date 2003-01-23.21:50:40.000> user = 'https://github.com/pjeby' ``` bugs.python.org fields: ```python activity = <Date 2003-01-23.21:50:40.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-02.00:06:49.000> creator = 'pje' dependencies = [] files = [] hgrepos = [] issue_num = 660872 keywords = [] message_count = 6.0 messages = ['13785', '13786', '13787', '13788', '13789', '13790'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'tim.peters', 'pje'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660872' versions = ['Python 2.3'] ``` </p></details>
datetimetz constructors behave counterintuitively (2.3a1)
https://api.github.com/repos/python/cpython/issues/37681/comments
6
2003-01-02T00:06:49Z
2022-04-09T22:30:20Z
https://github.com/python/cpython/issues/37681
1,198,790,932
37,681
[ "python", "cpython" ]
BPO | [660811](https://bugs.python.org/issue660811) --- | :--- 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-01-16.11:33:57.000> created_at = <Date 2003-01-01.20:33:39.000> labels = ['docs'] title = 'refman: importing x.y.z as m is possible, docs say otherwise' updated_at = <Date 2003-01-16.11:33:57.000> user = 'https://bugs.python.org/zephyrfalcon' ``` bugs.python.org fields: ```python activity = <Date 2003-01-16.11:33:57.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-01.20:33:39.000> creator = 'zephyrfalcon' dependencies = [] files = [] hgrepos = [] issue_num = 660811 keywords = [] message_count = 3.0 messages = ['13782', '13783', '13784'] nosy_count = 3.0 nosy_names = ['loewis', 'zephyrfalcon', 'blunck2'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660811' versions = ['Python 2.3'] ``` </p></details>
refman: importing x.y.z as m is possible, docs say otherwise
https://api.github.com/repos/python/cpython/issues/37680/comments
3
2003-01-01T20:33:39Z
2022-04-09T22:30:18Z
https://github.com/python/cpython/issues/37680
1,198,790,930
37,680
[ "python", "cpython" ]
BPO | [660795](https://bugs.python.org/issue660795) --- | :--- 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-01-02.16:03:58.000> created_at = <Date 2003-01-01.19:59:29.000> labels = ['OS-windows'] title = 'logging missing from Python 2.3a1 for Windows' updated_at = <Date 2003-01-02.16:03:58.000> user = 'https://bugs.python.org/edemaine' ``` bugs.python.org fields: ```python activity = <Date 2003-01-02.16:03:58.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-01-01.19:59:29.000> creator = 'edemaine' dependencies = [] files = [] hgrepos = [] issue_num = 660795 keywords = [] message_count = 5.0 messages = ['13777', '13778', '13779', '13780', '13781'] nosy_count = 3.0 nosy_names = ['tim.peters', 'nnorwitz', 'edemaine'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660795' versions = ['Python 2.3'] ``` </p></details>
logging missing from Python 2.3a1 for Windows
https://api.github.com/repos/python/cpython/issues/37679/comments
5
2003-01-01T19:59:29Z
2022-04-09T22:30:18Z
https://github.com/python/cpython/issues/37679
1,198,790,926
37,679
[ "python", "cpython" ]
BPO | [660707](https://bugs.python.org/issue660707) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.11:37:58.000> created_at = <Date 2003-01-01.15:26:09.000> labels = ['interpreter-core'] title = 'Problems with reference counting and exec' updated_at = <Date 2003-01-03.11:37:58.000> user = 'https://bugs.python.org/kamek' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.11:37:58.000> actor = 'jvr' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-01.15:26:09.000> creator = 'kamek' dependencies = [] files = [] hgrepos = [] issue_num = 660707 keywords = [] message_count = 2.0 messages = ['13775', '13776'] nosy_count = 2.0 nosy_names = ['jvr', 'kamek'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660707' versions = ['Python 2.2'] ``` </p></details>
Problems with reference counting and exec
https://api.github.com/repos/python/cpython/issues/37678/comments
2
2003-01-01T15:26:09Z
2022-04-09T22:30:16Z
https://github.com/python/cpython/issues/37678
1,198,790,923
37,678
[ "python", "cpython" ]
BPO | [660697](https://bugs.python.org/issue660697) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-10.21:31:23.000> created_at = <Date 2003-01-01.15:08:13.000> labels = ['extension-modules'] title = 'ossaudiodev issues' updated_at = <Date 2003-01-10.21:31:23.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.21:31:23.000> actor = 'nnorwitz' assignee = 'gward' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-01.15:08:13.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 660697 keywords = [] message_count = 2.0 messages = ['13773', '13774'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'gward'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660697' versions = ['Python 2.3'] ``` </p></details>
ossaudiodev issues
https://api.github.com/repos/python/cpython/issues/37677/comments
2
2003-01-01T15:08:13Z
2022-04-09T22:30:15Z
https://github.com/python/cpython/issues/37677
1,198,790,919
37,677
[ "python", "cpython" ]
BPO | [660618](https://bugs.python.org/issue660618) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[math.diff](https://bugs.python.org/file4844/math.diff "Uploaded as text/plain at 2003-01-01.08:23:08 by @rhettinger"): gamma patch</li><li>[math2.diff](https://bugs.python.org/file4845/math2.diff "Uploaded as text/plain at 2003-01-01.21:39:55 by @rhettinger"): Revised patch with nine coefficients</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-02.03:30:47.000> created_at = <Date 2003-01-01.08:21:16.000> labels = ['extension-modules'] title = 'math.loggamma(z)' updated_at = <Date 2003-01-02.03:30:47.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-02.03:30:47.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-01.08:21:16.000> creator = 'rhettinger' dependencies = [] files = ['4844', '4845'] hgrepos = [] issue_num = 660618 keywords = ['patch'] message_count = 4.0 messages = ['42182', '42183', '42184', '42185'] nosy_count = 2.0 nosy_names = ['tim.peters', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660618' versions = ['Python 2.3'] ``` </p></details>
math.loggamma(z)
https://api.github.com/repos/python/cpython/issues/37676/comments
4
2003-01-01T08:21:16Z
2022-04-09T22:30:14Z
https://github.com/python/cpython/issues/37676
1,198,790,914
37,676
[ "python", "cpython" ]
BPO | [660559](https://bugs.python.org/issue660559) --- | :--- Nosy | @tim-one, @loewis, @brettcannon, @rhettinger Files | <li>[unpack.diff](https://bugs.python.org/file4842/unpack.diff "Uploaded as text/plain at 2002-12-31.23:20:37 by @rhettinger")</li><li>[arg.diff](https://bugs.python.org/file4843/arg.diff "Uploaded as text/plain at 2003-01-02.02:27:03 by @rhettinger"): Revised patch with dummy arguments</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-03.08:28:33.000> created_at = <Date 2002-12-31.23:19:29.000> labels = ['extension-modules'] title = 'Use METH_O and METH_NOARGS where possible' updated_at = <Date 2003-01-03.08:28:33.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.08:28:33.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-31.23:19:29.000> creator = 'rhettinger' dependencies = [] files = ['4842', '4843'] hgrepos = [] issue_num = 660559 keywords = ['patch'] message_count = 6.0 messages = ['42176', '42177', '42178', '42179', '42180', '42181'] nosy_count = 4.0 nosy_names = ['tim.peters', 'loewis', 'brett.cannon', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660559' versions = ['Python 2.3'] ``` </p></details>
Use METH_O and METH_NOARGS where possible
https://api.github.com/repos/python/cpython/issues/37675/comments
6
2002-12-31T23:19:29Z
2022-04-09T22:30:14Z
https://github.com/python/cpython/issues/37675
1,198,790,911
37,675
[ "python", "cpython" ]
BPO | [660524](https://bugs.python.org/issue660524) --- | :--- Nosy | @loewis Files | <li>[datetimemodule.c.diff](https://bugs.python.org/file4841/datetimemodule.c.diff "Uploaded as text/plain at 2002-12-31.21:24:37 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-03.18:21:25.000> created_at = <Date 2002-12-31.21:22:18.000> labels = ['extension-modules'] title = 'Cygwin datetime module patch' updated_at = <Date 2003-01-03.18:21:25.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.18:21:25.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-31.21:22:18.000> creator = 'jlt63' dependencies = [] files = ['4841'] hgrepos = [] issue_num = 660524 keywords = ['patch'] message_count = 8.0 messages = ['42168', '42169', '42170', '42171', '42172', '42173', '42174', '42175'] nosy_count = 2.0 nosy_names = ['loewis', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660524' versions = [] ``` </p></details>
Cygwin datetime module patch
https://api.github.com/repos/python/cpython/issues/37674/comments
8
2002-12-31T21:22:18Z
2022-04-09T22:30:12Z
https://github.com/python/cpython/issues/37674
1,198,790,909
37,674
[ "python", "cpython" ]
BPO | [660522](https://bugs.python.org/issue660522) --- | :--- Nosy | @loewis Files | <li>[_randommodule.c.diff](https://bugs.python.org/file4840/_randommodule.c.diff "Uploaded as text/plain at 2002-12-31.21:19:53 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-31.21:56:54.000> created_at = <Date 2002-12-31.21:18:06.000> labels = ['extension-modules'] title = 'Cygwin _random module patch' updated_at = <Date 2002-12-31.21:56:54.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.21:56:54.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-31.21:18:06.000> creator = 'jlt63' dependencies = [] files = ['4840'] hgrepos = [] issue_num = 660522 keywords = ['patch'] message_count = 5.0 messages = ['42163', '42164', '42165', '42166', '42167'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660522' versions = ['Python 2.3'] ``` </p></details>
Cygwin _random module patch
https://api.github.com/repos/python/cpython/issues/37673/comments
5
2002-12-31T21:18:06Z
2022-04-09T22:30:10Z
https://github.com/python/cpython/issues/37673
1,198,790,905
37,673
[ "python", "cpython" ]
BPO | [660505](https://bugs.python.org/issue660505) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-08-15.13:15:42.000> created_at = <Date 2002-12-31.20:24:40.000> labels = ['library'] title = 'make commands.getstatusoutput work on windows' updated_at = <Date 2004-08-15.13:15:42.000> user = 'https://bugs.python.org/atotic' ``` bugs.python.org fields: ```python activity = <Date 2004-08-15.13:15:42.000> actor = 'jlgijsbers' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-31.20:24:40.000> creator = 'atotic' dependencies = [] files = [] hgrepos = [] issue_num = 660505 keywords = ['patch'] message_count = 2.0 messages = ['42161', '42162'] nosy_count = 2.0 nosy_names = ['jlgijsbers', 'atotic'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660505' versions = ['Python 2.3'] ``` </p></details>
make commands.getstatusoutput work on windows
https://api.github.com/repos/python/cpython/issues/37672/comments
2
2002-12-31T20:24:40Z
2022-04-09T22:30:09Z
https://github.com/python/cpython/issues/37672
1,198,790,902
37,672
[ "python", "cpython" ]
BPO | [660492](https://bugs.python.org/issue660492) --- | :--- Nosy | @tim-one Files | <li>[_randommodule_problem](https://bugs.python.org/file725/_randommodule_problem "Uploaded as text/plain at 2002-12-31.20:18:50 by z3p"): gcc error messages</li><li>[random.diff](https://bugs.python.org/file726/random.diff "Uploaded as text/plain at 2002-12-31.21:06:43 by nnorwitz"): random module patch for cygwin</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-31.22:22:25.000> created_at = <Date 2002-12-31.20:01:48.000> labels = ['build'] title = 'compile of _randommodule.c fails on cygwin' updated_at = <Date 2002-12-31.22:22:25.000> user = 'https://bugs.python.org/z3p' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.22:22:25.000> actor = 'z3p' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2002-12-31.20:01:48.000> creator = 'z3p' dependencies = [] files = ['725', '726'] hgrepos = [] issue_num = 660492 keywords = [] message_count = 7.0 messages = ['13766', '13767', '13768', '13769', '13770', '13771', '13772'] nosy_count = 4.0 nosy_names = ['tim.peters', 'nnorwitz', 'jlt63', 'z3p'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660492' versions = [] ``` </p></details>
compile of _randommodule.c fails on cygwin
https://api.github.com/repos/python/cpython/issues/37671/comments
7
2002-12-31T20:01:48Z
2022-04-09T22:30:08Z
https://github.com/python/cpython/issues/37671
1,198,790,898
37,671
[ "python", "cpython" ]
BPO | [660485](https://bugs.python.org/issue660485) --- | :--- Nosy | @loewis Files | <li>[tkinter.patch](https://bugs.python.org/file4838/tkinter.patch "Uploaded as text/plain at 2002-12-31.19:43:43 by jlt63")</li><li>[setup.py.diff2](https://bugs.python.org/file4839/setup.py.diff2 "Uploaded as text/plain at 2003-02-04.13:47:41 by jlt63")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-05.15:22:49.000> created_at = <Date 2002-12-31.19:40:23.000> labels = ['extension-modules'] title = 'Cygwin _tkinter Tcl/Tk 8.3 patch' updated_at = <Date 2003-02-05.15:22:49.000> user = 'https://bugs.python.org/jlt63' ``` bugs.python.org fields: ```python activity = <Date 2003-02-05.15:22:49.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-31.19:40:23.000> creator = 'jlt63' dependencies = [] files = ['4838', '4839'] hgrepos = [] issue_num = 660485 keywords = ['patch'] message_count = 8.0 messages = ['42153', '42154', '42155', '42156', '42157', '42158', '42159', '42160'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'jlt63'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660485' versions = [] ``` </p></details>
Cygwin _tkinter Tcl/Tk 8.3 patch
https://api.github.com/repos/python/cpython/issues/37670/comments
8
2002-12-31T19:40:23Z
2022-04-09T22:30:07Z
https://github.com/python/cpython/issues/37670
1,198,790,896
37,670
[ "python", "cpython" ]
BPO | [660476](https://bugs.python.org/issue660476) --- | :--- Nosy | @gvanrossum <sup>*Note: these values reflect the state of the issue at 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-01-07.21:28:14.000> created_at = <Date 2002-12-31.19:20:46.000> labels = ['interpreter-core'] title = 'readline and threads crashes' updated_at = <Date 2003-01-07.21:28:14.000> user = 'https://bugs.python.org/mbrierst' ``` bugs.python.org fields: ```python activity = <Date 2003-01-07.21:28:14.000> actor = 'mbrierst' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-31.19:20:46.000> creator = 'mbrierst' dependencies = [] files = [] hgrepos = [] issue_num = 660476 keywords = [] message_count = 8.0 messages = ['13758', '13759', '13760', '13761', '13762', '13763', '13764', '13765'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nnorwitz', 'mbrierst'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660476' versions = ['Python 2.2'] ``` </p></details>
readline and threads crashes
https://api.github.com/repos/python/cpython/issues/37669/comments
8
2002-12-31T19:20:46Z
2022-04-09T22:30:07Z
https://github.com/python/cpython/issues/37669
1,198,790,888
37,669
[ "python", "cpython" ]
BPO | [660455](https://bugs.python.org/issue660455) --- | :--- Nosy | @mwhudson, @gvanrossum, @rhettinger Files | <li>[compile.diff](https://bugs.python.org/file723/compile.diff "Uploaded as text/plain at 2003-01-12.11:36:54 by @rhettinger"): Patch with test</li><li>[comp2.diff](https://bugs.python.org/file724/comp2.diff "Uploaded as text/plain at 2003-01-16.15:18:25 by nnorwitz"): alternate compile patch (no test, can re-use test in compile.diff)</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-02-12.19:18:05.000> created_at = <Date 2002-12-31.18:11:30.000> labels = ['interpreter-core'] title = '-hex/oct const generates wrong code' updated_at = <Date 2003-02-12.19:18:05.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2003-02-12.19:18:05.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-31.18:11:30.000> creator = 'gvanrossum' dependencies = [] files = ['723', '724'] hgrepos = [] issue_num = 660455 keywords = [] message_count = 12.0 messages = ['13746', '13747', '13748', '13749', '13750', '13751', '13752', '13753', '13754', '13755', '13756', '13757'] nosy_count = 4.0 nosy_names = ['mwh', 'gvanrossum', 'nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660455' versions = ['Python 2.2'] ``` </p></details>
-hex/oct const generates wrong code
https://api.github.com/repos/python/cpython/issues/37668/comments
12
2002-12-31T18:11:30Z
2022-04-09T22:30:06Z
https://github.com/python/cpython/issues/37668
1,198,790,884
37,668
[ "python", "cpython" ]
BPO | [660165](https://bugs.python.org/issue660165) --- | :--- Nosy | @gvanrossum, @loewis Files | <li>[file.txt](https://bugs.python.org/file722/file.txt "Uploaded as text/plain at 2003-01-03.11:05:55 by @loewis")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-03.19:27:49.000> created_at = <Date 2002-12-30.21:15:48.000> labels = [] title = " PyFile_GetLine() doesn't grok unicode" updated_at = <Date 2003-01-03.19:27:49.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2003-01-03.19:27:49.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-30.21:15:48.000> creator = 'gvanrossum' dependencies = [] files = ['722'] hgrepos = [] issue_num = 660165 keywords = [] message_count = 6.0 messages = ['13740', '13741', '13742', '13743', '13744', '13745'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660165' versions = [] ``` </p></details>
PyFile_GetLine() doesn't grok unicode
https://api.github.com/repos/python/cpython/issues/37667/comments
6
2002-12-30T21:15:48Z
2022-04-09T22:30:04Z
https://github.com/python/cpython/issues/37667
1,198,790,879
37,667
[ "python", "cpython" ]
BPO | [660144](https://bugs.python.org/issue660144) --- | :--- Nosy | @gvanrossum, @jackjansen, @nascheme Files | <li>[getargs_int.diff](https://bugs.python.org/file720/getargs_int.diff "Uploaded as text/plain at 2003-01-19.19:35:33 by @nascheme"): Disallow float for 'i' and 'l' types</li><li>[getargs_int_warn.diff](https://bugs.python.org/file721/getargs_int_warn.diff "Uploaded as text/plain at 2003-01-27.05:57:39 by @nascheme")</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/nascheme' closed_at = <Date 2003-02-04.21:02:41.000> created_at = <Date 2002-12-30.20:29:19.000> labels = ['interpreter-core'] title = 'typeobject provides incorrect __mul__' updated_at = <Date 2003-02-04.21:02:41.000> user = 'https://github.com/nascheme' ``` bugs.python.org fields: ```python activity = <Date 2003-02-04.21:02:41.000> actor = 'nascheme' assignee = 'nascheme' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2002-12-30.20:29:19.000> creator = 'nascheme' dependencies = [] files = ['720', '721'] hgrepos = [] issue_num = 660144 keywords = [] message_count = 12.0 messages = ['13728', '13729', '13730', '13731', '13732', '13733', '13734', '13735', '13736', '13737', '13738', '13739'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'jackjansen', 'nascheme'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660144' versions = [] ``` </p></details>
typeobject provides incorrect __mul__
https://api.github.com/repos/python/cpython/issues/37666/comments
12
2002-12-30T20:29:19Z
2022-04-09T22:30:04Z
https://github.com/python/cpython/issues/37666
1,198,790,877
37,666
[ "python", "cpython" ]
BPO | [660098](https://bugs.python.org/issue660098) --- | :--- Nosy | @gvanrossum, @tim-one, @theller Files | <li>[patch.txt](https://bugs.python.org/file718/patch.txt "Uploaded as text/plain at 2003-05-11.04:39:39 by @tim-one"): object_hash() and test_class.py patch</li><li>[newpatch.txt](https://bugs.python.org/file719/newpatch.txt "Uploaded as text/plain at 2003-12-05.18:30:19 by @gvanrossum"): Patch to remove object_hash(); includes Tim's test_class.py patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2006-10-06.21:29:35.000> created_at = <Date 2002-12-30.18:39:37.000> labels = [] title = 'New style classes and __hash__' updated_at = <Date 2006-10-06.21:29:35.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2006-10-06.21:29:35.000> actor = 'danielhs' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-30.18:39:37.000> creator = 'theller' dependencies = [] files = ['718', '719'] hgrepos = [] issue_num = 660098 keywords = [] message_count = 17.0 messages = ['13711', '13712', '13713', '13714', '13715', '13716', '13717', '13718', '13719', '13720', '13721', '13722', '13723', '13724', '13725', '13726', '13727'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'tim.peters', 'jhylton', 'theller', 'danielhs'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660098' versions = [] ``` </p></details>
New style classes and __hash__
https://api.github.com/repos/python/cpython/issues/37665/comments
17
2002-12-30T18:39:37Z
2022-04-09T22:30:02Z
https://github.com/python/cpython/issues/37665
1,198,790,872
37,665
[ "python", "cpython" ]
BPO | [660095](https://bugs.python.org/issue660095) --- | :--- Nosy | @gvanrossum, @vstinner <sup>*Note: these values reflect the state of the issue at the time it was 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-12.11:58:06.459> created_at = <Date 2002-12-30.18:29:19.000> labels = ['type-bug', 'build'] title = 'GNU readline version confusion' updated_at = <Date 2009-02-12.11:58:06.458> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2009-02-12.11:58:06.458> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2009-02-12.11:58:06.459> closer = 'vstinner' components = ['Build'] creation = <Date 2002-12-30.18:29:19.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 660095 keywords = [] message_count = 3.0 messages = ['60299', '60300', '81746'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'ismaeek', 'vstinner'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue660095' versions = [] ``` </p></details>
GNU readline version confusion
https://api.github.com/repos/python/cpython/issues/37664/comments
3
2002-12-30T18:29:19Z
2022-04-09T22:30:00Z
https://github.com/python/cpython/issues/37664
1,198,790,866
37,664
[ "python", "cpython" ]
BPO | [660083](https://bugs.python.org/issue660083) --- | :--- Nosy | @mwhudson, @gvanrossum <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-08.08:06:57.000> created_at = <Date 2002-12-30.17:47:45.000> labels = ['extension-modules'] title = 'GNU readline 4.2 prompt issue' updated_at = <Date 2005-04-08.08:06:57.000> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2005-04-08.08:06:57.000> actor = 'mwh' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-30.17:47:45.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 660083 keywords = [] message_count = 4.0 messages = ['13707', '13708', '13709', '13710'] nosy_count = 2.0 nosy_names = ['mwh', 'gvanrossum'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660083' versions = [] ``` </p></details>
GNU readline 4.2 prompt issue
https://api.github.com/repos/python/cpython/issues/37663/comments
4
2002-12-30T17:47:45Z
2022-04-09T22:29:59Z
https://github.com/python/cpython/issues/37663
1,198,790,860
37,663
[ "python", "cpython" ]
BPO | [660022](https://bugs.python.org/issue660022) --- | :--- Nosy | @rhettinger Files | <li>[libfuncs.diff](https://bugs.python.org/file717/libfuncs.diff "Uploaded as text/plain at 2003-01-02.04:31:30 by @rhettinger"): Patch to docs</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-06-11.08:16:53.000> created_at = <Date 2002-12-30.15:47:25.000> labels = ['docs'] title = 'parameters for int(), str(), etc.' updated_at = <Date 2003-06-11.08:16:53.000> user = 'https://bugs.python.org/aahz' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.08:16:53.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-30.15:47:25.000> creator = 'aahz' dependencies = [] files = ['717'] hgrepos = [] issue_num = 660022 keywords = [] message_count = 3.0 messages = ['13704', '13705', '13706'] nosy_count = 2.0 nosy_names = ['rhettinger', 'aahz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue660022' versions = ['Python 2.3'] ``` </p></details>
parameters for int(), str(), etc.
https://api.github.com/repos/python/cpython/issues/37662/comments
3
2002-12-30T15:47:25Z
2022-04-09T22:29:59Z
https://github.com/python/cpython/issues/37662
1,198,790,857
37,662
[ "python", "cpython" ]
BPO | [659834](https://bugs.python.org/issue659834) --- | :--- Nosy | @gvanrossum Files | <li>[patch.txt](https://bugs.python.org/file4835/patch.txt "Uploaded as text/plain at 2002-12-30.01:23:58 by mlh")</li><li>[configure_patch.txt](https://bugs.python.org/file4836/configure_patch.txt "Uploaded as text/plain at 2002-12-30.02:11:30 by mlh")</li><li>[readline_patch.txt](https://bugs.python.org/file4837/readline_patch.txt "Uploaded as text/plain at 2002-12-30.02:11:56 by mlh")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-30.19:42:30.000> created_at = <Date 2002-12-30.01:22:02.000> labels = ['build'] title = 'Check for readline 2.2 features' updated_at = <Date 2003-03-30.19:42:30.000> user = 'https://bugs.python.org/mlh' ``` bugs.python.org fields: ```python activity = <Date 2003-03-30.19:42:30.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2002-12-30.01:22:02.000> creator = 'mlh' dependencies = [] files = ['4835', '4836', '4837'] hgrepos = [] issue_num = 659834 keywords = ['patch'] message_count = 7.0 messages = ['42146', '42147', '42148', '42149', '42150', '42151', '42152'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nnorwitz', 'mlh'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659834' versions = ['Python 2.2'] ``` </p></details>
Check for readline 2.2 features
https://api.github.com/repos/python/cpython/issues/37661/comments
7
2002-12-30T01:22:02Z
2022-04-09T22:29:57Z
https://github.com/python/cpython/issues/37661
1,198,790,852
37,661
[ "python", "cpython" ]
BPO | [659809](https://bugs.python.org/issue659809) --- | :--- Nosy | @gvanrossum, @loewis, @smontanaro, @brettcannon Files | <li>[Makefile-config-env.diff](https://bugs.python.org/file4834/Makefile-config-env.diff "Uploaded as text/plain at 2002-12-30.03:40:25 by brotsky"): Makefile.pre.1.104.context.diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-20.22:09:21.000> created_at = <Date 2002-12-29.22:41:55.000> labels = ['build', 'invalid'] title = 'fix Makefile.pre to use config env' updated_at = <Date 2007-03-20.22:09:21.000> user = 'https://bugs.python.org/brotsky' ``` bugs.python.org fields: ```python activity = <Date 2007-03-20.22:09:21.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2002-12-29.22:41:55.000> creator = 'brotsky' dependencies = [] files = ['4834'] hgrepos = [] issue_num = 659809 keywords = ['patch'] message_count = 9.0 messages = ['42137', '42138', '42139', '42140', '42141', '42142', '42143', '42144', '42145'] nosy_count = 6.0 nosy_names = ['gvanrossum', 'loewis', 'skip.montanaro', 'nnorwitz', 'brett.cannon', 'brotsky'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659809' versions = ['Python 2.3'] ``` </p></details>
fix Makefile.pre to use config env
https://api.github.com/repos/python/cpython/issues/37660/comments
9
2002-12-29T22:41:55Z
2022-04-09T22:29:56Z
https://github.com/python/cpython/issues/37660
1,198,790,849
37,660
[ "python", "cpython" ]
BPO | [659709](https://bugs.python.org/issue659709) --- | :--- Nosy | @malemburg, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/malemburg' closed_at = <Date 2002-12-29.19:44:58.000> created_at = <Date 2002-12-29.16:19:24.000> labels = [] title = 'bogus computation of float length' updated_at = <Date 2002-12-29.19:44:58.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2002-12-29.19:44:58.000> actor = 'lemburg' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-29.16:19:24.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 659709 keywords = [] message_count = 2.0 messages = ['13702', '13703'] nosy_count = 2.0 nosy_names = ['lemburg', 'loewis'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659709' versions = [] ``` </p></details>
bogus computation of float length
https://api.github.com/repos/python/cpython/issues/37659/comments
2
2002-12-29T16:19:24Z
2022-04-09T22:29:56Z
https://github.com/python/cpython/issues/37659
1,198,790,847
37,659
[ "python", "cpython" ]
BPO | [659604](https://bugs.python.org/issue659604) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-04-21.02:42:59.000> created_at = <Date 2002-12-29.07:37:14.000> labels = ['library'] title = 'optparse store_true uses 1 and 0' updated_at = <Date 2003-04-21.02:42:59.000> user = 'https://bugs.python.org/brianl' ``` bugs.python.org fields: ```python activity = <Date 2003-04-21.02:42:59.000> actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-29.07:37:14.000> creator = 'brianl' dependencies = [] files = [] hgrepos = [] issue_num = 659604 keywords = [] message_count = 4.0 messages = ['13698', '13699', '13700', '13701'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'gward', 'brianl'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659604' versions = ['Python 2.3'] ``` </p></details>
optparse store_true uses 1 and 0
https://api.github.com/repos/python/cpython/issues/37658/comments
4
2002-12-29T07:37:14Z
2022-04-09T22:29:54Z
https://github.com/python/cpython/issues/37658
1,198,790,844
37,658
[ "python", "cpython" ]
BPO | [659536](https://bugs.python.org/issue659536) --- | :--- Nosy | @loewis, @doerwalter, @rhettinger Files | <li>[unpack.diff](https://bugs.python.org/file4833/unpack.diff "Uploaded as text/plain at 2002-12-29.00:48:03 by @rhettinger")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2002-12-29.16:35:18.000> created_at = <Date 2002-12-29.00:46:35.000> labels = [] title = 'Use PyArg_UnpackTuple where possible' updated_at = <Date 2002-12-29.16:35:18.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-29.16:35:18.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2002-12-29.00:46:35.000> creator = 'rhettinger' dependencies = [] files = ['4833'] hgrepos = [] issue_num = 659536 keywords = ['patch'] message_count = 6.0 messages = ['42131', '42132', '42133', '42134', '42135', '42136'] nosy_count = 3.0 nosy_names = ['loewis', 'doerwalter', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659536' versions = [] ``` </p></details>
Use PyArg_UnpackTuple where possible
https://api.github.com/repos/python/cpython/issues/37657/comments
6
2002-12-29T00:46:35Z
2022-04-09T22:29:53Z
https://github.com/python/cpython/issues/37657
1,198,790,841
37,657
[ "python", "cpython" ]
BPO | [659228](https://bugs.python.org/issue659228) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-10.23:50:57.000> created_at = <Date 2002-12-28.01:50:59.000> labels = ['library'] title = "'realpath' function missing from os.path" updated_at = <Date 2003-01-10.23:50:57.000> user = 'https://bugs.python.org/macquigg' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.23:50:57.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-28.01:50:59.000> creator = 'macquigg' dependencies = [] files = [] hgrepos = [] issue_num = 659228 keywords = [] message_count = 4.0 messages = ['13694', '13695', '13696', '13697'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'macquigg'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659228' versions = ['Python 2.2'] ``` </p></details>
'realpath' function missing from os.path
https://api.github.com/repos/python/cpython/issues/37656/comments
4
2002-12-28T01:50:59Z
2022-04-09T22:29:51Z
https://github.com/python/cpython/issues/37656
1,198,790,837
37,656
[ "python", "cpython" ]
BPO | [659188](https://bugs.python.org/issue659188) --- | :--- 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-04-17.22:38:53.000> created_at = <Date 2002-12-27.23:13:50.000> labels = ['docs'] title = 'no docs for HTMLParser.handle_pi' updated_at = <Date 2003-04-17.22:38:53.000> user = 'https://bugs.python.org/arildfines' ``` bugs.python.org fields: ```python activity = <Date 2003-04-17.22:38:53.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2002-12-27.23:13:50.000> creator = 'arildfines' dependencies = [] files = [] hgrepos = [] issue_num = 659188 keywords = [] message_count = 3.0 messages = ['13691', '13692', '13693'] nosy_count = 3.0 nosy_names = ['fdrake', 'blunck2', 'arildfines'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue659188' versions = ['Python 2.2'] ``` </p></details>
no docs for HTMLParser.handle_pi
https://api.github.com/repos/python/cpython/issues/37655/comments
3
2002-12-27T23:13:50Z
2022-04-09T22:29:51Z
https://github.com/python/cpython/issues/37655
1,198,790,835
37,655
[ "python", "cpython" ]
BPO | [658927](https://bugs.python.org/issue658927) --- | :--- Nosy | @loewis, @doko42 Files | <li>[xxx](https://bugs.python.org/file4832/xxx "Uploaded as application/octet-stream at 2002-12-27.11:59:03 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 2002-12-31.13:12:48.000> created_at = <Date 2002-12-27.09:18:58.000> labels = ['extension-modules'] title = 'posixpath missing getctime' updated_at = <Date 2002-12-31.13:12:48.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.13:12:48.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2002-12-27.09:18:58.000> creator = 'doko' dependencies = [] files = ['4832'] hgrepos = [] issue_num = 658927 keywords = ['patch'] message_count = 3.0 messages = ['42128', '42129', '42130'] nosy_count = 2.0 nosy_names = ['loewis', 'doko'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658927' versions = ['Python 2.2'] ``` </p></details>
posixpath missing getctime
https://api.github.com/repos/python/cpython/issues/37654/comments
3
2002-12-27T09:18:58Z
2022-04-09T22:29:50Z
https://github.com/python/cpython/issues/37654
1,198,790,829
37,654
[ "python", "cpython" ]
BPO | [658820](https://bugs.python.org/issue658820) --- | :--- Nosy | @gvanrossum, @brettcannon, @rhettinger Files | <li>[strptime.diff](https://bugs.python.org/file4831/strptime.diff "Uploaded as text/plain at 2002-12-30.01:20:30 by @brettcannon"): 2002-12-29: cvs diff -u</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-31.07:16:40.000> created_at = <Date 2002-12-26.22:41:39.000> labels = ['library'] title = 'regex fixes for _strptime' updated_at = <Date 2002-12-31.07:16:40.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2002-12-31.07:16:40.000> actor = 'brett.cannon' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-26.22:41:39.000> creator = 'brett.cannon' dependencies = [] files = ['4831'] hgrepos = [] issue_num = 658820 keywords = ['patch'] message_count = 7.0 messages = ['42121', '42122', '42123', '42124', '42125', '42126', '42127'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'nnorwitz', 'brett.cannon', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658820' versions = ['Python 2.3'] ``` </p></details>
regex fixes for _strptime
https://api.github.com/repos/python/cpython/issues/37653/comments
7
2002-12-26T22:41:39Z
2022-04-09T22:29:48Z
https://github.com/python/cpython/issues/37653
1,198,790,822
37,653
[ "python", "cpython" ]
BPO | [658781](https://bugs.python.org/issue658781) --- | :--- Nosy | @jackjansen Files | <li>[ResolveAliasFile.patch](https://bugs.python.org/file4830/ResolveAliasFile.patch "Uploaded as text/plain at 2002-12-26.20:23:35 by calbinger")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2002-12-26.23:07:02.000> created_at = <Date 2002-12-26.20:22:14.000> labels = ['OS-mac'] title = 'Fix ResolveAliasFile in macfs.py' updated_at = <Date 2002-12-26.23:07:02.000> user = 'https://bugs.python.org/calbinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-26.23:07:02.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2002-12-26.20:22:14.000> creator = 'calbinger' dependencies = [] files = ['4830'] hgrepos = [] issue_num = 658781 keywords = ['patch'] message_count = 2.0 messages = ['42119', '42120'] nosy_count = 2.0 nosy_names = ['jackjansen', 'calbinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658781' versions = ['Python 2.3'] ``` </p></details>
Fix ResolveAliasFile in macfs.py
https://api.github.com/repos/python/cpython/issues/37652/comments
2
2002-12-26T20:22:14Z
2022-04-09T22:29:48Z
https://github.com/python/cpython/issues/37652
1,198,790,819
37,652
[ "python", "cpython" ]
BPO | [658749](https://bugs.python.org/issue658749) --- | :--- Nosy | @josiahcarlson, @giampaolo, @intgr Files | <li>[asyncore-winerrors.patch](https://bugs.python.org/file18597/asyncore-winerrors.patch "Uploaded as text/plain at 2010-08-21.17:05:46 by @giampaolo")</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/giampaolo' closed_at = <Date 2010-08-23.21:59:13.677> created_at = <Date 2002-12-26.18:25:04.000> labels = ['type-bug', 'library'] title = 'asyncore connect() and winsock errors' updated_at = <Date 2010-08-23.21:59:13.676> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2010-08-23.21:59:13.676> actor = 'giampaolo.rodola' assignee = 'giampaolo.rodola' closed = True closed_date = <Date 2010-08-23.21:59:13.677> closer = 'giampaolo.rodola' components = ['Library (Lib)'] creation = <Date 2002-12-26.18:25:04.000> creator = 'gvanrossum' dependencies = [] files = ['18597'] hgrepos = [] issue_num = 658749 keywords = ['patch'] message_count = 6.0 messages = ['13687', '13688', '13689', '13690', '114516', '114743'] nosy_count = 4.0 nosy_names = ['josiahcarlson', 'klimkin', 'giampaolo.rodola', 'intgr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'patch review' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue658749' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
asyncore connect() and winsock errors
https://api.github.com/repos/python/cpython/issues/37651/comments
6
2002-12-26T18:25:04Z
2022-04-09T22:29:47Z
https://github.com/python/cpython/issues/37651
1,198,790,813
37,651
[ "python", "cpython" ]
BPO | [658742](https://bugs.python.org/issue658742) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2002-12-26.18:21:24.000> created_at = <Date 2002-12-26.18:14:17.000> labels = ['library'] title = 'use datetime instead of time in xmlrpc' updated_at = <Date 2002-12-26.18:21:24.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2002-12-26.18:21:24.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2002-12-26.18:14:17.000> creator = 'rhettinger' dependencies = [] files = [] hgrepos = [] issue_num = 658742 keywords = ['patch'] message_count = 3.0 messages = ['42116', '42117', '42118'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658742' versions = ['Python 2.3'] ``` </p></details>
use datetime instead of time in xmlrpc
https://api.github.com/repos/python/cpython/issues/37650/comments
3
2002-12-26T18:14:17Z
2022-04-09T22:29:45Z
https://github.com/python/cpython/issues/37650
1,198,790,810
37,650
[ "python", "cpython" ]
BPO | [658693](https://bugs.python.org/issue658693) --- | :--- Nosy | @gvanrossum, @birkenfeld, @benjaminp <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2010-04-29.17:56:06.414> created_at = <Date 2002-12-26.15:23:39.000> labels = ['extension-modules'] title = 'cPickle does relative import' updated_at = <Date 2010-04-29.17:56:06.413> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2010-04-29.17:56:06.413> actor = 'terry.reedy' assignee = 'none' closed = True closed_date = <Date 2010-04-29.17:56:06.414> closer = 'terry.reedy' components = ['Extension Modules'] creation = <Date 2002-12-26.15:23:39.000> creator = 'gvanrossum' dependencies = [] files = [] hgrepos = [] issue_num = 658693 keywords = [] message_count = 3.0 messages = ['60298', '71507', '85745'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'georg.brandl', 'benjamin.peterson'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue658693' versions = [] ``` </p></details>
cPickle does relative import
https://api.github.com/repos/python/cpython/issues/37649/comments
3
2002-12-26T15:23:39Z
2022-04-09T22:29:44Z
https://github.com/python/cpython/issues/37649
1,198,790,806
37,649