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 | [1195571](https://bugs.python.org/issue1195571) --- | :--- Nosy | @birkenfeld, @gpshead, @amauryfa, @pitrou, @vstinner, @phmc Files | <li>[new_fatalhook.diff](https://bugs.python.org/file6642/new_fatalhook.diff "Uploaded as text/plain at 2005-05-05.16:30:07 by mutkuk"): Py_FatalError hook function</li><li>[fatalhook.patch](https://bugs.python.org/file14440/fatalhook.patch "Uploaded as text/plain at 2009-07-03.14:32:49 by @amauryfa")</li><li>[fatalhook-2.patch](https://bugs.python.org/file19098/fatalhook-2.patch "Uploaded as text/plain at 2010-10-01.22:17:12 by @amauryfa"): new patch, with "versionadded" tags</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 2019-05-27.15:15:35.676> created_at = <Date 2005-05-04.22:57:11.000> labels = ['interpreter-core', 'type-feature'] title = 'simple callback system for Py_FatalError' updated_at = <Date 2019-05-27.15:15:35.675> user = 'https://bugs.python.org/mutkuk' ``` bugs.python.org fields: ```python activity = <Date 2019-05-27.15:15:35.675> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-05-27.15:15:35.676> closer = 'vstinner' components = ['Interpreter Core'] creation = <Date 2005-05-04.22:57:11.000> creator = 'mutkuk' dependencies = [] files = ['6642', '14440', '19098'] hgrepos = [] issue_num = 1195571 keywords = ['patch', 'needs review'] message_count = 21.0 messages = ['48294', '48295', '48296', '48297', '48298', '82266', '90062', '111967', '112494', '112495', '112498', '117839', '137922', '137926', '137942', '140014', '177950', '177965', '187679', '204080', '343642'] nosy_count = 12.0 nosy_names = ['georg.brandl', 'gregory.p.smith', 'amaury.forgeotdarc', 'pitrou', 'vstinner', 'mutkuk', 'jwp', 'Tom.Whittock', 'pconnell', 'jonathanmcdougall', 'isoschiz', 'James.Pye'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1195571' versions = ['Python 3.3'] ``` </p></details>
simple callback system for Py_FatalError
https://api.github.com/repos/python/cpython/issues/41948/comments
21
2005-05-04T22:57:11Z
2022-04-09T23:50:59Z
https://github.com/python/cpython/issues/41948
1,198,808,355
41,948
[ "python", "cpython" ]
BPO | [1194895](https://bugs.python.org/issue1194895) --- | :--- Nosy | @nascheme Files | <li>[import_from_trailing_comma.diff](https://bugs.python.org/file6641/import_from_trailing_comma.diff "Uploaded as text/plain at 2005-05-04.01:23:31 by logistix"): Trailing comma check</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/nascheme' closed_at = <Date 2005-06-02.05:35:25.000> created_at = <Date 2005-05-04.01:23:31.000> labels = ['interpreter-core'] title = '[AST] throw SyntaxError in "from x import y,"' updated_at = <Date 2005-06-02.05:35:25.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2005-06-02.05:35:25.000> actor = 'nascheme' assignee = 'nascheme' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-05-04.01:23:31.000> creator = 'logistix' dependencies = [] files = ['6641'] hgrepos = [] issue_num = 1194895 keywords = ['patch'] message_count = 2.0 messages = ['48292', '48293'] nosy_count = 2.0 nosy_names = ['nascheme', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194895' versions = [] ``` </p></details>
[AST] throw SyntaxError in "from x import y,"
https://api.github.com/repos/python/cpython/issues/41947/comments
2
2005-05-04T01:23:31Z
2022-04-09T23:50:59Z
https://github.com/python/cpython/issues/41947
1,198,808,352
41,947
[ "python", "cpython" ]
BPO | [1194497](https://bugs.python.org/issue1194497) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-05-05.19:55:31.000> created_at = <Date 2005-05-03.14:50:57.000> labels = ['build'] title = 'ImportError: No module named os' updated_at = <Date 2005-05-05.19:55:31.000> user = 'https://bugs.python.org/diskman' ``` bugs.python.org fields: ```python activity = <Date 2005-05-05.19:55:31.000> actor = 'diskman' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-05-03.14:50:57.000> creator = 'diskman' dependencies = [] files = [] hgrepos = [] issue_num = 1194497 keywords = [] message_count = 3.0 messages = ['25224', '25225', '25226'] nosy_count = 1.0 nosy_names = ['diskman'] pr_nums = [] priority = 'critical' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194497' versions = ['Python 2.4'] ``` </p></details>
ImportError: No module named os
https://api.github.com/repos/python/cpython/issues/41946/comments
3
2005-05-03T14:50:57Z
2022-04-09T23:50:57Z
https://github.com/python/cpython/issues/41946
1,198,808,347
41,946
[ "python", "cpython" ]
BPO | [1194449](https://bugs.python.org/issue1194449) --- | :--- Nosy | @birkenfeld Files | <li>[pydoc_nonzero.patch](https://bugs.python.org/file6640/pydoc_nonzero.patch "Uploaded as text/plain at 2005-05-03.13:18:27 by jaytmiller"): Patch to relax requirements on o.__nonzero__()</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-13.22:17:06.000> created_at = <Date 2005-05-03.13:18:26.000> labels = ['library'] title = 'pydoc requires o.__nonzero__() == True' updated_at = <Date 2007-03-13.22:17:06.000> user = 'https://bugs.python.org/jaytmiller' ``` bugs.python.org fields: ```python activity = <Date 2007-03-13.22:17:06.000> actor = 'georg.brandl' assignee = 'ping' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-05-03.13:18:26.000> creator = 'jaytmiller' dependencies = [] files = ['6640'] hgrepos = [] issue_num = 1194449 keywords = ['patch'] message_count = 3.0 messages = ['48289', '48290', '48291'] nosy_count = 3.0 nosy_names = ['ping', 'georg.brandl', 'jaytmiller'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194449' versions = ['Python 2.4'] ``` </p></details>
pydoc requires o.__nonzero__() == True
https://api.github.com/repos/python/cpython/issues/41945/comments
3
2005-05-03T13:18:26Z
2022-04-09T23:50:56Z
https://github.com/python/cpython/issues/41945
1,198,808,343
41,945
[ "python", "cpython" ]
BPO | [1194378](https://bugs.python.org/issue1194378) --- | :--- Nosy | @pitrou, @giampaolo, @ezio-melotti Files | <li>[socketmodule.diff.tar.bz2](https://bugs.python.org/file6639/socketmodule.diff.tar.bz2 "Uploaded as application/x-bzip2 at 2005-10-26.14:57:46 by hwundram"): New patches to socketmodule.{c,h} to implement recvmsg and sendmsg in an abstraction.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2009-07-27.02:39:18.047> created_at = <Date 2005-05-03.11:19:55.000> labels = ['extension-modules', 'type-feature'] title = 'sendmsg() and recvmsg() for C socket module' updated_at = <Date 2009-07-27.02:39:18.036> user = 'https://bugs.python.org/hwundram' ``` bugs.python.org fields: ```python activity = <Date 2009-07-27.02:39:18.036> actor = 'ezio.melotti' assignee = 'none' closed = True closed_date = <Date 2009-07-27.02:39:18.047> closer = 'ezio.melotti' components = ['Extension Modules'] creation = <Date 2005-05-03.11:19:55.000> creator = 'hwundram' dependencies = [] files = ['6639'] hgrepos = [] issue_num = 1194378 keywords = ['patch'] message_count = 6.0 messages = ['48287', '48288', '78264', '78358', '78369', '90973'] nosy_count = 8.0 nosy_names = ['beazley', 'pitrou', 'therve', 'forest', 'giampaolo.rodola', 'hwundram', 'ezio.melotti', 'gdesmott'] pr_nums = [] priority = 'low' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1194378' versions = ['Python 3.1', 'Python 2.7'] ``` </p></details>
sendmsg() and recvmsg() for C socket module
https://api.github.com/repos/python/cpython/issues/41944/comments
6
2005-05-03T11:19:55Z
2022-04-09T23:50:55Z
https://github.com/python/cpython/issues/41944
1,198,808,338
41,944
[ "python", "cpython" ]
BPO | [1194328](https://bugs.python.org/issue1194328) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-02-23.19:02:49.000> created_at = <Date 2005-05-03.09:44:06.000> labels = ['invalid', 'library'] title = 'Reading from a killed shell script with popen* under linux' updated_at = <Date 2006-02-23.19:02:49.000> user = 'https://bugs.python.org/boukthor' ``` bugs.python.org fields: ```python activity = <Date 2006-02-23.19:02:49.000> actor = 'boukthor' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-05-03.09:44:06.000> creator = 'boukthor' dependencies = [] files = [] hgrepos = [] issue_num = 1194328 keywords = [] message_count = 4.0 messages = ['25220', '25221', '25222', '25223'] nosy_count = 1.0 nosy_names = ['boukthor'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194328' versions = [] ``` </p></details>
Reading from a killed shell script with popen* under linux
https://api.github.com/repos/python/cpython/issues/41943/comments
4
2005-05-03T09:44:06Z
2022-04-09T23:50:54Z
https://github.com/python/cpython/issues/41943
1,198,808,335
41,943
[ "python", "cpython" ]
BPO | [1194249](https://bugs.python.org/issue1194249) --- | :--- Nosy | @akuchling, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2005-06-01.15:28:35.000> created_at = <Date 2005-05-03.06:31:17.000> labels = ['docs'] title = 'Minor bug in urllib docs' updated_at = <Date 2005-06-01.15:28:35.000> user = 'https://github.com/birkenfeld' ``` bugs.python.org fields: ```python activity = <Date 2005-06-01.15:28:35.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-05-03.06:31:17.000> creator = 'georg.brandl' dependencies = [] files = [] hgrepos = [] issue_num = 1194249 keywords = [] message_count = 2.0 messages = ['25218', '25219'] nosy_count = 2.0 nosy_names = ['akuchling', 'georg.brandl'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194249' versions = [] ``` </p></details>
Minor bug in urllib docs
https://api.github.com/repos/python/cpython/issues/41942/comments
2
2005-05-03T06:31:17Z
2022-04-09T23:50:53Z
https://github.com/python/cpython/issues/41942
1,198,808,331
41,942
[ "python", "cpython" ]
BPO | [1194222](https://bugs.python.org/issue1194222) --- | :--- Nosy | @devdanzin, @merwok, @bitdancer Files | <li>[issue1194222fix.patch](https://bugs.python.org/file16275/issue1194222fix.patch "Uploaded as text/plain at 2010-02-21.06:00:14 by jfinkels"): Patch which changes behavior of email.utils.parsedate_tz()</li><li>[issue1194222fix-py3k.diff](https://bugs.python.org/file16348/issue1194222fix-py3k.diff "Uploaded as text/plain at 2010-02-23.23:01:13 by jfinkels"): Patch which changes behavior of email.utils.parsedate_tz()</li><li>[issue1194222-py3k.diff](https://bugs.python.org/file18629/issue1194222-py3k.diff "Uploaded as text/plain at 2010-08-24.18:19:36 by jfinkels"): Patch which changes behavior of email.utils.parsedate_tz()</li><li>[issue1194222-trunk.diff](https://bugs.python.org/file18631/issue1194222-trunk.diff "Uploaded as text/plain at 2010-08-24.18:50:39 by jfinkels"): Patch which changes behavior of email.Utils.parsedate_tz()</li><li>[issue1194222-py3k.diff](https://bugs.python.org/file18633/issue1194222-py3k.diff "Uploaded as text/plain at 2010-08-24.21:26:11 by jfinkels"): Patch which changes behavior of email.utils.parsedate_tz()</li><li>[issue1194222-trunk.diff](https://bugs.python.org/file18634/issue1194222-trunk.diff "Uploaded as text/plain at 2010-08-24.21:27:55 by jfinkels"): Patch which changes behavior of email.Utils.parsedate_tz()</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/bitdancer' closed_at = <Date 2010-08-25.02:01:34.350> created_at = <Date 2005-05-03.04:37:01.000> labels = ['easy', 'type-bug', 'library'] title = 'parsedate and Y2K' updated_at = <Date 2010-08-25.02:01:34.349> user = 'https://bugs.python.org/mnot' ``` bugs.python.org fields: ```python activity = <Date 2010-08-25.02:01:34.349> actor = 'r.david.murray' assignee = 'r.david.murray' closed = True closed_date = <Date 2010-08-25.02:01:34.350> closer = 'r.david.murray' components = ['Library (Lib)'] creation = <Date 2005-05-03.04:37:01.000> creator = 'mnot' dependencies = [] files = ['16275', '16348', '18629', '18631', '18633', '18634'] hgrepos = [] issue_num = 1194222 keywords = ['patch', 'easy'] message_count = 19.0 messages = ['25216', '25217', '83125', '99647', '99967', '114496', '114498', '114499', '114501', '114506', '114765', '114801', '114802', '114803', '114815', '114833', '114834', '114860', '114876'] nosy_count = 7.0 nosy_names = ['mnot', 'ajaksu2', 'eric.araujo', 'r.david.murray', 'l0nwlf', 'jfinkels', 'BreamoreBoy'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1194222' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
parsedate and Y2K
https://api.github.com/repos/python/cpython/issues/41941/comments
19
2005-05-03T04:37:01Z
2022-04-09T23:50:52Z
https://github.com/python/cpython/issues/41941
1,198,808,327
41,941
[ "python", "cpython" ]
BPO | [1194209](https://bugs.python.org/issue1194209) --- | :--- 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 2005-05-04.13:34:29.000> created_at = <Date 2005-05-03.04:02:15.000> labels = ['invalid', 'docs'] title = 'Error in section 4.2 of Python Tutorial' updated_at = <Date 2005-05-04.13:34:29.000> user = 'https://bugs.python.org/andrina' ``` bugs.python.org fields: ```python activity = <Date 2005-05-04.13:34:29.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-05-03.04:02:15.000> creator = 'andrina' dependencies = [] files = [] hgrepos = [] issue_num = 1194209 keywords = [] message_count = 2.0 messages = ['25214', '25215'] nosy_count = 2.0 nosy_names = ['rhettinger', 'andrina'] pr_nums = [] priority = 'low' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194209' versions = [] ``` </p></details>
Error in section 4.2 of Python Tutorial
https://api.github.com/repos/python/cpython/issues/41940/comments
2
2005-05-03T04:02:15Z
2022-04-09T23:50:50Z
https://github.com/python/cpython/issues/41940
1,198,808,323
41,940
[ "python", "cpython" ]
BPO | [1194181](https://bugs.python.org/issue1194181) --- | :--- Nosy | @birkenfeld, @birkenfeld, @etrepum Files | <li>[bz2-2.5-1.diff](https://bugs.python.org/file1695/bz2-2.5-1.diff "Uploaded as text/plain at 2005-05-03.02:39:06 by @etrepum"): bz2-2.5-1.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/birkenfeld' closed_at = <Date 2005-06-03.19:47:55.000> created_at = <Date 2005-05-03.02:39:05.000> labels = ['library', 'release-blocker'] title = "bz2.BZ2File doesn\\'t handle modes correctly" updated_at = <Date 2005-06-03.19:47:55.000> user = 'https://github.com/etrepum' ``` bugs.python.org fields: ```python activity = <Date 2005-06-03.19:47:55.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-05-03.02:39:05.000> creator = 'bob.ippolito' dependencies = [] files = ['1695'] hgrepos = [] issue_num = 1194181 keywords = [] message_count = 4.0 messages = ['25210', '25211', '25212', '25213'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'georg.brandl', 'bob.ippolito'] pr_nums = [] priority = 'release blocker' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1194181' versions = ['Python 2.4'] ``` </p></details>
bz2.BZ2File doesn\'t handle modes correctly
https://api.github.com/repos/python/cpython/issues/41939/comments
4
2005-05-03T02:39:05Z
2022-04-09T23:50:50Z
https://github.com/python/cpython/issues/41939
1,198,808,321
41,939
[ "python", "cpython" ]
BPO | [1193966](https://bugs.python.org/issue1193966) --- | :--- Nosy | @freddrake, @warsaw <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2006-07-29.20:05:42.000> created_at = <Date 2005-05-02.18:31:37.000> labels = ['docs'] title = 'Weakref types documentation bugs' updated_at = <Date 2006-07-29.20:05:42.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2006-07-29.20:05:42.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-05-02.18:31:37.000> creator = 'barry' dependencies = [] files = [] hgrepos = [] issue_num = 1193966 keywords = [] message_count = 2.0 messages = ['25208', '25209'] nosy_count = 2.0 nosy_names = ['fdrake', 'barry'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193966' versions = ['Python 2.4'] ``` </p></details>
Weakref types documentation bugs
https://api.github.com/repos/python/cpython/issues/41938/comments
2
2005-05-02T18:31:37Z
2022-04-09T23:50:49Z
https://github.com/python/cpython/issues/41938
1,198,808,319
41,938
[ "python", "cpython" ]
BPO | [1193890](https://bugs.python.org/issue1193890) --- | :--- Nosy | @rhettinger Files | <li>[cal.diff](https://bugs.python.org/file1694/cal.diff "Uploaded as text/plain at 2005-05-02.15:56:56 by quiver")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-05-10.03:22:45.000> created_at = <Date 2005-05-02.15:56:56.000> labels = ['library'] title = 'calendar.weekheader not found in __all__' updated_at = <Date 2005-05-10.03:22:45.000> user = 'https://bugs.python.org/quiver' ``` bugs.python.org fields: ```python activity = <Date 2005-05-10.03:22:45.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-05-02.15:56:56.000> creator = 'quiver' dependencies = [] files = ['1694'] hgrepos = [] issue_num = 1193890 keywords = [] message_count = 2.0 messages = ['25206', '25207'] nosy_count = 2.0 nosy_names = ['rhettinger', 'quiver'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193890' versions = ['Python 2.4'] ``` </p></details>
calendar.weekheader not found in __all__
https://api.github.com/repos/python/cpython/issues/41937/comments
2
2005-05-02T15:56:56Z
2022-04-09T23:50:47Z
https://github.com/python/cpython/issues/41937
1,198,808,317
41,937
[ "python", "cpython" ]
BPO | [1193849](https://bugs.python.org/issue1193849) --- | :--- Nosy | @birkenfeld, @birkenfeld, @rhettinger Files | <li>[expanduser-doc.diff](https://bugs.python.org/file1693/expanduser-doc.diff "Uploaded as text/plain at 2005-06-05.12:29:08 by @birkenfeld")</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-08-24.07:28:00.000> created_at = <Date 2005-05-02.15:02:43.000> labels = ['docs'] title = 'os.path.expanduser documentation wrt. empty $HOME' updated_at = <Date 2005-08-24.07:28:00.000> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.07:28:00.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-05-02.15:02:43.000> creator = 'calvin' dependencies = [] files = ['1693'] hgrepos = [] issue_num = 1193849 keywords = [] message_count = 4.0 messages = ['25202', '25203', '25204', '25205'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'calvin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193849' versions = ['Python 2.4'] ``` </p></details>
os.path.expanduser documentation wrt. empty $HOME
https://api.github.com/repos/python/cpython/issues/41936/comments
4
2005-05-02T15:02:43Z
2022-04-09T23:50:47Z
https://github.com/python/cpython/issues/41936
1,198,808,312
41,936
[ "python", "cpython" ]
BPO | [1193610](https://bugs.python.org/issue1193610) --- | :--- Nosy | @loewis, @tiran <sup>*Note: these values reflect the state of the issue at the time it 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 2005-05-02.06:12:54.000> labels = ['expert-XML', 'type-feature'] title = 'Expat Parser to supply document locator in incremental parse' updated_at = <Date 2013-07-09.12:19:36.620> user = 'https://bugs.python.org/gazzadee' ``` bugs.python.org fields: ```python activity = <Date 2013-07-09.12:19:36.620> actor = 'christian.heimes' assignee = 'none' closed = False closed_date = None closer = None components = ['XML'] creation = <Date 2005-05-02.06:12:54.000> creator = 'gazzadee' dependencies = [] files = [] hgrepos = [] issue_num = 1193610 keywords = [] message_count = 2.0 messages = ['54519', '192742'] nosy_count = 3.0 nosy_names = ['loewis', 'gazzadee', 'christian.heimes'] pr_nums = [] priority = 'low' resolution = None stage = 'needs patch' status = 'languishing' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1193610' versions = ['Python 3.4'] ``` </p></details>
Expat Parser to supply document locator in incremental parse
https://api.github.com/repos/python/cpython/issues/41935/comments
2
2005-05-02T06:12:54Z
2023-04-25T00:41:21Z
https://github.com/python/cpython/issues/41935
1,198,808,310
41,935
[ "python", "cpython" ]
BPO | [1193577](https://bugs.python.org/issue1193577) --- | :--- Nosy | @smontanaro, @akuchling Superseder | <li>bpo-2302: Uses of SocketServer.BaseServer.shutdown have a race</li> Files | <li>[issue1193577.patch](https://bugs.python.org/file9553/issue1193577.patch "Uploaded as text/plain at 2008-02-25.19:26:48 by werneck"): diff from current trunk, SocketServer and test_socketserver</li><li>[polling_shutdown.patch](https://bugs.python.org/file9579/polling_shutdown.patch "Uploaded as text/plain at 2008-03-01.21:44:54 by jyasskin"): werneck's patch, merged up to r61161</li><li>[polling_shutdown.patch](https://bugs.python.org/file9581/polling_shutdown.patch "Uploaded as text/plain at 2008-03-02.08:18:34 by jyasskin"): timeouts reorganized; shutdown blocks</li><li>[polling_shutdown.patch](https://bugs.python.org/file9586/polling_shutdown.patch "Uploaded as text/plain at 2008-03-02.20:23:03 by jyasskin"): +documentation</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2008-03-16.17:20:30.103> created_at = <Date 2005-05-02.03:04:36.000> labels = ['type-feature', 'library'] title = 'add server.shutdown() method to SocketServer' updated_at = <Date 2008-03-16.17:20:30.102> user = 'https://bugs.python.org/phr' ``` bugs.python.org fields: ```python activity = <Date 2008-03-16.17:20:30.102> actor = 'jyasskin' assignee = 'jyasskin' closed = True closed_date = <Date 2008-03-16.17:20:30.103> closer = 'jyasskin' components = ['Library (Lib)'] creation = <Date 2005-05-02.03:04:36.000> creator = 'phr' dependencies = [] files = ['9553', '9579', '9581', '9586'] hgrepos = [] issue_num = 1193577 keywords = ['patch'] message_count = 9.0 messages = ['54518', '62804', '62994', '63170', '63172', '63177', '63185', '63345', '63587'] nosy_count = 7.0 nosy_names = ['skip.montanaro', 'akuchling', 'phr', 'pilcrow', 'jyasskin', 'zanella', 'werneck'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = '2302' type = 'enhancement' url = 'https://bugs.python.org/issue1193577' versions = ['Python 2.6', 'Python 3.0'] ``` </p></details>
add server.shutdown() method to SocketServer
https://api.github.com/repos/python/cpython/issues/41934/comments
9
2005-05-02T03:04:36Z
2022-04-09T23:50:44Z
https://github.com/python/cpython/issues/41934
1,198,808,306
41,934
[ "python", "cpython" ]
BPO | [1193190](https://bugs.python.org/issue1193190) --- | :--- Nosy | @etrepum, @ronaldoussoren Files | <li>[distutils-macosx-2.5-1.diff](https://bugs.python.org/file1691/distutils-macosx-2.5-1.diff "Uploaded as text/plain at 2005-05-01.00:15:33 by @etrepum"): distutils-macosx-2.5-1.diff</li><li>[distutils-macosx-2.4-1.diff](https://bugs.python.org/file1692/distutils-macosx-2.4-1.diff "Uploaded as text/plain at 2005-05-01.00:16:43 by @etrepum"): distutils-macosx-2.4-1.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/etrepum' closed_at = <Date 2006-04-17.14:44:09.000> created_at = <Date 2005-05-01.00:15:33.000> labels = ['library'] title = 'MACOSX_DEPLOYMENT_TARGET checked incorrectly' updated_at = <Date 2006-04-17.14:44:09.000> user = 'https://github.com/etrepum' ``` bugs.python.org fields: ```python activity = <Date 2006-04-17.14:44:09.000> actor = 'ronaldoussoren' assignee = 'bob.ippolito' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2005-05-01.00:15:33.000> creator = 'bob.ippolito' dependencies = [] files = ['1691', '1692'] hgrepos = [] issue_num = 1193190 keywords = [] message_count = 2.0 messages = ['25200', '25201'] nosy_count = 2.0 nosy_names = ['bob.ippolito', 'ronaldoussoren'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193190' versions = ['Python 2.5'] ``` </p></details>
MACOSX_DEPLOYMENT_TARGET checked incorrectly
https://api.github.com/repos/python/cpython/issues/41933/comments
2
2005-05-01T00:15:33Z
2022-04-09T23:50:43Z
https://github.com/python/cpython/issues/41933
1,198,808,302
41,933
[ "python", "cpython" ]
BPO | [1193180](https://bugs.python.org/issue1193180) --- | :--- Nosy | @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-05-31.09:56:34.000> created_at = <Date 2005-04-30.23:13:21.000> labels = ['OS-windows'] title = 'Strange os.path.exists() results with invalid chars' updated_at = <Date 2005-05-31.09:56:34.000> user = 'https://bugs.python.org/dvarrazzo' ``` bugs.python.org fields: ```python activity = <Date 2005-05-31.09:56:34.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2005-04-30.23:13:21.000> creator = 'dvarrazzo' dependencies = [] files = [] hgrepos = [] issue_num = 1193180 keywords = [] message_count = 4.0 messages = ['25196', '25197', '25198', '25199'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'zgoda', 'grubert', 'dvarrazzo'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193180' versions = ['Python 2.4'] ``` </p></details>
Strange os.path.exists() results with invalid chars
https://api.github.com/repos/python/cpython/issues/41932/comments
4
2005-04-30T23:13:21Z
2022-04-09T23:50:41Z
https://github.com/python/cpython/issues/41932
1,198,808,300
41,932
[ "python", "cpython" ]
BPO | [1193128](https://bugs.python.org/issue1193128) --- | :--- 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 2007-04-12.04:13:45.000> created_at = <Date 2005-04-30.20:31:08.000> labels = ['interpreter-core', 'type-feature'] title = "'str'.translate(None) => identity translation" updated_at = <Date 2007-04-12.04:13:45.000> user = 'https://bugs.python.org/bokr' ``` bugs.python.org fields: ```python activity = <Date 2007-04-12.04:13:45.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-30.20:31:08.000> creator = 'bokr' dependencies = [] files = [] hgrepos = [] issue_num = 1193128 keywords = [] message_count = 2.0 messages = ['54516', '54517'] nosy_count = 2.0 nosy_names = ['rhettinger', 'bokr'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1193128' versions = [] ``` </p></details>
'str'.translate(None) => identity translation
https://api.github.com/repos/python/cpython/issues/41931/comments
2
2005-04-30T20:31:08Z
2022-04-09T23:50:41Z
https://github.com/python/cpython/issues/41931
1,198,808,296
41,931
[ "python", "cpython" ]
BPO | [1193099](https://bugs.python.org/issue1193099) --- | :--- Nosy | @amauryfa Superseder | <li>bpo-1193099: Embedded python thread crashes</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-02-12.12:54:56.370> created_at = <Date 2005-04-30.19:03:33.000> labels = ['OS-windows'] title = 'Embedded python thread crashes' updated_at = <Date 2020-03-26.23:04:48.316> user = 'https://bugs.python.org/ugodiggi' ``` bugs.python.org fields: ```python activity = <Date 2020-03-26.23:04:48.316> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2008-02-12.12:54:56.370> closer = 'amaury.forgeotdarc' components = ['Windows'] creation = <Date 2005-04-30.19:03:33.000> creator = 'ugodiggi' dependencies = [] files = [] hgrepos = [] issue_num = 1193099 keywords = [] message_count = 7.0 messages = ['25190', '25191', '25192', '25193', '25194', '25195', '62314'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'amaury.forgeotdarc', 'ugodiggi'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '1193099' type = None url = 'https://bugs.python.org/issue1193099' versions = [] ``` </p></details>
Embedded python thread crashes
https://api.github.com/repos/python/cpython/issues/41930/comments
7
2005-04-30T19:03:33Z
2022-04-09T23:50:39Z
https://github.com/python/cpython/issues/41930
1,198,808,291
41,930
[ "python", "cpython" ]
BPO | [1193061](https://bugs.python.org/issue1193061) --- | :--- Nosy | @malemburg, @birkenfeld Superseder | <li>bpo-1528802: Turkish Character</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/malemburg' closed_at = <Date 2007-08-30.10:14:40.410> created_at = <Date 2005-04-30.17:37:22.000> labels = ['expert-unicode'] title = 'Python and Turkish Locale' updated_at = <Date 2007-08-30.10:14:40.408> user = 'https://bugs.python.org/caglar' ``` bugs.python.org fields: ```python activity = <Date 2007-08-30.10:14:40.408> actor = 'georg.brandl' assignee = 'lemburg' closed = True closed_date = <Date 2007-08-30.10:14:40.410> closer = 'georg.brandl' components = ['Unicode'] creation = <Date 2005-04-30.17:37:22.000> creator = 'caglar' dependencies = [] files = [] hgrepos = [] issue_num = 1193061 keywords = [] message_count = 6.0 messages = ['25185', '25186', '25187', '25188', '25189', '55471'] nosy_count = 5.0 nosy_names = ['lemburg', 'georg.brandl', 'exa', 'caglar', 'usta'] pr_nums = [] priority = 'high' resolution = 'duplicate' stage = None status = 'closed' superseder = '1528802' type = None url = 'https://bugs.python.org/issue1193061' versions = [] ``` </p></details>
Python and Turkish Locale
https://api.github.com/repos/python/cpython/issues/41929/comments
6
2005-04-30T17:37:22Z
2022-04-09T23:50:39Z
https://github.com/python/cpython/issues/41929
1,198,808,286
41,929
[ "python", "cpython" ]
BPO | [1193001](https://bugs.python.org/issue1193001) --- | :--- Nosy | @akuchling <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2005-06-02.13:53:08.000> created_at = <Date 2005-04-30.14:01:32.000> labels = ['docs'] title = 'Notation' updated_at = <Date 2005-06-02.13:53:08.000> user = 'https://bugs.python.org/mythrix' ``` bugs.python.org fields: ```python activity = <Date 2005-06-02.13:53:08.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-30.14:01:32.000> creator = 'mythrix' dependencies = [] files = [] hgrepos = [] issue_num = 1193001 keywords = [] message_count = 2.0 messages = ['25183', '25184'] nosy_count = 2.0 nosy_names = ['akuchling', 'mythrix'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1193001' versions = ['Python 2.4'] ``` </p></details>
Notation
https://api.github.com/repos/python/cpython/issues/41928/comments
2
2005-04-30T14:01:32Z
2022-04-09T23:50:38Z
https://github.com/python/cpython/issues/41928
1,198,808,285
41,928
[ "python", "cpython" ]
BPO | [1192789](https://bugs.python.org/issue1192789) --- | :--- Nosy | @loewis Files | <li>[python-2.4.1-visibility.patch](https://bugs.python.org/file6638/python-2.4.1-visibility.patch "Uploaded as text/plain at 2005-04-29.23:46:59 by jamesh"): python-2.4.1-visibility.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 2006-04-15.08:45:27.000> created_at = <Date 2005-04-29.23:46:58.000> labels = ['interpreter-core'] title = 'Use GCC4 ELF symbol visibility' updated_at = <Date 2006-04-15.08:45:27.000> user = 'https://bugs.python.org/jamesh' ``` bugs.python.org fields: ```python activity = <Date 2006-04-15.08:45:27.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-29.23:46:58.000> creator = 'jamesh' dependencies = [] files = ['6638'] hgrepos = [] issue_num = 1192789 keywords = ['patch'] message_count = 6.0 messages = ['48281', '48282', '48283', '48284', '48285', '48286'] nosy_count = 2.0 nosy_names = ['loewis', 'jamesh'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1192789' versions = ['Python 2.4'] ``` </p></details>
Use GCC4 ELF symbol visibility
https://api.github.com/repos/python/cpython/issues/41927/comments
6
2005-04-29T23:46:58Z
2022-04-09T23:50:36Z
https://github.com/python/cpython/issues/41927
1,198,808,282
41,927
[ "python", "cpython" ]
BPO | [1192777](https://bugs.python.org/issue1192777) --- | :--- 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 2005-04-30.05:53:12.000> created_at = <Date 2005-04-29.22:51:47.000> labels = ['library'] title = 'docstring error' updated_at = <Date 2005-04-30.05:53:12.000> user = 'https://bugs.python.org/smichr' ``` bugs.python.org fields: ```python activity = <Date 2005-04-30.05:53:12.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-29.22:51:47.000> creator = 'smichr' dependencies = [] files = [] hgrepos = [] issue_num = 1192777 keywords = [] message_count = 2.0 messages = ['25181', '25182'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'smichr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1192777' versions = ['Python 2.4'] ``` </p></details>
docstring error
https://api.github.com/repos/python/cpython/issues/41926/comments
2
2005-04-29T22:51:47Z
2022-04-09T23:50:33Z
https://github.com/python/cpython/issues/41926
1,198,808,278
41,926
[ "python", "cpython" ]
BPO | [1192590](https://bugs.python.org/issue1192590) --- | :--- Files | <li>[debugger_patch.diff](https://bugs.python.org/file6637/debugger_patch.diff "Uploaded as text/plain at 2005-04-29.18:25:52 by jmjones"): debugger_patch.diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-11.16:06:43.000> created_at = <Date 2005-04-29.18:25:52.000> labels = ['library'] title = 'debugger ``condition`` and ``ignore`` exception handling' updated_at = <Date 2007-03-11.16:06:43.000> user = 'https://bugs.python.org/jmjones' ``` bugs.python.org fields: ```python activity = <Date 2007-03-11.16:06:43.000> actor = 'collinwinter' assignee = 'collinwinter' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-29.18:25:52.000> creator = 'jmjones' dependencies = [] files = ['6637'] hgrepos = [] issue_num = 1192590 keywords = ['patch'] message_count = 3.0 messages = ['48278', '48279', '48280'] nosy_count = 2.0 nosy_names = ['collinwinter', 'jmjones'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1192590' versions = ['Python 2.6'] ``` </p></details>
debugger ``condition`` and ``ignore`` exception handling
https://api.github.com/repos/python/cpython/issues/41925/comments
3
2005-04-29T18:25:52Z
2022-04-09T23:50:32Z
https://github.com/python/cpython/issues/41925
1,198,808,277
41,925
[ "python", "cpython" ]
BPO | [1192554](https://bugs.python.org/issue1192554) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-29.17:52:43.000> created_at = <Date 2005-04-29.17:36:31.000> labels = ['library'] title = "doctest's ELLIPSIS and multiline statements" updated_at = <Date 2005-04-29.17:52:43.000> user = 'https://bugs.python.org/boisgerault' ``` bugs.python.org fields: ```python activity = <Date 2005-04-29.17:52:43.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-29.17:36:31.000> creator = 'boisgerault' dependencies = [] files = [] hgrepos = [] issue_num = 1192554 keywords = [] message_count = 2.0 messages = ['25179', '25180'] nosy_count = 2.0 nosy_names = ['tim.peters', 'boisgerault'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1192554' versions = [] ``` </p></details>
doctest's ELLIPSIS and multiline statements
https://api.github.com/repos/python/cpython/issues/41924/comments
2
2005-04-29T17:36:31Z
2022-04-09T23:50:31Z
https://github.com/python/cpython/issues/41924
1,198,808,275
41,924
[ "python", "cpython" ]
BPO | [1192315](https://bugs.python.org/issue1192315) --- | :--- Nosy | @birkenfeld, @birkenfeld, @rhettinger Files | <li>[pdb-index.jpg](https://bugs.python.org/file1689/pdb-index.jpg "Uploaded as image/jpeg at 2005-04-29.10:30:56 by mpech")</li><li>[pdb-breakpoint-diff](https://bugs.python.org/file1690/pdb-breakpoint-diff "Uploaded as application/octet-stream at 2005-06-04.10:11:01 by @birkenfeld")</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-08-24.09:04:11.000> created_at = <Date 2005-04-29.10:30:56.000> labels = ['library'] title = "\\'clear -1\\' in pdb" updated_at = <Date 2005-08-24.09:04:11.000> user = 'https://bugs.python.org/mpech' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.09:04:11.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-29.10:30:56.000> creator = 'mpech' dependencies = [] files = ['1689', '1690'] hgrepos = [] issue_num = 1192315 keywords = [] message_count = 4.0 messages = ['25175', '25176', '25177', '25178'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'mpech'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1192315' versions = ['Python 2.4'] ``` </p></details>
\'clear -1\' in pdb
https://api.github.com/repos/python/cpython/issues/41923/comments
4
2005-04-29T10:30:56Z
2022-04-09T23:50:30Z
https://github.com/python/cpython/issues/41923
1,198,808,271
41,923
[ "python", "cpython" ]
BPO | [1191964](https://bugs.python.org/issue1191964) --- | :--- Nosy | @gvanrossum, @josiahcarlson, @vstinner, @giampaolo, @devdanzin, @bitdancer, @4kir4, @vadmium, @Janzert, @1st1, @eryksun Files | <li>[sp_diff.txt](https://bugs.python.org/file8252/sp_diff.txt "Uploaded as text/plain at 2005-06-26.19:47:07 by @josiahcarlson")</li><li>[subprocess.patch](https://bugs.python.org/file34743/subprocess.patch "Uploaded as text/plain at 2014-04-06.20:41:20 by @josiahcarlson"): Add non-blocking subprocess access</li><li>[subprocess_2.patch](https://bugs.python.org/file34774/subprocess_2.patch "Uploaded as text/plain at 2014-04-09.16:40:09 by @josiahcarlson"): replace select() with selectors</li><li>[subprocess_3.patch](https://bugs.python.org/file34794/subprocess_3.patch "Uploaded as text/plain at 2014-04-13.00:33:55 by @josiahcarlson"): Remove looping write_nonblocking(), addresses comments</li><li>[subprocess_4.patch](https://bugs.python.org/file34851/subprocess_4.patch "Uploaded as text/plain at 2014-04-14.21:50:33 by @josiahcarlson"): Fixes Windows writes, improves docs, removes universal newlines with non-blocking IO</li><li>[subprocess_5.patch](https://bugs.python.org/file34861/subprocess_5.patch "Uploaded as text/plain at 2014-04-15.00:49:17 by @josiahcarlson"): Fixes a partial comment on a new test</li><li>[subprocess_6.patch](https://bugs.python.org/file34941/subprocess_6.patch "Uploaded as text/plain at 2014-04-17.07:08:00 by @josiahcarlson"): Addressed comments, multi-platform cleanup</li><li>[subprocess_7.patch](https://bugs.python.org/file35407/subprocess_7.patch "Uploaded as text/plain at 2014-05-30.00:04:05 by @josiahcarlson"): Removes tulip/asyncio related changes</li><li>[subprocess_8.patch](https://bugs.python.org/file38691/subprocess_8.patch "Uploaded as text/plain at 2015-03-25.18:32:16 by @josiahcarlson")</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 2019-05-02.04:12:38.587> created_at = <Date 2005-04-28.20:40:52.000> labels = ['type-feature', 'library', 'expert-asyncio'] title = 'add non-blocking read and write methods to subprocess.Popen' updated_at = <Date 2019-05-02.13:03:55.336> user = 'https://github.com/josiahcarlson' ``` bugs.python.org fields: ```python activity = <Date 2019-05-02.13:03:55.336> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-05-02.04:12:38.587> closer = 'josiahcarlson' components = ['Library (Lib)', 'asyncio'] creation = <Date 2005-04-28.20:40:52.000> creator = 'josiahcarlson' dependencies = [] files = ['8252', '34743', '34774', '34794', '34851', '34861', '34941', '35407', '38691'] hgrepos = [] issue_num = 1191964 keywords = ['patch'] message_count = 64.0 messages = ['54505', '54506', '54507', '54508', '54509', '54510', '54511', '54512', '54513', '54514', '54515', '84692', '84719', '89309', '89433', '114495', '161326', '161352', '161356', '161362', '161400', '161409', '177139', '215171', '215178', '215411', '215420', '215426', '215496', '215582', '215668', '215708', '215709', '215711', '215826', '215833', '215956', '215969', '215990', '216226', '216442', '216445', '216665', '216669', '216692', '218826', '218861', '219373', '219374', '219432', '219616', '219656', '223799', '223827', '223828', '238874', '238887', '239277', '239280', '239282', '239299', '239366', '239372', '341245'] nosy_count = 21.0 nosy_names = ['gvanrossum', 'josiahcarlson', 'astrand', 'parameter', 'vstinner', 'techtonik', 'giampaolo.rodola', 'ajaksu2', 'ooooooooo', 'v+python', 'r.david.murray', 'cvrebert', 'ericpruitt', 'akira', 'Andrew.Boettcher', 'rosslagerwall', 'sbt', 'martin.panter', 'janzert', 'yselivanov', 'eryksun'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1191964' versions = ['Python 3.5'] ``` </p></details>
add non-blocking read and write methods to subprocess.Popen
https://api.github.com/repos/python/cpython/issues/41922/comments
64
2005-04-28T20:40:52Z
2022-04-09T23:50:28Z
https://github.com/python/cpython/issues/41922
1,198,808,267
41,922
[ "python", "cpython" ]
BPO | [1191726](https://bugs.python.org/issue1191726) --- | :--- Nosy | @birkenfeld Files | <li>[issue1191726.py](https://bugs.python.org/file12121/issue1191726.py "Uploaded as text/plain at 2008-11-24.13:36:01 by gpolo")</li><li>[test1.tcl](https://bugs.python.org/file12122/test1.tcl "Uploaded as text/x-tcl at 2008-11-24.13:36:10 by gpolo")</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-11-24.13:38:41.440> created_at = <Date 2005-04-28.14:38:31.000> labels = ['expert-tkinter'] title = 'about shift key' updated_at = <Date 2008-11-24.13:38:41.439> user = 'https://bugs.python.org/leeews' ``` bugs.python.org fields: ```python activity = <Date 2008-11-24.13:38:41.439> actor = 'gpolo' assignee = 'none' closed = True closed_date = <Date 2008-11-24.13:38:41.440> closer = 'gpolo' components = ['Tkinter'] creation = <Date 2005-04-28.14:38:31.000> creator = 'leeews' dependencies = [] files = ['12121', '12122'] hgrepos = [] issue_num = 1191726 keywords = [] message_count = 6.0 messages = ['25170', '25171', '25172', '25173', '25174', '76323'] nosy_count = 5.0 nosy_names = ['nnorwitz', 'georg.brandl', 'isandler', 'leeews', 'gpolo'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191726' versions = ['Python 2.4'] ``` </p></details>
about shift key
https://api.github.com/repos/python/cpython/issues/41921/comments
6
2005-04-28T14:38:31Z
2022-04-09T23:50:27Z
https://github.com/python/cpython/issues/41921
1,198,808,264
41,921
[ "python", "cpython" ]
BPO | [1191700](https://bugs.python.org/issue1191700) --- | :--- Nosy | @loewis Files | <li>[bdb_bpprint.patch](https://bugs.python.org/file6636/bdb_bpprint.patch "Uploaded as text/plain at 2005-04-28.13:46:44 by mpech")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-04-15.08:41:39.000> created_at = <Date 2005-04-28.13:46:43.000> labels = ['library'] title = 'wrong offsets in bpprint()' updated_at = <Date 2006-04-15.08:41:39.000> user = 'https://bugs.python.org/mpech' ``` bugs.python.org fields: ```python activity = <Date 2006-04-15.08:41:39.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-28.13:46:43.000> creator = 'mpech' dependencies = [] files = ['6636'] hgrepos = [] issue_num = 1191700 keywords = ['patch'] message_count = 4.0 messages = ['48274', '48275', '48276', '48277'] nosy_count = 3.0 nosy_names = ['loewis', 'mdehoon', 'mpech'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191700' versions = ['Python 2.3'] ``` </p></details>
wrong offsets in bpprint()
https://api.github.com/repos/python/cpython/issues/41920/comments
4
2005-04-28T13:46:43Z
2022-04-09T23:50:26Z
https://github.com/python/cpython/issues/41920
1,198,808,260
41,920
[ "python", "cpython" ]
BPO | [1191699](https://bugs.python.org/issue1191699) --- | :--- 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 2007-04-11.18:41:42.000> created_at = <Date 2005-04-28.13:44:34.000> labels = ['interpreter-core', 'type-feature'] title = 'make slices pickable' updated_at = <Date 2007-04-11.18:41:42.000> user = 'https://bugs.python.org/sdementen' ``` bugs.python.org fields: ```python activity = <Date 2007-04-11.18:41:42.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-28.13:44:34.000> creator = 'sdementen' dependencies = [] files = [] hgrepos = [] issue_num = 1191699 keywords = [] message_count = 6.0 messages = ['54499', '54500', '54501', '54502', '54503', '54504'] nosy_count = 3.0 nosy_names = ['rhettinger', 'sdementen', 'connelly'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1191699' versions = ['Python 2.6'] ``` </p></details>
make slices pickable
https://api.github.com/repos/python/cpython/issues/41919/comments
6
2005-04-28T13:44:34Z
2022-04-09T23:50:26Z
https://github.com/python/cpython/issues/41919
1,198,808,257
41,919
[ "python", "cpython" ]
BPO | [1191697](https://bugs.python.org/issue1191697) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2005-04-29.09:53:04.000> created_at = <Date 2005-04-28.13:42:46.000> labels = ['interpreter-core', 'type-feature', 'invalid'] title = 'slice indices different than integers' updated_at = <Date 2005-04-29.09:53:04.000> user = 'https://bugs.python.org/sdementen' ``` bugs.python.org fields: ```python activity = <Date 2005-04-29.09:53:04.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-28.13:42:46.000> creator = 'sdementen' dependencies = [] files = [] hgrepos = [] issue_num = 1191697 keywords = [] message_count = 3.0 messages = ['54496', '54497', '54498'] nosy_count = 3.0 nosy_names = ['mwh', 'sdementen', 'cxdunn'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1191697' versions = [] ``` </p></details>
slice indices different than integers
https://api.github.com/repos/python/cpython/issues/41918/comments
3
2005-04-28T13:42:46Z
2022-04-09T23:50:25Z
https://github.com/python/cpython/issues/41918
1,198,808,253
41,918
[ "python", "cpython" ]
BPO | [1191489](https://bugs.python.org/issue1191489) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[random.diff](https://bugs.python.org/file6635/random.diff "Uploaded as text/plain at 2005-04-28.05:31:31 by @rhettinger"): 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/rhettinger' closed_at = <Date 2005-05-04.14:11:13.000> created_at = <Date 2005-04-28.05:31:30.000> labels = ['library'] title = 'Simplify logic in random.py' updated_at = <Date 2005-05-04.14:11:13.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2005-05-04.14:11:13.000> actor = 'calvin' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-28.05:31:30.000> creator = 'rhettinger' dependencies = [] files = ['6635'] hgrepos = [] issue_num = 1191489 keywords = ['patch'] message_count = 9.0 messages = ['48265', '48266', '48267', '48268', '48269', '48270', '48271', '48272', '48273'] nosy_count = 4.0 nosy_names = ['tim.peters', 'rhettinger', 'calvin', 'mdehoon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191489' versions = ['Python 2.5'] ``` </p></details>
Simplify logic in random.py
https://api.github.com/repos/python/cpython/issues/41917/comments
9
2005-04-28T05:31:30Z
2022-04-09T23:50:24Z
https://github.com/python/cpython/issues/41917
1,198,808,252
41,917
[ "python", "cpython" ]
BPO | [1191458](https://bugs.python.org/issue1191458) --- | :--- Nosy | @brettcannon, @nascheme, @ncoghlan <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-08-04.04:59:47.000> created_at = <Date 2005-04-28.03:30:55.000> labels = ['interpreter-core'] title = '[AST] Failing tests' updated_at = <Date 2006-08-04.04:59:47.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2006-08-04.04:59:47.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-28.03:30:55.000> creator = 'brett.cannon' dependencies = [] files = [] hgrepos = [] issue_num = 1191458 keywords = [] message_count = 12.0 messages = ['25158', '25159', '25160', '25161', '25162', '25163', '25164', '25165', '25166', '25167', '25168', '25169'] nosy_count = 5.0 nosy_names = ['jhylton', 'nnorwitz', 'brett.cannon', 'nascheme', 'ncoghlan'] pr_nums = [] priority = 'critical' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191458' versions = [] ``` </p></details>
[AST] Failing tests
https://api.github.com/repos/python/cpython/issues/41916/comments
12
2005-04-28T03:30:55Z
2022-04-09T23:50:22Z
https://github.com/python/cpython/issues/41916
1,198,808,249
41,916
[ "python", "cpython" ]
BPO | [1191420](https://bugs.python.org/issue1191420) --- | :--- 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 2005-04-28.04:57:15.000> created_at = <Date 2005-04-28.01:15:03.000> labels = ['type-feature', 'library'] title = 'cStringIO has reset(), but StringIO does not' updated_at = <Date 2005-04-28.04:57:15.000> user = 'https://bugs.python.org/cxdunn' ``` bugs.python.org fields: ```python activity = <Date 2005-04-28.04:57:15.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-28.01:15:03.000> creator = 'cxdunn' dependencies = [] files = [] hgrepos = [] issue_num = 1191420 keywords = [] message_count = 2.0 messages = ['54494', '54495'] nosy_count = 2.0 nosy_names = ['rhettinger', 'cxdunn'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1191420' versions = [] ``` </p></details>
cStringIO has reset(), but StringIO does not
https://api.github.com/repos/python/cpython/issues/41915/comments
2
2005-04-28T01:15:03Z
2022-04-09T23:50:21Z
https://github.com/python/cpython/issues/41915
1,198,808,244
41,915
[ "python", "cpython" ]
BPO | [1191104](https://bugs.python.org/issue1191104) --- | :--- Nosy | @vsajip <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/vsajip' closed_at = <Date 2005-04-29.10:54:46.000> created_at = <Date 2005-04-27.15:55:55.000> labels = ['invalid', 'library'] title = 'Warning ``error`` filter action is ignored.' updated_at = <Date 2005-04-29.10:54:46.000> user = 'https://bugs.python.org/ivilata' ``` bugs.python.org fields: ```python activity = <Date 2005-04-29.10:54:46.000> actor = 'ivilata' assignee = 'vinay.sajip' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-27.15:55:55.000> creator = 'ivilata' dependencies = [] files = [] hgrepos = [] issue_num = 1191104 keywords = [] message_count = 3.0 messages = ['25155', '25156', '25157'] nosy_count = 2.0 nosy_names = ['vinay.sajip', 'ivilata'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191104' versions = [] ``` </p></details>
Warning ``error`` filter action is ignored.
https://api.github.com/repos/python/cpython/issues/41914/comments
3
2005-04-27T15:55:55Z
2022-04-09T23:50:20Z
https://github.com/python/cpython/issues/41914
1,198,808,238
41,914
[ "python", "cpython" ]
BPO | [1191065](https://bugs.python.org/issue1191065) --- | :--- Nosy | @loewis Files | <li>[python-directive-inside-macro.patch](https://bugs.python.org/file6634/python-directive-inside-macro.patch "Uploaded as text/plain at 2005-04-27.15:02:59 by mmar"): "directives inside macro" 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 2006-04-15.08:36:46.000> created_at = <Date 2005-04-27.15:02:59.000> labels = ['interpreter-core'] title = "socketmodule.c's recvfrom on OSF/1 4.0" updated_at = <Date 2006-04-15.08:36:46.000> user = 'https://bugs.python.org/mmar' ``` bugs.python.org fields: ```python activity = <Date 2006-04-15.08:36:46.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-27.15:02:59.000> creator = 'mmar' dependencies = [] files = ['6634'] hgrepos = [] issue_num = 1191065 keywords = ['patch'] message_count = 2.0 messages = ['48263', '48264'] nosy_count = 2.0 nosy_names = ['loewis', 'mmar'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191065' versions = ['Python 2.4'] ``` </p></details>
socketmodule.c's recvfrom on OSF/1 4.0
https://api.github.com/repos/python/cpython/issues/41913/comments
2
2005-04-27T15:02:59Z
2022-04-09T23:50:19Z
https://github.com/python/cpython/issues/41913
1,198,808,233
41,913
[ "python", "cpython" ]
BPO | [1191043](https://bugs.python.org/issue1191043) --- | :--- Nosy | @akuchling, @birkenfeld, @birkenfeld, @rhettinger, @catlee <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/birkenfeld' closed_at = <Date 2005-08-21.14:19:10.000> created_at = <Date 2005-04-27.14:34:37.000> labels = ['library'] title = 'bz2 RuntimeError when decompressing file' updated_at = <Date 2005-08-21.14:19:10.000> user = 'https://github.com/catlee' ``` bugs.python.org fields: ```python activity = <Date 2005-08-21.14:19:10.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-27.14:34:37.000> creator = 'catlee' dependencies = [] files = [] hgrepos = [] issue_num = 1191043 keywords = [] message_count = 7.0 messages = ['25148', '25149', '25150', '25151', '25152', '25153', '25154'] nosy_count = 5.0 nosy_names = ['akuchling', 'georg.brandl', 'georg.brandl', 'rhettinger', 'catlee'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1191043' versions = ['Python 2.4'] ``` </p></details>
bz2 RuntimeError when decompressing file
https://api.github.com/repos/python/cpython/issues/41912/comments
7
2005-04-27T14:34:37Z
2022-04-09T23:50:18Z
https://github.com/python/cpython/issues/41912
1,198,808,230
41,912
[ "python", "cpython" ]
BPO | [1190701](https://bugs.python.org/issue1190701) --- | :--- 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 2005-04-28.08:31:50.000> created_at = <Date 2005-04-27.01:35:57.000> labels = ['type-feature', 'library'] title = "Add 'before' and 'after' methods to Strings" updated_at = <Date 2005-04-28.08:31:50.000> user = 'https://bugs.python.org/cxdunn' ``` bugs.python.org fields: ```python activity = <Date 2005-04-28.08:31:50.000> actor = 'cxdunn' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-27.01:35:57.000> creator = 'cxdunn' dependencies = [] files = [] hgrepos = [] issue_num = 1190701 keywords = [] message_count = 7.0 messages = ['54487', '54488', '54489', '54490', '54491', '54492', '54493'] nosy_count = 2.0 nosy_names = ['rhettinger', 'cxdunn'] pr_nums = [] priority = 'low' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1190701' versions = [] ``` </p></details>
Add 'before' and 'after' methods to Strings
https://api.github.com/repos/python/cpython/issues/41911/comments
7
2005-04-27T01:35:57Z
2022-04-09T23:50:16Z
https://github.com/python/cpython/issues/41911
1,198,808,227
41,911
[ "python", "cpython" ]
BPO | [1190689](https://bugs.python.org/issue1190689) --- | :--- Nosy | @vsajip <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/vsajip' closed_at = <Date 2005-05-03.20:08:11.000> created_at = <Date 2005-04-27.01:19:03.000> labels = ['type-feature', 'library'] title = 'logging module root logger name' updated_at = <Date 2005-05-03.20:08:11.000> user = 'https://bugs.python.org/cxdunn' ``` bugs.python.org fields: ```python activity = <Date 2005-05-03.20:08:11.000> actor = 'cxdunn' assignee = 'vinay.sajip' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-27.01:19:03.000> creator = 'cxdunn' dependencies = [] files = [] hgrepos = [] issue_num = 1190689 keywords = [] message_count = 10.0 messages = ['54477', '54478', '54479', '54480', '54481', '54482', '54483', '54484', '54485', '54486'] nosy_count = 2.0 nosy_names = ['vinay.sajip', 'cxdunn'] pr_nums = [] priority = 'low' resolution = 'works for me' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1190689' versions = [] ``` </p></details>
logging module root logger name
https://api.github.com/repos/python/cpython/issues/41910/comments
10
2005-04-27T01:19:03Z
2022-04-09T23:50:16Z
https://github.com/python/cpython/issues/41910
1,198,808,223
41,910
[ "python", "cpython" ]
BPO | [1190599](https://bugs.python.org/issue1190599) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2005-05-01.15:00:59.000> created_at = <Date 2005-04-26.22:20:22.000> labels = ['docs'] title = 'dir() docs show incorrect output' updated_at = <Date 2005-05-01.15:00:59.000> user = 'https://bugs.python.org/stillflame' ``` bugs.python.org fields: ```python activity = <Date 2005-05-01.15:00:59.000> actor = 'quiver' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-26.22:20:22.000> creator = 'stillflame' dependencies = [] files = [] hgrepos = [] issue_num = 1190599 keywords = [] message_count = 4.0 messages = ['25144', '25145', '25146', '25147'] nosy_count = 3.0 nosy_names = ['mwh', 'quiver', 'stillflame'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190599' versions = [] ``` </p></details>
dir() docs show incorrect output
https://api.github.com/repos/python/cpython/issues/41909/comments
4
2005-04-26T22:20:22Z
2022-04-09T23:50:15Z
https://github.com/python/cpython/issues/41909
1,198,808,220
41,909
[ "python", "cpython" ]
BPO | [1190596](https://bugs.python.org/issue1190596) --- | :--- Nosy | @tim-one, @doerwalter, @rhettinger Files | <li>[calendar-flexible_first_day.patch](https://bugs.python.org/file8249/calendar-flexible_first_day.patch "Uploaded as text/plain at 2005-04-28.11:06:15 by tseaver")</li><li>[test_calendar.txt](https://bugs.python.org/file8250/test_calendar.txt "Uploaded as text/plain at 2005-04-28.13:02:11 by tseaver")</li><li>[calendar-flexible_first_day-test.patch](https://bugs.python.org/file8251/calendar-flexible_first_day-test.patch "Uploaded as text/plain at 2005-04-29.15:04:47 by tseaver")</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 2006-04-07.16:40:58.000> created_at = <Date 2005-04-26.22:10:19.000> labels = ['type-feature', 'library'] title = 'calendar._firstweekday is too hard-wired' updated_at = <Date 2006-04-07.16:40:58.000> user = 'https://bugs.python.org/tseaver' ``` bugs.python.org fields: ```python activity = <Date 2006-04-07.16:40:58.000> actor = 'doerwalter' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-26.22:10:19.000> creator = 'tseaver' dependencies = [] files = ['8249', '8250', '8251'] hgrepos = [] issue_num = 1190596 keywords = [] message_count = 13.0 messages = ['54464', '54465', '54466', '54467', '54468', '54469', '54470', '54471', '54472', '54473', '54474', '54475', '54476'] nosy_count = 5.0 nosy_names = ['tim.peters', 'doerwalter', 'rhettinger', 'tseaver', 'zseil'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1190596' versions = [] ``` </p></details>
calendar._firstweekday is too hard-wired
https://api.github.com/repos/python/cpython/issues/41908/comments
13
2005-04-26T22:10:19Z
2022-04-09T23:50:14Z
https://github.com/python/cpython/issues/41908
1,198,808,217
41,908
[ "python", "cpython" ]
BPO | [1190580](https://bugs.python.org/issue1190580) --- | :--- Nosy | @irmen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-05-03.18:07:04.000> created_at = <Date 2005-04-26.21:32:59.000> labels = [] title = 'SimpleHTTPServer sends wrong c-length and locks up client' updated_at = <Date 2005-05-03.18:07:04.000> user = 'https://bugs.python.org/alexanderweb' ``` bugs.python.org fields: ```python activity = <Date 2005-05-03.18:07:04.000> actor = 'alexanderweb' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2005-04-26.21:32:59.000> creator = 'alexanderweb' dependencies = [] files = [] hgrepos = [] issue_num = 1190580 keywords = [] message_count = 3.0 messages = ['25141', '25142', '25143'] nosy_count = 2.0 nosy_names = ['irmen', 'alexanderweb'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190580' versions = [] ``` </p></details>
SimpleHTTPServer sends wrong c-length and locks up client
https://api.github.com/repos/python/cpython/issues/41907/comments
3
2005-04-26T21:32:59Z
2022-04-09T23:50:12Z
https://github.com/python/cpython/issues/41907
1,198,808,214
41,907
[ "python", "cpython" ]
BPO | [1190563](https://bugs.python.org/issue1190563) --- | :--- Nosy | @birkenfeld, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/birkenfeld' closed_at = <Date 2005-06-25.19:55:50.000> created_at = <Date 2005-04-26.20:48:54.000> labels = ['docs'] title = "os.waitpid docs don\\'t specify return value for WNOHANG" updated_at = <Date 2005-06-25.19:55:50.000> user = 'https://bugs.python.org/apjenkins' ``` bugs.python.org fields: ```python activity = <Date 2005-06-25.19:55:50.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-26.20:48:54.000> creator = 'apjenkins' dependencies = [] files = [] hgrepos = [] issue_num = 1190563 keywords = [] message_count = 2.0 messages = ['25139', '25140'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'georg.brandl', 'apjenkins'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190563' versions = [] ``` </p></details>
os.waitpid docs don\'t specify return value for WNOHANG
https://api.github.com/repos/python/cpython/issues/41906/comments
2
2005-04-26T20:48:54Z
2022-04-09T23:50:11Z
https://github.com/python/cpython/issues/41906
1,198,808,211
41,906
[ "python", "cpython" ]
BPO | [1190451](https://bugs.python.org/issue1190451) --- | :--- 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 2005-04-28.07:14:33.000> created_at = <Date 2005-04-26.17:40:03.000> labels = ['docs'] title = '6.9 First sentence is confusing' updated_at = <Date 2005-04-28.07:14:33.000> user = 'https://bugs.python.org/ngrilly' ``` bugs.python.org fields: ```python activity = <Date 2005-04-28.07:14:33.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-26.17:40:03.000> creator = 'ngrilly' dependencies = [] files = [] hgrepos = [] issue_num = 1190451 keywords = [] message_count = 2.0 messages = ['25137', '25138'] nosy_count = 2.0 nosy_names = ['rhettinger', 'ngrilly'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190451' versions = ['Python 2.4'] ``` </p></details>
6.9 First sentence is confusing
https://api.github.com/repos/python/cpython/issues/41905/comments
2
2005-04-26T17:40:03Z
2022-04-09T23:50:09Z
https://github.com/python/cpython/issues/41905
1,198,808,207
41,905
[ "python", "cpython" ]
BPO | [1190204](https://bugs.python.org/issue1190204) --- | :--- Nosy | @birkenfeld, @birkenfeld, @rhettinger Files | <li>[libsite-diff](https://bugs.python.org/file1688/libsite-diff "Uploaded as application/octet-stream at 2005-06-03.18:24:32 by @birkenfeld")</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-08-24.07:32:29.000> created_at = <Date 2005-04-26.12:26:12.000> labels = ['docs'] title = '3.29 site is confusing re site-packages on Windows' updated_at = <Date 2005-08-24.07:32:29.000> user = 'https://bugs.python.org/kjohnson' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.07:32:29.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-26.12:26:12.000> creator = 'kjohnson' dependencies = [] files = ['1688'] hgrepos = [] issue_num = 1190204 keywords = [] message_count = 4.0 messages = ['25133', '25134', '25135', '25136'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'kjohnson'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190204' versions = ['Python 2.4'] ``` </p></details>
3.29 site is confusing re site-packages on Windows
https://api.github.com/repos/python/cpython/issues/41904/comments
4
2005-04-26T12:26:12Z
2022-04-09T23:50:09Z
https://github.com/python/cpython/issues/41904
1,198,808,202
41,904
[ "python", "cpython" ]
BPO | [1190163](https://bugs.python.org/issue1190163) --- | :--- Nosy | @kbkaiser Files | <li>[run.py.diff](https://bugs.python.org/file6633/run.py.diff "Uploaded as text/plain at 2005-04-26.10:50:32 by mdehoon"): Patch to run.py in Lib/idlelib</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 2005-05-05.23:30:33.000> created_at = <Date 2005-04-26.10:50:29.000> labels = ['expert-IDLE'] title = 'Minimal cleanup of run.py' updated_at = <Date 2005-05-05.23:30:33.000> user = 'https://bugs.python.org/mdehoon' ``` bugs.python.org fields: ```python activity = <Date 2005-05-05.23:30:33.000> actor = 'kbk' assignee = 'kbk' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2005-04-26.10:50:29.000> creator = 'mdehoon' dependencies = [] files = ['6633'] hgrepos = [] issue_num = 1190163 keywords = ['patch'] message_count = 2.0 messages = ['48261', '48262'] nosy_count = 2.0 nosy_names = ['kbk', 'mdehoon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190163' versions = [] ``` </p></details>
Minimal cleanup of run.py
https://api.github.com/repos/python/cpython/issues/41903/comments
2
2005-04-26T10:50:29Z
2022-04-09T23:50:08Z
https://github.com/python/cpython/issues/41903
1,198,808,199
41,903
[ "python", "cpython" ]
BPO | [1190033](https://bugs.python.org/issue1190033) --- | :--- Nosy | @rhettinger, @josiahcarlson Files | <li>[array_frombuffer.diff](https://bugs.python.org/file8248/array_frombuffer.diff "Uploaded as text/plain at 2005-04-28.20:50:02 by @josiahcarlson"): Adds buffer check in array_new, documention, and test cases.</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-03.10:52:36.000> created_at = <Date 2005-04-26.06:59:50.000> labels = ['type-feature', 'library'] title = 'The array module and the buffer interface' updated_at = <Date 2005-06-03.10:52:36.000> user = 'https://github.com/josiahcarlson' ``` bugs.python.org fields: ```python activity = <Date 2005-06-03.10:52:36.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-26.06:59:50.000> creator = 'josiahcarlson' dependencies = [] files = ['8248'] hgrepos = [] issue_num = 1190033 keywords = [] message_count = 9.0 messages = ['54455', '54456', '54457', '54458', '54459', '54460', '54461', '54462', '54463'] nosy_count = 2.0 nosy_names = ['rhettinger', 'josiahcarlson'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1190033' versions = [] ``` </p></details>
The array module and the buffer interface
https://api.github.com/repos/python/cpython/issues/41902/comments
9
2005-04-26T06:59:50Z
2022-04-09T23:50:06Z
https://github.com/python/cpython/issues/41902
1,198,808,195
41,902
[ "python", "cpython" ]
BPO | [1190012](https://bugs.python.org/issue1190012) --- | :--- 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 2005-07-11.03:31:29.000> created_at = <Date 2005-04-26.06:11:36.000> labels = ['interpreter-core'] title = "``from sys import stdin,`` doesn't raise a SyntaxError" updated_at = <Date 2005-07-11.03:31:29.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-07-11.03:31:29.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-26.06:11:36.000> creator = 'brett.cannon' dependencies = [] files = [] hgrepos = [] issue_num = 1190012 keywords = [] message_count = 3.0 messages = ['25130', '25131', '25132'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190012' versions = [] ``` </p></details>
``from sys import stdin,`` doesn't raise a SyntaxError
https://api.github.com/repos/python/cpython/issues/41901/comments
3
2005-04-26T06:11:36Z
2022-04-09T23:50:05Z
https://github.com/python/cpython/issues/41901
1,198,808,192
41,901
[ "python", "cpython" ]
BPO | [1190011](https://bugs.python.org/issue1190011) --- | :--- Nosy | @brettcannon, @ncoghlan Files | <li>[ast_code_object_first_line_cmp.diff](https://bugs.python.org/file1687/ast_code_object_first_line_cmp.diff "Uploaded as text/plain at 2005-05-28.12:11:26 by @ncoghlan"): Compare first line number when comparing code objects</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-07-11.03:37:43.000> created_at = <Date 2005-04-26.06:10:10.000> labels = ['interpreter-core'] title = '[AST] distinct code objects not created' updated_at = <Date 2005-07-11.03:37:43.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-07-11.03:37:43.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-26.06:10:10.000> creator = 'brett.cannon' dependencies = [] files = ['1687'] hgrepos = [] issue_num = 1190011 keywords = [] message_count = 5.0 messages = ['25125', '25126', '25127', '25128', '25129'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'ncoghlan'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190011' versions = [] ``` </p></details>
[AST] distinct code objects not created
https://api.github.com/repos/python/cpython/issues/41900/comments
5
2005-04-26T06:10:10Z
2022-04-09T23:50:05Z
https://github.com/python/cpython/issues/41900
1,198,808,185
41,900
[ "python", "cpython" ]
BPO | [1190010](https://bugs.python.org/issue1190010) --- | :--- 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 2005-04-28.03:33:15.000> created_at = <Date 2005-04-26.06:07:40.000> labels = ['interpreter-core'] title = '[AST] assignment to None allowed' updated_at = <Date 2005-04-28.03:33:15.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-04-28.03:33:15.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-26.06:07:40.000> creator = 'brett.cannon' dependencies = [] files = [] hgrepos = [] issue_num = 1190010 keywords = [] message_count = 2.0 messages = ['25123', '25124'] nosy_count = 1.0 nosy_names = ['brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1190010' versions = [] ``` </p></details>
[AST] assignment to None allowed
https://api.github.com/repos/python/cpython/issues/41899/comments
2
2005-04-26T06:07:40Z
2022-04-09T23:50:03Z
https://github.com/python/cpython/issues/41899
1,198,808,182
41,899
[ "python", "cpython" ]
BPO | [1189819](https://bugs.python.org/issue1189819) --- | :--- 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 2005-04-26.05:19:39.000> created_at = <Date 2005-04-25.21:06:35.000> labels = ['docs'] title = '"Atuple containing default argument values ..."' updated_at = <Date 2005-04-26.05:19:39.000> user = 'https://bugs.python.org/whit537' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.05:19:39.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-25.21:06:35.000> creator = 'whit537' dependencies = [] files = [] hgrepos = [] issue_num = 1189819 keywords = [] message_count = 2.0 messages = ['25121', '25122'] nosy_count = 2.0 nosy_names = ['rhettinger', 'whit537'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189819' versions = ['Python 2.4'] ``` </p></details>
"Atuple containing default argument values ..."
https://api.github.com/repos/python/cpython/issues/41898/comments
2
2005-04-25T21:06:35Z
2022-04-09T23:50:02Z
https://github.com/python/cpython/issues/41898
1,198,808,177
41,898
[ "python", "cpython" ]
BPO | [1189811](https://bugs.python.org/issue1189811) --- | :--- Nosy | @ncoghlan <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2011-05-28.01:00:11.925> created_at = <Date 2005-04-25.21:00:42.000> labels = ['easy', 'type-feature', 'library'] title = 'pydoc may hide non-private doc strings.' updated_at = <Date 2011-05-28.01:00:11.923> user = 'https://bugs.python.org/jlivingston' ``` bugs.python.org fields: ```python activity = <Date 2011-05-28.01:00:11.923> actor = 'ncoghlan' assignee = 'none' closed = True closed_date = <Date 2011-05-28.01:00:11.925> closer = 'ncoghlan' components = ['Library (Lib)'] creation = <Date 2005-04-25.21:00:42.000> creator = 'jlivingston' dependencies = [] files = [] hgrepos = [] issue_num = 1189811 keywords = ['easy'] message_count = 3.0 messages = ['60734', '60735', '137102'] nosy_count = 3.0 nosy_names = ['ncoghlan', 'jlivingston', 'tlesher'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1189811' versions = ['Python 3.2'] ``` </p></details>
pydoc may hide non-private doc strings.
https://api.github.com/repos/python/cpython/issues/41897/comments
3
2005-04-25T21:00:42Z
2022-04-09T23:50:01Z
https://github.com/python/cpython/issues/41897
1,198,808,174
41,897
[ "python", "cpython" ]
BPO | [1189525](https://bugs.python.org/issue1189525) --- | :--- Nosy | @tim-one, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-25.17:18:13.000> created_at = <Date 2005-04-25.14:51:17.000> labels = ['OS-windows'] title = 'file.write(x) where len(x) > 64*1024**2 is unreliable' updated_at = <Date 2005-04-25.17:18:13.000> user = 'https://bugs.python.org/gfe' ``` bugs.python.org fields: ```python activity = <Date 2005-04-25.17:18:13.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2005-04-25.14:51:17.000> creator = 'gfe' dependencies = [] files = [] hgrepos = [] issue_num = 1189525 keywords = [] message_count = 5.0 messages = ['25116', '25117', '25118', '25119', '25120'] nosy_count = 3.0 nosy_names = ['tim.peters', 'georg.brandl', 'gfe'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189525' versions = [] ``` </p></details>
file.write(x) where len(x) > 64*1024**2 is unreliable
https://api.github.com/repos/python/cpython/issues/41896/comments
5
2005-04-25T14:51:17Z
2022-04-09T23:50:00Z
https://github.com/python/cpython/issues/41896
1,198,808,172
41,896
[ "python", "cpython" ]
BPO | [1189337](https://bugs.python.org/issue1189337) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was 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-25.09:25:11.000> created_at = <Date 2005-04-25.09:19:57.000> labels = ['build'] title = 'LINKCC incorrect' updated_at = <Date 2005-04-25.09:25:11.000> user = 'https://bugs.python.org/cludwig' ``` bugs.python.org fields: ```python activity = <Date 2005-04-25.09:25:11.000> actor = 'cludwig' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-04-25.09:19:57.000> creator = 'cludwig' dependencies = [] files = [] hgrepos = [] issue_num = 1189337 keywords = [] message_count = 2.0 messages = ['25114', '25115'] nosy_count = 1.0 nosy_names = ['cludwig'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189337' versions = ['Python 2.4'] ``` </p></details>
LINKCC incorrect
https://api.github.com/repos/python/cpython/issues/41895/comments
2
2005-04-25T09:19:57Z
2022-04-09T23:49:59Z
https://github.com/python/cpython/issues/41895
1,198,808,168
41,895
[ "python", "cpython" ]
BPO | [1189330](https://bugs.python.org/issue1189330) --- | :--- Nosy | @loewis Files | <li>[python-configure.patch](https://bugs.python.org/file1686/python-configure.patch "Uploaded as text/plain at 2005-05-03.08:29:38 by cludwig"): Patch against revision 1.484 of configure.in</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-08-07.21:10:38.000> created_at = <Date 2005-04-25.09:01:07.000> labels = ['build'] title = 'LINKCC incorrect' updated_at = <Date 2005-08-07.21:10:38.000> user = 'https://bugs.python.org/cludwig' ``` bugs.python.org fields: ```python activity = <Date 2005-08-07.21:10:38.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-04-25.09:01:07.000> creator = 'cludwig' dependencies = [] files = ['1686'] hgrepos = [] issue_num = 1189330 keywords = [] message_count = 4.0 messages = ['25110', '25111', '25112', '25113'] nosy_count = 2.0 nosy_names = ['loewis', 'cludwig'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189330' versions = ['Python 2.4'] ``` </p></details>
LINKCC incorrect
https://api.github.com/repos/python/cpython/issues/41894/comments
4
2005-04-25T09:01:07Z
2022-04-09T23:49:57Z
https://github.com/python/cpython/issues/41894
1,198,808,165
41,894
[ "python", "cpython" ]
BPO | [1189248](https://bugs.python.org/issue1189248) --- | :--- Nosy | @mwhudson, @doerwalter, @birkenfeld Files | <li>[evil.py](https://bugs.python.org/file1685/evil.py "Uploaded as text/plain at 2005-04-25.05:00:42 by rcharney"): Python text file</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-08-31.17:18:36.000> created_at = <Date 2005-04-25.05:00:41.000> labels = ['interpreter-core'] title = 'Seg Fault when compiling small program' updated_at = <Date 2005-08-31.17:18:36.000> user = 'https://bugs.python.org/rcharney' ``` bugs.python.org fields: ```python activity = <Date 2005-08-31.17:18:36.000> actor = 'doerwalter' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-25.05:00:41.000> creator = 'rcharney' dependencies = [] files = ['1685'] hgrepos = [] issue_num = 1189248 keywords = [] message_count = 5.0 messages = ['25105', '25106', '25107', '25108', '25109'] nosy_count = 4.0 nosy_names = ['mwh', 'doerwalter', 'georg.brandl', 'rcharney'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189248' versions = ['Python 2.4'] ``` </p></details>
Seg Fault when compiling small program
https://api.github.com/repos/python/cpython/issues/41893/comments
5
2005-04-25T05:00:41Z
2022-04-09T23:49:56Z
https://github.com/python/cpython/issues/41893
1,198,808,161
41,893
[ "python", "cpython" ]
BPO | [1189216](https://bugs.python.org/issue1189216) --- | :--- Nosy | @gpshead, @jcea, @etrepum Files | <li>[zipfile-2.5-1.diff](https://bugs.python.org/file6632/zipfile-2.5-1.diff "Uploaded as text/plain at 2005-04-25.02:08:02 by @etrepum"): zipfile-2.5-1.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/gpshead' closed_at = <Date 2008-01-19.23:16:15.427> created_at = <Date 2005-04-25.02:08:02.000> labels = ['library'] title = 'zipfile module and 2G boundary' updated_at = <Date 2008-01-19.23:16:15.426> user = 'https://github.com/etrepum' ``` bugs.python.org fields: ```python activity = <Date 2008-01-19.23:16:15.426> actor = 'gregory.p.smith' assignee = 'gregory.p.smith' closed = True closed_date = <Date 2008-01-19.23:16:15.427> closer = 'gregory.p.smith' components = ['Library (Lib)'] creation = <Date 2005-04-25.02:08:02.000> creator = 'bob.ippolito' dependencies = [] files = ['6632'] hgrepos = [] issue_num = 1189216 keywords = ['patch'] message_count = 4.0 messages = ['48259', '48260', '55460', '60247'] nosy_count = 4.0 nosy_names = ['gregory.p.smith', 'mdcowles', 'jcea', 'bob.ippolito'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189216' versions = ['Python 2.6', 'Python 2.5', 'Python 3.0'] ``` </p></details>
zipfile module and 2G boundary
https://api.github.com/repos/python/cpython/issues/41892/comments
4
2005-04-25T02:08:02Z
2022-04-09T23:49:56Z
https://github.com/python/cpython/issues/41892
1,198,808,157
41,892
[ "python", "cpython" ]
BPO | [1189210](https://bugs.python.org/issue1189210) --- | :--- Nosy | @brettcannon Files | <li>[ast.diff](https://bugs.python.org/file6631/ast.diff "Uploaded as text/plain at 2005-04-25.01:26:25 by jpe")</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-04-26.03:53:50.000> created_at = <Date 2005-04-25.01:26:25.000> labels = ['interpreter-core'] title = "Don't assume all exceptions are SyntaxError's" updated_at = <Date 2005-04-26.03:53:50.000> user = 'https://bugs.python.org/jpe' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.03:53:50.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-25.01:26:25.000> creator = 'jpe' dependencies = [] files = ['6631'] hgrepos = [] issue_num = 1189210 keywords = ['patch'] message_count = 2.0 messages = ['48257', '48258'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'jpe'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1189210' versions = [] ``` </p></details>
Don't assume all exceptions are SyntaxError's
https://api.github.com/repos/python/cpython/issues/41891/comments
2
2005-04-25T01:26:25Z
2022-04-09T23:49:55Z
https://github.com/python/cpython/issues/41891
1,198,808,152
41,891
[ "python", "cpython" ]
BPO | [1188637](https://bugs.python.org/issue1188637) --- | :--- Nosy | @terryjreedy <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-26.21:35:22.000> created_at = <Date 2005-04-23.16:45:12.000> labels = ['invalid', 'expert-installation'] title = 'Python 2.4 Not Recognized by Any Programs' updated_at = <Date 2005-04-26.21:35:22.000> user = 'https://bugs.python.org/gr1ever' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.21:35:22.000> actor = 'terry.reedy' assignee = 'none' closed = True closed_date = None closer = None components = ['Installation'] creation = <Date 2005-04-23.16:45:12.000> creator = 'gr1ever' dependencies = [] files = [] hgrepos = [] issue_num = 1188637 keywords = [] message_count = 2.0 messages = ['25103', '25104'] nosy_count = 2.0 nosy_names = ['terry.reedy', 'gr1ever'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1188637' versions = ['Python 2.4'] ``` </p></details>
Python 2.4 Not Recognized by Any Programs
https://api.github.com/repos/python/cpython/issues/41890/comments
2
2005-04-23T16:45:12Z
2022-04-09T23:49:52Z
https://github.com/python/cpython/issues/41890
1,198,808,148
41,890
[ "python", "cpython" ]
BPO | [1188231](https://bugs.python.org/issue1188231) --- | :--- Nosy | @loewis, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-03-07.03:25:35.000> created_at = <Date 2005-04-22.18:21:19.000> labels = ['build'] title = 'Rebuilding from source on RH9 fails (_tkinter.so missing)' updated_at = <Date 2006-03-07.03:25:35.000> user = 'https://bugs.python.org/mheyman' ``` bugs.python.org fields: ```python activity = <Date 2006-03-07.03:25:35.000> actor = 'sf-robot' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-04-22.18:21:19.000> creator = 'mheyman' dependencies = [] files = [] hgrepos = [] issue_num = 1188231 keywords = [] message_count = 6.0 messages = ['25097', '25098', '25099', '25100', '25101', '25102'] nosy_count = 5.0 nosy_names = ['loewis', 'georg.brandl', 'sf-robot', 'mheyman', 'green-ghost'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1188231' versions = ['Python 2.4'] ``` </p></details>
Rebuilding from source on RH9 fails (_tkinter.so missing)
https://api.github.com/repos/python/cpython/issues/41889/comments
6
2005-04-22T18:21:19Z
2022-04-09T23:49:51Z
https://github.com/python/cpython/issues/41889
1,198,808,146
41,889
[ "python", "cpython" ]
BPO | [1188175](https://bugs.python.org/issue1188175) --- | :--- Nosy | @tim-one Files | <li>[pickletest.py](https://bugs.python.org/file1684/pickletest.py "Uploaded as text/plain at 2005-04-22.16:02:46 by drhok"): A sample script to reproduce 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 2005-04-22.20:54:38.000> created_at = <Date 2005-04-22.16:02:46.000> labels = ['invalid', 'library'] title = 'Pickle with HIGHEST_PROTOCOL "ord() expected..."' updated_at = <Date 2005-04-22.20:54:38.000> user = 'https://bugs.python.org/drhok' ``` bugs.python.org fields: ```python activity = <Date 2005-04-22.20:54:38.000> actor = 'drhok' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-22.16:02:46.000> creator = 'drhok' dependencies = [] files = ['1684'] hgrepos = [] issue_num = 1188175 keywords = [] message_count = 3.0 messages = ['25094', '25095', '25096'] nosy_count = 2.0 nosy_names = ['tim.peters', 'drhok'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1188175' versions = ['Python 2.3'] ``` </p></details>
Pickle with HIGHEST_PROTOCOL "ord() expected..."
https://api.github.com/repos/python/cpython/issues/41888/comments
3
2005-04-22T16:02:46Z
2022-04-09T23:49:50Z
https://github.com/python/cpython/issues/41888
1,198,808,140
41,888
[ "python", "cpython" ]
BPO | [1187437](https://bugs.python.org/issue1187437) --- | :--- Nosy | @birkenfeld, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/birkenfeld' closed_at = <Date 2006-11-06.07:48:51.000> created_at = <Date 2005-04-21.14:58:14.000> labels = ['interpreter-core'] title = 'TypeError message on bad iteration is misleading' updated_at = <Date 2006-11-06.07:48:51.000> user = 'https://bugs.python.org/roysmith' ``` bugs.python.org fields: ```python activity = <Date 2006-11-06.07:48:51.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-21.14:58:14.000> creator = 'roysmith' dependencies = [] files = [] hgrepos = [] issue_num = 1187437 keywords = [] message_count = 3.0 messages = ['25091', '25092', '25093'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'georg.brandl', 'roysmith'] pr_nums = [] priority = 'low' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1187437' versions = [] ``` </p></details>
TypeError message on bad iteration is misleading
https://api.github.com/repos/python/cpython/issues/41887/comments
3
2005-04-21T14:58:14Z
2022-04-09T23:49:50Z
https://github.com/python/cpython/issues/41887
1,198,808,137
41,887
[ "python", "cpython" ]
BPO | [1187396](https://bugs.python.org/issue1187396) --- | :--- Nosy | @birkenfeld Files | <li>[PyDocExtExtendingSpamSystemPROTO-const-char.patch](https://bugs.python.org/file6630/PyDocExtExtendingSpamSystemPROTO-const-char.patch "Uploaded as text/plain at 2005-04-21.14:15:47 by lbruno")</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-10.17:09:52.000> created_at = <Date 2005-04-21.14:15:47.000> labels = ['docs'] title = 'Add const specifier to PySpam_System prototype' updated_at = <Date 2005-06-10.17:09:52.000> user = 'https://bugs.python.org/lbruno' ``` bugs.python.org fields: ```python activity = <Date 2005-06-10.17:09:52.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-21.14:15:47.000> creator = 'lbruno' dependencies = [] files = ['6630'] hgrepos = [] issue_num = 1187396 keywords = ['patch'] message_count = 3.0 messages = ['48254', '48255', '48256'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'mdehoon', 'lbruno'] pr_nums = [] priority = 'low' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1187396' versions = ['Python 2.5'] ``` </p></details>
Add const specifier to PySpam_System prototype
https://api.github.com/repos/python/cpython/issues/41886/comments
3
2005-04-21T14:15:47Z
2022-04-09T23:49:48Z
https://github.com/python/cpython/issues/41886
1,198,808,133
41,886
[ "python", "cpython" ]
BPO | [1187312](https://bugs.python.org/issue1187312) --- | :--- Nosy | @loewis Files | <li>[subprocess.patch](https://bugs.python.org/file6629/subprocess.patch "Uploaded as text/plain at 2005-04-22.16:20:41 by yorick"): subprocess.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 2020-03-26.17:08:48.160> created_at = <Date 2005-04-21.11:40:17.000> labels = ['library'] title = 'subprocess: optional auto-reaping fixing os.wait() lossage' updated_at = <Date 2020-03-26.17:08:48.160> user = 'https://bugs.python.org/yorick' ``` bugs.python.org fields: ```python activity = <Date 2020-03-26.17:08:48.160> actor = 'Justin.Lebar' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-21.11:40:17.000> creator = 'yorick' dependencies = [] files = ['6629'] hgrepos = [] issue_num = 1187312 keywords = ['patch'] message_count = 5.0 messages = ['48250', '48251', '48252', '48253', '365096'] nosy_count = 3.0 nosy_names = ['loewis', 'yorick', 'Justin.Lebar'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1187312' versions = ['Python 2.4'] ``` </p></details>
subprocess: optional auto-reaping fixing os.wait() lossage
https://api.github.com/repos/python/cpython/issues/41885/comments
5
2005-04-21T11:40:17Z
2022-04-09T23:49:47Z
https://github.com/python/cpython/issues/41885
1,198,808,131
41,885
[ "python", "cpython" ]
BPO | [1186900](https://bugs.python.org/issue1186900) --- | :--- Nosy | @pitrou, @ezio-melotti, @berkerpeksag, @vadmium, @iritkatriel Files | <li>[nntplib_error.patch](https://bugs.python.org/file35922/nntplib_error.patch "Uploaded as text/plain at 2014-07-10.23:04:16 by Lita.Cho")</li><li>[nntplib_error.patch](https://bugs.python.org/file35941/nntplib_error.patch "Uploaded as text/plain at 2014-07-13.18:39:13 by Lita.Cho")</li><li>[nntplib_error_v2.patch](https://bugs.python.org/file36264/nntplib_error_v2.patch "Uploaded as text/plain at 2014-08-05.02:11:38 by Lita.Cho")</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 2022-03-13.19:08:26.193> created_at = <Date 2005-04-20.19:52:50.000> labels = ['type-feature', 'library'] title = "nntplib shouldn't raise generic EOFError" updated_at = <Date 2022-03-13.19:08:26.192> user = 'https://bugs.python.org/mattrope' ``` bugs.python.org fields: ```python activity = <Date 2022-03-13.19:08:26.192> actor = 'iritkatriel' assignee = 'none' closed = True closed_date = <Date 2022-03-13.19:08:26.193> closer = 'iritkatriel' components = ['Library (Lib)'] creation = <Date 2005-04-20.19:52:50.000> creator = 'mattrope' dependencies = [] files = ['35922', '35941', '36264'] hgrepos = [] issue_num = 1186900 keywords = ['patch', 'needs review'] message_count = 17.0 messages = ['25090', '114494', '222685', '222711', '222958', '222960', '222961', '222963', '224670', '224725', '224794', '225634', '225638', '225640', '225641', '245612', '415082'] nosy_count = 9.0 nosy_names = ['pitrou', 'mattrope', 'ezio.melotti', 'jesstess', 'berker.peksag', 'martin.panter', 'Ankur.Ankan', 'Lita.Cho', 'iritkatriel'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1186900' versions = ['Python 3.5'] ``` </p></details>
nntplib shouldn't raise generic EOFError
https://api.github.com/repos/python/cpython/issues/41884/comments
17
2005-04-20T19:52:50Z
2022-04-09T23:49:46Z
https://github.com/python/cpython/issues/41884
1,198,808,128
41,884
[ "python", "cpython" ]
BPO | [1186781](https://bugs.python.org/issue1186781) --- | :--- Nosy | @akuchling Files | <li>[curses-functions.html.patch](https://bugs.python.org/file6627/curses-functions.html.patch "Uploaded as text/plain at 2005-04-20.16:22:29 by grzankam")</li><li>[libcurses.tex.patch](https://bugs.python.org/file6628/libcurses.tex.patch "Uploaded as text/plain at 2005-04-30.11:03:07 by grzankam")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2005-06-02.17:16:49.000> created_at = <Date 2005-04-20.16:13:06.000> labels = ['docs'] title = 'Typo in Curses-Function doc' updated_at = <Date 2005-06-02.17:16:49.000> user = 'https://bugs.python.org/grzankam' ``` bugs.python.org fields: ```python activity = <Date 2005-06-02.17:16:49.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-20.16:13:06.000> creator = 'grzankam' dependencies = [] files = ['6627', '6628'] hgrepos = [] issue_num = 1186781 keywords = ['patch'] message_count = 3.0 messages = ['48247', '48248', '48249'] nosy_count = 3.0 nosy_names = ['akuchling', 'mdehoon', 'grzankam'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1186781' versions = [] ``` </p></details>
Typo in Curses-Function doc
https://api.github.com/repos/python/cpython/issues/41883/comments
3
2005-04-20T16:13:06Z
2022-04-09T23:49:45Z
https://github.com/python/cpython/issues/41883
1,198,808,127
41,883
[ "python", "cpython" ]
BPO | [1186353](https://bugs.python.org/issue1186353) --- | :--- Nosy | @brettcannon, @ncoghlan Files | <li>[ast_lambda_nested_args_fix.diff](https://bugs.python.org/file1683/ast_lambda_nested_args_fix.diff "Uploaded as text/plain at 2005-05-28.10:34:34 by @ncoghlan")</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-07-11.03:44:28.000> created_at = <Date 2005-04-19.23:37:29.000> labels = ['interpreter-core'] title = '[AST] automatic unpacking of arguments broken' updated_at = <Date 2005-07-11.03:44:28.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-07-11.03:44:28.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-19.23:37:29.000> creator = 'brett.cannon' dependencies = [] files = ['1683'] hgrepos = [] issue_num = 1186353 keywords = [] message_count = 4.0 messages = ['25086', '25087', '25088', '25089'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'ncoghlan'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1186353' versions = [] ``` </p></details>
[AST] automatic unpacking of arguments broken
https://api.github.com/repos/python/cpython/issues/41882/comments
4
2005-04-19T23:37:29Z
2022-04-09T23:49:45Z
https://github.com/python/cpython/issues/41882
1,198,808,124
41,882
[ "python", "cpython" ]
BPO | [1186345](https://bugs.python.org/issue1186345) --- | :--- 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 2005-04-26.03:54:18.000> created_at = <Date 2005-04-19.23:24:13.000> labels = ['interpreter-core'] title = '[AST] assert failure on ``eval("u\'\\\\Ufffffffe\'")``' updated_at = <Date 2005-04-26.03:54:18.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-04-26.03:54:18.000> actor = 'brett.cannon' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-19.23:24:13.000> creator = 'brett.cannon' dependencies = [] files = [] hgrepos = [] issue_num = 1186345 keywords = [] message_count = 4.0 messages = ['25082', '25083', '25084', '25085'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'jpe'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1186345' versions = [] ``` </p></details>
[AST] assert failure on ``eval("u'\\Ufffffffe'")``
https://api.github.com/repos/python/cpython/issues/41881/comments
4
2005-04-19T23:24:13Z
2022-04-09T23:49:42Z
https://github.com/python/cpython/issues/41881
1,198,808,121
41,881
[ "python", "cpython" ]
BPO | [1186195](https://bugs.python.org/issue1186195) --- | :--- Nosy | @brettcannon, @ncoghlan Files | <li>[ast_genexp_scope_fix.diff](https://bugs.python.org/file1682/ast_genexp_scope_fix.diff "Uploaded as text/plain at 2005-05-28.07:32:31 by @ncoghlan"): Fix for genexp scoping</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-07-11.03:53:22.000> created_at = <Date 2005-04-19.19:02:14.000> labels = ['interpreter-core'] title = '[AST] genexps get scoping wrong' updated_at = <Date 2005-07-11.03:53:22.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2005-07-11.03:53:22.000> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-19.19:02:14.000> creator = 'brett.cannon' dependencies = [] files = ['1682'] hgrepos = [] issue_num = 1186195 keywords = [] message_count = 10.0 messages = ['25072', '25073', '25074', '25075', '25076', '25077', '25078', '25079', '25080', '25081'] nosy_count = 2.0 nosy_names = ['brett.cannon', 'ncoghlan'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1186195' versions = [] ``` </p></details>
[AST] genexps get scoping wrong
https://api.github.com/repos/python/cpython/issues/41880/comments
10
2005-04-19T19:02:14Z
2022-04-09T23:49:42Z
https://github.com/python/cpython/issues/41880
1,198,808,118
41,880
[ "python", "cpython" ]
BPO | [1186072](https://bugs.python.org/issue1186072) --- | :--- Nosy | @birkenfeld, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/birkenfeld' closed_at = <Date 2005-06-25.20:44:47.000> created_at = <Date 2005-04-19.15:49:16.000> labels = ['docs'] title = "tempnam doc doesn\\'t include link to tmpfile" updated_at = <Date 2005-06-25.20:44:47.000> user = 'https://bugs.python.org/ianbicking' ``` bugs.python.org fields: ```python activity = <Date 2005-06-25.20:44:47.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-19.15:49:16.000> creator = 'ianbicking' dependencies = [] files = [] hgrepos = [] issue_num = 1186072 keywords = [] message_count = 2.0 messages = ['25070', '25071'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'georg.brandl', 'ianbicking'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1186072' versions = [] ``` </p></details>
tempnam doc doesn\'t include link to tmpfile
https://api.github.com/repos/python/cpython/issues/41879/comments
2
2005-04-19T15:49:16Z
2022-04-09T23:49:41Z
https://github.com/python/cpython/issues/41879
1,198,808,117
41,879
[ "python", "cpython" ]
BPO | [1185931](https://bugs.python.org/issue1185931) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-19.21:04:09.000> created_at = <Date 2005-04-19.13:01:20.000> labels = ['extension-modules'] title = 'python socketmodule dies on ^c' updated_at = <Date 2005-04-19.21:04:09.000> user = 'https://bugs.python.org/nodata101' ``` bugs.python.org fields: ```python activity = <Date 2005-04-19.21:04:09.000> actor = 'nodata101' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-04-19.13:01:20.000> creator = 'nodata101' dependencies = [] files = [] hgrepos = [] issue_num = 1185931 keywords = [] message_count = 6.0 messages = ['25064', '25065', '25066', '25067', '25068', '25069'] nosy_count = 2.0 nosy_names = ['mwh', 'nodata101'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1185931' versions = ['Python 2.4'] ``` </p></details>
python socketmodule dies on ^c
https://api.github.com/repos/python/cpython/issues/41878/comments
6
2005-04-19T13:01:20Z
2022-04-09T23:49:39Z
https://github.com/python/cpython/issues/41878
1,198,808,115
41,878
[ "python", "cpython" ]
BPO | [1185883](https://bugs.python.org/issue1185883) --- | :--- Nosy | @mwhudson, @tim-one, @birkenfeld, @birkenfeld, @rhettinger, @kristjanvalur <sup>*Note: these values reflect the state of the issue at 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-07-11.06:03:22.000> created_at = <Date 2005-04-19.12:07:16.000> labels = ['interpreter-core'] title = 'PyObject_Realloc bug in obmalloc.c' updated_at = <Date 2005-07-11.06:03:22.000> user = 'https://github.com/kristjanvalur' ``` bugs.python.org fields: ```python activity = <Date 2005-07-11.06:03:22.000> actor = 'georg.brandl' assignee = 'georg.brandl' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-19.12:07:16.000> creator = 'kristjan.jonsson' dependencies = [] files = [] hgrepos = [] issue_num = 1185883 keywords = [] message_count = 10.0 messages = ['25054', '25055', '25056', '25057', '25058', '25059', '25060', '25061', '25062', '25063'] nosy_count = 6.0 nosy_names = ['mwh', 'tim.peters', 'georg.brandl', 'georg.brandl', 'rhettinger', 'kristjan.jonsson'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1185883' versions = ['Python 2.3'] ``` </p></details>
PyObject_Realloc bug in obmalloc.c
https://api.github.com/repos/python/cpython/issues/41877/comments
10
2005-04-19T12:07:16Z
2022-04-09T23:49:39Z
https://github.com/python/cpython/issues/41877
1,198,808,111
41,877
[ "python", "cpython" ]
BPO | [1185529](https://bugs.python.org/issue1185529) --- | :--- Nosy | @mwhudson, @tim-one Files | <li>[setup-py--build-fpectl.patch](https://bugs.python.org/file6626/setup-py--build-fpectl.patch "Uploaded as text/plain at 2005-04-19.00:18:33 by jepler"): patch to CVS version of setup.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 2005-04-27.09:10:42.000> created_at = <Date 2005-04-19.00:18:33.000> labels = ['build'] title = 'Automatically build fpectl module from setup.py' updated_at = <Date 2005-04-27.09:10:42.000> user = 'https://bugs.python.org/jepler' ``` bugs.python.org fields: ```python activity = <Date 2005-04-27.09:10:42.000> actor = 'mwh' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-04-19.00:18:33.000> creator = 'jepler' dependencies = [] files = ['6626'] hgrepos = [] issue_num = 1185529 keywords = ['patch'] message_count = 5.0 messages = ['48242', '48243', '48244', '48245', '48246'] nosy_count = 3.0 nosy_names = ['mwh', 'tim.peters', 'jepler'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1185529' versions = ['Python 2.5'] ``` </p></details>
Automatically build fpectl module from setup.py
https://api.github.com/repos/python/cpython/issues/41876/comments
5
2005-04-19T00:18:33Z
2022-04-09T23:49:37Z
https://github.com/python/cpython/issues/41876
1,198,808,105
41,876
[ "python", "cpython" ]
BPO | [1185447](https://bugs.python.org/issue1185447) --- | :--- Nosy | @birkenfeld Files | <li>[binascii.patch](https://bugs.python.org/file6625/binascii.patch "Uploaded as text/plain at 2005-04-18.21:10:24 by ehuss"): Fix for b2a_qp not encoding chars <32</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-03-13.22:50:51.000> created_at = <Date 2005-04-18.21:10:24.000> labels = ['extension-modules'] title = 'binascii.b2a_qp does not handle binary data correctly' updated_at = <Date 2007-03-13.22:50:51.000> user = 'https://bugs.python.org/ehuss' ``` bugs.python.org fields: ```python activity = <Date 2007-03-13.22:50:51.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2005-04-18.21:10:24.000> creator = 'ehuss' dependencies = [] files = ['6625'] hgrepos = [] issue_num = 1185447 keywords = ['patch'] message_count = 2.0 messages = ['48240', '48241'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'ehuss'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1185447' versions = [] ``` </p></details>
binascii.b2a_qp does not handle binary data correctly
https://api.github.com/repos/python/cpython/issues/41875/comments
2
2005-04-18T21:10:24Z
2022-04-09T23:49:36Z
https://github.com/python/cpython/issues/41875
1,198,808,102
41,875
[ "python", "cpython" ]
BPO | [1185444](https://bugs.python.org/issue1185444) --- | :--- Nosy | @loewis Files | <li>[python_lib_fix.patch](https://bugs.python.org/file6624/python_lib_fix.patch "Uploaded as text/plain at 2005-04-18.21:07:48 by mfleetwo"): fix</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-04-15.08:28:05.000> created_at = <Date 2005-04-18.21:07:48.000> labels = ['library'] title = 'urllib2 dloads failing through HTTP proxy w/ auth' updated_at = <Date 2006-04-15.08:28:05.000> user = 'https://bugs.python.org/mfleetwo' ``` bugs.python.org fields: ```python activity = <Date 2006-04-15.08:28:05.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-18.21:07:48.000> creator = 'mfleetwo' dependencies = [] files = ['6624'] hgrepos = [] issue_num = 1185444 keywords = ['patch'] message_count = 4.0 messages = ['48236', '48237', '48238', '48239'] nosy_count = 4.0 nosy_names = ['loewis', 'jjlee', 'jwpye', 'mfleetwo'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1185444' versions = ['Python 2.4'] ``` </p></details>
urllib2 dloads failing through HTTP proxy w/ auth
https://api.github.com/repos/python/cpython/issues/41874/comments
4
2005-04-18T21:07:48Z
2022-04-09T23:49:35Z
https://github.com/python/cpython/issues/41874
1,198,808,100
41,874
[ "python", "cpython" ]
BPO | [1185383](https://bugs.python.org/issue1185383) --- | :--- 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 2006-11-22.18:50:09.000> created_at = <Date 2005-04-18.19:26:50.000> labels = ['type-feature', 'library'] title = 'Make bisect.* functions accept an optional compare function' updated_at = <Date 2006-11-22.18:50:09.000> user = 'https://bugs.python.org/mciura' ``` bugs.python.org fields: ```python activity = <Date 2006-11-22.18:50:09.000> actor = 'minmax' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-18.19:26:50.000> creator = 'mciura' dependencies = [] files = [] hgrepos = [] issue_num = 1185383 keywords = [] message_count = 7.0 messages = ['54448', '54449', '54450', '54451', '54452', '54453', '54454'] nosy_count = 4.0 nosy_names = ['rhettinger', 'mciura', 'jonaskoelker', 'minmax'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1185383' versions = [] ``` </p></details>
Make bisect.* functions accept an optional compare function
https://api.github.com/repos/python/cpython/issues/41873/comments
7
2005-04-18T19:26:50Z
2022-04-09T23:49:33Z
https://github.com/python/cpython/issues/41873
1,198,808,097
41,873
[ "python", "cpython" ]
BPO | [1185124](https://bugs.python.org/issue1185124) --- | :--- Nosy | @ncoghlan, @vstinner, @devdanzin, @merwok, @akitada Files | <li>[pydoc_fix.diff](https://bugs.python.org/file1681/pydoc_fix.diff "Uploaded as text/plain at 2005-04-18.20:04:06 by kjohnson"): Revised patch recognizes any triple-quoted string</li><li>[myfirst_2.patch](https://bugs.python.org/file31864/myfirst_2.patch "Uploaded as text/plain at 2013-09-25.07:30:06 by sunfinite"): Second attempt at a patch</li><li>[pydoc_2.7.patch](https://bugs.python.org/file31877/pydoc_2.7.patch "Uploaded as text/plain at 2013-09-26.12:12:54 by sunfinite"): Patch for 2.7</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-04-18.12:18:39.000> labels = ['type-bug', 'library', '3.9'] title = "pydoc doesn't find all module doc strings" updated_at = <Date 2019-07-29.11:24:34.863> user = 'https://bugs.python.org/kjohnson' ``` bugs.python.org fields: ```python activity = <Date 2019-07-29.11:24:34.863> actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-18.12:18:39.000> creator = 'kjohnson' dependencies = [] files = ['1681', '31864', '31877'] hgrepos = [] issue_num = 1185124 keywords = ['patch'] message_count = 16.0 messages = ['25049', '25050', '25051', '25052', '25053', '82175', '169274', '169275', '198292', '198318', '198377', '198426', '198439', '208014', '219383', '348607'] nosy_count = 9.0 nosy_names = ['ping', 'ncoghlan', 'kjohnson', 'brianvanden', 'vstinner', 'ajaksu2', 'eric.araujo', 'akitada', 'sunfinite'] pr_nums = [] priority = 'normal' resolution = None stage = 'test needed' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1185124' versions = ['Python 3.9'] ``` </p></details>
pydoc doesn't find all module doc strings
https://api.github.com/repos/python/cpython/issues/41872/comments
16
2005-04-18T12:18:39Z
2022-04-09T23:49:32Z
https://github.com/python/cpython/issues/41872
1,198,808,095
41,872
[ "python", "cpython" ]
BPO | [1185121](https://bugs.python.org/issue1185121) --- | :--- Nosy | @rhettinger, @jneb <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2005-08-24.09:03:42.000> created_at = <Date 2005-04-18.12:11:24.000> labels = ['type-feature', 'library'] title = 'itertools.imerge: merge sequences' updated_at = <Date 2005-08-24.09:03:42.000> user = 'https://github.com/jneb' ``` bugs.python.org fields: ```python activity = <Date 2005-08-24.09:03:42.000> actor = 'schoepflin' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-18.12:11:24.000> creator = 'jneb' dependencies = [] files = [] hgrepos = [] issue_num = 1185121 keywords = [] message_count = 5.0 messages = ['54443', '54444', '54445', '54446', '54447'] nosy_count = 3.0 nosy_names = ['rhettinger', 'jneb', 'schoepflin'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1185121' versions = [] ``` </p></details>
itertools.imerge: merge sequences
https://api.github.com/repos/python/cpython/issues/41871/comments
5
2005-04-18T12:11:24Z
2022-04-09T23:49:32Z
https://github.com/python/cpython/issues/41871
1,198,808,090
41,871
[ "python", "cpython" ]
BPO | [1184678](https://bugs.python.org/issue1184678) --- | :--- 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 2005-05-20.21:52:20.000> created_at = <Date 2005-04-17.16:05:38.000> labels = ['type-feature'] title = '"replace" function should accept lists.' updated_at = <Date 2005-05-20.21:52:20.000> user = 'https://bugs.python.org/poromenos' ``` bugs.python.org fields: ```python activity = <Date 2005-05-20.21:52:20.000> actor = 'poromenos' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2005-04-17.16:05:38.000> creator = 'poromenos' dependencies = [] files = [] hgrepos = [] issue_num = 1184678 keywords = [] message_count = 12.0 messages = ['54431', '54432', '54433', '54434', '54435', '54436', '54437', '54438', '54439', '54440', '54441', '54442'] nosy_count = 3.0 nosy_names = ['loewis', 'rhettinger', 'poromenos'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1184678' versions = [] ``` </p></details>
"replace" function should accept lists.
https://api.github.com/repos/python/cpython/issues/41870/comments
12
2005-04-17T16:05:38Z
2022-04-09T23:49:30Z
https://github.com/python/cpython/issues/41870
1,198,808,087
41,870
[ "python", "cpython" ]
BPO | [1184449](https://bugs.python.org/issue1184449) --- | :--- Nosy | @warsaw <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2005-04-21.13:18:32.000> created_at = <Date 2005-04-16.23:16:50.000> labels = ['interpreter-core'] title = 'Read-only property attributes raise wrong exception' updated_at = <Date 2005-04-21.13:18:32.000> user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = <Date 2005-04-21.13:18:32.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-16.23:16:50.000> creator = 'barry' dependencies = [] files = [] hgrepos = [] issue_num = 1184449 keywords = [] message_count = 3.0 messages = ['25046', '25047', '25048'] nosy_count = 1.0 nosy_names = ['barry'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1184449' versions = ['Python 2.5'] ``` </p></details>
Read-only property attributes raise wrong exception
https://api.github.com/repos/python/cpython/issues/41869/comments
3
2005-04-16T23:16:50Z
2022-04-09T23:49:30Z
https://github.com/python/cpython/issues/41869
1,198,808,082
41,869
[ "python", "cpython" ]
BPO | [1184418](https://bugs.python.org/issue1184418) --- | :--- Nosy | @nascheme Files | <li>[yield_return_in_class_fix.diff](https://bugs.python.org/file6623/yield_return_in_class_fix.diff "Uploaded as text/plain at 2005-04-23.19:10:55 by logistix"): patch to check for yield/return scope</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/nascheme' closed_at = <Date 2005-06-02.05:17:38.000> created_at = <Date 2005-04-16.22:01:33.000> labels = [] title = '[ast] fix for 1183468: return/yield in class' updated_at = <Date 2005-06-02.05:17:38.000> user = 'https://bugs.python.org/logistix' ``` bugs.python.org fields: ```python activity = <Date 2005-06-02.05:17:38.000> actor = 'nascheme' assignee = 'nascheme' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2005-04-16.22:01:33.000> creator = 'logistix' dependencies = [] files = ['6623'] hgrepos = [] issue_num = 1184418 keywords = ['patch'] message_count = 4.0 messages = ['48232', '48233', '48234', '48235'] nosy_count = 2.0 nosy_names = ['nascheme', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1184418' versions = [] ``` </p></details>
[ast] fix for 1183468: return/yield in class
https://api.github.com/repos/python/cpython/issues/41868/comments
4
2005-04-16T22:01:33Z
2022-04-09T23:49:29Z
https://github.com/python/cpython/issues/41868
1,198,808,079
41,868
[ "python", "cpython" ]
BPO | [1184380](https://bugs.python.org/issue1184380) --- | :--- Nosy | @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-06-05.10:57:31.000> created_at = <Date 2005-04-16.19:36:25.000> labels = ['docs'] title = 'example broken in section 1.12 of Extending & Embedding' updated_at = <Date 2005-06-05.10:57:31.000> user = 'https://bugs.python.org/bamoore' ``` bugs.python.org fields: ```python activity = <Date 2005-06-05.10:57:31.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-16.19:36:25.000> creator = 'bamoore' dependencies = [] files = [] hgrepos = [] issue_num = 1184380 keywords = [] message_count = 3.0 messages = ['25043', '25044', '25045'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'bamoore', 'lbruno'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1184380' versions = ['Python 2.4'] ``` </p></details>
example broken in section 1.12 of Extending & Embedding
https://api.github.com/repos/python/cpython/issues/41867/comments
3
2005-04-16T19:36:25Z
2022-04-09T23:49:27Z
https://github.com/python/cpython/issues/41867
1,198,808,076
41,867
[ "python", "cpython" ]
BPO | [1184112](https://bugs.python.org/issue1184112) --- | :--- Nosy | @birkenfeld, @terryjreedy, @ncoghlan, @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 = 'https://github.com/birkenfeld' closed_at = <Date 2010-05-20.02:25:35.865> created_at = <Date 2005-04-16.01:55:06.000> labels = ['interpreter-core', 'easy', 'type-bug'] title = 'Missing trailing newline with comment raises SyntaxError' updated_at = <Date 2010-05-20.02:25:35.854> user = 'https://bugs.python.org/ehuss' ``` bugs.python.org fields: ```python activity = <Date 2010-05-20.02:25:35.854> actor = 'benjamin.peterson' assignee = 'georg.brandl' closed = True closed_date = <Date 2010-05-20.02:25:35.865> closer = 'benjamin.peterson' components = ['Interpreter Core'] creation = <Date 2005-04-16.01:55:06.000> creator = 'ehuss' dependencies = [] files = [] hgrepos = [] issue_num = 1184112 keywords = ['easy'] message_count = 10.0 messages = ['60730', '60731', '60732', '60733', '65195', '65247', '65595', '65619', '89051', '106125'] nosy_count = 7.0 nosy_names = ['georg.brandl', 'terry.reedy', 'ehuss', 'ncoghlan', 'benjamin.peterson', 'inyeollee', 'ptn'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1184112' versions = ['Python 2.6', 'Python 2.5', 'Python 3.0', 'Python 3.1'] ``` </p></details>
Missing trailing newline with comment raises SyntaxError
https://api.github.com/repos/python/cpython/issues/41866/comments
10
2005-04-16T01:55:06Z
2022-04-09T23:49:26Z
https://github.com/python/cpython/issues/41866
1,198,808,075
41,866
[ "python", "cpython" ]
BPO | [1183972](https://bugs.python.org/issue1183972) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-06-10.16:42:40.000> created_at = <Date 2005-04-15.19:39:32.000> labels = ['invalid', 'library'] title = 'dest parameter in optparse' updated_at = <Date 2006-06-10.16:42:40.000> user = 'https://bugs.python.org/ahmado' ``` bugs.python.org fields: ```python activity = <Date 2006-06-10.16:42:40.000> actor = 'gward' assignee = 'gward' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-15.19:39:32.000> creator = 'ahmado' dependencies = [] files = [] hgrepos = [] issue_num = 1183972 keywords = [] message_count = 4.0 messages = ['25039', '25040', '25041', '25042'] nosy_count = 2.0 nosy_names = ['gward', 'ahmado'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183972' versions = ['Python 2.3'] ``` </p></details>
dest parameter in optparse
https://api.github.com/repos/python/cpython/issues/41865/comments
4
2005-04-15T19:39:32Z
2022-04-09T23:49:25Z
https://github.com/python/cpython/issues/41865
1,198,808,074
41,865
[ "python", "cpython" ]
BPO | [1183959](https://bugs.python.org/issue1183959) --- | :--- 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 2005-04-18.17:11:19.000> created_at = <Date 2005-04-15.19:16:56.000> labels = ['interpreter-core'] title = "return val in __init__ doesn't raise TypeError in new-style" updated_at = <Date 2005-04-18.17:11:19.000> user = 'https://bugs.python.org/moese' ``` bugs.python.org fields: ```python activity = <Date 2005-04-18.17:11:19.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-15.19:16:56.000> creator = 'moese' dependencies = [] files = [] hgrepos = [] issue_num = 1183959 keywords = [] message_count = 3.0 messages = ['25036', '25037', '25038'] nosy_count = 2.0 nosy_names = ['rhettinger', 'moese'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183959' versions = ['Python 2.4'] ``` </p></details>
return val in __init__ doesn't raise TypeError in new-style
https://api.github.com/repos/python/cpython/issues/41864/comments
3
2005-04-15T19:16:56Z
2022-04-09T23:49:23Z
https://github.com/python/cpython/issues/41864
1,198,808,070
41,864
[ "python", "cpython" ]
BPO | [1183896](https://bugs.python.org/issue1183896) --- | :--- Nosy | @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-03-12.07:56:49.000> created_at = <Date 2005-04-15.17:21:35.000> labels = ['build', 'invalid'] title = 'PCbuild/readme.txt description not quite right' updated_at = <Date 2006-03-12.07:56:49.000> user = 'https://bugs.python.org/gregsmith' ``` bugs.python.org fields: ```python activity = <Date 2006-03-12.07:56:49.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2005-04-15.17:21:35.000> creator = 'gregsmith' dependencies = [] files = [] hgrepos = [] issue_num = 1183896 keywords = [] message_count = 2.0 messages = ['25034', '25035'] nosy_count = 2.0 nosy_names = ['georg.brandl', 'gregsmith'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183896' versions = ['Python 2.4'] ``` </p></details>
PCbuild/readme.txt description not quite right
https://api.github.com/repos/python/cpython/issues/41863/comments
2
2005-04-15T17:21:35Z
2022-04-09T23:49:22Z
https://github.com/python/cpython/issues/41863
1,198,808,067
41,863
[ "python", "cpython" ]
BPO | [1183780](https://bugs.python.org/issue1183780) --- | :--- Nosy | @loewis Files | <li>[popen_bug.py](https://bugs.python.org/file1677/popen_bug.py "Uploaded as text/plain at 2005-04-15.14:27:55 by tskogan"): Script to reproduce error.</li><li>[popen2.patch](https://bugs.python.org/file1678/popen2.patch "Uploaded as text/plain at 2006-03-23.08:41:29 by nnorwitz"): v1</li><li>[popen2.patch](https://bugs.python.org/file1679/popen2.patch "Uploaded as text/plain at 2006-03-24.05:17:12 by nnorwitz"): v2 - using __del__</li><li>[popen2.diff](https://bugs.python.org/file1680/popen2.diff "Uploaded as text/plain at 2006-03-24.07:40:38 by @loewis"): v3</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2007-07-11.12:46:38.000> created_at = <Date 2005-04-15.14:27:54.000> labels = ['library'] title = 'Popen4 wait() fails sporadically with threads' updated_at = <Date 2007-07-11.12:46:38.000> user = 'https://bugs.python.org/tskogan' ``` bugs.python.org fields: ```python activity = <Date 2007-07-11.12:46:38.000> actor = 'gjb1002' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-15.14:27:54.000> creator = 'tskogan' dependencies = [] files = ['1677', '1678', '1679', '1680'] hgrepos = [] issue_num = 1183780 keywords = [] message_count = 12.0 messages = ['25022', '25023', '25024', '25025', '25026', '25027', '25028', '25029', '25030', '25031', '25032', '25033'] nosy_count = 5.0 nosy_names = ['loewis', 'nnorwitz', 'gjb1002', 'tskogan', 'atila-cheops'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183780' versions = ['Python 2.4'] ``` </p></details>
Popen4 wait() fails sporadically with threads
https://api.github.com/repos/python/cpython/issues/41862/comments
12
2005-04-15T14:27:54Z
2022-04-09T23:49:21Z
https://github.com/python/cpython/issues/41862
1,198,808,066
41,862
[ "python", "cpython" ]
BPO | [1183742](https://bugs.python.org/issue1183742) --- | :--- Nosy | @rhettinger Files | <li>[PyDict_Copy.patch](https://bugs.python.org/file1676/PyDict_Copy.patch "Uploaded as text/plain at 2005-04-15.13:37:44 by philthompson10"): Patch to dictobject.c to fix PyDict_Copy()</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-15.16:08:41.000> created_at = <Date 2005-04-15.13:37:44.000> labels = ['interpreter-core'] title = 'PyDict_Copy() can return non-NULL value on error' updated_at = <Date 2005-04-15.16:08:41.000> user = 'https://bugs.python.org/philthompson10' ``` bugs.python.org fields: ```python activity = <Date 2005-04-15.16:08:41.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-15.13:37:44.000> creator = 'philthompson10' dependencies = [] files = ['1676'] hgrepos = [] issue_num = 1183742 keywords = [] message_count = 2.0 messages = ['25020', '25021'] nosy_count = 2.0 nosy_names = ['rhettinger', 'philthompson10'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183742' versions = ['Python 2.4'] ``` </p></details>
PyDict_Copy() can return non-NULL value on error
https://api.github.com/repos/python/cpython/issues/41861/comments
2
2005-04-15T13:37:44Z
2022-04-09T23:49:20Z
https://github.com/python/cpython/issues/41861
1,198,808,061
41,861
[ "python", "cpython" ]
BPO | [1183712](https://bugs.python.org/issue1183712) --- | :--- Nosy | @loewis, @pjeby Files | <li>[pytest.tar.gz](https://bugs.python.org/file6621/pytest.tar.gz "Uploaded as application/gzip at 2005-04-15.12:34:22 by calvin")</li><li>[package_data_fix.diff](https://bugs.python.org/file6622/package_data_fix.diff "Uploaded as text/plain at 2005-04-15.12:34:44 by calvin")</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-20.05:07:43.242> created_at = <Date 2005-04-15.12:34:21.000> labels = ['library'] title = 'package_data chops off first char of default package' updated_at = <Date 2008-01-20.05:07:43.194> user = 'https://bugs.python.org/calvin' ``` bugs.python.org fields: ```python activity = <Date 2008-01-20.05:07:43.194> actor = 'draghuram' assignee = 'none' closed = True closed_date = <Date 2008-01-20.05:07:43.242> closer = 'draghuram' components = ['Distutils'] creation = <Date 2005-04-15.12:34:21.000> creator = 'calvin' dependencies = [] files = ['6621', '6622'] hgrepos = [] issue_num = 1183712 keywords = ['patch'] message_count = 9.0 messages = ['48224', '48225', '48226', '48227', '48228', '48229', '48230', '48231', '60261'] nosy_count = 6.0 nosy_names = ['loewis', 'calvin', 'jimjjewett', 'pje', 'draghuram', 'hcauwelier'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183712' versions = ['Python 2.4'] ``` </p></details>
package_data chops off first char of default package
https://api.github.com/repos/python/cpython/issues/41860/comments
9
2005-04-15T12:34:21Z
2022-04-09T23:49:19Z
https://github.com/python/cpython/issues/41860
1,198,808,058
41,860
[ "python", "cpython" ]
BPO | [1183585](https://bugs.python.org/issue1183585) --- | :--- Nosy | @birkenfeld, @birkenfeld <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-06-05.12:49:01.000> created_at = <Date 2005-04-15.08:56:31.000> labels = ['interpreter-core', 'invalid'] title = 'try to open /dev/null as directory' updated_at = <Date 2005-06-05.12:49:01.000> user = 'https://bugs.python.org/robang' ``` bugs.python.org fields: ```python activity = <Date 2005-06-05.12:49:01.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-15.08:56:31.000> creator = 'robang' dependencies = [] files = [] hgrepos = [] issue_num = 1183585 keywords = [] message_count = 5.0 messages = ['25015', '25016', '25017', '25018', '25019'] nosy_count = 4.0 nosy_names = ['georg.brandl', 'georg.brandl', 'isandler', 'robang'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183585' versions = ['Python 2.4'] ``` </p></details>
try to open /dev/null as directory
https://api.github.com/repos/python/cpython/issues/41859/comments
5
2005-04-15T08:56:31Z
2022-04-09T23:49:18Z
https://github.com/python/cpython/issues/41859
1,198,808,054
41,859
[ "python", "cpython" ]
BPO | [1183468](https://bugs.python.org/issue1183468) --- | :--- Nosy | @nascheme <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-06-02.05:19:22.000> created_at = <Date 2005-04-15.01:53:02.000> labels = ['interpreter-core'] title = 'check for return/yield outside function is wrong' updated_at = <Date 2005-06-02.05:19:22.000> user = 'https://github.com/nascheme' ``` bugs.python.org fields: ```python activity = <Date 2005-06-02.05:19:22.000> actor = 'nascheme' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-15.01:53:02.000> creator = 'nascheme' dependencies = [] files = [] hgrepos = [] issue_num = 1183468 keywords = [] message_count = 3.0 messages = ['25012', '25013', '25014'] nosy_count = 2.0 nosy_names = ['nascheme', 'logistix'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183468' versions = [] ``` </p></details>
check for return/yield outside function is wrong
https://api.github.com/repos/python/cpython/issues/41858/comments
3
2005-04-15T01:53:02Z
2022-04-09T23:49:17Z
https://github.com/python/cpython/issues/41858
1,198,808,051
41,858
[ "python", "cpython" ]
BPO | [1183274](https://bugs.python.org/issue1183274) --- | :--- Nosy | @doerwalter <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-14.20:01:11.000> created_at = <Date 2005-04-14.19:32:17.000> labels = ['invalid', 'docs'] title = 'Minor error in tutorial' updated_at = <Date 2005-04-14.20:01:11.000> user = 'https://bugs.python.org/konrads' ``` bugs.python.org fields: ```python activity = <Date 2005-04-14.20:01:11.000> actor = 'doerwalter' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-14.19:32:17.000> creator = 'konrads-' dependencies = [] files = [] hgrepos = [] issue_num = 1183274 keywords = [] message_count = 2.0 messages = ['25010', '25011'] nosy_count = 2.0 nosy_names = ['doerwalter', 'konrads-'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1183274' versions = [] ``` </p></details>
Minor error in tutorial
https://api.github.com/repos/python/cpython/issues/41857/comments
2
2005-04-14T19:32:17Z
2022-04-09T23:49:16Z
https://github.com/python/cpython/issues/41857
1,198,808,050
41,857
[ "python", "cpython" ]
BPO | [1182788](https://bugs.python.org/issue1182788) --- | :--- Nosy | @amauryfa <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2010-08-21.16:19:22.170> created_at = <Date 2005-04-14.08:10:03.000> labels = ['type-bug', 'library'] title = 'ZipFile __del__/close problem with longint/long files' updated_at = <Date 2010-08-21.16:19:22.137> user = 'https://bugs.python.org/kxroberto' ``` bugs.python.org fields: ```python activity = <Date 2010-08-21.16:19:22.137> actor = 'amaury.forgeotdarc' assignee = 'none' closed = True closed_date = <Date 2010-08-21.16:19:22.170> closer = 'amaury.forgeotdarc' components = ['Library (Lib)'] creation = <Date 2005-04-14.08:10:03.000> creator = 'kxroberto' dependencies = [] files = [] hgrepos = [] issue_num = 1182788 keywords = [] message_count = 4.0 messages = ['60727', '60728', '60729', '114505'] nosy_count = 3.0 nosy_names = ['amaury.forgeotdarc', 'alanmcintyre', 'kxroberto'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue1182788' versions = ['Python 3.1', 'Python 2.7', 'Python 3.2'] ``` </p></details>
ZipFile __del__/close problem with longint/long files
https://api.github.com/repos/python/cpython/issues/41856/comments
4
2005-04-14T08:10:03Z
2022-04-09T23:49:15Z
https://github.com/python/cpython/issues/41856
1,198,808,049
41,856
[ "python", "cpython" ]
BPO | [1182614](https://bugs.python.org/issue1182614) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was 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-13.23:21:32.000> created_at = <Date 2005-04-13.23:21:32.000> labels = [] title = 'dir() does not include _' updated_at = <Date 2005-04-13.23:21:32.000> user = 'https://bugs.python.org/nickjacobson' ``` bugs.python.org fields: ```python activity = <Date 2005-04-13.23:21:32.000> actor = 'nickjacobson' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2005-04-13.23:21:32.000> creator = 'nickjacobson' dependencies = [] files = [] hgrepos = [] issue_num = 1182614 keywords = [] message_count = 1.0 messages = ['25009'] nosy_count = 1.0 nosy_names = ['nickjacobson'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1182614' versions = ['Python 2.4'] ``` </p></details>
dir() does not include _
https://api.github.com/repos/python/cpython/issues/41855/comments
1
2005-04-13T23:21:32Z
2022-04-09T23:49:13Z
https://github.com/python/cpython/issues/41855
1,198,808,044
41,855
[ "python", "cpython" ]
BPO | [1182603](https://bugs.python.org/issue1182603) --- | :--- Nosy | @nascheme <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-04-15.02:23:12.000> created_at = <Date 2005-04-13.22:54:54.000> labels = ['invalid', 'library'] title = 're.escape(s) prints wrong for chr(0)' updated_at = <Date 2005-04-15.02:23:12.000> user = 'https://bugs.python.org/nickjacobson' ``` bugs.python.org fields: ```python activity = <Date 2005-04-15.02:23:12.000> actor = 'nascheme' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-13.22:54:54.000> creator = 'nickjacobson' dependencies = [] files = [] hgrepos = [] issue_num = 1182603 keywords = [] message_count = 2.0 messages = ['25007', '25008'] nosy_count = 2.0 nosy_names = ['nascheme', 'nickjacobson'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1182603' versions = ['Python 2.4'] ``` </p></details>
re.escape(s) prints wrong for chr(0)
https://api.github.com/repos/python/cpython/issues/41854/comments
2
2005-04-13T22:54:54Z
2022-04-09T23:49:12Z
https://github.com/python/cpython/issues/41854
1,198,808,042
41,854
[ "python", "cpython" ]
BPO | [1182394](https://bugs.python.org/issue1182394) --- | :--- Nosy | @mwhudson, @akuchling, @josiahcarlson Files | <li>[hmac.py.patch](https://bugs.python.org/file6620/hmac.py.patch "Uploaded as text/plain at 2005-04-13.17:08:20 by shane_holloway"): Patch to version 1.8 of hmac.py</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2006-12-27.03:34:40.000> created_at = <Date 2005-04-13.17:08:20.000> labels = ['library'] title = 'HMAC hexdigest and general review' updated_at = <Date 2006-12-27.03:34:40.000> user = 'https://bugs.python.org/shaneholloway' ``` bugs.python.org fields: ```python activity = <Date 2006-12-27.03:34:40.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2005-04-13.17:08:20.000> creator = 'shane_holloway' dependencies = [] files = ['6620'] hgrepos = [] issue_num = 1182394 keywords = ['patch'] message_count = 9.0 messages = ['48215', '48216', '48217', '48218', '48219', '48220', '48221', '48222', '48223'] nosy_count = 5.0 nosy_names = ['mwh', 'akuchling', 'josiahcarlson', 'shane_holloway', 'alouko'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1182394' versions = ['Python 2.5'] ``` </p></details>
HMAC hexdigest and general review
https://api.github.com/repos/python/cpython/issues/41853/comments
9
2005-04-13T17:08:20Z
2022-04-09T23:49:12Z
https://github.com/python/cpython/issues/41853
1,198,808,041
41,853
[ "python", "cpython" ]
BPO | [1182143](https://bugs.python.org/issue1182143) --- | :--- Nosy | @doerwalter, @rhettinger, @pitrou, @devdanzin, @ezio-melotti, @bitdancer, @berkerpeksag, @iritkatriel Files | <li>[Issue1182143_1.patch](https://bugs.python.org/file38551/Issue1182143_1.patch "Uploaded as text/plain at 2015-03-19.03:24:07 by George Jenkins")</li><li>[Issue1182143_1hg.patch](https://bugs.python.org/file38872/Issue1182143_1hg.patch "Uploaded as text/plain at 2015-04-09.02:05:22 by George Jenkins"): Patch generated via mercurial</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2005-04-13.11:02:55.000> labels = ['interpreter-core', 'type-feature'] title = 'making builtin exceptions more informative' updated_at = <Date 2021-12-10.19:57:33.239> user = 'https://bugs.python.org/sdementen' ``` bugs.python.org fields: ```python activity = <Date 2021-12-10.19:57:33.239> actor = 'ajaksu2' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-13.11:02:55.000> creator = 'sdementen' dependencies = [] files = ['38551', '38872'] hgrepos = [] issue_num = 1182143 keywords = ['patch'] message_count = 13.0 messages = ['61192', '61193', '61194', '87799', '87892', '238489', '240304', '242447', '245599', '245603', '245883', '253415', '257268'] nosy_count = 10.0 nosy_names = ['doerwalter', 'rhettinger', 'sdementen', 'pitrou', 'ajaksu2', 'ezio.melotti', 'r.david.murray', 'berker.peksag', 'George Jenkins', 'iritkatriel'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1182143' versions = ['Python 3.6'] ``` </p></details>
making builtin exceptions more informative
https://api.github.com/repos/python/cpython/issues/41852/comments
14
2005-04-13T11:02:55Z
2022-10-07T08:28:39Z
https://github.com/python/cpython/issues/41852
1,198,808,034
41,852
[ "python", "cpython" ]
BPO | [1181939](https://bugs.python.org/issue1181939) --- | :--- Nosy | @akuchling <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2005-06-01.15:40:15.000> created_at = <Date 2005-04-13.02:12:44.000> labels = ['docs'] title = 'asyncore.loop() documentation' updated_at = <Date 2005-06-01.15:40:15.000> user = 'https://bugs.python.org/gumleef' ``` bugs.python.org fields: ```python activity = <Date 2005-06-01.15:40:15.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2005-04-13.02:12:44.000> creator = 'gumleef' dependencies = [] files = [] hgrepos = [] issue_num = 1181939 keywords = [] message_count = 2.0 messages = ['25005', '25006'] nosy_count = 2.0 nosy_names = ['akuchling', 'gumleef'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1181939' versions = [] ``` </p></details>
asyncore.loop() documentation
https://api.github.com/repos/python/cpython/issues/41851/comments
2
2005-04-13T02:12:44Z
2022-04-09T23:49:10Z
https://github.com/python/cpython/issues/41851
1,198,808,031
41,851
[ "python", "cpython" ]
BPO | [1181619](https://bugs.python.org/issue1181619) --- | :--- 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 2005-04-19.19:46:28.000> created_at = <Date 2005-04-12.16:49:51.000> labels = ['library'] title = 'Bad sys.executable value for bdist_wininst install script' updated_at = <Date 2005-04-19.19:46:28.000> user = 'https://bugs.python.org/xfollower' ``` bugs.python.org fields: ```python activity = <Date 2005-04-19.19:46:28.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2005-04-12.16:49:51.000> creator = 'xfollower' dependencies = [] files = [] hgrepos = [] issue_num = 1181619 keywords = [] message_count = 2.0 messages = ['25003', '25004'] nosy_count = 2.0 nosy_names = ['theller', 'xfollower'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1181619' versions = [] ``` </p></details>
Bad sys.executable value for bdist_wininst install script
https://api.github.com/repos/python/cpython/issues/41850/comments
2
2005-04-12T16:49:51Z
2022-04-09T23:49:08Z
https://github.com/python/cpython/issues/41850
1,198,808,027
41,850
[ "python", "cpython" ]
BPO | [1181334](https://bugs.python.org/issue1181334) --- | :--- Nosy | @gvanrossum, @brettcannon, @arigo, @rhettinger Files | <li>[range_iter.diff](https://bugs.python.org/file6618/range_iter.diff "Uploaded as text/plain at 2005-04-12.09:00:52 by @arigo"): Patch #1</li><li>[range_iter_2.diff](https://bugs.python.org/file6619/range_iter_2.diff "Uploaded as text/plain at 2005-04-13.10:24:04 by @arigo"): Patch #2</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2005-04-16.07:30:04.000> created_at = <Date 2005-04-12.09:00:51.000> labels = ['interpreter-core'] title = 'range() in for loops, again' updated_at = <Date 2005-04-16.07:30:04.000> user = 'https://github.com/arigo' ``` bugs.python.org fields: ```python activity = <Date 2005-04-16.07:30:04.000> actor = 'arigo' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2005-04-12.09:00:51.000> creator = 'arigo' dependencies = [] files = ['6618', '6619'] hgrepos = [] issue_num = 1181334 keywords = ['patch'] message_count = 10.0 messages = ['48205', '48206', '48207', '48208', '48209', '48210', '48211', '48212', '48213', '48214'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'nnorwitz', 'brett.cannon', 'arigo', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1181334' versions = [] ``` </p></details>
range() in for loops, again
https://api.github.com/repos/python/cpython/issues/41849/comments
10
2005-04-12T09:00:51Z
2022-04-09T23:49:07Z
https://github.com/python/cpython/issues/41849
1,198,808,023
41,849