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 | [754449](https://bugs.python.org/issue754449) --- | :--- Nosy | @tim-one, @brettcannon, @doko42 Files | <li>[tracer.py](https://bugs.python.org/file919/tracer.py "Uploaded as text/plain at 2003-06-15.23:44:16 by @brettcannon"): Contains trace_currentThread which logs to stderr when (threading.)?currentThread becomes None</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/brettcannon' closed_at = <Date 2005-11-04.13:33:25.000> created_at = <Date 2003-06-14.10:32:05.000> labels = ['interpreter-core'] title = 'Exceptions when a thread exits' updated_at = <Date 2005-11-04.13:33:25.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2005-11-04.13:33:25.000> actor = 'justincjohnson' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-14.10:32:05.000> creator = 'doko' dependencies = [] files = ['919'] hgrepos = [] issue_num = 754449 keywords = [] message_count = 26.0 messages = ['16385', '16386', '16387', '16388', '16389', '16390', '16391', '16392', '16393', '16394', '16395', '16396', '16397', '16398', '16399', '16400', '16401', '16402', '16403', '16404', '16405', '16406', '16407', '16408', '16409', '16410'] nosy_count = 7.0 nosy_names = ['tim.peters', 'brett.cannon', 'doko', 'jgoerzen', 'carlosayam', 'gjb1002', 'justincjohnson'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue754449' versions = ['Python 2.3'] ``` </p></details>
Exceptions when a thread exits
https://api.github.com/repos/python/cpython/issues/38648/comments
26
2003-06-14T10:32:05Z
2022-04-09T22:48:27Z
https://github.com/python/cpython/issues/38648
1,198,795,029
38,648
[ "python", "cpython" ]
BPO | [754447](https://bugs.python.org/issue754447) --- | :--- Nosy | @loewis, @doko42 <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.13:31:27.000> created_at = <Date 2003-06-14.10:19:54.000> labels = ['library'] title = 'socket.ssl fails when passed a _socketobj' updated_at = <Date 2003-06-14.13:31:27.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.13:31:27.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-14.10:19:54.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 754447 keywords = [] message_count = 2.0 messages = ['16383', '16384'] nosy_count = 2.0 nosy_names = ['loewis', 'doko'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue754447' versions = ['Python 2.3'] ``` </p></details>
socket.ssl fails when passed a _socketobj
https://api.github.com/repos/python/cpython/issues/38647/comments
2
2003-06-14T10:19:54Z
2022-04-09T22:48:25Z
https://github.com/python/cpython/issues/38647
1,198,795,025
38,647
[ "python", "cpython" ]
BPO | [754340](https://bugs.python.org/issue754340) --- | :--- Nosy | @loewis Files | <li>[patch](https://bugs.python.org/file5368/patch "Uploaded as text/x-diff at 2003-06-14.00:51:48 by jjlee")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.05:52:44.000> created_at = <Date 2003-06-14.00:51:48.000> labels = ['library'] title = '*another* redirect_request typo' updated_at = <Date 2003-06-14.05:52:44.000> user = 'https://bugs.python.org/jjlee' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.05:52:44.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-14.00:51:48.000> creator = 'jjlee' dependencies = [] files = ['5368'] hgrepos = [] issue_num = 754340 keywords = ['patch'] message_count = 2.0 messages = ['43986', '43987'] nosy_count = 2.0 nosy_names = ['loewis', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue754340' versions = ['Python 2.3'] ``` </p></details>
*another* redirect_request typo
https://api.github.com/repos/python/cpython/issues/38646/comments
2
2003-06-14T00:51:48Z
2022-04-09T22:48:24Z
https://github.com/python/cpython/issues/38646
1,198,795,021
38,646
[ "python", "cpython" ]
BPO | [754022](https://bugs.python.org/issue754022) --- | :--- Nosy | @birkenfeld, @birkenfeld, @rhettinger, @phdru Files | <li>[webbrowser](https://bugs.python.org/file5364/webbrowser "Uploaded as application/octet-stream at 2005-03-23.21:18:40 by @phdru"): webbrowser wrapper script</li><li>[webbrowser.py.patch](https://bugs.python.org/file5365/webbrowser.py.patch "Uploaded as text/plain at 2005-03-30.11:01:32 by @phdru"): Big webbrowser.py patch</li><li>[webbrowser.diff](https://bugs.python.org/file5366/webbrowser.diff "Uploaded as text/plain at 2005-09-15.08:07:21 by @birkenfeld"): New patch by birkenfeld</li><li>[libwebbrowser.tex.patch](https://bugs.python.org/file5367/libwebbrowser.tex.patch "Uploaded as text/plain at 2005-09-23.14:10:04 by @phdru")</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/birkenfeld' closed_at = <Date 2005-10-27.15:37:35.000> created_at = <Date 2003-06-13.15:24:50.000> labels = ['library'] title = 'Greatly enhanced webbrowser.py' updated_at = <Date 2005-10-27.15:37:35.000> user = 'https://github.com/phdru' ``` bugs.python.org fields: ```python activity = <Date 2005-10-27.15:37:35.000> actor = 'phd' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-13.15:24:50.000> creator = 'phd' dependencies = [] files = ['5364', '5365', '5366', '5367'] hgrepos = [] issue_num = 754022 keywords = ['patch'] message_count = 32.0 messages = ['43954', '43955', '43956', '43957', '43958', '43959', '43960', '43961', '43962', '43963', '43964', '43965', '43966', '43967', '43968', '43969', '43970', '43971', '43972', '43973', '43974', '43975', '43976', '43977', '43978', '43979', '43980', '43981', '43982', '43983', '43984', '43985'] nosy_count = 7.0 nosy_names = ['nnorwitz', 'georg.brandl', 'georg.brandl', 'rhettinger', 'phd', 'quiver', 'rodsenra'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue754022' versions = ['Python 2.5'] ``` </p></details>
Greatly enhanced webbrowser.py
https://api.github.com/repos/python/cpython/issues/38645/comments
32
2003-06-13T15:24:50Z
2022-04-09T22:48:24Z
https://github.com/python/cpython/issues/38645
1,198,795,016
38,645
[ "python", "cpython" ]
BPO | [754016](https://bugs.python.org/issue754016) --- | :--- Nosy | @birkenfeld, @birkenfeld, @facundobatista, @orsenthil, @miss-islington PRs | <li>python/cpython#661</li><li>python/cpython#16837</li><li>python/cpython#16839</li> Files | <li>[issue754016-py26.patch](https://bugs.python.org/file10752/issue754016-py26.patch "Uploaded as text/plain at 2008-06-27.18:20:57 by @orsenthil")</li><li>[754016.patch](https://bugs.python.org/file18362/754016.patch "Uploaded as text/plain at 2010-08-03.23:58:02 by dstanek")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/orsenthil' closed_at = <Date 2010-08-04.04:56:30.468> created_at = <Date 2003-06-13.15:15:34.000> labels = ['type-bug', 'library'] title = 'urlparse goes wrong with IP:port without scheme' updated_at = <Date 2019-10-18.15:23:21.979> user = 'https://bugs.python.org/kruegi' ``` bugs.python.org fields: ```python activity = <Date 2019-10-18.15:23:21.979> actor = 'orsenthil' assignee = 'orsenthil' closed = True closed_date = <Date 2010-08-04.04:56:30.468> closer = 'orsenthil' components = ['Library (Lib)'] creation = <Date 2003-06-13.15:15:34.000> creator = 'kruegi' dependencies = [] files = ['10752', '18362'] hgrepos = [] issue_num = 754016 keywords = ['patch'] message_count = 19.0 messages = ['16377', '16378', '16379', '16380', '16381', '16382', '67890', '68526', '68533', '68535', '68841', '69095', '85877', '110334', '112725', '112758', '354892', '354897', '354906'] nosy_count = 9.0 nosy_names = ['georg.brandl', 'georg.brandl', 'facundobatista', 'jjlee', 'sjones', 'kruegi', 'orsenthil', 'dstanek', 'elachuni', 'miss-islington'] pr_nums = ['661', '16837', '16839'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue754016' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
urlparse goes wrong with IP:port without scheme
https://api.github.com/repos/python/cpython/issues/38644/comments
19
2003-06-13T15:15:34Z
2022-04-09T22:48:23Z
https://github.com/python/cpython/issues/38644
1,198,795,014
38,644
[ "python", "cpython" ]
BPO | [754014](https://bugs.python.org/issue754014) --- | :--- 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-06-17.05:07:08.000> created_at = <Date 2003-06-13.15:13:06.000> labels = ['interpreter-core', 'type-feature'] title = 'list.index() should accept optional start, end arguments' updated_at = <Date 2003-06-17.05:07:08.000> user = 'https://bugs.python.org/phansen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-17.05:07:08.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-13.15:13:06.000> creator = 'phansen' dependencies = [] files = [] hgrepos = [] issue_num = 754014 keywords = [] message_count = 3.0 messages = ['53916', '53917', '53918'] nosy_count = 2.0 nosy_names = ['rhettinger', 'phansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue754014' versions = [] ``` </p></details>
list.index() should accept optional start, end arguments
https://api.github.com/repos/python/cpython/issues/38643/comments
3
2003-06-13T15:13:06Z
2022-04-09T22:48:21Z
https://github.com/python/cpython/issues/38643
1,198,795,011
38,643
[ "python", "cpython" ]
BPO | [754004](https://bugs.python.org/issue754004) --- | :--- Nosy | @loewis Files | <li>[pep-0252-1001ad.diff](https://bugs.python.org/file5363/pep-0252-1001ad.diff "Uploaded as text/plain at 2003-06-13.14:54:31 by gerrit"): Time machine</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.05:36:05.000> created_at = <Date 2003-06-13.14:54:30.000> labels = [] title = 'incorrect release year in PEP 251' updated_at = <Date 2003-06-14.05:36:05.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.05:36:05.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-13.14:54:30.000> creator = 'gerrit' dependencies = [] files = ['5363'] hgrepos = [] issue_num = 754004 keywords = ['patch'] message_count = 2.0 messages = ['43952', '43953'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue754004' versions = ['Python 2.2'] ``` </p></details>
incorrect release year in PEP 251
https://api.github.com/repos/python/cpython/issues/38642/comments
2
2003-06-13T14:54:30Z
2022-04-09T22:48:19Z
https://github.com/python/cpython/issues/38642
1,198,795,008
38,642
[ "python", "cpython" ]
BPO | [753925](https://bugs.python.org/issue753925) --- | :--- 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-06-13.14:30:32.000> created_at = <Date 2003-06-13.12:32:06.000> labels = [] title = 'OSA handling of toplevel properties is weird' updated_at = <Date 2003-06-13.14:30:32.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-13.14:30:32.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-13.12:32:06.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 753925 keywords = [] message_count = 2.0 messages = ['16375', '16376'] nosy_count = 1.0 nosy_names = ['jackjansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753925' versions = [] ``` </p></details>
OSA handling of toplevel properties is weird
https://api.github.com/repos/python/cpython/issues/38641/comments
2
2003-06-13T12:32:06Z
2022-04-09T22:48:20Z
https://github.com/python/cpython/issues/38641
1,198,795,006
38,641
[ "python", "cpython" ]
BPO | [753863](https://bugs.python.org/issue753863) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-13.11:33:40.000> created_at = <Date 2003-06-13.10:16:56.000> labels = ['docs'] title = 'Broken reference for static/class method in docs' updated_at = <Date 2003-06-13.11:33:40.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2003-06-13.11:33:40.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-13.10:16:56.000> creator = 'quiver' dependencies = [] files = [] hgrepos = [] issue_num = 753863 keywords = [] message_count = 2.0 messages = ['16373', '16374'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753863' versions = [] ``` </p></details>
Broken reference for static/class method in docs
https://api.github.com/repos/python/cpython/issues/38640/comments
2
2003-06-13T10:16:56Z
2022-04-09T22:48:17Z
https://github.com/python/cpython/issues/38640
1,198,795,003
38,640
[ "python", "cpython" ]
BPO | [753845](https://bugs.python.org/issue753845) --- | :--- Nosy | @loewis Files | <li>[README.diff](https://bugs.python.org/file5362/README.diff "Uploaded as text/plain at 2003-06-13.09:43:50 by gerrit"): Updates README</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.05:30:12.000> created_at = <Date 2003-06-13.09:43:49.000> labels = ['docs'] title = 'Update README for Redhat 9 Tkinter compile with USC-4' updated_at = <Date 2003-06-14.05:30:12.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.05:30:12.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-13.09:43:49.000> creator = 'gerrit' dependencies = [] files = ['5362'] hgrepos = [] issue_num = 753845 keywords = ['patch'] message_count = 2.0 messages = ['43950', '43951'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753845' versions = ['Python 2.3'] ``` </p></details>
Update README for Redhat 9 Tkinter compile with USC-4
https://api.github.com/repos/python/cpython/issues/38639/comments
2
2003-06-13T09:43:49Z
2022-04-09T22:48:16Z
https://github.com/python/cpython/issues/38639
1,198,794,998
38,639
[ "python", "cpython" ]
BPO | [753733](https://bugs.python.org/issue753733) --- | :--- Nosy | @kbkaiser Files | <li>[sysmodule.c.diff](https://bugs.python.org/file5361/sysmodule.c.diff "Uploaded as text/plain at 2003-06-13.05:05:33 by @kbkaiser"): sysmodule.c.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/kbkaiser' closed_at = <Date 2003-07-07.00:47:41.000> created_at = <Date 2003-06-13.04:56:55.000> labels = ['interpreter-core'] title = 'sys.interrupt_main()' updated_at = <Date 2003-07-07.00:47:41.000> user = 'https://github.com/kbkaiser' ``` bugs.python.org fields: ```python activity = <Date 2003-07-07.00:47:41.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-13.04:56:55.000> creator = 'kbk' dependencies = [] files = ['5361'] hgrepos = [] issue_num = 753733 keywords = ['patch'] message_count = 4.0 messages = ['43946', '43947', '43948', '43949'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'kbk'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753733' versions = ['Python 2.3'] ``` </p></details>
sys.interrupt_main()
https://api.github.com/repos/python/cpython/issues/38638/comments
4
2003-06-13T04:56:55Z
2022-04-09T22:48:16Z
https://github.com/python/cpython/issues/38638
1,198,794,994
38,638
[ "python", "cpython" ]
BPO | [753711](https://bugs.python.org/issue753711) --- | :--- Nosy | @brettcannon, @posita <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.18:44:34.000> created_at = <Date 2003-06-13.03:27:56.000> labels = ['expert-regex'] title = 'Infinite Loop in RE' updated_at = <Date 2003-06-16.18:44:34.000> user = 'https://github.com/posita' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.18:44:34.000> actor = 'glchapman' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2003-06-13.03:27:56.000> creator = 'mbogosian' dependencies = [] files = [] hgrepos = [] issue_num = 753711 keywords = [] message_count = 5.0 messages = ['16368', '16369', '16370', '16371', '16372'] nosy_count = 5.0 nosy_names = ['effbot', 'brett.cannon', 'glchapman', 'sjones', 'mbogosian'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753711' versions = ['Python 2.2'] ``` </p></details>
Infinite Loop in RE
https://api.github.com/repos/python/cpython/issues/38637/comments
5
2003-06-13T03:27:56Z
2022-04-09T22:48:14Z
https://github.com/python/cpython/issues/38637
1,198,794,990
38,637
[ "python", "cpython" ]
BPO | [753617](https://bugs.python.org/issue753617) --- | :--- Nosy | @warsaw <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-13.21:16:53.000> created_at = <Date 2003-06-12.23:12:16.000> labels = ['library'] title = 'dump_address_pair in email._parseaddr appears to be missing' updated_at = <Date 2003-06-13.21:16:53.000> user = 'https://bugs.python.org/ehuss' ``` bugs.python.org fields: ```python activity = <Date 2003-06-13.21:16:53.000> actor = 'barry' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-12.23:12:16.000> creator = 'ehuss' dependencies = [] files = [] hgrepos = [] issue_num = 753617 keywords = [] message_count = 4.0 messages = ['16364', '16365', '16366', '16367'] nosy_count = 2.0 nosy_names = ['barry', 'ehuss'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753617' versions = [] ``` </p></details>
dump_address_pair in email._parseaddr appears to be missing
https://api.github.com/repos/python/cpython/issues/38636/comments
4
2003-06-12T23:12:16Z
2022-04-09T22:48:13Z
https://github.com/python/cpython/issues/38636
1,198,794,987
38,636
[ "python", "cpython" ]
BPO | [753602](https://bugs.python.org/issue753602) --- | :--- Nosy | @tim-one, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-06-13.08:50:25.000> created_at = <Date 2003-06-12.22:18:28.000> labels = ['docs'] title = 'random.sample not properly documented' updated_at = <Date 2003-06-13.08:50:25.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-13.08:50:25.000> actor = 'gerrit' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-12.22:18:28.000> creator = 'gerrit' dependencies = [] files = [] hgrepos = [] issue_num = 753602 keywords = [] message_count = 4.0 messages = ['16360', '16361', '16362', '16363'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753602' versions = ['Python 2.3'] ``` </p></details>
random.sample not properly documented
https://api.github.com/repos/python/cpython/issues/38635/comments
4
2003-06-12T22:18:28Z
2022-04-09T22:48:12Z
https://github.com/python/cpython/issues/38635
1,198,794,982
38,635
[ "python", "cpython" ]
BPO | [753600](https://bugs.python.org/issue753600) --- | :--- Nosy | @loewis, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.21:37:34.000> created_at = <Date 2003-06-12.22:16:40.000> labels = ['interpreter-core', 'type-feature'] title = 'why should += produce name binding?' updated_at = <Date 2003-06-16.21:37:34.000> user = 'https://bugs.python.org/gregsmith' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.21:37:34.000> actor = 'gregsmith' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-12.22:16:40.000> creator = 'gregsmith' dependencies = [] files = [] hgrepos = [] issue_num = 753600 keywords = [] message_count = 6.0 messages = ['53910', '53911', '53912', '53913', '53914', '53915'] nosy_count = 3.0 nosy_names = ['loewis', 'gregsmith', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue753600' versions = [] ``` </p></details>
why should += produce name binding?
https://api.github.com/repos/python/cpython/issues/38634/comments
6
2003-06-12T22:16:40Z
2022-04-09T22:48:10Z
https://github.com/python/cpython/issues/38634
1,198,794,975
38,634
[ "python", "cpython" ]
BPO | [753592](https://bugs.python.org/issue753592) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was 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-01.12:43:22.000> created_at = <Date 2003-06-12.22:00:10.000> labels = [] title = 'websucker bug' updated_at = <Date 2003-07-01.12:43:22.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2003-07-01.12:43:22.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-06-12.22:00:10.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 753592 keywords = [] message_count = 3.0 messages = ['16357', '16358', '16359'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753592' versions = ['Python 2.3'] ``` </p></details>
websucker bug
https://api.github.com/repos/python/cpython/issues/38633/comments
3
2003-06-12T22:00:10Z
2022-04-09T22:48:09Z
https://github.com/python/cpython/issues/38633
1,198,794,968
38,633
[ "python", "cpython" ]
BPO | [753518](https://bugs.python.org/issue753518) --- | :--- Nosy | @jackjansen, @kbkaiser <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-06-18.21:30:11.000> created_at = <Date 2003-06-12.19:51:49.000> labels = ['expert-installation'] title = 'Installing idle from new location' updated_at = <Date 2003-06-18.21:30:11.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-18.21:30:11.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2003-06-12.19:51:49.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 753518 keywords = [] message_count = 7.0 messages = ['16350', '16351', '16352', '16353', '16354', '16355', '16356'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'jackjansen', 'kbk'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753518' versions = ['Python 2.3'] ``` </p></details>
Installing idle from new location
https://api.github.com/repos/python/cpython/issues/38632/comments
7
2003-06-12T19:51:49Z
2022-04-09T22:48:09Z
https://github.com/python/cpython/issues/38632
1,198,794,964
38,632
[ "python", "cpython" ]
BPO | [753451](https://bugs.python.org/issue753451) --- | :--- Nosy | @mwhudson, @brettcannon, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-06-18.01:13:56.000> created_at = <Date 2003-06-12.18:09:50.000> labels = ['interpreter-core'] title = 'classmethod abuse --> SystemError' updated_at = <Date 2003-06-18.01:13:56.000> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2003-06-18.01:13:56.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-12.18:09:50.000> creator = 'mwh' dependencies = [] files = [] hgrepos = [] issue_num = 753451 keywords = [] message_count = 3.0 messages = ['16347', '16348', '16349'] nosy_count = 3.0 nosy_names = ['mwh', 'brett.cannon', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue753451' versions = [] ``` </p></details>
classmethod abuse --> SystemError
https://api.github.com/repos/python/cpython/issues/38631/comments
3
2003-06-12T18:09:50Z
2022-04-09T22:48:08Z
https://github.com/python/cpython/issues/38631
1,198,794,960
38,631
[ "python", "cpython" ]
BPO | [752911](https://bugs.python.org/issue752911) --- | :--- Files | <li>[astfixes.diff](https://bugs.python.org/file5359/astfixes.diff "Uploaded as text/plain at 2003-06-11.21:08:29 by logistix"): patch for various function fixes</li><li>[astfixes2.diff](https://bugs.python.org/file5360/astfixes2.diff "Uploaded as text/plain at 2003-12-26.21:47:28 by nnorwitz"): updated patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-12-27.16:17:08.000> created_at = <Date 2003-06-11.21:08:28.000> labels = ['interpreter-core'] title = 'ast-branch: multiple function fixes' updated_at = <Date 2003-12-27.16:17:08.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2003-12-27.16:17:08.000> actor = 'nnorwitz' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-11.21:08:28.000> creator = 'logistix' dependencies = [] files = ['5359', '5360'] hgrepos = [] issue_num = 752911 keywords = ['patch'] message_count = 3.0 messages = ['43943', '43944', '43945'] nosy_count = 3.0 nosy_names = ['jhylton', 'nnorwitz', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue752911' versions = [] ``` </p></details>
ast-branch: multiple function fixes
https://api.github.com/repos/python/cpython/issues/38630/comments
3
2003-06-11T21:08:28Z
2022-04-09T22:48:06Z
https://github.com/python/cpython/issues/38630
1,198,794,957
38,630
[ "python", "cpython" ]
BPO | [752671](https://bugs.python.org/issue752671) --- | :--- Nosy | @loewis Files | <li>[configure.in_libintl.diff.gz](https://bugs.python.org/file5357/configure.in_libintl.diff.gz "Uploaded as application/x-gzip at 2003-06-11.15:47:37 by marc"): configure.in patch</li><li>[libintl_diffs.tar.gz](https://bugs.python.org/file5358/libintl_diffs.tar.gz "Uploaded as application/x-tar at 2003-06-14.15:13:44 by marc"): Two possible solutions...</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-06-14.21:03:53.000> created_at = <Date 2003-06-11.15:47:37.000> labels = [] title = 'NetBSD needs to link libintl' updated_at = <Date 2003-06-14.21:03:53.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.21:03:53.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-11.15:47:37.000> creator = 'marc' dependencies = [] files = ['5357', '5358'] hgrepos = [] issue_num = 752671 keywords = ['patch'] message_count = 4.0 messages = ['43939', '43940', '43941', '43942'] nosy_count = 2.0 nosy_names = ['loewis', 'marc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue752671' versions = [] ``` </p></details>
NetBSD needs to link libintl
https://api.github.com/repos/python/cpython/issues/38629/comments
4
2003-06-11T15:47:37Z
2022-04-09T22:48:06Z
https://github.com/python/cpython/issues/38629
1,198,794,954
38,629
[ "python", "cpython" ]
BPO | [752543](https://bugs.python.org/issue752543) --- | :--- Nosy | @tim-one, @doerwalter <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-06-11.12:31:28.000> created_at = <Date 2003-06-11.11:39:43.000> labels = ['invalid', 'OS-windows'] title = 'error with __getattr__' updated_at = <Date 2003-06-11.12:31:28.000> user = 'https://bugs.python.org/cptncrunch' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.12:31:28.000> actor = 'doerwalter' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-06-11.11:39:43.000> creator = 'cptncrunch' dependencies = [] files = [] hgrepos = [] issue_num = 752543 keywords = [] message_count = 2.0 messages = ['16345', '16346'] nosy_count = 3.0 nosy_names = ['tim.peters', 'doerwalter', 'cptncrunch'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue752543' versions = ['Python 2.2'] ``` </p></details>
error with __getattr__
https://api.github.com/repos/python/cpython/issues/38628/comments
2
2003-06-11T11:39:43Z
2022-04-09T22:48:04Z
https://github.com/python/cpython/issues/38628
1,198,794,950
38,628
[ "python", "cpython" ]
BPO | [752221](https://bugs.python.org/issue752221) --- | :--- Nosy | @brettcannon, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-15.21:13:45.000> created_at = <Date 2003-06-10.21:58:52.000> labels = ['interpreter-core'] title = 'print in __getattr__ causes seg fault' updated_at = <Date 2003-06-15.21:13:45.000> user = 'https://bugs.python.org/paulicka' ``` bugs.python.org fields: ```python activity = <Date 2003-06-15.21:13:45.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-10.21:58:52.000> creator = 'paulicka' dependencies = [] files = [] hgrepos = [] issue_num = 752221 keywords = [] message_count = 7.0 messages = ['16338', '16339', '16340', '16341', '16342', '16343', '16344'] nosy_count = 4.0 nosy_names = ['brett.cannon', 'rhettinger', 'sjones', 'paulicka'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue752221' versions = ['Python 2.3'] ``` </p></details>
print in __getattr__ causes seg fault
https://api.github.com/repos/python/cpython/issues/38627/comments
7
2003-06-10T21:58:52Z
2022-04-09T22:48:03Z
https://github.com/python/cpython/issues/38627
1,198,794,946
38,627
[ "python", "cpython" ]
BPO | [751998](https://bugs.python.org/issue751998) --- | :--- Nosy | @gvanrossum Files | <li>[newfin.diff](https://bugs.python.org/file918/newfin.diff "Uploaded as text/plain at 2003-06-10.18:19:21 by jacobs99"): Patch to fix this problem</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.23:38:41.000> created_at = <Date 2003-06-10.15:55:03.000> labels = ['interpreter-core'] title = 'Object destruction is broken for slots' updated_at = <Date 2003-06-16.23:38:41.000> user = 'https://bugs.python.org/jacobs99' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.23:38:41.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-10.15:55:03.000> creator = 'jacobs99' dependencies = [] files = ['918'] hgrepos = [] issue_num = 751998 keywords = [] message_count = 9.0 messages = ['16329', '16330', '16331', '16332', '16333', '16334', '16335', '16336', '16337'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nnorwitz', 'jacobs99'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751998' versions = ['Python 2.2'] ``` </p></details>
Object destruction is broken for slots
https://api.github.com/repos/python/cpython/issues/38626/comments
9
2003-06-10T15:55:03Z
2022-04-09T22:48:01Z
https://github.com/python/cpython/issues/38626
1,198,794,941
38,626
[ "python", "cpython" ]
BPO | [751956](https://bugs.python.org/issue751956) --- | :--- Nosy | @tim-one, @kupuguy <sup>*Note: these values reflect the state of the issue at 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-06-17.00:07:20.000> created_at = <Date 2003-06-10.14:47:22.000> labels = ['interpreter-core'] title = "graminit.[ch] don't build on windows" updated_at = <Date 2003-06-17.00:07:20.000> user = 'https://github.com/kupuguy' ``` bugs.python.org fields: ```python activity = <Date 2003-06-17.00:07:20.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-10.14:47:22.000> creator = 'duncanb' dependencies = [] files = [] hgrepos = [] issue_num = 751956 keywords = [] message_count = 2.0 messages = ['16327', '16328'] nosy_count = 2.0 nosy_names = ['tim.peters', 'duncanb'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751956' versions = [] ``` </p></details>
graminit.[ch] don't build on windows
https://api.github.com/repos/python/cpython/issues/38625/comments
2
2003-06-10T14:47:22Z
2022-04-09T22:48:01Z
https://github.com/python/cpython/issues/38625
1,198,794,935
38,625
[ "python", "cpython" ]
BPO | [751943](https://bugs.python.org/issue751943) --- | :--- Nosy | @loewis, @birkenfeld Files | <li>[x.diff](https://bugs.python.org/file5356/x.diff "Uploaded as text/plain at 2003-06-10.14:31:39 by hooft"): cgitb 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 2005-06-01.17:01:36.000> created_at = <Date 2003-06-10.14:31:38.000> labels = ['library'] title = "cgitb: make more usable for 'binary-only' software" updated_at = <Date 2005-06-01.17:01:36.000> user = 'https://bugs.python.org/hooft' ``` bugs.python.org fields: ```python activity = <Date 2005-06-01.17:01:36.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-10.14:31:38.000> creator = 'hooft' dependencies = [] files = ['5356'] hgrepos = [] issue_num = 751943 keywords = ['patch'] message_count = 4.0 messages = ['43935', '43936', '43937', '43938'] nosy_count = 3.0 nosy_names = ['loewis', 'hooft', 'georg.brandl'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751943' versions = ['Python 2.3'] ``` </p></details>
cgitb: make more usable for 'binary-only' software
https://api.github.com/repos/python/cpython/issues/38624/comments
4
2003-06-10T14:31:38Z
2022-04-09T22:47:59Z
https://github.com/python/cpython/issues/38624
1,198,794,930
38,624
[ "python", "cpython" ]
BPO | [751941](https://bugs.python.org/issue751941) --- | :--- 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-06-10.21:42:46.000> created_at = <Date 2003-06-10.14:27:22.000> labels = ['docs'] title = 'Invisible HTML tag' updated_at = <Date 2003-06-10.21:42:46.000> user = 'https://bugs.python.org/roysmith' ``` bugs.python.org fields: ```python activity = <Date 2003-06-10.21:42:46.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-10.14:27:22.000> creator = 'roysmith' dependencies = [] files = [] hgrepos = [] issue_num = 751941 keywords = [] message_count = 2.0 messages = ['16325', '16326'] nosy_count = 2.0 nosy_names = ['rhettinger', 'roysmith'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751941' versions = ['Python 2.2'] ``` </p></details>
Invisible HTML tag
https://api.github.com/repos/python/cpython/issues/38623/comments
2
2003-06-10T14:27:22Z
2022-04-09T22:47:58Z
https://github.com/python/cpython/issues/38623
1,198,794,928
38,623
[ "python", "cpython" ]
BPO | [751933](https://bugs.python.org/issue751933) --- | :--- Nosy | @loewis, @freddrake, @mdickinson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2003-06-16.18:18:17.000> created_at = <Date 2003-06-10.14:13:20.000> labels = ['docs'] title = '2.2.3 Latex documentation missing from web page?' updated_at = <Date 2003-06-16.18:18:17.000> user = 'https://github.com/mdickinson' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.18:18:17.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-10.14:13:20.000> creator = 'mark.dickinson' dependencies = [] files = [] hgrepos = [] issue_num = 751933 keywords = [] message_count = 3.0 messages = ['16322', '16323', '16324'] nosy_count = 3.0 nosy_names = ['loewis', 'fdrake', 'mark.dickinson'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751933' versions = ['Python 2.2'] ``` </p></details>
2.2.3 Latex documentation missing from web page?
https://api.github.com/repos/python/cpython/issues/38622/comments
3
2003-06-10T14:13:20Z
2022-04-09T22:47:58Z
https://github.com/python/cpython/issues/38622
1,198,794,926
38,622
[ "python", "cpython" ]
BPO | [751916](https://bugs.python.org/issue751916) --- | :--- Nosy | @loewis Files | <li>[ssl.diff](https://bugs.python.org/file5355/ssl.diff "Uploaded as text/plain at 2003-06-10.13:36:27 by jacobs99"): Patch to add interrupt checking and fixes to timeout 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/loewis' closed_at = <Date 2003-06-28.07:40:47.000> created_at = <Date 2003-06-10.13:36:26.000> labels = ['extension-modules'] title = 'Handle keyboard interrupts in SSL module' updated_at = <Date 2003-06-28.07:40:47.000> user = 'https://bugs.python.org/jacobs99' ``` bugs.python.org fields: ```python activity = <Date 2003-06-28.07:40:47.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-06-10.13:36:26.000> creator = 'jacobs99' dependencies = [] files = ['5355'] hgrepos = [] issue_num = 751916 keywords = ['patch'] message_count = 3.0 messages = ['43932', '43933', '43934'] nosy_count = 2.0 nosy_names = ['loewis', 'jacobs99'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751916' versions = ['Python 2.3'] ``` </p></details>
Handle keyboard interrupts in SSL module
https://api.github.com/repos/python/cpython/issues/38621/comments
3
2003-06-10T13:36:26Z
2022-04-09T22:47:57Z
https://github.com/python/cpython/issues/38621
1,198,794,923
38,621
[ "python", "cpython" ]
BPO | [751894](https://bugs.python.org/issue751894) --- | :--- Nosy | @tim-one, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-11.03:12:41.000> created_at = <Date 2003-06-10.12:48:31.000> labels = ['invalid'] title = 'int()' updated_at = <Date 2003-06-11.03:12:41.000> user = 'https://bugs.python.org/froels' ``` bugs.python.org fields: ```python activity = <Date 2003-06-11.03:12:41.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-10.12:48:31.000> creator = 'froels' dependencies = [] files = [] hgrepos = [] issue_num = 751894 keywords = [] message_count = 3.0 messages = ['16319', '16320', '16321'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'froels'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751894' versions = ['Python 2.2'] ``` </p></details>
int()
https://api.github.com/repos/python/cpython/issues/38620/comments
3
2003-06-10T12:48:31Z
2022-04-09T22:47:55Z
https://github.com/python/cpython/issues/38620
1,198,794,920
38,620
[ "python", "cpython" ]
BPO | [751793](https://bugs.python.org/issue751793) --- | :--- Nosy | @loewis, @Cito <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.14:20:55.000> created_at = <Date 2003-06-10.07:56:10.000> labels = ['expert-regex'] title = 'Re module cannot be loaded in restricted mode' updated_at = <Date 2003-06-14.14:20:55.000> user = 'https://github.com/Cito' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.14:20:55.000> actor = 'loewis' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2003-06-10.07:56:10.000> creator = 'cito' dependencies = [] files = [] hgrepos = [] issue_num = 751793 keywords = [] message_count = 2.0 messages = ['16317', '16318'] nosy_count = 3.0 nosy_names = ['loewis', 'effbot', 'cito'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751793' versions = ['Python 2.2'] ``` </p></details>
Re module cannot be loaded in restricted mode
https://api.github.com/repos/python/cpython/issues/38619/comments
2
2003-06-10T07:56:10Z
2022-04-09T22:47:54Z
https://github.com/python/cpython/issues/38619
1,198,794,916
38,619
[ "python", "cpython" ]
BPO | [751758](https://bugs.python.org/issue751758) --- | :--- Nosy | @facundobatista, @giampaolo Files | <li>[ftplib_bug_report_one_file.py](https://bugs.python.org/file917/ftplib_bug_report_one_file.py "Uploaded as text/plain at 2003-06-10.06:51:09 by christianmlong"): Broken version, with working version appended</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 2010-04-23.20:48:36.031> created_at = <Date 2003-06-10.06:51:09.000> labels = ['type-bug', 'library'] title = 'ftplib.retrbinary fails when called from retrlines callback' updated_at = <Date 2010-04-23.20:48:36.029> user = 'https://bugs.python.org/christianmlong' ``` bugs.python.org fields: ```python activity = <Date 2010-04-23.20:48:36.029> actor = 'giampaolo.rodola' assignee = 'none' closed = True closed_date = <Date 2010-04-23.20:48:36.031> closer = 'giampaolo.rodola' components = ['Library (Lib)'] creation = <Date 2003-06-10.06:51:09.000> creator = 'christianmlong' dependencies = [] files = ['917'] hgrepos = [] issue_num = 751758 keywords = [] message_count = 5.0 messages = ['16314', '16315', '16316', '73552', '104051'] nosy_count = 4.0 nosy_names = ['facundobatista', 'sjones', 'christianmlong', 'giampaolo.rodola'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue751758' versions = ['Python 2.4'] ``` </p></details>
ftplib.retrbinary fails when called from retrlines callback
https://api.github.com/repos/python/cpython/issues/38618/comments
5
2003-06-10T06:51:09Z
2022-04-09T22:47:52Z
https://github.com/python/cpython/issues/38618
1,198,794,913
38,618
[ "python", "cpython" ]
BPO | [751612](https://bugs.python.org/issue751612) --- | :--- Nosy | @tim-one, @rhettinger, @terryjreedy Files | <li>[smtpex.py](https://bugs.python.org/file914/smtpex.py "Uploaded as text/plain at 2003-06-09.23:45:23 by @tim-one"): The exact code Tim ran.</li><li>[tcap.txt](https://bugs.python.org/file915/tcap.txt "Uploaded as text/plain at 2003-06-09.23:47:03 by @tim-one"): A screen dump from running stmpex.py</li><li>[mail.py](https://bugs.python.org/file916/mail.py "Uploaded as text/plain at 2003-06-11.20:48:19 by nobody"): An Example Mail script which causes the Error</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-26.21:58:05.000> created_at = <Date 2003-06-09.22:44:03.000> labels = ['invalid', 'OS-windows'] title = 'smtplib crashes Windows Kernal.' updated_at = <Date 2005-04-26.21:58:05.000> user = 'https://bugs.python.org/netytan' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.21:58:05.000> actor = 'terry.reedy' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-06-09.22:44:03.000> creator = 'netytan' dependencies = [] files = ['914', '915', '916'] hgrepos = [] issue_num = 751612 keywords = [] message_count = 13.0 messages = ['16301', '16302', '16303', '16304', '16305', '16306', '16307', '16308', '16309', '16310', '16311', '16312', '16313'] nosy_count = 4.0 nosy_names = ['tim.peters', 'rhettinger', 'terry.reedy', 'netytan'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751612' versions = [] ``` </p></details>
smtplib crashes Windows Kernal.
https://api.github.com/repos/python/cpython/issues/38617/comments
13
2003-06-09T22:44:03Z
2022-04-09T22:47:51Z
https://github.com/python/cpython/issues/38617
1,198,794,910
38,617
[ "python", "cpython" ]
BPO | [751321](https://bugs.python.org/issue751321) --- | :--- Nosy | @loewis, @doerwalter <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.06:13:51.000> created_at = <Date 2003-06-09.13:33:37.000> labels = ['extension-modules', 'invalid'] title = 'Classes inheritig from object are not class type. ' updated_at = <Date 2003-06-14.06:13:51.000> user = 'https://bugs.python.org/e078120' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.06:13:51.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-06-09.13:33:37.000> creator = 'e078120' dependencies = [] files = [] hgrepos = [] issue_num = 751321 keywords = [] message_count = 4.0 messages = ['16297', '16298', '16299', '16300'] nosy_count = 3.0 nosy_names = ['loewis', 'doerwalter', 'e078120'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751321' versions = [] ``` </p></details>
Classes inheritig from object are not class type.
https://api.github.com/repos/python/cpython/issues/38616/comments
4
2003-06-09T13:33:37Z
2022-04-09T22:47:50Z
https://github.com/python/cpython/issues/38616
1,198,794,906
38,616
[ "python", "cpython" ]
BPO | [751279](https://bugs.python.org/issue751279) --- | :--- Nosy | @irmen Files | <li>[nopickle-safe.py](https://bugs.python.org/file913/nopickle-safe.py "Uploaded as text/plain at 2003-06-09.11:21:52 by @irmen"): test script</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-09.11:21:52.000> created_at = <Date 2003-06-09.11:21:52.000> labels = [] title = "cPickle doesn't raise error, pickle does (UnpicklingError)" updated_at = <Date 2003-06-09.11:21:52.000> user = 'https://github.com/irmen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-09.11:21:52.000> actor = 'irmen' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-09.11:21:52.000> creator = 'irmen' dependencies = [] files = ['913'] hgrepos = [] issue_num = 751279 keywords = [] message_count = 1.0 messages = ['16296'] nosy_count = 1.0 nosy_names = ['irmen'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751279' versions = ['Python 2.2'] ``` </p></details>
cPickle doesn't raise error, pickle does (UnpicklingError)
https://api.github.com/repos/python/cpython/issues/38615/comments
1
2003-06-09T11:21:52Z
2022-04-09T22:47:49Z
https://github.com/python/cpython/issues/38615
1,198,794,903
38,615
[ "python", "cpython" ]
BPO | [751276](https://bugs.python.org/issue751276) --- | :--- Nosy | @loewis, @irmen Files | <li>[nopickle-recursion.py](https://bugs.python.org/file912/nopickle-recursion.py "Uploaded as text/plain at 2003-06-09.11:13:48 by @irmen"): test script</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-16.20:18:19.000> created_at = <Date 2003-06-09.11:13:47.000> labels = ['library'] title = "cPickle doesn't raise error, pickle does (recursiondepth)" updated_at = <Date 2003-06-16.20:18:19.000> user = 'https://github.com/irmen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-16.20:18:19.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-09.11:13:47.000> creator = 'irmen' dependencies = [] files = ['912'] hgrepos = [] issue_num = 751276 keywords = [] message_count = 6.0 messages = ['16290', '16291', '16292', '16293', '16294', '16295'] nosy_count = 3.0 nosy_names = ['loewis', 'jhylton', 'irmen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751276' versions = [] ``` </p></details>
cPickle doesn't raise error, pickle does (recursiondepth)
https://api.github.com/repos/python/cpython/issues/38614/comments
6
2003-06-09T11:13:47Z
2022-04-09T22:47:48Z
https://github.com/python/cpython/issues/38614
1,198,794,900
38,614
[ "python", "cpython" ]
BPO | [751260](https://bugs.python.org/issue751260) --- | :--- Nosy | @tim-one, @smontanaro, @brettcannon, @tiran Files | <li>[thread.py](https://bugs.python.org/file8226/thread.py "Uploaded as text/plain at 2003-06-09.10:16:55 by yahoo_alive"): example</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 2008-01-05.20:56:19.854> created_at = <Date 2003-06-09.10:16:08.000> labels = ['type-feature'] title = 'Thread in threading.py can only be started once' updated_at = <Date 2008-01-05.20:56:19.852> user = 'https://bugs.python.org/yahooalive' ``` bugs.python.org fields: ```python activity = <Date 2008-01-05.20:56:19.852> actor = 'christian.heimes' assignee = 'none' closed = True closed_date = <Date 2008-01-05.20:56:19.854> closer = 'christian.heimes' components = ['None'] creation = <Date 2003-06-09.10:16:08.000> creator = 'yahoo_alive' dependencies = [] files = ['8226'] hgrepos = [] issue_num = 751260 keywords = [] message_count = 8.0 messages = ['53904', '53905', '53906', '53907', '53908', '53909', '55403', '59333'] nosy_count = 6.0 nosy_names = ['tim.peters', 'skip.montanaro', 'brett.cannon', 'spiv', 'christian.heimes', 'yahoo_alive'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue751260' versions = [] ``` </p></details>
Thread in threading.py can only be started once
https://api.github.com/repos/python/cpython/issues/38613/comments
8
2003-06-09T10:16:08Z
2022-04-09T22:47:47Z
https://github.com/python/cpython/issues/38613
1,198,794,899
38,613
[ "python", "cpython" ]
BPO | [751124](https://bugs.python.org/issue751124) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was 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-10-12.18:17:53.000> created_at = <Date 2003-06-09.02:19:30.000> labels = ['type-feature', 'library'] title = 'Enhancements to pdb.py when invoked as script' updated_at = <Date 2004-10-12.18:17:53.000> user = 'https://bugs.python.org/cst' ``` bugs.python.org fields: ```python activity = <Date 2004-10-12.18:17:53.000> actor = 'jlgijsbers' assignee = 'jlgijsbers' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-09.02:19:30.000> creator = 'cst' dependencies = [] files = [] hgrepos = [] issue_num = 751124 keywords = [] message_count = 4.0 messages = ['16286', '16287', '16288', '16289'] nosy_count = 3.0 nosy_names = ['isandler', 'jlgijsbers', 'cst'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue751124' versions = [] ``` </p></details>
Enhancements to pdb.py when invoked as script
https://api.github.com/repos/python/cpython/issues/38612/comments
4
2003-06-09T02:19:30Z
2022-04-09T22:47:46Z
https://github.com/python/cpython/issues/38612
1,198,794,894
38,612
[ "python", "cpython" ]
BPO | [751114](https://bugs.python.org/issue751114) --- | :--- Nosy | @tim-one, @mhammond Files | <li>[posix.diff](https://bugs.python.org/file5354/posix.diff "Uploaded as text/plain at 2003-06-09.01:39:09 by nnorwitz"): fix leaks 1</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mhammond' closed_at = <Date 2003-07-24.10:24:14.000> created_at = <Date 2003-06-09.01:39:08.000> labels = ['extension-modules', 'invalid'] title = 'fix memory leaks in posixmodule on Windows' updated_at = <Date 2003-07-24.10:24:14.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-07-24.10:24:14.000> actor = 'mhammond' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-06-09.01:39:08.000> creator = 'nnorwitz' dependencies = [] files = ['5354'] hgrepos = [] issue_num = 751114 keywords = ['patch'] message_count = 3.0 messages = ['43929', '43930', '43931'] nosy_count = 3.0 nosy_names = ['tim.peters', 'mhammond', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751114' versions = ['Python 2.3'] ``` </p></details>
fix memory leaks in posixmodule on Windows
https://api.github.com/repos/python/cpython/issues/38611/comments
3
2003-06-09T01:39:08Z
2022-04-09T22:47:45Z
https://github.com/python/cpython/issues/38611
1,198,794,887
38,611
[ "python", "cpython" ]
BPO | [751113](https://bugs.python.org/issue751113) --- | :--- Nosy | @smontanaro Files | <li>[csv.diff](https://bugs.python.org/file5353/csv.diff "Uploaded as text/plain at 2003-06-09.01:36:28 by nnorwitz"): fix cs leaks 1</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-09.06:06:52.000> created_at = <Date 2003-06-09.01:36:28.000> labels = ['extension-modules'] title = 'fix memory leaks in _csv' updated_at = <Date 2003-06-09.06:06:52.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-06-09.06:06:52.000> actor = 'andrewmcnamara' assignee = 'andrewmcnamara' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-06-09.01:36:28.000> creator = 'nnorwitz' dependencies = [] files = ['5353'] hgrepos = [] issue_num = 751113 keywords = ['patch'] message_count = 3.0 messages = ['43926', '43927', '43928'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'nnorwitz', 'andrewmcnamara'] pr_nums = [] priority = 'high' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751113' versions = ['Python 2.3'] ``` </p></details>
fix memory leaks in _csv
https://api.github.com/repos/python/cpython/issues/38610/comments
3
2003-06-09T01:36:28Z
2022-04-09T22:47:43Z
https://github.com/python/cpython/issues/38610
1,198,794,883
38,610
[ "python", "cpython" ]
BPO | [751107](https://bugs.python.org/issue751107) --- | :--- Nosy | @loewis Files | <li>[tkFont.patch](https://bugs.python.org/file5352/tkFont.patch "Uploaded as text/plain at 2003-06-09.00:57:40 by pedrowerneck"): tkFont.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 = None closed_at = <Date 2003-06-14.21:40:26.000> created_at = <Date 2003-06-09.00:57:40.000> labels = ['expert-tkinter'] title = 'Wrong constant in tkFont module' updated_at = <Date 2003-06-14.21:40:26.000> user = 'https://bugs.python.org/pedrowerneck' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.21:40:26.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-06-09.00:57:40.000> creator = 'pedrowerneck' dependencies = [] files = ['5352'] hgrepos = [] issue_num = 751107 keywords = ['patch'] message_count = 2.0 messages = ['43924', '43925'] nosy_count = 2.0 nosy_names = ['loewis', 'pedrowerneck'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751107' versions = ['Python 2.3'] ``` </p></details>
Wrong constant in tkFont module
https://api.github.com/repos/python/cpython/issues/38609/comments
2
2003-06-09T00:57:40Z
2022-04-09T22:47:42Z
https://github.com/python/cpython/issues/38609
1,198,794,878
38,609
[ "python", "cpython" ]
BPO | [751062](https://bugs.python.org/issue751062) --- | :--- Nosy | @rhettinger Files | <li>[tut.diff](https://bugs.python.org/file5351/tut.diff "Uploaded as text/plain at 2003-06-08.21:49:27 by gerrit"): context diff 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-07-01.06:20:26.000> created_at = <Date 2003-06-08.21:49:27.000> labels = ['docs'] title = 'Tutorial: remove string exceptions, add parnassus, #posts' updated_at = <Date 2003-07-01.06:20:26.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-07-01.06:20:26.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-08.21:49:27.000> creator = 'gerrit' dependencies = [] files = ['5351'] hgrepos = [] issue_num = 751062 keywords = ['patch'] message_count = 2.0 messages = ['43922', '43923'] nosy_count = 2.0 nosy_names = ['rhettinger', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751062' versions = ['Python 2.3'] ``` </p></details>
Tutorial: remove string exceptions, add parnassus, #posts
https://api.github.com/repos/python/cpython/issues/38608/comments
2
2003-06-08T21:49:27Z
2022-04-09T22:47:41Z
https://github.com/python/cpython/issues/38608
1,198,794,873
38,608
[ "python", "cpython" ]
BPO | [751038](https://bugs.python.org/issue751038) --- | :--- Nosy | @rhettinger Files | <li>[exec-without-newline.patch](https://bugs.python.org/file5350/exec-without-newline.patch "Uploaded as text/plain at 2003-06-08.20:28:30 by staschuk")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-18.01:32:56.000> created_at = <Date 2003-06-08.20:28:30.000> labels = ['docs'] title = "Bug fix 750092: exec doesn't need newline" updated_at = <Date 2003-06-18.01:32:56.000> user = 'https://bugs.python.org/staschuk' ``` bugs.python.org fields: ```python activity = <Date 2003-06-18.01:32:56.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-08.20:28:30.000> creator = 'staschuk' dependencies = [] files = ['5350'] hgrepos = [] issue_num = 751038 keywords = ['patch'] message_count = 2.0 messages = ['43920', '43921'] nosy_count = 2.0 nosy_names = ['rhettinger', 'staschuk'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751038' versions = ['Python 2.3'] ``` </p></details>
Bug fix 750092: exec doesn't need newline
https://api.github.com/repos/python/cpython/issues/38607/comments
2
2003-06-08T20:28:30Z
2022-04-09T22:47:40Z
https://github.com/python/cpython/issues/38607
1,198,794,869
38,607
[ "python", "cpython" ]
BPO | [751031](https://bugs.python.org/issue751031) --- | :--- Nosy | @rhettinger Files | <li>[jpeg-exif.patch](https://bugs.python.org/file5349/jpeg-exif.patch "Uploaded as text/plain at 2003-06-08.20:08:39 by staschuk")</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 2005-01-07.08:15:58.000> created_at = <Date 2003-06-08.20:08:39.000> labels = ['library'] title = 'imghdr -- identify JPEGs in EXIF format' updated_at = <Date 2005-01-07.08:15:58.000> user = 'https://bugs.python.org/staschuk' ``` bugs.python.org fields: ```python activity = <Date 2005-01-07.08:15:58.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-08.20:08:39.000> creator = 'staschuk' dependencies = [] files = ['5349'] hgrepos = [] issue_num = 751031 keywords = ['patch'] message_count = 2.0 messages = ['43918', '43919'] nosy_count = 2.0 nosy_names = ['rhettinger', 'staschuk'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue751031' versions = ['Python 2.4'] ``` </p></details>
imghdr -- identify JPEGs in EXIF format
https://api.github.com/repos/python/cpython/issues/38606/comments
2
2003-06-08T20:08:39Z
2022-04-09T22:47:40Z
https://github.com/python/cpython/issues/38606
1,198,794,864
38,606
[ "python", "cpython" ]
BPO | [750595](https://bugs.python.org/issue750595) --- | :--- Nosy | @loewis, @arigo Files | <li>[copy_reg.py-patch](https://bugs.python.org/file5348/copy_reg.py-patch "Uploaded as application/octet-stream at 2003-06-07.16:20:24 by @arigo")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-07.20:12:31.000> created_at = <Date 2003-06-07.16:20:23.000> labels = ['library'] title = 'patch for bug python/cpython#37044' updated_at = <Date 2003-06-07.20:12:31.000> user = 'https://github.com/arigo' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.20:12:31.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-07.16:20:23.000> creator = 'arigo' dependencies = [] files = ['5348'] hgrepos = [] issue_num = 750595 keywords = ['patch'] message_count = 2.0 messages = ['43916', '43917'] nosy_count = 2.0 nosy_names = ['loewis', 'arigo'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue750595' versions = [] ``` </p></details>
patch for bug #595837
https://api.github.com/repos/python/cpython/issues/38605/comments
2
2003-06-07T16:20:23Z
2022-04-09T22:47:38Z
https://github.com/python/cpython/issues/38605
1,198,794,861
38,605
[ "python", "cpython" ]
BPO | [750542](https://bugs.python.org/issue750542) --- | :--- Nosy | @loewis, @freddrake, @doerwalter Files | <li>[issubclass.diff](https://bugs.python.org/file5345/issubclass.diff "Uploaded as text/plain at 2003-06-07.13:11:36 by gerrit"): Patch created with "cvs diff -c pprint.py"</li><li>[issubclass2.diff](https://bugs.python.org/file5346/issubclass2.diff "Uploaded as text/plain at 2003-06-08.20:06:31 by gerrit"): Patch created with "cvs diff -c pprint.py"</li><li>[pprint.diff](https://bugs.python.org/file5347/pprint.diff "Uploaded as text/plain at 2003-12-02.22:53:28 by @doerwalter")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2003-12-03.20:16:24.000> created_at = <Date 2003-06-07.13:11:36.000> labels = ['library'] title = 'Let pprint.py use issubclass instead of is for type checking' updated_at = <Date 2003-12-03.20:16:24.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-12-03.20:16:24.000> actor = 'doerwalter' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-07.13:11:36.000> creator = 'gerrit' dependencies = [] files = ['5345', '5346', '5347'] hgrepos = [] issue_num = 750542 keywords = ['patch'] message_count = 8.0 messages = ['43908', '43909', '43910', '43911', '43912', '43913', '43914', '43915'] nosy_count = 4.0 nosy_names = ['loewis', 'fdrake', 'doerwalter', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue750542' versions = ['Python 2.4'] ``` </p></details>
Let pprint.py use issubclass instead of is for type checking
https://api.github.com/repos/python/cpython/issues/38604/comments
8
2003-06-07T13:11:36Z
2022-04-09T22:47:38Z
https://github.com/python/cpython/issues/38604
1,198,794,857
38,604
[ "python", "cpython" ]
BPO | [750423](https://bugs.python.org/issue750423) --- | :--- Nosy | @tiran Files | <li>[event_handling_sf.request](https://bugs.python.org/file8225/event_handling_sf.request "Uploaded as application/octet-stream at 2003-06-07.02:58:59 by lchase"): text again for request</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 2008-01-05.17:59:04.864> created_at = <Date 2003-06-07.02:58:58.000> labels = ['invalid', 'type-feature', 'library'] title = 'event handling support' updated_at = <Date 2008-01-05.17:59:04.863> user = 'https://bugs.python.org/lchase' ``` bugs.python.org fields: ```python activity = <Date 2008-01-05.17:59:04.863> actor = 'christian.heimes' assignee = 'none' closed = True closed_date = <Date 2008-01-05.17:59:04.864> closer = 'christian.heimes' components = ['Library (Lib)'] creation = <Date 2003-06-07.02:58:58.000> creator = 'lchase' dependencies = [] files = ['8225'] hgrepos = [] issue_num = 750423 keywords = [] message_count = 3.0 messages = ['53902', '53903', '59292'] nosy_count = 3.0 nosy_names = ['jepler', 'christian.heimes', 'lchase'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue750423' versions = [] ``` </p></details>
event handling support
https://api.github.com/repos/python/cpython/issues/38603/comments
3
2003-06-07T02:58:58Z
2022-04-09T22:47:36Z
https://github.com/python/cpython/issues/38603
1,198,794,855
38,603
[ "python", "cpython" ]
BPO | [750328](https://bugs.python.org/issue750328) --- | :--- Nosy | @birkenfeld, @rhettinger, @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 = None closed_at = <Date 2005-10-01.13:38:53.000> created_at = <Date 2003-06-06.21:13:25.000> labels = ['interpreter-core'] title = 'Pickle fails to restore new-style class instance in a cycle' updated_at = <Date 2005-10-01.13:38:53.000> user = 'https://github.com/pjeby' ``` bugs.python.org fields: ```python activity = <Date 2005-10-01.13:38:53.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-06.21:13:25.000> creator = 'pje' dependencies = [] files = [] hgrepos = [] issue_num = 750328 keywords = [] message_count = 6.0 messages = ['16280', '16281', '16282', '16283', '16284', '16285'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'rhettinger', 'pje', 'staschuk'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue750328' versions = ['Python 2.2'] ``` </p></details>
Pickle fails to restore new-style class instance in a cycle
https://api.github.com/repos/python/cpython/issues/38602/comments
6
2003-06-06T21:13:25Z
2022-04-09T22:47:35Z
https://github.com/python/cpython/issues/38602
1,198,794,853
38,602
[ "python", "cpython" ]
BPO | [750092](https://bugs.python.org/issue750092) --- | :--- 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-06-18.01:33:48.000> created_at = <Date 2003-06-06.14:01:46.000> labels = ['docs'] title = 'exec documentation not updated' updated_at = <Date 2003-06-18.01:33:48.000> user = 'https://bugs.python.org/micheles' ``` bugs.python.org fields: ```python activity = <Date 2003-06-18.01:33:48.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-06.14:01:46.000> creator = 'michele_s' dependencies = [] files = [] hgrepos = [] issue_num = 750092 keywords = [] message_count = 3.0 messages = ['16277', '16278', '16279'] nosy_count = 3.0 nosy_names = ['rhettinger', 'staschuk', 'michele_s'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue750092' versions = ['Python 2.3'] ``` </p></details>
exec documentation not updated
https://api.github.com/repos/python/cpython/issues/38601/comments
3
2003-06-06T14:01:46Z
2022-04-09T22:47:35Z
https://github.com/python/cpython/issues/38601
1,198,794,849
38,601
[ "python", "cpython" ]
BPO | [750008](https://bugs.python.org/issue750008) --- | :--- Nosy | @mwhudson Files | <li>[thePatch.txt](https://bugs.python.org/file5344/thePatch.txt "Uploaded as text/plain at 2003-06-06.09:47:25 by mrpr"): Patch for compiler/pycodegen.py bug.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2003-06-27.12:33:17.000> created_at = <Date 2003-06-06.09:47:21.000> labels = ['interpreter-core'] title = "'compiler' module bug with 'import foo.bar as baz'" updated_at = <Date 2003-06-27.12:33:17.000> user = 'https://bugs.python.org/mrpr' ``` bugs.python.org fields: ```python activity = <Date 2003-06-27.12:33:17.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-06.09:47:21.000> creator = 'mrpr' dependencies = [] files = ['5344'] hgrepos = [] issue_num = 750008 keywords = ['patch'] message_count = 2.0 messages = ['43906', '43907'] nosy_count = 2.0 nosy_names = ['mwh', 'mrpr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue750008' versions = [] ``` </p></details>
'compiler' module bug with 'import foo.bar as baz'
https://api.github.com/repos/python/cpython/issues/38600/comments
2
2003-06-06T09:47:21Z
2022-04-09T22:47:33Z
https://github.com/python/cpython/issues/38600
1,198,794,845
38,600
[ "python", "cpython" ]
BPO | [749911](https://bugs.python.org/issue749911) --- | :--- Nosy | @loewis Files | <li>[makefile.diff](https://bugs.python.org/file911/makefile.diff "Uploaded as text/plain at 2003-06-14.06:36:49 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-06-14.15:47:01.000> created_at = <Date 2003-06-06.01:21:53.000> labels = ['build'] title = '--enable-shared fails on Solaris 9 with gcc-3.2.3' updated_at = <Date 2003-06-14.15:47:01.000> user = 'https://bugs.python.org/dr2048' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.15:47:01.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-06-06.01:21:53.000> creator = 'dr2048' dependencies = [] files = ['911'] hgrepos = [] issue_num = 749911 keywords = [] message_count = 9.0 messages = ['16268', '16269', '16270', '16271', '16272', '16273', '16274', '16275', '16276'] nosy_count = 2.0 nosy_names = ['loewis', 'dr2048'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749911' versions = [] ``` </p></details>
--enable-shared fails on Solaris 9 with gcc-3.2.3
https://api.github.com/repos/python/cpython/issues/38599/comments
9
2003-06-06T01:21:53Z
2022-04-09T22:47:33Z
https://github.com/python/cpython/issues/38599
1,198,794,842
38,599
[ "python", "cpython" ]
BPO | [749831](https://bugs.python.org/issue749831) --- | :--- Files | <li>[brian.sav](https://bugs.python.org/file910/brian.sav "Uploaded as application/octet-stream at 2003-06-05.22:04:03 by gerrit"): result of succesful pickle</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-08.13:20:10.000> created_at = <Date 2003-06-05.22:04:03.000> labels = ['interpreter-core'] title = 'copy raises SystemError when getstate raises exception' updated_at = <Date 2003-06-08.13:20:10.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-08.13:20:10.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-05.22:04:03.000> creator = 'gerrit' dependencies = [] files = ['910'] hgrepos = [] issue_num = 749831 keywords = [] message_count = 6.0 messages = ['16262', '16263', '16264', '16265', '16266', '16267'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'gerrit'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749831' versions = ['Python 2.3'] ``` </p></details>
copy raises SystemError when getstate raises exception
https://api.github.com/repos/python/cpython/issues/38598/comments
6
2003-06-05T22:04:03Z
2022-04-09T22:47:30Z
https://github.com/python/cpython/issues/38598
1,198,794,839
38,598
[ "python", "cpython" ]
BPO | [749830](https://bugs.python.org/issue749830) --- | :--- Nosy | @loewis, @birkenfeld Files | <li>[mmap.patch](https://bugs.python.org/file5343/mmap.patch "Uploaded as text/plain at 2003-06-05.22:02:52 by mboedick"): patch to allow UNIX mmap to be called with 0 to set mmap size to current file size</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-03-03.11:24:33.000> created_at = <Date 2003-06-05.22:02:52.000> labels = ['extension-modules'] title = 'allow UNIX mmap size to default to current file size' updated_at = <Date 2005-03-03.11:24:33.000> user = 'https://bugs.python.org/mboedick' ``` bugs.python.org fields: ```python activity = <Date 2005-03-03.11:24:33.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-06-05.22:02:52.000> creator = 'mboedick' dependencies = [] files = ['5343'] hgrepos = [] issue_num = 749830 keywords = ['patch'] message_count = 4.0 messages = ['43902', '43903', '43904', '43905'] nosy_count = 4.0 nosy_names = ['loewis', 'georg.brandl', 'aimacintyre', 'mboedick'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749830' versions = [] ``` </p></details>
allow UNIX mmap size to default to current file size
https://api.github.com/repos/python/cpython/issues/38597/comments
4
2003-06-05T22:02:52Z
2022-04-09T22:47:29Z
https://github.com/python/cpython/issues/38597
1,198,794,836
38,597
[ "python", "cpython" ]
BPO | [749759](https://bugs.python.org/issue749759) --- | :--- Nosy | @rhettinger Files | <li>[comparisons.diff](https://bugs.python.org/file5342/comparisons.diff "Uploaded as text/plain at 2003-06-05.20:08:15 by gerrit"): patch created with cvs diff -c</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-06.02:52:53.000> created_at = <Date 2003-06-05.20:08:15.000> labels = ['docs'] title = 'comparisons yield bool not int' updated_at = <Date 2003-06-06.02:52:53.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-06.02:52:53.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-05.20:08:15.000> creator = 'gerrit' dependencies = [] files = ['5342'] hgrepos = [] issue_num = 749759 keywords = ['patch'] message_count = 2.0 messages = ['43900', '43901'] nosy_count = 2.0 nosy_names = ['rhettinger', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749759' versions = ['Python 2.3'] ``` </p></details>
comparisons yield bool not int
https://api.github.com/repos/python/cpython/issues/38596/comments
2
2003-06-05T20:08:15Z
2022-04-09T22:47:28Z
https://github.com/python/cpython/issues/38596
1,198,794,828
38,596
[ "python", "cpython" ]
BPO | [749722](https://bugs.python.org/issue749722) --- | :--- Nosy | @pitrou, @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 = None created_at = <Date 2003-06-05.18:51:49.000> labels = ['interpreter-core', 'type-feature'] title = 'isinstance and weakref proxies.' updated_at = <Date 2014-02-03.17:12:24.625> user = 'https://bugs.python.org/tuckwilliamson' ``` bugs.python.org fields: ```python activity = <Date 2014-02-03.17:12:24.625> actor = 'BreamoreBoy' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-05.18:51:49.000> creator = 'tuck_williamson' dependencies = [] files = [] hgrepos = [] issue_num = 749722 keywords = [] message_count = 6.0 messages = ['61115', '109729', '114243', '114250', '190039', '190079'] nosy_count = 3.0 nosy_names = ['pitrou', 'benjamin.peterson', 'tuck_williamson'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue749722' versions = ['Python 3.2'] ``` </p></details>
isinstance and weakref proxies.
https://api.github.com/repos/python/cpython/issues/38595/comments
7
2003-06-05T18:51:49Z
2022-05-10T22:23:33Z
https://github.com/python/cpython/issues/38595
1,198,794,823
38,595
[ "python", "cpython" ]
BPO | [749480](https://bugs.python.org/issue749480) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.14:28:05.000> created_at = <Date 2003-06-05.11:30:32.000> labels = ['interpreter-core', 'invalid'] title = 'strange __subclasses__ behaviour' updated_at = <Date 2003-06-14.14:28:05.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.14:28:05.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-06-05.11:30:32.000> creator = 'gerrit' dependencies = [] files = [] hgrepos = [] issue_num = 749480 keywords = [] message_count = 3.0 messages = ['16259', '16260', '16261'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749480' versions = ['Python 2.3'] ``` </p></details>
strange __subclasses__ behaviour
https://api.github.com/repos/python/cpython/issues/38594/comments
3
2003-06-05T11:30:32Z
2022-04-09T22:47:26Z
https://github.com/python/cpython/issues/38594
1,198,794,819
38,594
[ "python", "cpython" ]
BPO | [749261](https://bugs.python.org/issue749261) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-13.19:44:54.000> created_at = <Date 2003-06-05.01:03:01.000> labels = ['invalid', 'library'] title = 'os.path.split does not handle . & .. properly' updated_at = <Date 2003-06-13.19:44:54.000> user = 'https://bugs.python.org/csiemens' ``` bugs.python.org fields: ```python activity = <Date 2003-06-13.19:44:54.000> actor = 'jepler' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-05.01:03:01.000> creator = 'csiemens' dependencies = [] files = [] hgrepos = [] issue_num = 749261 keywords = [] message_count = 6.0 messages = ['16253', '16254', '16255', '16256', '16257', '16258'] nosy_count = 2.0 nosy_names = ['jepler', 'csiemens'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749261' versions = [] ``` </p></details>
os.path.split does not handle . & .. properly
https://api.github.com/repos/python/cpython/issues/38593/comments
6
2003-06-05T01:03:01Z
2022-04-09T22:47:25Z
https://github.com/python/cpython/issues/38593
1,198,794,813
38,593
[ "python", "cpython" ]
BPO | [749210](https://bugs.python.org/issue749210) --- | :--- Nosy | @theller <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-06-12.17:32:17.000> created_at = <Date 2003-06-04.22:47:03.000> labels = ['library'] title = 'bdist --formats=zip,wininst and bdist --formats=wininst,zip' updated_at = <Date 2003-06-12.17:32:17.000> user = 'https://bugs.python.org/dubnerm' ``` bugs.python.org fields: ```python activity = <Date 2003-06-12.17:32:17.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-06-04.22:47:03.000> creator = 'dubnerm' dependencies = [] files = [] hgrepos = [] issue_num = 749210 keywords = [] message_count = 5.0 messages = ['16248', '16249', '16250', '16251', '16252'] nosy_count = 2.0 nosy_names = ['theller', 'dubnerm'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749210' versions = [] ``` </p></details>
bdist --formats=zip,wininst and bdist --formats=wininst,zip
https://api.github.com/repos/python/cpython/issues/38592/comments
5
2003-06-04T22:47:03Z
2022-04-09T22:47:24Z
https://github.com/python/cpython/issues/38592
1,198,794,806
38,592
[ "python", "cpython" ]
BPO | [749191](https://bugs.python.org/issue749191) --- | :--- Nosy | @loewis Files | <li>[tkinter-after-cancel.patch](https://bugs.python.org/file5341/tkinter-after-cancel.patch "Uploaded as text/plain at 2003-06-04.22:06:44 by pjanzen"): Patch to Tkinter.py to prevent memory leak when using after_cancel</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-06-07.19:55:15.000> created_at = <Date 2003-06-04.22:06:44.000> labels = ['expert-tkinter'] title = 'memory leak of "callit"s using after_cancel in tkinter ' updated_at = <Date 2003-06-07.19:55:15.000> user = 'https://bugs.python.org/pjanzen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.19:55:15.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-06-04.22:06:44.000> creator = 'pjanzen' dependencies = [] files = ['5341'] hgrepos = [] issue_num = 749191 keywords = ['patch'] message_count = 2.0 messages = ['43898', '43899'] nosy_count = 2.0 nosy_names = ['loewis', 'pjanzen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749191' versions = ['Python 2.2'] ``` </p></details>
memory leak of "callit"s using after_cancel in tkinter
https://api.github.com/repos/python/cpython/issues/38591/comments
2
2003-06-04T22:06:44Z
2022-04-09T22:47:23Z
https://github.com/python/cpython/issues/38591
1,198,794,801
38,591
[ "python", "cpython" ]
BPO | [749190](https://bugs.python.org/issue749190) --- | :--- Files | <li>[tkinter-after-cancel.patch](https://bugs.python.org/file5340/tkinter-after-cancel.patch "Uploaded as text/plain at 2003-06-04.22:06:30 by pjanzen"): Patch to Tkinter.py to prevent memory leak when using after_cancel</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-04.22:06:30.000> created_at = <Date 2003-06-04.22:06:29.000> labels = ['expert-tkinter'] title = 'memory leak of "callit"s using after_cancel in tkinter ' updated_at = <Date 2003-06-04.22:06:30.000> user = 'https://bugs.python.org/pjanzen' ``` bugs.python.org fields: ```python activity = <Date 2003-06-04.22:06:30.000> actor = 'pjanzen' assignee = 'none' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-06-04.22:06:29.000> creator = 'pjanzen' dependencies = [] files = ['5340'] hgrepos = [] issue_num = 749190 keywords = ['patch'] message_count = 1.0 messages = ['43897'] nosy_count = 1.0 nosy_names = ['pjanzen'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749190' versions = ['Python 2.2'] ``` </p></details>
memory leak of "callit"s using after_cancel in tkinter
https://api.github.com/repos/python/cpython/issues/38590/comments
1
2003-06-04T22:06:29Z
2022-04-09T22:47:21Z
https://github.com/python/cpython/issues/38590
1,198,794,797
38,590
[ "python", "cpython" ]
BPO | [749012](https://bugs.python.org/issue749012) --- | :--- Nosy | @freddrake Files | <li>[ref3.patch](https://bugs.python.org/file5339/ref3.patch "Uploaded as text/plain at 2003-06-04.17:12:57 by gjm-w"): patch to python/dist/src/Doc/ref/ref3.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/freddrake' closed_at = <Date 2003-07-17.05:27:12.000> created_at = <Date 2003-06-04.17:12:57.000> labels = ['docs'] title = 'Describe formation of method objects more accurately' updated_at = <Date 2003-07-17.05:27:12.000> user = 'https://bugs.python.org/gjm-w' ``` bugs.python.org fields: ```python activity = <Date 2003-07-17.05:27:12.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-04.17:12:57.000> creator = 'gjm-w' dependencies = [] files = ['5339'] hgrepos = [] issue_num = 749012 keywords = ['patch'] message_count = 3.0 messages = ['43894', '43895', '43896'] nosy_count = 2.0 nosy_names = ['fdrake', 'gjm-w'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue749012' versions = ['Python 2.2'] ``` </p></details>
Describe formation of method objects more accurately
https://api.github.com/repos/python/cpython/issues/38589/comments
3
2003-06-04T17:12:57Z
2022-04-09T22:47:21Z
https://github.com/python/cpython/issues/38589
1,198,794,788
38,589
[ "python", "cpython" ]
BPO | [748928](https://bugs.python.org/issue748928) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-30.16:48:56.000> created_at = <Date 2003-06-04.15:25:59.000> labels = ['build'] title = 'last threads fixes broke linker' updated_at = <Date 2003-06-30.16:48:56.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2003-06-30.16:48:56.000> actor = 'mmokrejs' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-06-04.15:25:59.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 748928 keywords = [] message_count = 7.0 messages = ['16241', '16242', '16243', '16244', '16245', '16246', '16247'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748928' versions = ['Python 2.3'] ``` </p></details>
last threads fixes broke linker
https://api.github.com/repos/python/cpython/issues/38588/comments
7
2003-06-04T15:25:59Z
2022-04-09T22:47:19Z
https://github.com/python/cpython/issues/38588
1,198,794,782
38,588
[ "python", "cpython" ]
BPO | [748926](https://bugs.python.org/issue748926) --- | :--- 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-07-01.17:15:13.000> created_at = <Date 2003-06-04.15:23:40.000> labels = [] title = 'broken ncurses support in current cvs and last distribution' updated_at = <Date 2003-07-01.17:15:13.000> user = 'https://bugs.python.org/mmokrejs' ``` bugs.python.org fields: ```python activity = <Date 2003-07-01.17:15:13.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-06-04.15:23:40.000> creator = 'mmokrejs' dependencies = [] files = [] hgrepos = [] issue_num = 748926 keywords = [] message_count = 8.0 messages = ['16233', '16234', '16235', '16236', '16237', '16238', '16239', '16240'] nosy_count = 2.0 nosy_names = ['loewis', 'mmokrejs'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748926' versions = ['Python 2.3'] ``` </p></details>
broken ncurses support in current cvs and last distribution
https://api.github.com/repos/python/cpython/issues/38587/comments
8
2003-06-04T15:23:40Z
2022-04-09T22:47:18Z
https://github.com/python/cpython/issues/38587
1,198,794,781
38,587
[ "python", "cpython" ]
BPO | [748849](https://bugs.python.org/issue748849) --- | :--- Nosy | @loewis Files | <li>[tools_README.diff](https://bugs.python.org/file5338/tools_README.diff "Uploaded as text/plain at 2003-06-04.13:28:00 by gerrit"): patch created with 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 = 'https://github.com/loewis' closed_at = <Date 2003-06-07.18:47:21.000> created_at = <Date 2003-06-04.13:28:00.000> labels = [] title = 'Update Tools+Demos/scripts/README file' updated_at = <Date 2003-06-07.18:47:21.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.18:47:21.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-06-04.13:28:00.000> creator = 'gerrit' dependencies = [] files = ['5338'] hgrepos = [] issue_num = 748849 keywords = ['patch'] message_count = 2.0 messages = ['43892', '43893'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748849' versions = ['Python 2.3'] ``` </p></details>
Update Tools+Demos/scripts/README file
https://api.github.com/repos/python/cpython/issues/38586/comments
2
2003-06-04T13:28:00Z
2022-04-09T22:47:18Z
https://github.com/python/cpython/issues/38586
1,198,794,777
38,586
[ "python", "cpython" ]
BPO | [748846](https://bugs.python.org/issue748846) --- | :--- Nosy | @loewis Files | <li>[demo_dates.diff](https://bugs.python.org/file5337/demo_dates.diff "Uploaded as text/plain at 2003-06-04.13:24:30 by gerrit"): patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-06-07.19:42:02.000> created_at = <Date 2003-06-04.13:24:30.000> labels = [] title = 'Let Demo/classes/Date.py mention DateTime module' updated_at = <Date 2003-06-07.19:42:02.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.19:42:02.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-06-04.13:24:30.000> creator = 'gerrit' dependencies = [] files = ['5337'] hgrepos = [] issue_num = 748846 keywords = ['patch'] message_count = 2.0 messages = ['43890', '43891'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748846' versions = ['Python 2.3'] ``` </p></details>
Let Demo/classes/Date.py mention DateTime module
https://api.github.com/repos/python/cpython/issues/38585/comments
2
2003-06-04T13:24:30Z
2022-04-09T22:47:17Z
https://github.com/python/cpython/issues/38585
1,198,794,776
38,585
[ "python", "cpython" ]
BPO | [748843](https://bugs.python.org/issue748843) --- | :--- Nosy | @birkenfeld, @birkenfeld, @devdanzin Files | <li>[parsedate.diff](https://bugs.python.org/file5336/parsedate.diff "Uploaded as text/plain at 2003-06-04.13:22:37 by gerrit"): patch created with 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 2010-08-18.16:17:27.287> created_at = <Date 2003-06-04.13:22:37.000> labels = ['library'] title = 'Let Email.Utils.parsedate use last 3 timetuple items' updated_at = <Date 2010-08-18.16:17:27.250> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2010-08-18.16:17:27.250> actor = 'BreamoreBoy' assignee = 'none' closed = True closed_date = <Date 2010-08-18.16:17:27.287> closer = 'BreamoreBoy' components = ['Library (Lib)'] creation = <Date 2003-06-04.13:22:37.000> creator = 'gerrit' dependencies = [] files = ['5336'] hgrepos = [] issue_num = 748843 keywords = ['patch'] message_count = 4.0 messages = ['43888', '43889', '81501', '114241'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'gerrit', 'ajaksu2', 'BreamoreBoy'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748843' versions = ['Python 2.3'] ``` </p></details>
Let Email.Utils.parsedate use last 3 timetuple items
https://api.github.com/repos/python/cpython/issues/38584/comments
4
2003-06-04T13:22:37Z
2022-04-09T22:47:15Z
https://github.com/python/cpython/issues/38584
1,198,794,770
38,584
[ "python", "cpython" ]
BPO | [748542](https://bugs.python.org/issue748542) --- | :--- Nosy | @smontanaro <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2003-06-04.15:32:04.000> created_at = <Date 2003-06-03.23:58:23.000> labels = ['docs'] title = 'csv, QUOTE_ALWAYS!=QUOTE_ALL' updated_at = <Date 2003-06-04.15:32:04.000> user = 'https://bugs.python.org/nestor5' ``` bugs.python.org fields: ```python activity = <Date 2003-06-04.15:32:04.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-03.23:58:23.000> creator = 'nestor5' dependencies = [] files = [] hgrepos = [] issue_num = 748542 keywords = [] message_count = 2.0 messages = ['16231', '16232'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'nestor5'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748542' versions = ['Python 2.3'] ``` </p></details>
csv, QUOTE_ALWAYS!=QUOTE_ALL
https://api.github.com/repos/python/cpython/issues/38583/comments
2
2003-06-03T23:58:23Z
2022-04-09T22:47:14Z
https://github.com/python/cpython/issues/38583
1,198,794,768
38,583
[ "python", "cpython" ]
BPO | [748201](https://bugs.python.org/issue748201) --- | :--- Nosy | @doerwalter, @brettcannon, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/brettcannon' closed_at = <Date 2003-07-13.01:31:52.000> created_at = <Date 2003-06-03.14:14:35.000> labels = ['type-feature', 'library'] title = 'time.strptime() should display format and date on error' updated_at = <Date 2003-07-13.01:31:52.000> user = 'https://bugs.python.org/guettli' ``` bugs.python.org fields: ```python activity = <Date 2003-07-13.01:31:52.000> actor = 'rhettinger' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-03.14:14:35.000> creator = 'guettli' dependencies = [] files = [] hgrepos = [] issue_num = 748201 keywords = [] message_count = 5.0 messages = ['53897', '53898', '53899', '53900', '53901'] nosy_count = 4.0 nosy_names = ['doerwalter', 'brett.cannon', 'rhettinger', 'guettli'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue748201' versions = [] ``` </p></details>
time.strptime() should display format and date on error
https://api.github.com/repos/python/cpython/issues/38582/comments
5
2003-06-03T14:14:35Z
2022-04-09T22:47:13Z
https://github.com/python/cpython/issues/38582
1,198,794,766
38,582
[ "python", "cpython" ]
BPO | [748126](https://bugs.python.org/issue748126) --- | :--- Nosy | @mwhudson, @freddrake <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2004-08-07.16:43:11.000> created_at = <Date 2003-06-03.11:57:24.000> labels = ['docs'] title = 'Nails down the semantics of dict setitem' updated_at = <Date 2004-08-07.16:43:11.000> user = 'https://bugs.python.org/davidabrahams' ``` bugs.python.org fields: ```python activity = <Date 2004-08-07.16:43:11.000> actor = 'mwh' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-06-03.11:57:24.000> creator = 'david_abrahams' dependencies = [] files = [] hgrepos = [] issue_num = 748126 keywords = ['patch'] message_count = 5.0 messages = ['43883', '43884', '43885', '43886', '43887'] nosy_count = 4.0 nosy_names = ['mwh', 'fdrake', 'mcherm', 'david_abrahams'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue748126' versions = [] ``` </p></details>
Nails down the semantics of dict setitem
https://api.github.com/repos/python/cpython/issues/38581/comments
5
2003-06-03T11:57:24Z
2022-04-09T22:47:12Z
https://github.com/python/cpython/issues/38581
1,198,794,763
38,581
[ "python", "cpython" ]
BPO | [747954](https://bugs.python.org/issue747954) --- | :--- 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-06-03.10:56:02.000> created_at = <Date 2003-06-03.06:36:17.000> labels = ['OS-mac'] title = 'site.py KeyError' updated_at = <Date 2003-06-03.10:56:02.000> user = 'https://bugs.python.org/brianl' ``` bugs.python.org fields: ```python activity = <Date 2003-06-03.10:56:02.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-06-03.06:36:17.000> creator = 'brianl' dependencies = [] files = [] hgrepos = [] issue_num = 747954 keywords = [] message_count = 2.0 messages = ['16229', '16230'] nosy_count = 2.0 nosy_names = ['jackjansen', 'brianl'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue747954' versions = ['Python 2.3'] ``` </p></details>
site.py KeyError
https://api.github.com/repos/python/cpython/issues/38580/comments
2
2003-06-03T06:36:17Z
2022-04-09T22:47:11Z
https://github.com/python/cpython/issues/38580
1,198,794,757
38,580
[ "python", "cpython" ]
BPO | [747460](https://bugs.python.org/issue747460) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-21.19:08:20.000> created_at = <Date 2003-06-02.10:45:02.000> labels = ['build'] title = 'make test errors Tru64 UNIX V5.1A' updated_at = <Date 2003-06-21.19:08:20.000> user = 'https://bugs.python.org/muellergm4t9' ``` bugs.python.org fields: ```python activity = <Date 2003-06-21.19:08:20.000> actor = 'pieterb' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-06-02.10:45:02.000> creator = 'muellergm4t9' dependencies = [] files = [] hgrepos = [] issue_num = 747460 keywords = [] message_count = 3.0 messages = ['16226', '16227', '16228'] nosy_count = 3.0 nosy_names = ['pieterb', 'mmokrejs', 'muellergm4t9'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue747460' versions = ['Python 2.2'] ``` </p></details>
make test errors Tru64 UNIX V5.1A
https://api.github.com/repos/python/cpython/issues/38579/comments
3
2003-06-02T10:45:02Z
2022-04-09T22:47:09Z
https://github.com/python/cpython/issues/38579
1,198,794,756
38,579
[ "python", "cpython" ]
BPO | [747364](https://bugs.python.org/issue747364) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[BaseHTTPServer.py.diff](https://bugs.python.org/file5335/BaseHTTPServer.py.diff "Uploaded as text/plain at 2003-06-02.07:40:48 by dalke"): remove unneeded StringIO in BaseHTTPServer</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-08-09.05:04:42.000> created_at = <Date 2003-06-02.07:40:48.000> labels = ['library'] title = "BaseHTTPServer doesn't need StringIO intermediary" updated_at = <Date 2003-08-09.05:04:42.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2003-08-09.05:04:42.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-02.07:40:48.000> creator = 'dalke' dependencies = [] files = ['5335'] hgrepos = [] issue_num = 747364 keywords = ['patch'] message_count = 7.0 messages = ['43876', '43877', '43878', '43879', '43880', '43881', '43882'] nosy_count = 4.0 nosy_names = ['loewis', 'rhettinger', 'dalke', 'lordsutch'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue747364' versions = ['Python 2.4'] ``` </p></details>
BaseHTTPServer doesn't need StringIO intermediary
https://api.github.com/repos/python/cpython/issues/38578/comments
7
2003-06-02T07:40:48Z
2022-04-09T22:47:09Z
https://github.com/python/cpython/issues/38578
1,198,794,753
38,578
[ "python", "cpython" ]
BPO | [747348](https://bugs.python.org/issue747348) --- | :--- 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-06-02.14:26:22.000> created_at = <Date 2003-06-02.06:52:07.000> labels = ['library'] title = 'docstring mistake in BaseHTTPServer' updated_at = <Date 2003-06-02.14:26:22.000> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2003-06-02.14:26:22.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-02.06:52:07.000> creator = 'dalke' dependencies = [] files = [] hgrepos = [] issue_num = 747348 keywords = [] message_count = 2.0 messages = ['16224', '16225'] nosy_count = 2.0 nosy_names = ['rhettinger', 'dalke'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue747348' versions = [] ``` </p></details>
docstring mistake in BaseHTTPServer
https://api.github.com/repos/python/cpython/issues/38577/comments
2
2003-06-02T06:52:07Z
2022-04-09T22:47:07Z
https://github.com/python/cpython/issues/38577
1,198,794,749
38,577
[ "python", "cpython" ]
BPO | [747320](https://bugs.python.org/issue747320) --- | :--- Nosy | @warsaw, @gaul, @orsenthil, @devdanzin, @merwok, @bitdancer, @karlcow, @berkerpeksag Files | <li>[server2.patch](https://bugs.python.org/file29241/server2.patch "Uploaded as text/plain at 2013-02-25.21:16:49 by @karlcow")</li><li>[issue-747320-1.patch](https://bugs.python.org/file29279/issue-747320-1.patch "Uploaded as text/plain at 2013-03-01.02:43:16 by @karlcow")</li><li>[issue-747320-3.patch](https://bugs.python.org/file29352/issue-747320-3.patch "Uploaded as text/plain at 2013-03-08.19:38:08 by @karlcow")</li><li>[issue747320.diff](https://bugs.python.org/file40587/issue747320.diff "Uploaded as text/plain at 2015-09-26.16:12:48 by @berkerpeksag")</li><li>[issue747320_v2.diff](https://bugs.python.org/file42153/issue747320_v2.diff "Uploaded as text/plain at 2016-03-13.01:24:05 by @berkerpeksag")</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 2016-03-14.04:06:13.932> created_at = <Date 2003-06-02.05:18:09.000> labels = ['type-feature', 'library'] title = 'rfc2822 formatdate functionality duplication' updated_at = <Date 2016-03-14.04:06:13.931> user = 'https://bugs.python.org/dalke' ``` bugs.python.org fields: ```python activity = <Date 2016-03-14.04:06:13.931> actor = 'berker.peksag' assignee = 'none' closed = True closed_date = <Date 2016-03-14.04:06:13.932> closer = 'berker.peksag' components = ['Library (Lib)'] creation = <Date 2003-06-02.05:18:09.000> creator = 'dalke' dependencies = [] files = ['29241', '29279', '29352', '40587', '42153'] hgrepos = [] issue_num = 747320 keywords = ['patch'] message_count = 19.0 messages = ['60342', '60343', '60344', '60345', '81712', '114240', '114288', '182844', '182980', '182984', '183239', '183242', '183758', '183773', '210157', '211186', '251653', '261669', '261722'] nosy_count = 12.0 nosy_names = ['barry', 'anthonybaxter', 'gaul', 'dalke', 'orsenthil', 'ajaksu2', 'eric.araujo', 'r.david.murray', 'karlcow', 'l0nwlf', 'python-dev', 'berker.peksag'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue747320' versions = ['Python 3.6'] ``` </p></details>
rfc2822 formatdate functionality duplication
https://api.github.com/repos/python/cpython/issues/38576/comments
19
2003-06-02T05:18:09Z
2022-04-09T22:47:06Z
https://github.com/python/cpython/issues/38576
1,198,794,748
38,576
[ "python", "cpython" ]
BPO | [746953](https://bugs.python.org/issue746953) --- | :--- 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-06-01.19:28:37.000> created_at = <Date 2003-06-01.10:26:12.000> labels = ['library'] title = 'indentation error in unixcompiler.py' updated_at = <Date 2003-06-01.19:28:37.000> user = 'https://bugs.python.org/siggyf' ``` bugs.python.org fields: ```python activity = <Date 2003-06-01.19:28:37.000> actor = 'jackjansen' assignee = 'none' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-06-01.10:26:12.000> creator = 'siggyf' dependencies = [] files = [] hgrepos = [] issue_num = 746953 keywords = [] message_count = 2.0 messages = ['16222', '16223'] nosy_count = 2.0 nosy_names = ['jackjansen', 'siggyf'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746953' versions = [] ``` </p></details>
indentation error in unixcompiler.py
https://api.github.com/repos/python/cpython/issues/38575/comments
2
2003-06-01T10:26:12Z
2022-04-09T22:47:04Z
https://github.com/python/cpython/issues/38575
1,198,794,745
38,575
[ "python", "cpython" ]
BPO | [746895](https://bugs.python.org/issue746895) --- | :--- Nosy | @loewis, @jackjansen Files | <li>[build_notes.txt](https://bugs.python.org/file909/build_notes.txt "Uploaded as text/plain at 2003-06-14.22:21:58 by mkangas")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-07-27.21:34:12.000> created_at = <Date 2003-06-01.06:21:59.000> labels = ['library'] title = 'socket.sendto(SOCK_DGRAM) very slow on OSX!' updated_at = <Date 2003-07-27.21:34:12.000> user = 'https://bugs.python.org/mkangas' ``` bugs.python.org fields: ```python activity = <Date 2003-07-27.21:34:12.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-06-01.06:21:59.000> creator = 'mkangas' dependencies = [] files = ['909'] hgrepos = [] issue_num = 746895 keywords = [] message_count = 6.0 messages = ['16216', '16217', '16218', '16219', '16220', '16221'] nosy_count = 3.0 nosy_names = ['loewis', 'jackjansen', 'mkangas'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746895' versions = [] ``` </p></details>
socket.sendto(SOCK_DGRAM) very slow on OSX!
https://api.github.com/repos/python/cpython/issues/38574/comments
6
2003-06-01T06:21:59Z
2022-04-09T22:47:03Z
https://github.com/python/cpython/issues/38574
1,198,794,742
38,574
[ "python", "cpython" ]
BPO | [746801](https://bugs.python.org/issue746801) --- | :--- Nosy | @loewis Files | <li>[py-diffs](https://bugs.python.org/file5333/py-diffs "Uploaded as application/octet-stream at 2003-06-01.17:28:55 by cws3"): regrtest.py-diffs</li><li>[regrtest.py-2.3-diff.txt](https://bugs.python.org/file5334/regrtest.py-2.3-diff.txt "Uploaded as text/plain at 2003-06-07.17:08:15 by cws3")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-07.21:24:12.000> created_at = <Date 2003-05-31.23:27:25.000> labels = ['tests'] title = 'FreeBSD 4 port of python-2.2.3...' updated_at = <Date 2003-06-07.21:24:12.000> user = 'https://bugs.python.org/cws3' ``` bugs.python.org fields: ```python activity = <Date 2003-06-07.21:24:12.000> actor = 'cws3' assignee = 'none' closed = True closed_date = None closer = None components = ['Tests'] creation = <Date 2003-05-31.23:27:25.000> creator = 'cws3' dependencies = [] files = ['5333', '5334'] hgrepos = [] issue_num = 746801 keywords = ['patch'] message_count = 7.0 messages = ['43869', '43870', '43871', '43872', '43873', '43874', '43875'] nosy_count = 2.0 nosy_names = ['loewis', 'cws3'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746801' versions = ['Python 2.2'] ``` </p></details>
FreeBSD 4 port of python-2.2.3...
https://api.github.com/repos/python/cpython/issues/38573/comments
7
2003-05-31T23:27:25Z
2022-04-09T22:47:02Z
https://github.com/python/cpython/issues/38573
1,198,794,739
38,573
[ "python", "cpython" ]
BPO | [746376](https://bugs.python.org/issue746376) --- | :--- Nosy | @rhettinger Files | <li>[compile.diff](https://bugs.python.org/file5332/compile.diff "Uploaded as text/plain at 2003-05-30.22:28:39 by @rhettinger"): Patch and test</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-30.22:57:38.000> created_at = <Date 2003-05-30.22:28:39.000> labels = ['interpreter-core'] title = 'Prevent Jump to self' updated_at = <Date 2003-05-30.22:57:38.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-05-30.22:57:38.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-30.22:28:39.000> creator = 'rhettinger' dependencies = [] files = ['5332'] hgrepos = [] issue_num = 746376 keywords = ['patch'] message_count = 2.0 messages = ['43867', '43868'] nosy_count = 1.0 nosy_names = ['rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746376' versions = ['Python 2.3'] ``` </p></details>
Prevent Jump to self
https://api.github.com/repos/python/cpython/issues/38572/comments
2
2003-05-30T22:28:39Z
2022-04-09T22:47:01Z
https://github.com/python/cpython/issues/38572
1,198,794,735
38,572
[ "python", "cpython" ]
BPO | [746366](https://bugs.python.org/issue746366) --- | :--- Nosy | @loewis, @warsaw Files | <li>[t](https://bugs.python.org/file908/t "Uploaded as application/octet-stream at 2003-05-30.22:01:17 by eggert"): install-sh 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-06-14.06:59:35.000> created_at = <Date 2003-05-30.22:01:17.000> labels = ['build'] title = '2.2.3c1 install-sh out of date' updated_at = <Date 2003-06-14.06:59:35.000> user = 'https://bugs.python.org/eggert' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.06:59:35.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-30.22:01:17.000> creator = 'eggert' dependencies = [] files = ['908'] hgrepos = [] issue_num = 746366 keywords = [] message_count = 3.0 messages = ['16213', '16214', '16215'] nosy_count = 3.0 nosy_names = ['loewis', 'barry', 'eggert'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746366' versions = ['Python 2.2'] ``` </p></details>
2.2.3c1 install-sh out of date
https://api.github.com/repos/python/cpython/issues/38571/comments
3
2003-05-30T22:01:17Z
2022-04-09T22:47:00Z
https://github.com/python/cpython/issues/38571
1,198,794,731
38,571
[ "python", "cpython" ]
BPO | [746304](https://bugs.python.org/issue746304) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.07:21:12.000> created_at = <Date 2003-05-30.19:59:59.000> labels = ['library'] title = 'TypeError raised when deepcopying built-in functions' updated_at = <Date 2003-06-14.07:21:12.000> user = 'https://bugs.python.org/oktaysafak' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.07:21:12.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-30.19:59:59.000> creator = 'oktaysafak' dependencies = [] files = [] hgrepos = [] issue_num = 746304 keywords = [] message_count = 2.0 messages = ['16211', '16212'] nosy_count = 2.0 nosy_names = ['loewis', 'oktaysafak'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746304' versions = ['Python 2.3'] ``` </p></details>
TypeError raised when deepcopying built-in functions
https://api.github.com/repos/python/cpython/issues/38570/comments
2
2003-05-30T19:59:59Z
2022-04-09T22:46:59Z
https://github.com/python/cpython/issues/38570
1,198,794,726
38,570
[ "python", "cpython" ]
BPO | [746012](https://bugs.python.org/issue746012) --- | :--- Nosy | @loewis, @nijel <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.07:49:03.000> created_at = <Date 2003-05-30.11:02:42.000> labels = ['library'] title = 'PACKAGE_* in pyconfig.h' updated_at = <Date 2003-06-14.07:49:03.000> user = 'https://github.com/nijel' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.07:49:03.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-30.11:02:42.000> creator = 'nijel' dependencies = [] files = [] hgrepos = [] issue_num = 746012 keywords = [] message_count = 3.0 messages = ['16208', '16209', '16210'] nosy_count = 3.0 nosy_names = ['loewis', 'nnorwitz', 'nijel'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue746012' versions = ['Python 2.3'] ``` </p></details>
PACKAGE_* in pyconfig.h
https://api.github.com/repos/python/cpython/issues/38569/comments
3
2003-05-30T11:02:42Z
2022-04-09T22:46:58Z
https://github.com/python/cpython/issues/38569
1,198,794,722
38,569
[ "python", "cpython" ]
BPO | [745620](https://bugs.python.org/issue745620) --- | :--- Nosy | @loewis Files | <li>[nbsd_shared_lib.diff.gz](https://bugs.python.org/file5331/nbsd_shared_lib.diff.gz "Uploaded as application/x-gzip at 2003-05-29.17:00:02 by marc"): configure.in patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-31.07:59:37.000> created_at = <Date 2003-05-29.17:00:02.000> labels = [] title = 'build shared lib as ".so" for NetBSD' updated_at = <Date 2003-05-31.07:59:37.000> user = 'https://bugs.python.org/marc' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.07:59:37.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-29.17:00:02.000> creator = 'marc' dependencies = [] files = ['5331'] hgrepos = [] issue_num = 745620 keywords = ['patch'] message_count = 4.0 messages = ['43863', '43864', '43865', '43866'] nosy_count = 2.0 nosy_names = ['loewis', 'marc'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745620' versions = [] ``` </p></details>
build shared lib as ".so" for NetBSD
https://api.github.com/repos/python/cpython/issues/38568/comments
4
2003-05-29T17:00:02Z
2022-04-09T22:46:56Z
https://github.com/python/cpython/issues/38568
1,198,794,718
38,568
[ "python", "cpython" ]
BPO | [745478](https://bugs.python.org/issue745478) --- | :--- Nosy | @warsaw Files | <li>[email-patch.txt](https://bugs.python.org/file907/email-patch.txt "Uploaded as text/plain at 2003-05-29.19:26:20 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-05-29.21:01:39.000> created_at = <Date 2003-05-29.12:08:56.000> labels = ['library'] title = 'Buglet in email/Generator.py (2.2.3c1!)' updated_at = <Date 2003-05-29.21:01:39.000> user = 'https://bugs.python.org/geertj' ``` bugs.python.org fields: ```python activity = <Date 2003-05-29.21:01:39.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-29.12:08:56.000> creator = 'geertj' dependencies = [] files = ['907'] hgrepos = [] issue_num = 745478 keywords = [] message_count = 6.0 messages = ['16202', '16203', '16204', '16205', '16206', '16207'] nosy_count = 2.0 nosy_names = ['barry', 'geertj'] pr_nums = [] priority = 'critical' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745478' versions = ['Python 2.2'] ``` </p></details>
Buglet in email/Generator.py (2.2.3c1!)
https://api.github.com/repos/python/cpython/issues/38567/comments
6
2003-05-29T12:08:56Z
2022-04-09T22:46:56Z
https://github.com/python/cpython/issues/38567
1,198,794,713
38,567
[ "python", "cpython" ]
BPO | [745424](https://bugs.python.org/issue745424) --- | :--- Files | <li>[valpy](https://bugs.python.org/file906/valpy "Uploaded as application/octet-stream at 2003-05-29.09:45:39 by fermigier"): Full error report</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-29.17:52:36.000> created_at = <Date 2003-05-29.09:45:39.000> labels = ['interpreter-core'] title = 'Valgrind reports lots of problems' updated_at = <Date 2003-05-29.17:52:36.000> user = 'https://bugs.python.org/fermigier' ``` bugs.python.org fields: ```python activity = <Date 2003-05-29.17:52:36.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-29.09:45:39.000> creator = 'fermigier' dependencies = [] files = ['906'] hgrepos = [] issue_num = 745424 keywords = [] message_count = 3.0 messages = ['16199', '16200', '16201'] nosy_count = 2.0 nosy_names = ['jhylton', 'fermigier'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745424' versions = ['Python 2.3'] ``` </p></details>
Valgrind reports lots of problems
https://api.github.com/repos/python/cpython/issues/38566/comments
3
2003-05-29T09:45:39Z
2022-04-09T22:46:54Z
https://github.com/python/cpython/issues/38566
1,198,794,711
38,566
[ "python", "cpython" ]
BPO | [745320](https://bugs.python.org/issue745320) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-28.07:45:24.000> created_at = <Date 2003-05-29.03:46:23.000> labels = ['build'] title = 'threads broke on FreeBSD current' updated_at = <Date 2003-06-28.07:45:24.000> user = 'https://bugs.python.org/tpx' ``` bugs.python.org fields: ```python activity = <Date 2003-06-28.07:45:24.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-05-29.03:46:23.000> creator = 'tpx' dependencies = [] files = [] hgrepos = [] issue_num = 745320 keywords = [] message_count = 4.0 messages = ['16195', '16196', '16197', '16198'] nosy_count = 3.0 nosy_names = ['loewis', 'aimacintyre', 'tpx'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745320' versions = ['Python 2.3'] ``` </p></details>
threads broke on FreeBSD current
https://api.github.com/repos/python/cpython/issues/38565/comments
4
2003-05-29T03:46:23Z
2022-04-09T22:46:53Z
https://github.com/python/cpython/issues/38565
1,198,794,708
38,565
[ "python", "cpython" ]
BPO | [745145](https://bugs.python.org/issue745145) --- | :--- Nosy | @loewis Files | <li>[pysax-error.zip](https://bugs.python.org/file904/pysax-error.zip "Uploaded as application/x-zip-compressed at 2003-05-28.20:11:08 by gtreutwein"): production of test data and reproducable error detection</li><li>[readXml_2.py](https://bugs.python.org/file905/readXml_2.py "Uploaded as text/plain at 2003-06-14.07:56:43 by @loewis")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.07:56:43.000> created_at = <Date 2003-05-28.20:11:08.000> labels = ['expert-XML', 'invalid'] title = 'xml.sax Contenthandler passes truncated data' updated_at = <Date 2003-06-14.07:56:43.000> user = 'https://bugs.python.org/gtreutwein' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.07:56:43.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['XML'] creation = <Date 2003-05-28.20:11:08.000> creator = 'gtreutwein' dependencies = [] files = ['904', '905'] hgrepos = [] issue_num = 745145 keywords = [] message_count = 2.0 messages = ['16193', '16194'] nosy_count = 2.0 nosy_names = ['loewis', 'gtreutwein'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745145' versions = [] ``` </p></details>
xml.sax Contenthandler passes truncated data
https://api.github.com/repos/python/cpython/issues/38564/comments
2
2003-05-28T20:11:08Z
2022-04-09T22:46:52Z
https://github.com/python/cpython/issues/38564
1,198,794,705
38,564
[ "python", "cpython" ]
BPO | [745097](https://bugs.python.org/issue745097) --- | :--- Nosy | @jackjansen, @facundobatista <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2008-02-26.23:26:35.819> created_at = <Date 2003-05-28.18:54:09.000> labels = ['invalid', 'library'] title = "urllib2 doesn't handle urls without scheme" updated_at = <Date 2008-02-26.23:26:35.786> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2008-02-26.23:26:35.786> actor = 'facundobatista' assignee = 'none' closed = True closed_date = <Date 2008-02-26.23:26:35.819> closer = 'facundobatista' components = ['Library (Lib)'] creation = <Date 2003-05-28.18:54:09.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 745097 keywords = [] message_count = 6.0 messages = ['60337', '60338', '60339', '60340', '60341', '63056'] nosy_count = 3.0 nosy_names = ['jackjansen', 'facundobatista', 'jjlee'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745097' versions = [] ``` </p></details>
urllib2 doesn't handle urls without scheme
https://api.github.com/repos/python/cpython/issues/38563/comments
6
2003-05-28T18:54:09Z
2022-04-09T22:46:51Z
https://github.com/python/cpython/issues/38563
1,198,794,700
38,563
[ "python", "cpython" ]
BPO | [745055](https://bugs.python.org/issue745055) --- | :--- Nosy | @warsaw Files | <li>[tk-leak.diff](https://bugs.python.org/file903/tk-leak.diff "Uploaded as text/plain at 2003-05-28.18:34:33 by nnorwitz")</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-29.18:59:21.000> created_at = <Date 2003-05-28.17:55:49.000> labels = ['expert-tkinter'] title = 'Memory leak in _tkinter.c/Tkapp_SplitList()' updated_at = <Date 2003-05-29.18:59:21.000> user = 'https://bugs.python.org/leppako' ``` bugs.python.org fields: ```python activity = <Date 2003-05-29.18:59:21.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-05-28.17:55:49.000> creator = 'leppako' dependencies = [] files = ['903'] hgrepos = [] issue_num = 745055 keywords = [] message_count = 6.0 messages = ['16187', '16188', '16189', '16190', '16191', '16192'] nosy_count = 3.0 nosy_names = ['barry', 'nnorwitz', 'leppako'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue745055' versions = ['Python 2.2'] ``` </p></details>
Memory leak in _tkinter.c/Tkapp_SplitList()
https://api.github.com/repos/python/cpython/issues/38562/comments
6
2003-05-28T17:55:49Z
2022-04-09T22:46:50Z
https://github.com/python/cpython/issues/38562
1,198,794,691
38,562
[ "python", "cpython" ]
BPO | [745002](https://bugs.python.org/issue745002) --- | :--- Nosy | @loewis, @freddrake, @birkenfeld, @benjaminp Superseder | <li>bpo-1504333: sgmllib should allow angle brackets in quoted values</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 2010-07-29.14:02:30.651> created_at = <Date 2003-05-28.16:30:03.000> labels = ['library'] title = '<> in attrs in sgmllib not handled' updated_at = <Date 2010-07-29.14:02:30.650> user = 'https://bugs.python.org/sambayer' ``` bugs.python.org fields: ```python activity = <Date 2010-07-29.14:02:30.650> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = <Date 2010-07-29.14:02:30.651> closer = 'georg.brandl' components = ['Library (Lib)'] creation = <Date 2003-05-28.16:30:03.000> creator = 'sambayer' dependencies = [] files = [] hgrepos = [] issue_num = 745002 keywords = [] message_count = 9.0 messages = ['60332', '60333', '60334', '60335', '60336', '63505', '63506', '63514', '111928'] nosy_count = 6.0 nosy_names = ['loewis', 'fdrake', 'georg.brandl', 'sambayer', 'benjamin.peterson', 'barnabas79'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '1504333' type = None url = 'https://bugs.python.org/issue745002' versions = [] ``` </p></details>
<> in attrs in sgmllib not handled
https://api.github.com/repos/python/cpython/issues/38561/comments
9
2003-05-28T16:30:03Z
2022-04-09T22:46:49Z
https://github.com/python/cpython/issues/38561
1,198,794,687
38,561
[ "python", "cpython" ]
BPO | [744877](https://bugs.python.org/issue744877) --- | :--- Nosy | @loewis Files | <li>[clarify.diff](https://bugs.python.org/file5330/clarify.diff "Uploaded as text/plain at 2003-05-28.12:56:22 by gerrit"): clarifies some builtin function descriptions.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-31.08:03:49.000> created_at = <Date 2003-05-28.12:56:21.000> labels = ['docs'] title = 'Clarifications in libfuncs.tex' updated_at = <Date 2003-05-31.08:03:49.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.08:03:49.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-28.12:56:21.000> creator = 'gerrit' dependencies = [] files = ['5330'] hgrepos = [] issue_num = 744877 keywords = ['patch'] message_count = 2.0 messages = ['43861', '43862'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744877' versions = ['Python 2.3'] ``` </p></details>
Clarifications in libfuncs.tex
https://api.github.com/repos/python/cpython/issues/38560/comments
2
2003-05-28T12:56:21Z
2022-04-09T22:46:48Z
https://github.com/python/cpython/issues/38560
1,198,794,683
38,560
[ "python", "cpython" ]
BPO | [744841](https://bugs.python.org/issue744841) --- | :--- Nosy | @rhettinger, @d-maurer Files | <li>[prof2.py](https://bugs.python.org/file901/prof2.py "Uploaded as text/plain at 2003-05-28.11:02:00 by @d-maurer"): Run through Python interpreter to reproduce the bug</li><li>[profile.pat](https://bugs.python.org/file902/profile.pat "Uploaded as text/x-diff at 2003-06-06.08:23:42 by @d-maurer"): Patch to "profile.py" preventing the bug</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2013-05-31.11:52:30.709> created_at = <Date 2003-05-28.11:02:00.000> labels = ['interpreter-core', 'performance'] title = 'Python-Profiler bug: Bad call' updated_at = <Date 2013-05-31.11:52:30.709> user = 'https://github.com/d-maurer' ``` bugs.python.org fields: ```python activity = <Date 2013-05-31.11:52:30.709> actor = 'Terje.Wiesener' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-28.11:02:00.000> creator = 'dmaurer' dependencies = [] files = ['901', '902'] hgrepos = [] issue_num = 744841 keywords = [] message_count = 6.0 messages = ['16182', '16183', '16184', '16185', '16186', '190402'] nosy_count = 5.0 nosy_names = ['nnorwitz', 'rhettinger', 'dmaurer', 'glyf', 'Terje.Wiesener'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue744841' versions = ['Python 2.7'] ``` </p></details>
Python-Profiler bug: Bad call
https://api.github.com/repos/python/cpython/issues/38559/comments
6
2003-05-28T11:02:00Z
2022-04-09T22:46:46Z
https://github.com/python/cpython/issues/38559
1,198,794,677
38,559
[ "python", "cpython" ]
BPO | [744687](https://bugs.python.org/issue744687) --- | :--- Nosy | @loewis Files | <li>[dumbdbm.patch](https://bugs.python.org/file900/dumbdbm.patch "Uploaded as text/plain at 2003-05-28.03:09:42 by grerfy"): Patch to include magic in dumbdbm .dir files</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-14.08:18:40.000> created_at = <Date 2003-05-28.03:07:22.000> labels = ['library'] title = 'anydbm and whichdb again' updated_at = <Date 2003-06-14.08:18:40.000> user = 'https://bugs.python.org/grerfy' ``` bugs.python.org fields: ```python activity = <Date 2003-06-14.08:18:40.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-28.03:07:22.000> creator = 'grerfy' dependencies = [] files = ['900'] hgrepos = [] issue_num = 744687 keywords = [] message_count = 3.0 messages = ['16179', '16180', '16181'] nosy_count = 2.0 nosy_names = ['loewis', 'grerfy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744687' versions = [] ``` </p></details>
anydbm and whichdb again
https://api.github.com/repos/python/cpython/issues/38558/comments
3
2003-05-28T03:07:22Z
2022-04-09T22:46:45Z
https://github.com/python/cpython/issues/38558
1,198,794,672
38,558
[ "python", "cpython" ]
BPO | [744321](https://bugs.python.org/issue744321) --- | :--- Files | <li>[newclass.diff](https://bugs.python.org/file5329/newclass.diff "Uploaded as text/plain at 2003-05-27.15:13:22 by gerrit"): migrate to new-style classes</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-28.11:40:51.000> created_at = <Date 2003-05-27.15:13:22.000> labels = ['library'] title = 'Migrate to new-style classes' updated_at = <Date 2003-05-28.11:40:51.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-05-28.11:40:51.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-27.15:13:22.000> creator = 'gerrit' dependencies = [] files = ['5329'] hgrepos = [] issue_num = 744321 keywords = ['patch'] message_count = 2.0 messages = ['43859', '43860'] nosy_count = 2.0 nosy_names = ['jhylton', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744321' versions = [] ``` </p></details>
Migrate to new-style classes
https://api.github.com/repos/python/cpython/issues/38557/comments
2
2003-05-27T15:13:22Z
2022-04-09T22:46:44Z
https://github.com/python/cpython/issues/38557
1,198,794,668
38,557
[ "python", "cpython" ]
BPO | [744238](https://bugs.python.org/issue744238) --- | :--- Nosy | @loewis Files | <li>[patch.diff](https://bugs.python.org/file5328/patch.diff "Uploaded as text/plain at 2003-05-27.12:52:56 by gerrit"): Fix for documentation error</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-31.08:06:12.000> created_at = <Date 2003-05-27.12:52:56.000> labels = ['docs'] title = 'Error in comparison documentation' updated_at = <Date 2003-05-31.08:06:12.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.08:06:12.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-27.12:52:56.000> creator = 'gerrit' dependencies = [] files = ['5328'] hgrepos = [] issue_num = 744238 keywords = ['patch'] message_count = 2.0 messages = ['43857', '43858'] nosy_count = 2.0 nosy_names = ['loewis', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744238' versions = ['Python 2.3'] ``` </p></details>
Error in comparison documentation
https://api.github.com/repos/python/cpython/issues/38556/comments
2
2003-05-27T12:52:56Z
2022-04-09T22:46:43Z
https://github.com/python/cpython/issues/38556
1,198,794,664
38,556
[ "python", "cpython" ]
BPO | [744233](https://bugs.python.org/issue744233) --- | :--- Files | <li>[patch.diff](https://bugs.python.org/file5327/patch.diff "Uploaded as text/plain at 2003-05-27.12:47:35 by gerrit"): This patch adds libfuture.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-05-28.11:58:51.000> created_at = <Date 2003-05-27.12:47:35.000> labels = ['invalid', 'docs'] title = 'Add link to __future__ in module index' updated_at = <Date 2003-05-28.11:58:51.000> user = 'https://bugs.python.org/gerrit' ``` bugs.python.org fields: ```python activity = <Date 2003-05-28.11:58:51.000> actor = 'jhylton' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-05-27.12:47:35.000> creator = 'gerrit' dependencies = [] files = ['5327'] hgrepos = [] issue_num = 744233 keywords = ['patch'] message_count = 2.0 messages = ['43855', '43856'] nosy_count = 2.0 nosy_names = ['jhylton', 'gerrit'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744233' versions = ['Python 2.3'] ``` </p></details>
Add link to __future__ in module index
https://api.github.com/repos/python/cpython/issues/38555/comments
2
2003-05-27T12:47:35Z
2022-04-09T22:46:42Z
https://github.com/python/cpython/issues/38555
1,198,794,661
38,555
[ "python", "cpython" ]
BPO | [744164](https://bugs.python.org/issue744164) --- | :--- 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-12-30.11:27:19.000> created_at = <Date 2003-05-27.10:22:31.000> labels = ['invalid'] title = 'ipv6 sockaddr is bad' updated_at = <Date 2003-12-30.11:27:19.000> user = 'https://bugs.python.org/cypherpunks' ``` bugs.python.org fields: ```python activity = <Date 2003-12-30.11:27:19.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-27.10:22:31.000> creator = 'cypherpunks' dependencies = [] files = [] hgrepos = [] issue_num = 744164 keywords = [] message_count = 4.0 messages = ['16175', '16176', '16177', '16178'] nosy_count = 2.0 nosy_names = ['loewis', 'cypherpunks'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744164' versions = [] ``` </p></details>
ipv6 sockaddr is bad
https://api.github.com/repos/python/cpython/issues/38554/comments
4
2003-05-27T10:22:31Z
2022-04-09T22:46:40Z
https://github.com/python/cpython/issues/38554
1,198,794,654
38,554
[ "python", "cpython" ]
BPO | [744104](https://bugs.python.org/issue744104) --- | :--- Nosy | @smontanaro, @rhettinger Files | <li>[csv.diff](https://bugs.python.org/file5326/csv.diff "Uploaded as text/plain at 2003-05-27.07:46:42 by @rhettinger"): Patch to Lib/csv.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-12.03:10:32.000> created_at = <Date 2003-05-27.07:43:35.000> labels = ['library'] title = 'Remove eval() from csv' updated_at = <Date 2003-06-12.03:10:32.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-06-12.03:10:32.000> actor = 'rhettinger' assignee = 'andrewmcnamara' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-27.07:43:35.000> creator = 'rhettinger' dependencies = [] files = ['5326'] hgrepos = [] issue_num = 744104 keywords = ['patch'] message_count = 5.0 messages = ['43850', '43851', '43852', '43853', '43854'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'rhettinger', 'andrewmcnamara'] pr_nums = [] priority = 'high' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744104' versions = ['Python 2.3'] ``` </p></details>
Remove eval() from csv
https://api.github.com/repos/python/cpython/issues/38553/comments
5
2003-05-27T07:43:35Z
2022-04-09T22:46:39Z
https://github.com/python/cpython/issues/38553
1,198,794,650
38,553
[ "python", "cpython" ]
BPO | [744051](https://bugs.python.org/issue744051) --- | :--- Nosy | @brettcannon <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-06-15.03:54:33.000> created_at = <Date 2003-05-27.05:51:11.000> labels = ['interpreter-core'] title = 'sum() should be renamed' updated_at = <Date 2003-06-15.03:54:33.000> user = 'https://bugs.python.org/dtorp' ``` bugs.python.org fields: ```python activity = <Date 2003-06-15.03:54:33.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-27.05:51:11.000> creator = 'dtorp' dependencies = [] files = [] hgrepos = [] issue_num = 744051 keywords = [] message_count = 3.0 messages = ['16172', '16173', '16174'] nosy_count = 3.0 nosy_names = ['brett.cannon', 'sbronson', 'dtorp'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744051' versions = ['Python 2.3'] ``` </p></details>
sum() should be renamed
https://api.github.com/repos/python/cpython/issues/38552/comments
3
2003-05-27T05:51:11Z
2022-04-09T22:46:38Z
https://github.com/python/cpython/issues/38552
1,198,794,647
38,552
[ "python", "cpython" ]
BPO | [744041](https://bugs.python.org/issue744041) --- | :--- Nosy | @loewis Files | <li>[BaseHTTPServer.diff](https://bugs.python.org/file5325/BaseHTTPServer.diff "Uploaded as text/plain at 2003-05-27.05:30:13 by cypherpunks"): patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-05-31.07:56:09.000> created_at = <Date 2003-05-27.05:30:13.000> labels = ['library'] title = 'fix BaseHTTPServer for ipv6' updated_at = <Date 2003-05-31.07:56:09.000> user = 'https://bugs.python.org/cypherpunks' ``` bugs.python.org fields: ```python activity = <Date 2003-05-31.07:56:09.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-05-27.05:30:13.000> creator = 'cypherpunks' dependencies = [] files = ['5325'] hgrepos = [] issue_num = 744041 keywords = ['patch'] message_count = 2.0 messages = ['43848', '43849'] nosy_count = 2.0 nosy_names = ['loewis', 'cypherpunks'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue744041' versions = [] ``` </p></details>
fix BaseHTTPServer for ipv6
https://api.github.com/repos/python/cpython/issues/38551/comments
2
2003-05-27T05:30:13Z
2022-04-09T22:46:38Z
https://github.com/python/cpython/issues/38551
1,198,794,645
38,551
[ "python", "cpython" ]
BPO | [743692](https://bugs.python.org/issue743692) --- | :--- Nosy | @mhammond, @warsaw, @jcea <sup>*Note: these values reflect the state of the issue at 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 2005-10-02.00:27:22.000> created_at = <Date 2003-05-26.14:30:51.000> labels = ['interpreter-core'] title = 'test_socketserver: Fatal error: Invalid thread state' updated_at = <Date 2005-10-02.00:27:22.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2005-10-02.00:27:22.000> actor = 'nnorwitz' assignee = 'mhammond' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-05-26.14:30:51.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 743692 keywords = [] message_count = 7.0 messages = ['16165', '16166', '16167', '16168', '16169', '16170', '16171'] nosy_count = 4.0 nosy_names = ['mhammond', 'barry', 'nnorwitz', 'jcea'] pr_nums = [] priority = 'high' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue743692' versions = ['Python 2.3'] ``` </p></details>
test_socketserver: Fatal error: Invalid thread state
https://api.github.com/repos/python/cpython/issues/38550/comments
7
2003-05-26T14:30:51Z
2022-04-09T22:46:37Z
https://github.com/python/cpython/issues/38550
1,198,794,641
38,550
[ "python", "cpython" ]
BPO | [743324](https://bugs.python.org/issue743324) --- | :--- 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/loewis' closed_at = <Date 2003-05-26.09:09:22.000> created_at = <Date 2003-05-25.20:37:48.000> labels = [] title = 'configure.in reference to /bin/true' updated_at = <Date 2003-05-26.09:09:22.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-05-26.09:09:22.000> actor = 'jackjansen' assignee = 'loewis' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-05-25.20:37:48.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 743324 keywords = [] message_count = 3.0 messages = ['16162', '16163', '16164'] nosy_count = 2.0 nosy_names = ['loewis', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue743324' versions = [] ``` </p></details>
configure.in reference to /bin/true
https://api.github.com/repos/python/cpython/issues/38549/comments
3
2003-05-25T20:37:48Z
2022-04-09T22:46:36Z
https://github.com/python/cpython/issues/38549
1,198,794,638
38,549