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 | [675750](https://bugs.python.org/issue675750) --- | :--- Nosy | @gvanrossum Files | <li>[_ssl.c.patch](https://bugs.python.org/file4963/_ssl.c.patch "Uploaded as text/plain at 2003-01-27.21:53:32 by gtalvola"): ssl timeout patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-01-27.22:24:48.000> created_at = <Date 2003-01-27.21:52:58.000> labels = ['extension-modules'] title = 'allow timeouts with SSL' updated_at = <Date 2003-01-27.22:24:48.000> user = 'https://bugs.python.org/gtalvola' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.22:24:48.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-27.21:52:58.000> creator = 'gtalvola' dependencies = [] files = ['4963'] hgrepos = [] issue_num = 675750 keywords = ['patch'] message_count = 2.0 messages = ['42553', '42554'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'gtalvola'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675750' versions = ['Python 2.3'] ``` </p></details>
allow timeouts with SSL
https://api.github.com/repos/python/cpython/issues/37848/comments
2
2003-01-27T21:52:58Z
2022-04-09T22:33:26Z
https://github.com/python/cpython/issues/37848
1,198,791,612
37,848
[ "python", "cpython" ]
BPO | [675745](https://bugs.python.org/issue675745) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-28.21:50:48.000> created_at = <Date 2003-01-27.21:40:40.000> labels = ['OS-mac'] title = 'unix link to framework python' updated_at = <Date 2003-01-28.21:50:48.000> user = 'https://bugs.python.org/robind' ``` bugs.python.org fields: ```python activity = <Date 2003-01-28.21:50:48.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-27.21:40:40.000> creator = 'robind' dependencies = [] files = [] hgrepos = [] issue_num = 675745 keywords = [] message_count = 2.0 messages = ['14237', '14238'] nosy_count = 2.0 nosy_names = ['jackjansen', 'robind'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675745' versions = ['Python 2.3'] ``` </p></details>
unix link to framework python
https://api.github.com/repos/python/cpython/issues/37847/comments
2
2003-01-27T21:40:40Z
2022-04-09T22:33:25Z
https://github.com/python/cpython/issues/37847
1,198,791,608
37,847
[ "python", "cpython" ]
BPO | [675698](https://bugs.python.org/issue675698) --- | :--- Nosy | @intgr <sup>*Note: these values reflect the state of the issue at the time it was 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-09-20.20:26:32.080> created_at = <Date 2003-01-27.20:05:03.000> labels = [] title = 'New block cipher API' updated_at = <Date 2010-09-20.20:26:32.080> user = 'https://bugs.python.org/phr' ``` bugs.python.org fields: ```python activity = <Date 2010-09-20.20:26:32.080> actor = 'intgr' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-27.20:05:03.000> creator = 'phr' dependencies = [] files = [] hgrepos = [] issue_num = 675698 keywords = ['patch'] message_count = 4.0 messages = ['42549', '42550', '42551', '42552'] nosy_count = 3.0 nosy_names = ['collinwinter', 'phr', 'intgr'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675698' versions = [] ``` </p></details>
New block cipher API
https://api.github.com/repos/python/cpython/issues/37846/comments
4
2003-01-27T20:05:03Z
2022-04-09T22:33:23Z
https://github.com/python/cpython/issues/37846
1,198,791,603
37,846
[ "python", "cpython" ]
BPO | [675671](https://bugs.python.org/issue675671) --- | :--- Files | <li>[testthreads.c](https://bugs.python.org/file752/testthreads.c "Uploaded as application/octet-stream at 2003-01-27.19:24:44 by dkuhlman"): Version of Demo/embed/importexc.c showing missing "meta_path" in module sys.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-27.19:53:03.000> created_at = <Date 2003-01-27.19:20:13.000> labels = ['interpreter-core'] title = 'PyImport_ImportModule fails in subthread/subinterpreter' updated_at = <Date 2003-01-27.19:53:03.000> user = 'https://bugs.python.org/dkuhlman' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.19:53:03.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-27.19:20:13.000> creator = 'dkuhlman' dependencies = [] files = ['752'] hgrepos = [] issue_num = 675671 keywords = [] message_count = 2.0 messages = ['14235', '14236'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'dkuhlman'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675671' versions = ['Python 2.3'] ``` </p></details>
PyImport_ImportModule fails in subthread/subinterpreter
https://api.github.com/repos/python/cpython/issues/37845/comments
2
2003-01-27T19:20:13Z
2022-04-09T22:33:22Z
https://github.com/python/cpython/issues/37845
1,198,791,601
37,845
[ "python", "cpython" ]
BPO | [675552](https://bugs.python.org/issue675552) --- | :--- Nosy | @gvanrossum <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-01-27.22:25:39.000> created_at = <Date 2003-01-27.16:54:14.000> labels = ['library'] title = 'settimeout with httplib and SSL is broken' updated_at = <Date 2003-01-27.22:25:39.000> user = 'https://bugs.python.org/gtalvola' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.22:25:39.000> actor = 'gvanrossum' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-27.16:54:14.000> creator = 'gtalvola' dependencies = [] files = [] hgrepos = [] issue_num = 675552 keywords = [] message_count = 3.0 messages = ['14232', '14233', '14234'] nosy_count = 2.0 nosy_names = ['gvanrossum', 'gtalvola'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675552' versions = ['Python 2.3'] ``` </p></details>
settimeout with httplib and SSL is broken
https://api.github.com/repos/python/cpython/issues/37844/comments
3
2003-01-27T16:54:14Z
2022-04-09T22:33:22Z
https://github.com/python/cpython/issues/37844
1,198,791,595
37,844
[ "python", "cpython" ]
BPO | [675551](https://bugs.python.org/issue675551) --- | :--- Nosy | @smontanaro Files | <li>[python-2.2.2-ext-readline.diff](https://bugs.python.org/file4961/python-2.2.2-ext-readline.diff "Uploaded as text/plain at 2003-01-27.16:57:45 by fufsource"): python-2.2.2-ext-readline.diff</li><li>[python-cvs-ext-readline.diff](https://bugs.python.org/file4962/python-cvs-ext-readline.diff "Uploaded as text/plain at 2003-07-01.11:51:19 by fufsource"): the patch against cvs python (1.7.2003)</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2004-08-15.17:01:01.000> created_at = <Date 2003-01-27.16:52:33.000> labels = ['library'] title = 'extending readline functionality' updated_at = <Date 2004-08-15.17:01:01.000> user = 'https://bugs.python.org/fufsource' ``` bugs.python.org fields: ```python activity = <Date 2004-08-15.17:01:01.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-27.16:52:33.000> creator = 'fufsource' dependencies = [] files = ['4961', '4962'] hgrepos = [] issue_num = 675551 keywords = ['patch'] message_count = 5.0 messages = ['42544', '42545', '42546', '42547', '42548'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'fufsource'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675551' versions = ['Python 2.3'] ``` </p></details>
extending readline functionality
https://api.github.com/repos/python/cpython/issues/37843/comments
5
2003-01-27T16:52:33Z
2022-04-09T22:33:21Z
https://github.com/python/cpython/issues/37843
1,198,791,592
37,843
[ "python", "cpython" ]
BPO | [675422](https://bugs.python.org/issue675422) --- | :--- Nosy | @gvanrossum Files | <li>[tzset.patch](https://bugs.python.org/file4960/tzset.patch "Uploaded as text/plain at 2003-01-27.13:46:25 by zenzen"): cvs diff -c path</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-03-21.21:31:21.000> created_at = <Date 2003-01-27.13:42:14.000> labels = ['library'] title = 'Add tzset method to time module' updated_at = <Date 2003-03-21.21:31:21.000> user = 'https://bugs.python.org/zenzen' ``` bugs.python.org fields: ```python activity = <Date 2003-03-21.21:31:21.000> actor = 'nnorwitz' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-27.13:42:14.000> creator = 'zenzen' dependencies = [] files = ['4960'] hgrepos = [] issue_num = 675422 keywords = ['patch'] message_count = 11.0 messages = ['42533', '42534', '42535', '42536', '42537', '42538', '42539', '42540', '42541', '42542', '42543'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nnorwitz', 'zenzen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675422' versions = ['Python 2.3'] ``` </p></details>
Add tzset method to time module
https://api.github.com/repos/python/cpython/issues/37842/comments
11
2003-01-27T13:42:14Z
2022-04-09T22:33:19Z
https://github.com/python/cpython/issues/37842
1,198,791,584
37,842
[ "python", "cpython" ]
BPO | [675420](https://bugs.python.org/issue675420) --- | :--- Nosy | @warsaw, @zopyx <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2003-03-17.18:50:44.000> created_at = <Date 2003-01-27.13:40:56.000> labels = ['library'] title = 'email.Header() encoding does not work properly' updated_at = <Date 2003-03-17.18:50:44.000> user = 'https://github.com/zopyx' ``` bugs.python.org fields: ```python activity = <Date 2003-03-17.18:50:44.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-27.13:40:56.000> creator = 'ajung' dependencies = [] files = [] hgrepos = [] issue_num = 675420 keywords = [] message_count = 3.0 messages = ['14229', '14230', '14231'] nosy_count = 2.0 nosy_names = ['barry', 'ajung'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675420' versions = ['Python 2.2'] ``` </p></details>
email.Header() encoding does not work properly
https://api.github.com/repos/python/cpython/issues/37841/comments
3
2003-01-27T13:40:56Z
2022-04-09T22:33:18Z
https://github.com/python/cpython/issues/37841
1,198,791,579
37,841
[ "python", "cpython" ]
BPO | [675341](https://bugs.python.org/issue675341) --- | :--- Nosy | @loewis, @sjoerdmullender <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-27.12:18:48.000> created_at = <Date 2003-01-27.10:32:43.000> labels = ['interpreter-core'] title = 'momory fault on exit' updated_at = <Date 2003-01-27.12:18:48.000> user = 'https://github.com/sjoerdmullender' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.12:18:48.000> actor = 'sjoerd' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-27.10:32:43.000> creator = 'sjoerd' dependencies = [] files = [] hgrepos = [] issue_num = 675341 keywords = [] message_count = 3.0 messages = ['14226', '14227', '14228'] nosy_count = 2.0 nosy_names = ['loewis', 'sjoerd'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675341' versions = ['Python 2.3'] ``` </p></details>
momory fault on exit
https://api.github.com/repos/python/cpython/issues/37840/comments
3
2003-01-27T10:32:43Z
2022-04-09T22:33:17Z
https://github.com/python/cpython/issues/37840
1,198,791,571
37,840
[ "python", "cpython" ]
BPO | [675259](https://bugs.python.org/issue675259) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-07.02:35:17.000> created_at = <Date 2003-01-27.05:39:16.000> labels = ['docs'] title = 'os.environ leaks under FreeBSD and Mac OS X' updated_at = <Date 2003-02-07.02:35:17.000> user = 'https://bugs.python.org/zenzen' ``` bugs.python.org fields: ```python activity = <Date 2003-02-07.02:35:17.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-27.05:39:16.000> creator = 'zenzen' dependencies = [] files = [] hgrepos = [] issue_num = 675259 keywords = [] message_count = 5.0 messages = ['14221', '14222', '14223', '14224', '14225'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'zenzen'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675259' versions = [] ``` </p></details>
os.environ leaks under FreeBSD and Mac OS X
https://api.github.com/repos/python/cpython/issues/37839/comments
5
2003-01-27T05:39:16Z
2022-04-09T22:33:15Z
https://github.com/python/cpython/issues/37839
1,198,791,567
37,839
[ "python", "cpython" ]
BPO | [675222](https://bugs.python.org/issue675222) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-27.05:02:50.000> created_at = <Date 2003-01-27.03:21:46.000> labels = ['invalid', 'docs'] title = 'time.daylight badly defined' updated_at = <Date 2003-01-27.05:02:50.000> user = 'https://bugs.python.org/zenzen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.05:02:50.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-27.03:21:46.000> creator = 'zenzen' dependencies = [] files = [] hgrepos = [] issue_num = 675222 keywords = [] message_count = 4.0 messages = ['14217', '14218', '14219', '14220'] nosy_count = 2.0 nosy_names = ['tim.peters', 'zenzen'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675222' versions = [] ``` </p></details>
time.daylight badly defined
https://api.github.com/repos/python/cpython/issues/37838/comments
4
2003-01-27T03:21:46Z
2022-04-09T22:33:15Z
https://github.com/python/cpython/issues/37838
1,198,791,565
37,838
[ "python", "cpython" ]
BPO | [675187](https://bugs.python.org/issue675187) --- | :--- 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-07.03:28:40.000> created_at = <Date 2003-01-27.00:01:31.000> labels = ['library'] title = 'bsddb hangs with recno/source sync' updated_at = <Date 2006-03-07.03:28:40.000> user = 'https://bugs.python.org/mlh' ``` bugs.python.org fields: ```python activity = <Date 2006-03-07.03:28:40.000> actor = 'sf-robot' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-27.00:01:31.000> creator = 'mlh' dependencies = [] files = [] hgrepos = [] issue_num = 675187 keywords = [] message_count = 3.0 messages = ['14214', '14215', '14216'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'sf-robot', 'mlh'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675187' versions = ['Python 2.3'] ``` </p></details>
bsddb hangs with recno/source sync
https://api.github.com/repos/python/cpython/issues/37837/comments
3
2003-01-27T00:01:31Z
2022-04-09T22:33:12Z
https://github.com/python/cpython/issues/37837
1,198,791,559
37,837
[ "python", "cpython" ]
BPO | [675034](https://bugs.python.org/issue675034) --- | :--- Nosy | @smontanaro Files | <li>[python-mode.el.patch](https://bugs.python.org/file4959/python-mode.el.patch "Uploaded as text/plain at 2003-01-26.19:23:46 by mhagger"): Patch file as described above</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-08-05.03:30:14.000> created_at = <Date 2003-01-26.19:20:43.000> labels = [] title = 'More flexible py-shell interpreter selection' updated_at = <Date 2003-08-05.03:30:14.000> user = 'https://bugs.python.org/mhagger' ``` bugs.python.org fields: ```python activity = <Date 2003-08-05.03:30:14.000> actor = 'skip.montanaro' assignee = 'none' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-01-26.19:20:43.000> creator = 'mhagger' dependencies = [] files = ['4959'] hgrepos = [] issue_num = 675034 keywords = ['patch'] message_count = 4.0 messages = ['42529', '42530', '42531', '42532'] nosy_count = 3.0 nosy_names = ['skip.montanaro', 'nnorwitz', 'mhagger'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue675034' versions = [] ``` </p></details>
More flexible py-shell interpreter selection
https://api.github.com/repos/python/cpython/issues/37836/comments
4
2003-01-26T19:20:43Z
2022-04-09T22:33:11Z
https://github.com/python/cpython/issues/37836
1,198,791,554
37,836
[ "python", "cpython" ]
BPO | [674987](https://bugs.python.org/issue674987) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-27.15:31:23.000> created_at = <Date 2003-01-26.16:25:40.000> labels = ['interpreter-core'] title = 'seg fault on exit in import module' updated_at = <Date 2003-01-27.15:31:23.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-27.15:31:23.000> actor = 'nnorwitz' assignee = 'jvr' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-26.16:25:40.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 674987 keywords = [] message_count = 4.0 messages = ['14210', '14211', '14212', '14213'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'jackjansen', 'jvr'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674987' versions = ['Python 2.3'] ``` </p></details>
seg fault on exit in import module
https://api.github.com/repos/python/cpython/issues/37835/comments
4
2003-01-26T16:25:40Z
2022-04-09T22:33:10Z
https://github.com/python/cpython/issues/37835
1,198,791,552
37,835
[ "python", "cpython" ]
BPO | [674700](https://bugs.python.org/issue674700) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-26.09:07:16.000> created_at = <Date 2003-01-25.20:23:37.000> labels = ['expert-XML'] title = 'problems in new XML code' updated_at = <Date 2003-01-26.09:07:16.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-26.09:07:16.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['XML'] creation = <Date 2003-01-25.20:23:37.000> creator = 'nnorwitz' dependencies = [] files = [] hgrepos = [] issue_num = 674700 keywords = [] message_count = 2.0 messages = ['14208', '14209'] nosy_count = 2.0 nosy_names = ['loewis', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674700' versions = ['Python 2.3'] ``` </p></details>
problems in new XML code
https://api.github.com/repos/python/cpython/issues/37834/comments
2
2003-01-25T20:23:37Z
2022-04-09T22:33:10Z
https://github.com/python/cpython/issues/37834
1,198,791,547
37,834
[ "python", "cpython" ]
BPO | [674689](https://bugs.python.org/issue674689) --- | :--- Nosy | @tim-one, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-04-25.08:55:31.000> created_at = <Date 2003-01-25.19:44:54.000> labels = ['type-feature', 'library'] title = 'enhancements for doctest' updated_at = <Date 2003-04-25.08:55:31.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-04-25.08:55:31.000> actor = 'rhettinger' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-25.19:44:54.000> creator = 'rhettinger' dependencies = [] files = [] hgrepos = [] issue_num = 674689 keywords = [] message_count = 2.0 messages = ['53744', '53745'] nosy_count = 2.0 nosy_names = ['tim.peters', 'rhettinger'] pr_nums = [] priority = 'low' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue674689' versions = [] ``` </p></details>
enhancements for doctest
https://api.github.com/repos/python/cpython/issues/37833/comments
2
2003-01-25T19:44:54Z
2022-04-09T22:33:08Z
https://github.com/python/cpython/issues/37833
1,198,791,543
37,833
[ "python", "cpython" ]
BPO | [674574](https://bugs.python.org/issue674574) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-29.09:59:36.000> created_at = <Date 2003-01-25.14:15:21.000> labels = ['OS-mac', 'invalid'] title = 'Access to serial devices through Carbon.CF' updated_at = <Date 2003-01-29.09:59:36.000> user = 'https://bugs.python.org/pascalefi' ``` bugs.python.org fields: ```python activity = <Date 2003-01-29.09:59:36.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-25.14:15:21.000> creator = 'pascal_efi' dependencies = [] files = [] hgrepos = [] issue_num = 674574 keywords = [] message_count = 4.0 messages = ['14204', '14205', '14206', '14207'] nosy_count = 2.0 nosy_names = ['jackjansen', 'pascal_efi'] pr_nums = [] priority = 'low' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674574' versions = [] ``` </p></details>
Access to serial devices through Carbon.CF
https://api.github.com/repos/python/cpython/issues/37832/comments
4
2003-01-25T14:15:21Z
2022-04-09T22:33:07Z
https://github.com/python/cpython/issues/37832
1,198,791,538
37,832
[ "python", "cpython" ]
BPO | [674449](https://bugs.python.org/issue674449) --- | :--- Nosy | @freddrake, @birkenfeld Files | <li>[patch-test-cdata.txt](https://bugs.python.org/file4958/patch-test-cdata.txt "Uploaded as text/plain at 2003-01-25.04:05:45 by fantoozler")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2008-07-20.11:32:15.537> created_at = <Date 2003-01-25.04:02:34.000> labels = ['library'] title = 'test_htmlparser -- more robust SCRIPT tag handling' updated_at = <Date 2008-07-20.11:32:15.536> user = 'https://bugs.python.org/fantoozler' ``` bugs.python.org fields: ```python activity = <Date 2008-07-20.11:32:15.536> actor = 'georg.brandl' assignee = 'fdrake' closed = True closed_date = <Date 2008-07-20.11:32:15.537> closer = 'georg.brandl' components = ['Library (Lib)'] creation = <Date 2003-01-25.04:02:34.000> creator = 'fantoozler' dependencies = [] files = ['4958'] hgrepos = [] issue_num = 674449 keywords = ['patch'] message_count = 2.0 messages = ['42528', '70084'] nosy_count = 3.0 nosy_names = ['fdrake', 'georg.brandl', 'fantoozler'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674449' versions = [] ``` </p></details>
test_htmlparser -- more robust SCRIPT tag handling
https://api.github.com/repos/python/cpython/issues/37831/comments
2
2003-01-25T04:02:34Z
2022-04-09T22:33:06Z
https://github.com/python/cpython/issues/37831
1,198,791,532
37,831
[ "python", "cpython" ]
BPO | [674448](https://bugs.python.org/issue674448) --- | :--- Nosy | @freddrake Files | <li>[patch-test-attrib.txt](https://bugs.python.org/file4957/patch-test-attrib.txt "Uploaded as text/plain at 2003-01-25.04:04:41 by fantoozler")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2003-03-14.16:36:47.000> created_at = <Date 2003-01-25.04:00:29.000> labels = ['library'] title = 'test_htmlparser.py -- &quot;,&quot; in attributes' updated_at = <Date 2003-03-14.16:36:47.000> user = 'https://bugs.python.org/fantoozler' ``` bugs.python.org fields: ```python activity = <Date 2003-03-14.16:36:47.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-25.04:00:29.000> creator = 'fantoozler' dependencies = [] files = ['4957'] hgrepos = [] issue_num = 674448 keywords = ['patch'] message_count = 2.0 messages = ['42526', '42527'] nosy_count = 2.0 nosy_names = ['fdrake', 'fantoozler'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674448' versions = [] ``` </p></details>
test_htmlparser.py -- &quot;,&quot; in attributes
https://api.github.com/repos/python/cpython/issues/37830/comments
2
2003-01-25T04:00:29Z
2022-04-09T22:33:05Z
https://github.com/python/cpython/issues/37830
1,198,791,527
37,830
[ "python", "cpython" ]
BPO | [674404](https://bugs.python.org/issue674404) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-26.01:06:34.000> created_at = <Date 2003-01-25.01:13:12.000> labels = ['interpreter-core'] title = 'repr of type and class objects' updated_at = <Date 2003-01-26.01:06:34.000> user = 'https://bugs.python.org/complex' ``` bugs.python.org fields: ```python activity = <Date 2003-01-26.01:06:34.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-25.01:13:12.000> creator = 'complex' dependencies = [] files = [] hgrepos = [] issue_num = 674404 keywords = [] message_count = 2.0 messages = ['14202', '14203'] nosy_count = 2.0 nosy_names = ['loewis', 'complex'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674404' versions = ['Python 2.3'] ``` </p></details>
repr of type and class objects
https://api.github.com/repos/python/cpython/issues/37829/comments
2
2003-01-25T01:13:12Z
2022-04-09T22:33:03Z
https://github.com/python/cpython/issues/37829
1,198,791,525
37,829
[ "python", "cpython" ]
BPO | [674396](https://bugs.python.org/issue674396) --- | :--- Nosy | @akuchling, @rhettinger Files | <li>[dbshelve.diff](https://bugs.python.org/file4955/dbshelve.diff "Uploaded as text/plain at 2003-01-25.01:02:32 by @rhettinger"): Tiny patch</li><li>[dbobj.diff](https://bugs.python.org/file4956/dbobj.diff "Uploaded as text/plain at 2003-01-25.01:07:07 by @rhettinger"): Similar patch for dbobj</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-02-05.04:22:27.000> created_at = <Date 2003-01-25.01:01:57.000> labels = ['library'] title = 'Expand dbshelve to have full shelve/dict interface' updated_at = <Date 2003-02-05.04:22:27.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-02-05.04:22:27.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-25.01:01:57.000> creator = 'rhettinger' dependencies = [] files = ['4955', '4956'] hgrepos = [] issue_num = 674396 keywords = ['patch'] message_count = 3.0 messages = ['42523', '42524', '42525'] nosy_count = 2.0 nosy_names = ['akuchling', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674396' versions = ['Python 2.3'] ``` </p></details>
Expand dbshelve to have full shelve/dict interface
https://api.github.com/repos/python/cpython/issues/37828/comments
3
2003-01-25T01:01:57Z
2022-04-09T22:33:03Z
https://github.com/python/cpython/issues/37828
1,198,791,515
37,828
[ "python", "cpython" ]
BPO | [674264](https://bugs.python.org/issue674264) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-05.14:12:56.000> created_at = <Date 2003-01-24.20:36:28.000> labels = ['expert-regex', 'invalid'] title = 're.compile fails for verbose re with more than one group' updated_at = <Date 2003-02-05.14:12:56.000> user = 'https://bugs.python.org/gcorral' ``` bugs.python.org fields: ```python activity = <Date 2003-02-05.14:12:56.000> actor = 'mwh' assignee = 'effbot' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2003-01-24.20:36:28.000> creator = 'gcorral' dependencies = [] files = [] hgrepos = [] issue_num = 674264 keywords = [] message_count = 3.0 messages = ['14199', '14200', '14201'] nosy_count = 4.0 nosy_names = ['mwh', 'effbot', 'glchapman', 'gcorral'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue674264' versions = ['Python 2.2'] ``` </p></details>
re.compile fails for verbose re with more than one group
https://api.github.com/repos/python/cpython/issues/37827/comments
3
2003-01-24T20:36:28Z
2022-04-09T22:33:01Z
https://github.com/python/cpython/issues/37827
1,198,791,507
37,827
[ "python", "cpython" ]
BPO | [673797](https://bugs.python.org/issue673797) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-02-27.19:32:19.000> created_at = <Date 2003-01-24.03:58:44.000> labels = ['library'] title = 'setting socket timeout crashes SSL?' updated_at = <Date 2005-02-27.19:32:19.000> user = 'https://bugs.python.org/cba037' ``` bugs.python.org fields: ```python activity = <Date 2005-02-27.19:32:19.000> actor = 'pristine777' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-24.03:58:44.000> creator = 'cba037' dependencies = [] files = [] hgrepos = [] issue_num = 673797 keywords = [] message_count = 4.0 messages = ['14195', '14196', '14197', '14198'] nosy_count = 4.0 nosy_names = ['nnorwitz', 'cba037', 'gtalvola', 'pristine777'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue673797' versions = ['Python 2.3'] ``` </p></details>
setting socket timeout crashes SSL?
https://api.github.com/repos/python/cpython/issues/37826/comments
4
2003-01-24T03:58:44Z
2022-04-09T22:33:00Z
https://github.com/python/cpython/issues/37826
1,198,791,505
37,826
[ "python", "cpython" ]
BPO | [673115](https://bugs.python.org/issue673115) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-29.17:37:14.000> created_at = <Date 2003-01-23.15:21:26.000> labels = ['expert-tkinter'] title = '<MouseWheel> causes crash on Windows2000' updated_at = <Date 2003-01-29.17:37:14.000> user = 'https://bugs.python.org/torufurukawa' ``` bugs.python.org fields: ```python activity = <Date 2003-01-29.17:37:14.000> actor = 'torufurukawa' assignee = 'none' closed = True closed_date = None closer = None components = ['Tkinter'] creation = <Date 2003-01-23.15:21:26.000> creator = 'torufurukawa' dependencies = [] files = [] hgrepos = [] issue_num = 673115 keywords = [] message_count = 3.0 messages = ['14192', '14193', '14194'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'torufurukawa'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue673115' versions = ['Python 2.2'] ``` </p></details>
<MouseWheel> causes crash on Windows2000
https://api.github.com/repos/python/cpython/issues/37825/comments
3
2003-01-23T15:21:26Z
2022-04-09T22:32:59Z
https://github.com/python/cpython/issues/37825
1,198,791,501
37,825
[ "python", "cpython" ]
BPO | [672855](https://bugs.python.org/issue672855) --- | :--- Nosy | @smontanaro Files | <li>[pydoc.py.patch](https://bugs.python.org/file4953/pydoc.py.patch "Uploaded as text/plain at 2003-01-23.01:07:16 by gtalvola"): patch for pydoc.py</li><li>[pydoc.py.patch](https://bugs.python.org/file4954/pydoc.py.patch "Uploaded as text/plain at 2003-05-21.21:02:29 by gtalvola"): patch for pydoc.py (improved version)</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/smontanaro' closed_at = <Date 2003-06-27.15:46:54.000> created_at = <Date 2003-01-23.01:05:38.000> labels = [] title = 'improve pydoc handling of extension types' updated_at = <Date 2003-06-27.15:46:54.000> user = 'https://bugs.python.org/gtalvola' ``` bugs.python.org fields: ```python activity = <Date 2003-06-27.15:46:54.000> actor = 'skip.montanaro' assignee = 'skip.montanaro' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-23.01:05:38.000> creator = 'gtalvola' dependencies = [] files = ['4953', '4954'] hgrepos = [] issue_num = 672855 keywords = ['patch'] message_count = 4.0 messages = ['42519', '42520', '42521', '42522'] nosy_count = 2.0 nosy_names = ['skip.montanaro', 'gtalvola'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672855' versions = [] ``` </p></details>
improve pydoc handling of extension types
https://api.github.com/repos/python/cpython/issues/37824/comments
4
2003-01-23T01:05:38Z
2022-04-09T22:32:59Z
https://github.com/python/cpython/issues/37824
1,198,791,500
37,824
[ "python", "cpython" ]
BPO | [672808](https://bugs.python.org/issue672808) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-23.02:13:38.000> created_at = <Date 2003-01-22.23:33:04.000> labels = ['interpreter-core'] title = 'Interpreter assertion failure' updated_at = <Date 2003-01-23.02:13:38.000> user = 'https://bugs.python.org/dolda2000' ``` bugs.python.org fields: ```python activity = <Date 2003-01-23.02:13:38.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-22.23:33:04.000> creator = 'dolda2000' dependencies = [] files = [] hgrepos = [] issue_num = 672808 keywords = [] message_count = 2.0 messages = ['14190', '14191'] nosy_count = 2.0 nosy_names = ['tim.peters', 'dolda2000'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672808' versions = [] ``` </p></details>
Interpreter assertion failure
https://api.github.com/repos/python/cpython/issues/37823/comments
2
2003-01-22T23:33:04Z
2022-04-09T22:32:58Z
https://github.com/python/cpython/issues/37823
1,198,791,496
37,823
[ "python", "cpython" ]
BPO | [672656](https://bugs.python.org/issue672656) --- | :--- Nosy | @orsenthil, @ned-deily Files | <li>[pydoc_security_patch.diff](https://bugs.python.org/file4952/pydoc_security_patch.diff "Uploaded as text/plain at 2003-01-22.19:47:27 by kasplat"): restrict IP address pydoc accepts connections</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2010-08-18.19:36:58.575> created_at = <Date 2003-01-22.19:45:59.000> labels = ['type-security', 'library'] title = 'securing pydoc server' updated_at = <Date 2014-09-15.20:38:12.329> user = 'https://bugs.python.org/kasplat' ``` bugs.python.org fields: ```python activity = <Date 2014-09-15.20:38:12.329> actor = 'devin' assignee = 'ping' closed = True closed_date = <Date 2010-08-18.19:36:58.575> closer = 'orsenthil' components = ['Library (Lib)'] creation = <Date 2003-01-22.19:45:59.000> creator = 'kasplat' dependencies = [] files = ['4952'] hgrepos = [] issue_num = 672656 keywords = ['patch'] message_count = 8.0 messages = ['42516', '42517', '42518', '114204', '114269', '226927', '226930', '226938'] nosy_count = 8.0 nosy_names = ['ping', 'kasplat', 'pboddie', 'orsenthil', 'aptshansen', 'ned.deily', 'BreamoreBoy', 'devin'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'security' url = 'https://bugs.python.org/issue672656' versions = ['Python 3.1', 'Python 2.7'] ``` </p></details>
securing pydoc server
https://api.github.com/repos/python/cpython/issues/37822/comments
8
2003-01-22T19:45:59Z
2022-04-09T22:32:56Z
https://github.com/python/cpython/issues/37822
1,198,791,489
37,822
[ "python", "cpython" ]
BPO | [672614](https://bugs.python.org/issue672614) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-05-27.00:07:01.000> created_at = <Date 2003-01-22.18:26:25.000> labels = ['extension-modules'] title = 'python -S still displays \'Type "help", "cop...\'' updated_at = <Date 2003-05-27.00:07:01.000> user = 'https://bugs.python.org/derivin' ``` bugs.python.org fields: ```python activity = <Date 2003-05-27.00:07:01.000> actor = 'nnorwitz' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-22.18:26:25.000> creator = 'derivin' dependencies = [] files = [] hgrepos = [] issue_num = 672614 keywords = [] message_count = 5.0 messages = ['14185', '14186', '14187', '14188', '14189'] nosy_count = 4.0 nosy_names = ['loewis', 'nnorwitz', 'mbrierst', 'derivin'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672614' versions = ['Python 2.2'] ``` </p></details>
python -S still displays 'Type "help", "cop...'
https://api.github.com/repos/python/cpython/issues/37821/comments
5
2003-01-22T18:26:25Z
2022-04-09T22:32:55Z
https://github.com/python/cpython/issues/37821
1,198,791,486
37,821
[ "python", "cpython" ]
BPO | [672578](https://bugs.python.org/issue672578) --- | :--- 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-02-14.17:14:10.000> created_at = <Date 2003-01-22.17:29:46.000> labels = [] title = 'pydoc does not cope well with lambda' updated_at = <Date 2006-02-14.17:14:10.000> user = 'https://bugs.python.org/purp' ``` bugs.python.org fields: ```python activity = <Date 2006-02-14.17:14:10.000> actor = 'wamcvey' assignee = 'none' closed = True closed_date = None closer = None components = ['Demos and Tools'] creation = <Date 2003-01-22.17:29:46.000> creator = 'purp' dependencies = [] files = [] hgrepos = [] issue_num = 672578 keywords = [] message_count = 3.0 messages = ['14182', '14183', '14184'] nosy_count = 3.0 nosy_names = ['rhettinger', 'purp', 'wamcvey'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672578' versions = ['Python 2.2'] ``` </p></details>
pydoc does not cope well with lambda
https://api.github.com/repos/python/cpython/issues/37820/comments
3
2003-01-22T17:29:46Z
2022-04-09T22:32:54Z
https://github.com/python/cpython/issues/37820
1,198,791,481
37,820
[ "python", "cpython" ]
BPO | [672491](https://bugs.python.org/issue672491) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-04-20.00:59:48.000> created_at = <Date 2003-01-22.15:28:53.000> labels = ['expert-regex'] title = '2.3a1 computes lastindex incorrectly' updated_at = <Date 2003-04-20.00:59:48.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2003-04-20.00:59:48.000> actor = 'niemeyer' assignee = 'niemeyer' closed = True closed_date = None closer = None components = ['Regular Expressions'] creation = <Date 2003-01-22.15:28:53.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 672491 keywords = [] message_count = 10.0 messages = ['14172', '14173', '14174', '14175', '14176', '14177', '14178', '14179', '14180', '14181'] nosy_count = 3.0 nosy_names = ['loewis', 'glchapman', 'niemeyer'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672491' versions = ['Python 2.3'] ``` </p></details>
2.3a1 computes lastindex incorrectly
https://api.github.com/repos/python/cpython/issues/37819/comments
10
2003-01-22T15:28:53Z
2022-04-09T22:32:52Z
https://github.com/python/cpython/issues/37819
1,198,791,479
37,819
[ "python", "cpython" ]
BPO | [672132](https://bugs.python.org/issue672132) --- | :--- Nosy | @loewis, @mhammond, @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 = 'https://github.com/mhammond' closed_at = <Date 2008-12-04.16:23:11.533> created_at = <Date 2003-01-21.23:09:39.000> labels = ['OS-windows'] title = "registry functions don't handle null characters" updated_at = <Date 2008-12-04.16:23:11.512> user = 'https://github.com/mhammond' ``` bugs.python.org fields: ```python activity = <Date 2008-12-04.16:23:11.512> actor = 'amaury.forgeotdarc' assignee = 'mhammond' closed = True closed_date = <Date 2008-12-04.16:23:11.533> closer = 'amaury.forgeotdarc' components = ['Windows'] creation = <Date 2003-01-21.23:09:39.000> creator = 'mhammond' dependencies = [] files = [] hgrepos = [] issue_num = 672132 keywords = [] message_count = 3.0 messages = ['60302', '60303', '76892'] nosy_count = 3.0 nosy_names = ['loewis', 'mhammond', 'amaury.forgeotdarc'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672132' versions = [] ``` </p></details>
registry functions don't handle null characters
https://api.github.com/repos/python/cpython/issues/37818/comments
3
2003-01-21T23:09:39Z
2022-04-09T22:32:52Z
https://github.com/python/cpython/issues/37818
1,198,791,474
37,818
[ "python", "cpython" ]
BPO | [672115](https://bugs.python.org/issue672115) --- | :--- Nosy | @mwhudson, @amauryfa, @benjaminp, @florentx, @ambv, @kynan, @maggyero Files | <li>[typeobject.c.diff](https://bugs.python.org/file751/typeobject.c.diff "Uploaded as text/plain at 2003-02-05.02:39:14 by glchapman")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = None created_at = <Date 2003-01-21.22:45:40.000> labels = ['interpreter-core', 'type-feature', '3.11'] title = 'Assignment to __bases__ of direct object subclasses' updated_at = <Date 2022-03-23.00:08:37.846> user = 'https://bugs.python.org/glchapman' ``` bugs.python.org fields: ```python activity = <Date 2022-03-23.00:08:37.846> actor = 'maggyero' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-21.22:45:40.000> creator = 'glchapman' dependencies = [] files = ['751'] hgrepos = [] issue_num = 672115 keywords = [] message_count = 18.0 messages = ['14163', '14164', '14165', '14166', '14167', '14168', '14169', '14170', '14171', '70132', '70133', '86225', '88508', '88569', '106633', '154116', '189987', '270220'] nosy_count = 16.0 nosy_names = ['mwh', 'glchapman', 'amaury.forgeotdarc', 'lorph', 'benjamin.peterson', 'memeplex', 'farcat', 'flox', 'Hari.Krishna.Dara', 'lukasz.langa', 'kynan', 'eli.collins', 'aventurella', 'krzysiekj', 'borisompol', 'maggyero'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue672115' versions = ['Python 3.11'] ``` </p></details>
Assignment to __bases__ of direct object subclasses
https://api.github.com/repos/python/cpython/issues/37817/comments
20
2003-01-21T22:45:40Z
2024-01-19T13:57:26Z
https://github.com/python/cpython/issues/37817
1,198,791,471
37,817
[ "python", "cpython" ]
BPO | [672098](https://bugs.python.org/issue672098) --- | :--- Nosy | @brettcannon, @rhettinger Files | <li>[bisect.py](https://bugs.python.org/file749/bisect.py "Uploaded as text/plain at 2003-01-21.22:20:49 by exarkun")</li><li>[contains.diff](https://bugs.python.org/file750/contains.diff "Uploaded as text/plain at 2003-01-22.02:16:34 by exarkun")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-30.01:03:36.000> created_at = <Date 2003-01-21.22:18:43.000> labels = ['library'] title = 'Three __contains__ implementations' updated_at = <Date 2003-01-30.01:03:36.000> user = 'https://bugs.python.org/exarkun' ``` bugs.python.org fields: ```python activity = <Date 2003-01-30.01:03:36.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-21.22:18:43.000> creator = 'exarkun' dependencies = [] files = ['749', '750'] hgrepos = [] issue_num = 672098 keywords = [] message_count = 6.0 messages = ['14157', '14158', '14159', '14160', '14161', '14162'] nosy_count = 3.0 nosy_names = ['brett.cannon', 'rhettinger', 'exarkun'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672098' versions = ['Python 2.3'] ``` </p></details>
Three __contains__ implementations
https://api.github.com/repos/python/cpython/issues/37816/comments
6
2003-01-21T22:18:43Z
2022-04-09T22:32:49Z
https://github.com/python/cpython/issues/37816
1,198,791,466
37,816
[ "python", "cpython" ]
BPO | [672053](https://bugs.python.org/issue672053) --- | :--- Nosy | @loewis Files | <li>[main.c.diff](https://bugs.python.org/file4951/main.c.diff "Uploaded as text/plain at 2003-01-21.21:16:33 by derivin"): correct diff</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-30.17:24:17.000> created_at = <Date 2003-01-21.21:11:58.000> labels = ['extension-modules'] title = 'Py_Main() removal of exit() calls. Return value instead' updated_at = <Date 2003-03-30.17:24:17.000> user = 'https://bugs.python.org/derivin' ``` bugs.python.org fields: ```python activity = <Date 2003-03-30.17:24:17.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-21.21:11:58.000> creator = 'derivin' dependencies = [] files = ['4951'] hgrepos = [] issue_num = 672053 keywords = ['patch'] message_count = 2.0 messages = ['42514', '42515'] nosy_count = 2.0 nosy_names = ['loewis', 'derivin'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672053' versions = [] ``` </p></details>
Py_Main() removal of exit() calls. Return value instead
https://api.github.com/repos/python/cpython/issues/37815/comments
2
2003-01-21T21:11:58Z
2022-04-09T22:32:48Z
https://github.com/python/cpython/issues/37815
1,198,791,461
37,815
[ "python", "cpython" ]
BPO | [672035](https://bugs.python.org/issue672035) --- | :--- Nosy | @facundobatista Files | <li>[main.c](https://bugs.python.org/file746/main.c "Uploaded as text/plain at 2003-01-21.20:50:15 by derivin")</li><li>[main.c](https://bugs.python.org/file747/main.c "Uploaded as text/plain at 2003-01-21.21:15:49 by derivin"): proper file</li><li>[main.c.diff](https://bugs.python.org/file748/main.c.diff "Uploaded as text/plain at 2003-01-21.21:16:07 by derivin"): correct 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 2005-01-11.03:48:57.000> created_at = <Date 2003-01-21.20:42:23.000> labels = ['extension-modules'] title = 'Py_Main() does not perform to spec' updated_at = <Date 2005-01-11.03:48:57.000> user = 'https://bugs.python.org/derivin' ``` bugs.python.org fields: ```python activity = <Date 2005-01-11.03:48:57.000> actor = 'facundobatista' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-21.20:42:23.000> creator = 'derivin' dependencies = [] files = ['746', '747', '748'] hgrepos = [] issue_num = 672035 keywords = [] message_count = 4.0 messages = ['14153', '14154', '14155', '14156'] nosy_count = 2.0 nosy_names = ['facundobatista', 'derivin'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue672035' versions = ['Python 2.2'] ``` </p></details>
Py_Main() does not perform to spec
https://api.github.com/repos/python/cpython/issues/37814/comments
4
2003-01-21T20:42:23Z
2022-04-09T22:32:47Z
https://github.com/python/cpython/issues/37814
1,198,791,459
37,814
[ "python", "cpython" ]
BPO | [671779](https://bugs.python.org/issue671779) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-21.16:48:47.000> created_at = <Date 2003-01-21.13:33:48.000> labels = ['docs'] title = 'Error in tzinfo.dst() docs' updated_at = <Date 2003-01-21.16:48:47.000> user = 'https://bugs.python.org/zenzen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-21.16:48:47.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-21.13:33:48.000> creator = 'zenzen' dependencies = [] files = [] hgrepos = [] issue_num = 671779 keywords = [] message_count = 2.0 messages = ['14151', '14152'] nosy_count = 2.0 nosy_names = ['tim.peters', 'zenzen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671779' versions = ['Python 2.3'] ``` </p></details>
Error in tzinfo.dst() docs
https://api.github.com/repos/python/cpython/issues/37813/comments
2
2003-01-21T13:33:48Z
2022-04-09T22:32:47Z
https://github.com/python/cpython/issues/37813
1,198,791,457
37,813
[ "python", "cpython" ]
BPO | [671741](https://bugs.python.org/issue671741) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-22.09:22:47.000> created_at = <Date 2003-01-21.12:06:35.000> labels = ['library'] title = 'Tk.IntVar.get fails after set(True) in 2.3a1' updated_at = <Date 2003-01-22.09:22:47.000> user = 'https://bugs.python.org/edream' ``` bugs.python.org fields: ```python activity = <Date 2003-01-22.09:22:47.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-21.12:06:35.000> creator = 'edream' dependencies = [] files = [] hgrepos = [] issue_num = 671741 keywords = [] message_count = 5.0 messages = ['14146', '14147', '14148', '14149', '14150'] nosy_count = 3.0 nosy_names = ['loewis', 'edream', 'tzot'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671741' versions = [] ``` </p></details>
Tk.IntVar.get fails after set(True) in 2.3a1
https://api.github.com/repos/python/cpython/issues/37812/comments
5
2003-01-21T12:06:35Z
2022-04-09T22:32:45Z
https://github.com/python/cpython/issues/37812
1,198,791,449
37,812
[ "python", "cpython" ]
BPO | [671731](https://bugs.python.org/issue671731) --- | :--- Nosy | @mwhudson, @freddrake, @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 = 'https://github.com/freddrake' closed_at = <Date 2003-02-04.15:19:51.000> created_at = <Date 2003-01-21.11:14:41.000> labels = ['docs'] title = 'time module: time tuple not returned by certain functions' updated_at = <Date 2003-02-04.15:19:51.000> user = 'https://bugs.python.org/mrmiller' ``` bugs.python.org fields: ```python activity = <Date 2003-02-04.15:19:51.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-21.11:14:41.000> creator = 'mrmiller' dependencies = [] files = [] hgrepos = [] issue_num = 671731 keywords = [] message_count = 7.0 messages = ['14139', '14140', '14141', '14142', '14143', '14144', '14145'] nosy_count = 4.0 nosy_names = ['mwh', 'fdrake', 'brett.cannon', 'mrmiller'] pr_nums = [] priority = 'low' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671731' versions = ['Python 2.2'] ``` </p></details>
time module: time tuple not returned by certain functions
https://api.github.com/repos/python/cpython/issues/37811/comments
7
2003-01-21T11:14:41Z
2022-04-09T22:32:44Z
https://github.com/python/cpython/issues/37811
1,198,791,445
37,811
[ "python", "cpython" ]
BPO | [671666](https://bugs.python.org/issue671666) --- | :--- Nosy | @tim-one, @loewis Files | <li>[site.py.diff](https://bugs.python.org/file4950/site.py.diff "Uploaded as text/plain at 2003-01-21.08:37:56 by suzuki_hisao")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-03-03.09:45:23.000> created_at = <Date 2003-01-21.08:36:30.000> labels = ['library'] title = 'Make the default encoding provided on Windows' updated_at = <Date 2003-03-03.09:45:23.000> user = 'https://bugs.python.org/suzukihisao' ``` bugs.python.org fields: ```python activity = <Date 2003-03-03.09:45:23.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-21.08:36:30.000> creator = 'suzuki_hisao' dependencies = [] files = ['4950'] hgrepos = [] issue_num = 671666 keywords = ['patch'] message_count = 5.0 messages = ['42509', '42510', '42511', '42512', '42513'] nosy_count = 3.0 nosy_names = ['tim.peters', 'loewis', 'suzuki_hisao'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671666' versions = ['Python 2.3'] ``` </p></details>
Make the default encoding provided on Windows
https://api.github.com/repos/python/cpython/issues/37810/comments
5
2003-01-21T08:36:30Z
2022-04-09T22:32:43Z
https://github.com/python/cpython/issues/37810
1,198,791,442
37,810
[ "python", "cpython" ]
BPO | [671459](https://bugs.python.org/issue671459) --- | :--- Nosy | @loewis Files | <li>[pythonrun.c.patch](https://bugs.python.org/file4949/pythonrun.c.patch "Uploaded as text/plain at 2003-01-20.23:26:00 by joshhoyt"): Adds import hooks to new interpreters</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-01-22.09:04:52.000> created_at = <Date 2003-01-20.23:22:25.000> labels = ['interpreter-core'] title = 'Py_NewInterpreter missing new import hooks' updated_at = <Date 2003-01-22.09:04:52.000> user = 'https://bugs.python.org/joshhoyt' ``` bugs.python.org fields: ```python activity = <Date 2003-01-22.09:04:52.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-20.23:22:25.000> creator = 'joshhoyt' dependencies = [] files = ['4949'] hgrepos = [] issue_num = 671459 keywords = ['patch'] message_count = 4.0 messages = ['42505', '42506', '42507', '42508'] nosy_count = 3.0 nosy_names = ['loewis', 'jvr', 'joshhoyt'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671459' versions = ['Python 2.3'] ``` </p></details>
Py_NewInterpreter missing new import hooks
https://api.github.com/repos/python/cpython/issues/37809/comments
4
2003-01-20T23:22:25Z
2022-04-09T22:32:42Z
https://github.com/python/cpython/issues/37809
1,198,791,438
37,809
[ "python", "cpython" ]
BPO | [671454](https://bugs.python.org/issue671454) --- | :--- Nosy | @rhettinger Files | <li>[dict.diff](https://bugs.python.org/file4945/dict.diff "Uploaded as text/plain at 2003-01-20.23:09:52 by @rhettinger"): One line patch!</li><li>[timemat.py](https://bugs.python.org/file4946/timemat.py "Uploaded as text/plain at 2003-01-20.23:10:50 by @rhettinger"): Time the test of a matrix package</li><li>[timepuzzle.py](https://bugs.python.org/file4947/timepuzzle.py "Uploaded as text/plain at 2003-01-20.23:11:42 by @rhettinger"): Time a puzzle solving graph traverser</li><li>[timebltin.py](https://bugs.python.org/file4948/timebltin.py "Uploaded as text/plain at 2003-01-20.23:13:41 by @rhettinger"): Time access to builtins</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-05-05.22:30:17.000> created_at = <Date 2003-01-20.23:08:55.000> labels = ['interpreter-core'] title = 'Optimize dictionary resizing' updated_at = <Date 2003-05-05.22:30:17.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-05-05.22:30:17.000> actor = 'rhettinger' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-20.23:08:55.000> creator = 'rhettinger' dependencies = [] files = ['4945', '4946', '4947', '4948'] hgrepos = [] issue_num = 671454 keywords = ['patch'] message_count = 3.0 messages = ['42502', '42503', '42504'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671454' versions = ['Python 2.3'] ``` </p></details>
Optimize dictionary resizing
https://api.github.com/repos/python/cpython/issues/37808/comments
3
2003-01-20T23:08:55Z
2022-04-09T22:32:40Z
https://github.com/python/cpython/issues/37808
1,198,791,436
37,808
[ "python", "cpython" ]
BPO | [671447](https://bugs.python.org/issue671447) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-31.05:23:29.000> created_at = <Date 2003-01-20.22:58:25.000> labels = ['docs'] title = "StringIO doc doesn't say it's sometimes read-only" updated_at = <Date 2003-01-31.05:23:29.000> user = 'https://bugs.python.org/hierro' ``` bugs.python.org fields: ```python activity = <Date 2003-01-31.05:23:29.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-20.22:58:25.000> creator = 'hierro' dependencies = [] files = [] hgrepos = [] issue_num = 671447 keywords = [] message_count = 6.0 messages = ['14133', '14134', '14135', '14136', '14137', '14138'] nosy_count = 3.0 nosy_names = ['rhettinger', 'tzot', 'hierro'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671447' versions = [] ``` </p></details>
StringIO doc doesn't say it's sometimes read-only
https://api.github.com/repos/python/cpython/issues/37807/comments
6
2003-01-20T22:58:25Z
2022-04-09T22:32:39Z
https://github.com/python/cpython/issues/37807
1,198,791,433
37,807
[ "python", "cpython" ]
BPO | [671439](https://bugs.python.org/issue671439) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-20.23:12:28.000> created_at = <Date 2003-01-20.22:45:06.000> labels = ['interpreter-core', 'invalid'] title = "fix for 569257 isn't in 2.2.2 - __slots__ still not mangled" updated_at = <Date 2003-01-20.23:12:28.000> user = 'https://bugs.python.org/jessaustin' ``` bugs.python.org fields: ```python activity = <Date 2003-01-20.23:12:28.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-20.22:45:06.000> creator = 'jessaustin' dependencies = [] files = [] hgrepos = [] issue_num = 671439 keywords = [] message_count = 2.0 messages = ['14131', '14132'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'jessaustin'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671439' versions = ['Python 2.2'] ``` </p></details>
fix for 569257 isn't in 2.2.2 - __slots__ still not mangled
https://api.github.com/repos/python/cpython/issues/37806/comments
2
2003-01-20T22:45:06Z
2022-04-09T22:32:38Z
https://github.com/python/cpython/issues/37806
1,198,791,430
37,806
[ "python", "cpython" ]
BPO | [671384](https://bugs.python.org/issue671384) --- | :--- Nosy | @loewis Files | <li>[pty.diff](https://bugs.python.org/file4943/pty.diff "Uploaded as text/plain at 2003-01-20.21:24:06 by nnorwitz"): pty patch 1 to revert to old behaviour on hpux11</li><li>[pty2.diff](https://bugs.python.org/file4944/pty2.diff "Uploaded as text/plain at 2003-01-28.00:21:32 by nnorwitz"): updated, less hacky patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-04.14:19:21.000> created_at = <Date 2003-01-20.21:23:20.000> labels = ['extension-modules', 'invalid'] title = 'test_pty hanging on hpux11' updated_at = <Date 2003-03-04.14:19:21.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-03-04.14:19:21.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-20.21:23:20.000> creator = 'nnorwitz' dependencies = [] files = ['4943', '4944'] hgrepos = [] issue_num = 671384 keywords = ['patch'] message_count = 6.0 messages = ['42496', '42497', '42498', '42499', '42500', '42501'] nosy_count = 2.0 nosy_names = ['loewis', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671384' versions = ['Python 2.3'] ``` </p></details>
test_pty hanging on hpux11
https://api.github.com/repos/python/cpython/issues/37805/comments
6
2003-01-20T21:23:20Z
2022-04-09T22:32:37Z
https://github.com/python/cpython/issues/37805
1,198,791,429
37,805
[ "python", "cpython" ]
BPO | [671176](https://bugs.python.org/issue671176) --- | :--- Nosy | @tebeka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-13.03:04:34.000> created_at = <Date 2003-01-20.14:13:12.000> labels = ['build', 'invalid'] title = 'Compile _randommodule.c and datetimemodule.c under cygwin' updated_at = <Date 2003-02-13.03:04:34.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2003-02-13.03:04:34.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-01-20.14:13:12.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 671176 keywords = ['patch'] message_count = 3.0 messages = ['42493', '42494', '42495'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671176' versions = ['Python 2.3'] ``` </p></details>
Compile _randommodule.c and datetimemodule.c under cygwin
https://api.github.com/repos/python/cpython/issues/37804/comments
3
2003-01-20T14:13:12Z
2022-04-09T22:32:36Z
https://github.com/python/cpython/issues/37804
1,198,791,423
37,804
[ "python", "cpython" ]
BPO | [671175](https://bugs.python.org/issue671175) --- | :--- Nosy | @tebeka <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-20.16:10:06.000> created_at = <Date 2003-01-20.14:07:38.000> labels = [] title = 'test_format core dumps on cygwin' updated_at = <Date 2003-01-20.16:10:06.000> user = 'https://github.com/tebeka' ``` bugs.python.org fields: ```python activity = <Date 2003-01-20.16:10:06.000> actor = 'jlt63' assignee = 'jlt63' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-20.14:07:38.000> creator = 'tebeka' dependencies = [] files = [] hgrepos = [] issue_num = 671175 keywords = [] message_count = 3.0 messages = ['14128', '14129', '14130'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'jlt63', 'tebeka'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue671175' versions = ['Python 2.3'] ``` </p></details>
test_format core dumps on cygwin
https://api.github.com/repos/python/cpython/issues/37803/comments
3
2003-01-20T14:07:38Z
2022-04-09T22:32:34Z
https://github.com/python/cpython/issues/37803
1,198,791,422
37,803
[ "python", "cpython" ]
BPO | [670845](https://bugs.python.org/issue670845) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-20.09:07:00.000> created_at = <Date 2003-01-19.22:59:20.000> labels = ['OS-mac'] title = 'IDE: "clear" and "cut" fail in output window' updated_at = <Date 2003-01-20.09:07:00.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-20.09:07:00.000> actor = 'jvr' assignee = 'jvr' closed = True closed_date = None closer = None components = ['macOS'] creation = <Date 2003-01-19.22:59:20.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 670845 keywords = [] message_count = 2.0 messages = ['14126', '14127'] nosy_count = 2.0 nosy_names = ['jackjansen', 'jvr'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670845' versions = [] ``` </p></details>
IDE: "clear" and "cut" fail in output window
https://api.github.com/repos/python/cpython/issues/37802/comments
2
2003-01-19T22:59:20Z
2022-04-09T22:32:33Z
https://github.com/python/cpython/issues/37802
1,198,791,419
37,802
[ "python", "cpython" ]
BPO | [670816](https://bugs.python.org/issue670816) --- | :--- Nosy | @gvanrossum, @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-01-19.22:16:38.000> created_at = <Date 2003-01-19.21:37:14.000> labels = ['library'] title = 'pickles are way slow' updated_at = <Date 2003-01-19.22:16:38.000> user = 'https://bugs.python.org/lpd' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.22:16:38.000> actor = 'lpd' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-19.21:37:14.000> creator = 'lpd' dependencies = [] files = [] hgrepos = [] issue_num = 670816 keywords = [] message_count = 4.0 messages = ['14122', '14123', '14124', '14125'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tim.peters', 'nnorwitz', 'lpd'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670816' versions = ['Python 2.2'] ``` </p></details>
pickles are way slow
https://api.github.com/repos/python/cpython/issues/37801/comments
4
2003-01-19T21:37:14Z
2022-04-09T22:32:33Z
https://github.com/python/cpython/issues/37801
1,198,791,417
37,801
[ "python", "cpython" ]
BPO | [670715](https://bugs.python.org/issue670715) --- | :--- Nosy | @malemburg, @loewis, @doerwalter, @hyeshik Files | <li>[iconvcodec-1.txt](https://bugs.python.org/file4938/iconvcodec-1.txt "Uploaded as text/plain at 2003-01-19.16:53:06 by @hyeshik"): Patch</li><li>[iconvcodec-2.txt](https://bugs.python.org/file4939/iconvcodec-2.txt "Uploaded as text/plain at 2003-01-20.13:33:34 by @hyeshik"): Revised patch (r2)</li><li>[iconvcodec-3.txt](https://bugs.python.org/file4940/iconvcodec-3.txt "Uploaded as text/plain at 2003-01-30.18:26:51 by @doerwalter")</li><li>[diff-char.txt](https://bugs.python.org/file4941/diff-char.txt "Uploaded as text/plain at 2003-02-04.18:57:50 by @doerwalter"): Use '0' as test char.</li><li>[diff-debug.txt](https://bugs.python.org/file4942/diff-debug.txt "Uploaded as text/plain at 2003-02-04.18:58:36 by @doerwalter"): Add debugging output to see what iconv() generated.</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-04-03.05:04:51.000> created_at = <Date 2003-01-19.16:51:35.000> labels = ['library'] title = 'Universal Unicode Codec for POSIX iconv' updated_at = <Date 2003-04-03.05:04:51.000> user = 'https://github.com/hyeshik' ``` bugs.python.org fields: ```python activity = <Date 2003-04-03.05:04:51.000> actor = 'loewis' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-19.16:51:35.000> creator = 'hyeshik.chang' dependencies = [] files = ['4938', '4939', '4940', '4941', '4942'] hgrepos = [] issue_num = 670715 keywords = ['patch'] message_count = 14.0 messages = ['42479', '42480', '42481', '42482', '42483', '42484', '42485', '42486', '42487', '42488', '42489', '42490', '42491', '42492'] nosy_count = 5.0 nosy_names = ['lemburg', 'loewis', 'doerwalter', 'tzot', 'hyeshik.chang'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670715' versions = ['Python 2.3'] ``` </p></details>
Universal Unicode Codec for POSIX iconv
https://api.github.com/repos/python/cpython/issues/37800/comments
14
2003-01-19T16:51:35Z
2022-04-09T22:32:32Z
https://github.com/python/cpython/issues/37800
1,198,791,413
37,800
[ "python", "cpython" ]
BPO | [670664](https://bugs.python.org/issue670664) --- | :--- Nosy | @birkenfeld, @yotam.medini, @orsenthil, @pitrou, @ezio-melotti, @merwok, @bitdancer Files | <li>[patch-02.txt](https://bugs.python.org/file4937/patch-02.txt "Uploaded as text/plain at 2003-01-19.14:09:03 by fantoozler")</li><li>[patch-test-cdata.txt](https://bugs.python.org/file10952/patch-test-cdata.txt "Uploaded as text/plain at 2008-07-20.11:32:04 by @birkenfeld"): test suite update</li><li>[minify.py](https://bugs.python.org/file12183/minify.py "Uploaded as text/plain at 2008-12-02.02:06:00 by cpalmer")</li><li>[lt-in-script-example.tgz](https://bugs.python.org/file19072/lt-in-script-example.tgz "Uploaded as application/x-compressed-tar at 2010-09-30.21:50:03 by @yotam.medini"): Example of HTMLParser failure</li><li>[HTMLParser.diff](https://bugs.python.org/file19073/HTMLParser.diff "Uploaded as text/plain at 2010-09-30.21:52:24 by @yotam.medini"): Patch with suggested fix</li><li>[endtag-space.html](https://bugs.python.org/file20231/endtag-space.html "Uploaded as text/plain at 2011-01-02.20:46:24 by @yotam.medini"): Example of HTMLParser failure</li><li>[dollar-extra.html](https://bugs.python.org/file20232/dollar-extra.html "Uploaded as text/plain at 2011-01-02.20:48:36 by @yotam.medini"): Example of HTMLParser failure</li><li>[ltscr-endtag-dollarext.diff](https://bugs.python.org/file20233/ltscr-endtag-dollarext.diff "Uploaded as text/plain at 2011-01-02.20:50:11 by @yotam.medini"): Patch with suggested fix</li><li>[cdata_patch.diff](https://bugs.python.org/file21045/cdata_patch.diff "Uploaded as text/plain at 2011-03-08.11:00:15 by friday")</li><li>[cdata_patch.diff](https://bugs.python.org/file21046/cdata_patch.diff "Uploaded as text/plain at 2011-03-08.11:28:24 by friday")</li><li>[hp_fix.diff](https://bugs.python.org/file22767/hp_fix.diff "Uploaded as text/plain at 2011-07-27.03:24:51 by Matt.Basta"): Patch containing updated version of Alexander's patch and tests</li><li>[issue670664.diff](https://bugs.python.org/file23553/issue670664.diff "Uploaded as text/plain at 2011-10-30.11:40:26 by @ezio-melotti")</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/ezio-melotti' closed_at = <Date 2011-11-01.12:18:10.762> created_at = <Date 2003-01-19.14:07:07.000> labels = ['type-bug', 'library'] title = 'HTMLParser.py - more robust SCRIPT tag parsing' updated_at = <Date 2011-11-01.12:18:10.761> user = 'https://bugs.python.org/fantoozler' ``` bugs.python.org fields: ```python activity = <Date 2011-11-01.12:18:10.761> actor = 'ezio.melotti' assignee = 'ezio.melotti' closed = True closed_date = <Date 2011-11-01.12:18:10.762> closer = 'ezio.melotti' components = ['Library (Lib)'] creation = <Date 2003-01-19.14:07:07.000> creator = 'fantoozler' dependencies = [] files = ['4937', '10952', '12183', '19072', '19073', '20231', '20232', '20233', '21045', '21046', '22767', '23553'] hgrepos = [] issue_num = 670664 keywords = ['patch', 'needs review'] message_count = 39.0 messages = ['42474', '42475', '42476', '42477', '42478', '70083', '76723', '83254', '88864', '117762', '117763', '120265', '125096', '125154', '130319', '130326', '130702', '141204', '141210', '141232', '141237', '141242', '141248', '141260', '141266', '141273', '141291', '141297', '141345', '141372', '141428', '141531', '141532', '141533', '146632', '146709', '146717', '146770', '146771'] nosy_count = 14.0 nosy_names = ['georg.brandl', 'yotam', 'orsenthil', 'pitrou', 'fantoozler', 'gsf', 'ezio.melotti', 'eric.araujo', 'r.david.murray', 'momat', 'Hunanyan', 'friday', 'python-dev', 'Matt.Basta'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue670664' versions = ['Python 2.7', 'Python 3.2', 'Python 3.3'] ``` </p></details>
HTMLParser.py - more robust SCRIPT tag parsing
https://api.github.com/repos/python/cpython/issues/37799/comments
39
2003-01-19T14:07:07Z
2022-04-09T22:32:31Z
https://github.com/python/cpython/issues/37799
1,198,791,406
37,799
[ "python", "cpython" ]
BPO | [670423](https://bugs.python.org/issue670423) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[op.diff](https://bugs.python.org/file4936/op.diff "Uploaded as text/plain at 2003-01-18.20:14:43 by @rhettinger"): Patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-18.23:26:58.000> created_at = <Date 2003-01-18.20:14:02.000> labels = ['interpreter-core'] title = 'Add missing identity tests to operator.c' updated_at = <Date 2003-01-18.23:26:58.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-18.23:26:58.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-18.20:14:02.000> creator = 'rhettinger' dependencies = [] files = ['4936'] hgrepos = [] issue_num = 670423 keywords = ['patch'] message_count = 3.0 messages = ['42471', '42472', '42473'] nosy_count = 2.0 nosy_names = ['loewis', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670423' versions = ['Python 2.3'] ``` </p></details>
Add missing identity tests to operator.c
https://api.github.com/repos/python/cpython/issues/37798/comments
3
2003-01-18T20:14:02Z
2022-04-09T22:32:30Z
https://github.com/python/cpython/issues/37798
1,198,791,403
37,798
[ "python", "cpython" ]
BPO | [670390](https://bugs.python.org/issue670390) --- | :--- Nosy | @gvanrossum, @loewis, @vsajip Files | <li>[test_logging.zip](https://bugs.python.org/file4935/test_logging.zip "Uploaded as application/x-zip-compressed at 2003-01-19.00:27:04 by @vsajip"): Test harness and output file for logging package</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-03-25.12:47:26.000> created_at = <Date 2003-01-18.19:32:45.000> labels = ['library'] title = 'Patched test harness for logging' updated_at = <Date 2006-03-25.12:47:26.000> user = 'https://github.com/vsajip' ``` bugs.python.org fields: ```python activity = <Date 2006-03-25.12:47:26.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-18.19:32:45.000> creator = 'vinay.sajip' dependencies = [] files = ['4935'] hgrepos = [] issue_num = 670390 keywords = ['patch'] message_count = 6.0 messages = ['42465', '42466', '42467', '42468', '42469', '42470'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'loewis', 'vinay.sajip', 'paulicka'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670390' versions = ['Python 2.3'] ``` </p></details>
Patched test harness for logging
https://api.github.com/repos/python/cpython/issues/37797/comments
6
2003-01-18T19:32:45Z
2022-04-09T22:32:28Z
https://github.com/python/cpython/issues/37797
1,198,791,400
37,797
[ "python", "cpython" ]
BPO | [670367](https://bugs.python.org/issue670367) --- | :--- Nosy | @tim-one, @loewis, @rhettinger Files | <li>[ceval4.diff](https://bugs.python.org/file4933/ceval4.diff "Uploaded as text/plain at 2003-01-18.19:09:00 by @rhettinger"): Tiny patch for Python/ceval.c</li><li>[timeeval.py](https://bugs.python.org/file4934/timeeval.py "Uploaded as text/plain at 2003-01-19.01:40:31 by @rhettinger"): Timing of is comparison</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-19.05:12:06.000> created_at = <Date 2003-01-18.19:07:29.000> labels = [] title = 'Micro-optimizations for ceval.c' updated_at = <Date 2003-01-19.05:12:06.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.05:12:06.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-18.19:07:29.000> creator = 'rhettinger' dependencies = [] files = ['4933', '4934'] hgrepos = [] issue_num = 670367 keywords = ['patch'] message_count = 7.0 messages = ['42458', '42459', '42460', '42461', '42462', '42463', '42464'] nosy_count = 3.0 nosy_names = ['tim.peters', 'loewis', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670367' versions = ['Python 2.3'] ``` </p></details>
Micro-optimizations for ceval.c
https://api.github.com/repos/python/cpython/issues/37796/comments
7
2003-01-18T19:07:29Z
2022-04-09T22:32:28Z
https://github.com/python/cpython/issues/37796
1,198,791,397
37,796
[ "python", "cpython" ]
BPO | [670311](https://bugs.python.org/issue670311) --- | :--- 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 2007-03-07.00:35:19.000> created_at = <Date 2003-01-18.16:43:08.000> labels = [] title = 'sys.exit and PYTHONINSPECT' updated_at = <Date 2007-03-07.00:35:19.000> user = 'https://bugs.python.org/kasplat' ``` bugs.python.org fields: ```python activity = <Date 2007-03-07.00:35:19.000> actor = 'georg.brandl' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-18.16:43:08.000> creator = 'kasplat' dependencies = [] files = [] hgrepos = [] issue_num = 670311 keywords = [] message_count = 3.0 messages = ['14119', '14120', '14121'] nosy_count = 3.0 nosy_names = ['georg.brandl', 'kasplat', 'mbrierst'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670311' versions = [] ``` </p></details>
sys.exit and PYTHONINSPECT
https://api.github.com/repos/python/cpython/issues/37795/comments
3
2003-01-18T16:43:08Z
2022-04-09T22:32:26Z
https://github.com/python/cpython/issues/37795
1,198,791,392
37,795
[ "python", "cpython" ]
BPO | [670229](https://bugs.python.org/issue670229) --- | :--- Nosy | @rhettinger Files | <li>[python-cStringIO-doc.patch](https://bugs.python.org/file4932/python-cStringIO-doc.patch "Uploaded as text/plain at 2003-01-18.11:46:15 by yoda_gh"): python-cStringIO-doc.patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-19.00:49:10.000> created_at = <Date 2003-01-18.11:44:57.000> labels = ['interpreter-core'] title = 'doc improvement for cStringIO.h' updated_at = <Date 2003-01-19.00:49:10.000> user = 'https://bugs.python.org/yodagh' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.00:49:10.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-18.11:44:57.000> creator = 'yoda_gh' dependencies = [] files = ['4932'] hgrepos = [] issue_num = 670229 keywords = ['patch'] message_count = 2.0 messages = ['42456', '42457'] nosy_count = 2.0 nosy_names = ['rhettinger', 'yoda_gh'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670229' versions = ['Python 2.2'] ``` </p></details>
doc improvement for cStringIO.h
https://api.github.com/repos/python/cpython/issues/37794/comments
2
2003-01-18T11:44:57Z
2022-04-09T22:32:25Z
https://github.com/python/cpython/issues/37794
1,198,791,389
37,794
[ "python", "cpython" ]
BPO | [670194](https://bugs.python.org/issue670194) --- | :--- Nosy | @tim-one, @brettcannon Files | <li>[performance.diff](https://bugs.python.org/file4931/performance.diff "Uploaded as text/plain at 2003-01-18.07:46:30 by @brettcannon"): 2002-01-17: cvs diff -u from src/</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-19.04:44:51.000> created_at = <Date 2003-01-18.07:45:45.000> labels = ['library'] title = 'Performance enhancement for _strptime.py' updated_at = <Date 2003-01-19.04:44:51.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.04:44:51.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-18.07:45:45.000> creator = 'brett.cannon' dependencies = [] files = ['4931'] hgrepos = [] issue_num = 670194 keywords = ['patch'] message_count = 2.0 messages = ['42454', '42455'] nosy_count = 2.0 nosy_names = ['tim.peters', 'brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670194' versions = ['Python 2.3'] ``` </p></details>
Performance enhancement for _strptime.py
https://api.github.com/repos/python/cpython/issues/37793/comments
2
2003-01-18T07:45:45Z
2022-04-09T22:32:24Z
https://github.com/python/cpython/issues/37793
1,198,791,383
37,793
[ "python", "cpython" ]
BPO | [670012](https://bugs.python.org/issue670012) --- | :--- Nosy | @tim-one, @brettcannon Files | <li>[compat.diff](https://bugs.python.org/file4930/compat.diff "Uploaded as text/plain at 2003-01-17.22:04:42 by @brettcannon"): 2003-01-17: cvs diff -u from src/</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-18.03:57:35.000> created_at = <Date 2003-01-17.22:03:21.000> labels = ['library'] title = 'Compatibility changes for _strptime.py' updated_at = <Date 2003-01-18.03:57:35.000> user = 'https://github.com/brettcannon' ``` bugs.python.org fields: ```python activity = <Date 2003-01-18.03:57:35.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-17.22:03:21.000> creator = 'brett.cannon' dependencies = [] files = ['4930'] hgrepos = [] issue_num = 670012 keywords = ['patch'] message_count = 2.0 messages = ['42452', '42453'] nosy_count = 2.0 nosy_names = ['tim.peters', 'brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue670012' versions = ['Python 2.3'] ``` </p></details>
Compatibility changes for _strptime.py
https://api.github.com/repos/python/cpython/issues/37792/comments
2
2003-01-17T22:03:21Z
2022-04-09T22:32:23Z
https://github.com/python/cpython/issues/37792
1,198,791,377
37,792
[ "python", "cpython" ]
BPO | [669859](https://bugs.python.org/issue669859) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-19.17:38:41.000> created_at = <Date 2003-01-17.17:49:26.000> labels = ['invalid', 'library'] title = 'socket.inet_aton() succeeds on invalid input' updated_at = <Date 2003-01-19.17:38:41.000> user = 'https://bugs.python.org/mbeaumon' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.17:38:41.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-17.17:49:26.000> creator = 'mbeaumon' dependencies = [] files = [] hgrepos = [] issue_num = 669859 keywords = [] message_count = 2.0 messages = ['14117', '14118'] nosy_count = 2.0 nosy_names = ['loewis', 'mbeaumon'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669859' versions = ['Python 2.2'] ``` </p></details>
socket.inet_aton() succeeds on invalid input
https://api.github.com/repos/python/cpython/issues/37791/comments
2
2003-01-17T17:49:26Z
2022-04-09T22:32:21Z
https://github.com/python/cpython/issues/37791
1,198,791,371
37,791
[ "python", "cpython" ]
BPO | [669838](https://bugs.python.org/issue669838) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-07-12.02:06:22.000> created_at = <Date 2003-01-17.17:03:14.000> labels = ['interpreter-core'] title = 'Seg fault in gcmodule.c' updated_at = <Date 2003-07-12.02:06:22.000> user = 'https://bugs.python.org/greg7mdp' ``` bugs.python.org fields: ```python activity = <Date 2003-07-12.02:06:22.000> actor = 'greg7mdp' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-17.17:03:14.000> creator = 'greg7mdp' dependencies = [] files = [] hgrepos = [] issue_num = 669838 keywords = [] message_count = 8.0 messages = ['14109', '14110', '14111', '14112', '14113', '14114', '14115', '14116'] nosy_count = 3.0 nosy_names = ['nnorwitz', 'rhettinger', 'greg7mdp'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669838' versions = ['Python 2.2'] ``` </p></details>
Seg fault in gcmodule.c
https://api.github.com/repos/python/cpython/issues/37790/comments
8
2003-01-17T17:03:14Z
2022-04-09T22:32:20Z
https://github.com/python/cpython/issues/37790
1,198,791,367
37,790
[ "python", "cpython" ]
BPO | [669692](https://bugs.python.org/issue669692) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/mwhudson' closed_at = <Date 2003-01-31.17:58:55.000> created_at = <Date 2003-01-17.11:39:58.000> labels = ['library'] title = 'pdb user_call breakage' updated_at = <Date 2003-01-31.17:58:55.000> user = 'https://github.com/mwhudson' ``` bugs.python.org fields: ```python activity = <Date 2003-01-31.17:58:55.000> actor = 'mwh' assignee = 'mwh' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-17.11:39:58.000> creator = 'mwh' dependencies = [] files = [] hgrepos = [] issue_num = 669692 keywords = [] message_count = 3.0 messages = ['14106', '14107', '14108'] nosy_count = 1.0 nosy_names = ['mwh'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669692' versions = ['Python 2.3'] ``` </p></details>
pdb user_call breakage
https://api.github.com/repos/python/cpython/issues/37789/comments
3
2003-01-17T11:39:58Z
2022-04-09T22:32:20Z
https://github.com/python/cpython/issues/37789
1,198,791,363
37,789
[ "python", "cpython" ]
BPO | [669684](https://bugs.python.org/issue669684) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-17.14:17:13.000> created_at = <Date 2003-01-17.11:15:47.000> labels = ['library'] title = 'HTMLParser -- allow "," in attributes' updated_at = <Date 2003-01-17.14:17:13.000> user = 'https://bugs.python.org/fantoozler' ``` bugs.python.org fields: ```python activity = <Date 2003-01-17.14:17:13.000> actor = 'nnorwitz' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-17.11:15:47.000> creator = 'fantoozler' dependencies = [] files = [] hgrepos = [] issue_num = 669684 keywords = ['patch'] message_count = 2.0 messages = ['42450', '42451'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'fantoozler'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669684' versions = ['Python 2.3'] ``` </p></details>
HTMLParser -- allow "," in attributes
https://api.github.com/repos/python/cpython/issues/37788/comments
2
2003-01-17T11:15:47Z
2022-04-09T22:32:18Z
https://github.com/python/cpython/issues/37788
1,198,791,362
37,788
[ "python", "cpython" ]
BPO | [669683](https://bugs.python.org/issue669683) --- | :--- Nosy | @freddrake Files | <li>[patch-01.txt](https://bugs.python.org/file4926/patch-01.txt "Uploaded as text/plain at 2003-01-17.18:46:33 by fantoozler")</li><li>[patch-01.txt](https://bugs.python.org/file4927/patch-01.txt "Uploaded as text/plain at 2003-01-25.00:18:10 by fantoozler")</li><li>[patch-parser-attrib.txt](https://bugs.python.org/file4928/patch-parser-attrib.txt "Uploaded as text/plain at 2003-01-25.03:48:53 by fantoozler")</li><li>[patch-parser-attrib.txt](https://bugs.python.org/file4929/patch-parser-attrib.txt "Uploaded as text/plain at 2003-01-25.04:02:43 by fantoozler")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = <Date 2003-03-14.16:35:20.000> created_at = <Date 2003-01-17.11:15:14.000> labels = ['library'] title = 'HTMLParser -- allow comma in unquoted attribute values' updated_at = <Date 2003-03-14.16:35:20.000> user = 'https://bugs.python.org/fantoozler' ``` bugs.python.org fields: ```python activity = <Date 2003-03-14.16:35:20.000> actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-17.11:15:14.000> creator = 'fantoozler' dependencies = [] files = ['4926', '4927', '4928', '4929'] hgrepos = [] issue_num = 669683 keywords = ['patch'] message_count = 5.0 messages = ['42445', '42446', '42447', '42448', '42449'] nosy_count = 3.0 nosy_names = ['fdrake', 'nnorwitz', 'fantoozler'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669683' versions = ['Python 2.3'] ``` </p></details>
HTMLParser -- allow comma in unquoted attribute values
https://api.github.com/repos/python/cpython/issues/37787/comments
5
2003-01-17T11:15:14Z
2022-04-09T22:32:17Z
https://github.com/python/cpython/issues/37787
1,198,791,360
37,787
[ "python", "cpython" ]
BPO | [669645](https://bugs.python.org/issue669645) --- | :--- Nosy | @tim-one, @theller Files | <li>[python20.wse.diff](https://bugs.python.org/file4925/python20.wse.diff "Uploaded as text/plain at 2003-01-17.09:26:51 by @theller"): python20.wse patch</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-17.21:54:06.000> created_at = <Date 2003-01-17.09:25:34.000> labels = ['OS-windows'] title = 'wininst.exe missing in Windows installer' updated_at = <Date 2003-01-17.21:54:06.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2003-01-17.21:54:06.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Windows'] creation = <Date 2003-01-17.09:25:34.000> creator = 'theller' dependencies = [] files = ['4925'] hgrepos = [] issue_num = 669645 keywords = ['patch'] message_count = 3.0 messages = ['42442', '42443', '42444'] nosy_count = 2.0 nosy_names = ['tim.peters', 'theller'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669645' versions = ['Python 2.3'] ``` </p></details>
wininst.exe missing in Windows installer
https://api.github.com/repos/python/cpython/issues/37786/comments
3
2003-01-17T09:25:34Z
2022-04-09T22:32:16Z
https://github.com/python/cpython/issues/37786
1,198,791,356
37,786
[ "python", "cpython" ]
BPO | [669553](https://bugs.python.org/issue669553) --- | :--- Nosy | @mwhudson, @rhettinger Files | <li>[leaks.diff](https://bugs.python.org/file4923/leaks.diff "Uploaded as text/plain at 2003-01-17.04:03:52 by nnorwitz"): leaks patch 1</li><li>[int.diff](https://bugs.python.org/file4924/int.diff "Uploaded as text/plain at 2003-01-19.00:04:36 by @rhettinger"): Revised patch to intobject.c</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-19.15:52:21.000> created_at = <Date 2003-01-17.04:02:36.000> labels = [] title = 'fix memory (ref) leaks' updated_at = <Date 2003-01-19.15:52:21.000> user = 'https://bugs.python.org/nnorwitz' ``` bugs.python.org fields: ```python activity = <Date 2003-01-19.15:52:21.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-17.04:02:36.000> creator = 'nnorwitz' dependencies = [] files = ['4923', '4924'] hgrepos = [] issue_num = 669553 keywords = ['patch'] message_count = 5.0 messages = ['42437', '42438', '42439', '42440', '42441'] nosy_count = 3.0 nosy_names = ['mwh', 'nnorwitz', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669553' versions = [] ``` </p></details>
fix memory (ref) leaks
https://api.github.com/repos/python/cpython/issues/37785/comments
5
2003-01-17T04:02:36Z
2022-04-09T22:32:15Z
https://github.com/python/cpython/issues/37785
1,198,791,353
37,785
[ "python", "cpython" ]
BPO | [669486](https://bugs.python.org/issue669486) --- | :--- Nosy | @malemburg <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/malemburg' closed_at = <Date 2003-01-17.08:48:10.000> created_at = <Date 2003-01-17.00:43:12.000> labels = ['expert-unicode'] title = 'md5.new(unicode) fails, sha1 also' updated_at = <Date 2003-01-17.08:48:10.000> user = 'https://bugs.python.org/drbits' ``` bugs.python.org fields: ```python activity = <Date 2003-01-17.08:48:10.000> actor = 'lemburg' assignee = 'lemburg' closed = True closed_date = None closer = None components = ['Unicode'] creation = <Date 2003-01-17.00:43:12.000> creator = 'drbits' dependencies = [] files = [] hgrepos = [] issue_num = 669486 keywords = [] message_count = 2.0 messages = ['14104', '14105'] nosy_count = 2.0 nosy_names = ['lemburg', 'drbits'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669486' versions = ['Python 2.2'] ``` </p></details>
md5.new(unicode) fails, sha1 also
https://api.github.com/repos/python/cpython/issues/37784/comments
2
2003-01-17T00:43:12Z
2022-04-09T22:32:14Z
https://github.com/python/cpython/issues/37784
1,198,791,349
37,784
[ "python", "cpython" ]
BPO | [669198](https://bugs.python.org/issue669198) --- | :--- Nosy | @theller Files | <li>[msvccompiler.patch](https://bugs.python.org/file4922/msvccompiler.patch "Uploaded as text/plain at 2003-01-16.18:18:11 by robind")</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/theller' closed_at = <Date 2003-01-31.20:52:51.000> created_at = <Date 2003-01-16.18:16:55.000> labels = ['library'] title = 'Add cflags to RC compile' updated_at = <Date 2003-01-31.20:52:51.000> user = 'https://bugs.python.org/robind' ``` bugs.python.org fields: ```python activity = <Date 2003-01-31.20:52:51.000> actor = 'theller' assignee = 'theller' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-01-16.18:16:55.000> creator = 'robind' dependencies = [] files = ['4922'] hgrepos = [] issue_num = 669198 keywords = ['patch'] message_count = 3.0 messages = ['42434', '42435', '42436'] nosy_count = 2.0 nosy_names = ['theller', 'robind'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669198' versions = ['Python 2.3'] ``` </p></details>
Add cflags to RC compile
https://api.github.com/repos/python/cpython/issues/37783/comments
3
2003-01-16T18:16:55Z
2022-04-09T22:32:13Z
https://github.com/python/cpython/issues/37783
1,198,791,346
37,783
[ "python", "cpython" ]
BPO | [669036](https://bugs.python.org/issue669036) --- | :--- 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 = None closed_at = <Date 2003-07-22.18:10:53.000> created_at = <Date 2003-01-16.13:15:43.000> labels = ['library'] title = "zipimport doesn't support prepended junk" updated_at = <Date 2003-07-22.18:10:53.000> user = 'https://bugs.python.org/jvr' ``` bugs.python.org fields: ```python activity = <Date 2003-07-22.18:10:53.000> actor = 'theller' assignee = 'jvr' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-16.13:15:43.000> creator = 'jvr' dependencies = [] files = [] hgrepos = [] issue_num = 669036 keywords = [] message_count = 2.0 messages = ['14102', '14103'] nosy_count = 2.0 nosy_names = ['theller', 'jvr'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue669036' versions = ['Python 2.3'] ``` </p></details>
zipimport doesn't support prepended junk
https://api.github.com/repos/python/cpython/issues/37782/comments
2
2003-01-16T13:15:43Z
2022-04-09T22:32:11Z
https://github.com/python/cpython/issues/37782
1,198,791,344
37,782
[ "python", "cpython" ]
BPO | [668980](https://bugs.python.org/issue668980) --- | :--- Nosy | @gvanrossum, @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/loewis' closed_at = <Date 2003-07-02.03:52:16.000> created_at = <Date 2003-01-16.10:22:58.000> labels = ['interpreter-core'] title = 'classmethod does not check its arguments' updated_at = <Date 2003-07-02.03:52:16.000> user = 'https://github.com/loewis' ``` bugs.python.org fields: ```python activity = <Date 2003-07-02.03:52:16.000> actor = 'nnorwitz' assignee = 'loewis' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-16.10:22:58.000> creator = 'loewis' dependencies = [] files = [] hgrepos = [] issue_num = 668980 keywords = [] message_count = 3.0 messages = ['14099', '14100', '14101'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'loewis', 'nnorwitz'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668980' versions = [] ``` </p></details>
classmethod does not check its arguments
https://api.github.com/repos/python/cpython/issues/37781/comments
3
2003-01-16T10:22:58Z
2022-04-09T22:32:11Z
https://github.com/python/cpython/issues/37781
1,198,791,339
37,781
[ "python", "cpython" ]
BPO | [668925](https://bugs.python.org/issue668925) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-16.10:43:24.000> created_at = <Date 2003-01-16.06:58:45.000> labels = ['interpreter-core'] title = "2.3 can't pickle bool objects -- breaks deepcopy" updated_at = <Date 2003-01-16.10:43:24.000> user = 'https://bugs.python.org/dripton' ``` bugs.python.org fields: ```python activity = <Date 2003-01-16.10:43:24.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-16.06:58:45.000> creator = 'dripton' dependencies = [] files = [] hgrepos = [] issue_num = 668925 keywords = [] message_count = 2.0 messages = ['14097', '14098'] nosy_count = 2.0 nosy_names = ['loewis', 'dripton'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668925' versions = ['Python 2.3'] ``` </p></details>
2.3 can't pickle bool objects -- breaks deepcopy
https://api.github.com/repos/python/cpython/issues/37780/comments
2
2003-01-16T06:58:45Z
2022-04-09T22:32:09Z
https://github.com/python/cpython/issues/37780
1,198,791,331
37,780
[ "python", "cpython" ]
BPO | [668906](https://bugs.python.org/issue668906) --- | :--- Nosy | @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-01-18.22:58:11.000> created_at = <Date 2003-01-16.05:11:03.000> labels = ['expert-IDLE'] title = 'class browser raises AttributeError' updated_at = <Date 2003-01-18.22:58:11.000> user = 'https://bugs.python.org/gregsmith' ``` bugs.python.org fields: ```python activity = <Date 2003-01-18.22:58:11.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['IDLE'] creation = <Date 2003-01-16.05:11:03.000> creator = 'gregsmith' dependencies = [] files = [] hgrepos = [] issue_num = 668906 keywords = [] message_count = 2.0 messages = ['14095', '14096'] nosy_count = 2.0 nosy_names = ['gregsmith', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668906' versions = ['Python 2.3'] ``` </p></details>
class browser raises AttributeError
https://api.github.com/repos/python/cpython/issues/37779/comments
2
2003-01-16T05:11:03Z
2022-04-09T22:32:09Z
https://github.com/python/cpython/issues/37779
1,198,791,327
37,779
[ "python", "cpython" ]
BPO | [668905](https://bugs.python.org/issue668905) --- | :--- Nosy | @rhettinger, @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 2004-03-16.04:04:19.000> created_at = <Date 2003-01-16.05:07:28.000> labels = ['type-feature', 'docs'] title = 'logging module documentation' updated_at = <Date 2004-03-16.04:04:19.000> user = 'https://bugs.python.org/richard' ``` bugs.python.org fields: ```python activity = <Date 2004-03-16.04:04:19.000> actor = 'richard' assignee = 'vinay.sajip' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-16.05:07:28.000> creator = 'richard' dependencies = [] files = [] hgrepos = [] issue_num = 668905 keywords = [] message_count = 10.0 messages = ['53734', '53735', '53736', '53737', '53738', '53739', '53740', '53741', '53742', '53743'] nosy_count = 6.0 nosy_names = ['nnorwitz', 'richard', 'anthonybaxter', 'rhettinger', 'vinay.sajip', 'drewp'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue668905' versions = [] ``` </p></details>
logging module documentation
https://api.github.com/repos/python/cpython/issues/37778/comments
10
2003-01-16T05:07:28Z
2022-04-09T22:32:07Z
https://github.com/python/cpython/issues/37778
1,198,791,321
37,778
[ "python", "cpython" ]
BPO | [668787](https://bugs.python.org/issue668787) --- | :--- Nosy | @jackjansen <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/jackjansen' closed_at = <Date 2003-01-15.23:46:02.000> created_at = <Date 2003-01-15.23:08:07.000> labels = ['library'] title = 'test_logging fails if setlocale() not supported' updated_at = <Date 2003-01-15.23:46:02.000> user = 'https://github.com/jackjansen' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.23:46:02.000> actor = 'jackjansen' assignee = 'jackjansen' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-15.23:08:07.000> creator = 'jackjansen' dependencies = [] files = [] hgrepos = [] issue_num = 668787 keywords = [] message_count = 3.0 messages = ['14092', '14093', '14094'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'jackjansen'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668787' versions = [] ``` </p></details>
test_logging fails if setlocale() not supported
https://api.github.com/repos/python/cpython/issues/37777/comments
3
2003-01-15T23:08:07Z
2022-04-09T22:32:06Z
https://github.com/python/cpython/issues/37777
1,198,791,317
37,777
[ "python", "cpython" ]
BPO | [668708](https://bugs.python.org/issue668708) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-22.09:33:26.000> created_at = <Date 2003-01-15.20:17:50.000> labels = [] title = "Py_NewInterpreter() doesn't work" updated_at = <Date 2003-01-22.09:33:26.000> user = 'https://bugs.python.org/geertj' ``` bugs.python.org fields: ```python activity = <Date 2003-01-22.09:33:26.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['None'] creation = <Date 2003-01-15.20:17:50.000> creator = 'geertj' dependencies = [] files = [] hgrepos = [] issue_num = 668708 keywords = [] message_count = 5.0 messages = ['14087', '14088', '14089', '14090', '14091'] nosy_count = 3.0 nosy_names = ['loewis', 'geertj', 'joshhoyt'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668708' versions = ['Python 2.3'] ``` </p></details>
Py_NewInterpreter() doesn't work
https://api.github.com/repos/python/cpython/issues/37776/comments
5
2003-01-15T20:17:50Z
2022-04-09T22:32:04Z
https://github.com/python/cpython/issues/37776
1,198,791,314
37,776
[ "python", "cpython" ]
BPO | [668662](https://bugs.python.org/issue668662) --- | :--- Nosy | @mwhudson, @akuchling Files | <li>[force_relpath_distutils_ccompiler.diff](https://bugs.python.org/file745/force_relpath_distutils_ccompiler.diff "Uploaded as text/plain at 2003-02-16.20:11:19 by pearu"): Patch fixing 668662</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-02-26.19:02:12.000> created_at = <Date 2003-01-15.18:59:58.000> labels = ['library'] title = 'Compiling C sources with absolute path bug' updated_at = <Date 2003-02-26.19:02:12.000> user = 'https://bugs.python.org/pearu' ``` bugs.python.org fields: ```python activity = <Date 2003-02-26.19:02:12.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Distutils'] creation = <Date 2003-01-15.18:59:58.000> creator = 'pearu' dependencies = [] files = ['745'] hgrepos = [] issue_num = 668662 keywords = [] message_count = 6.0 messages = ['14081', '14082', '14083', '14084', '14085', '14086'] nosy_count = 3.0 nosy_names = ['mwh', 'akuchling', 'pearu'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668662' versions = ['Python 2.3'] ``` </p></details>
Compiling C sources with absolute path bug
https://api.github.com/repos/python/cpython/issues/37775/comments
7
2003-01-15T18:59:58Z
2022-08-13T14:30:23Z
https://github.com/python/cpython/issues/37775
1,198,791,310
37,775
[ "python", "cpython" ]
BPO | [668500](https://bugs.python.org/issue668500) --- | :--- Nosy | @tim-one, @rhettinger Files | <li>[doctest.py.PATCH](https://bugs.python.org/file4921/doctest.py.PATCH "Uploaded as application/octet-stream at 2003-01-16.12:40:03 by aschmolck")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-02-17.00:41:09.000> created_at = <Date 2003-01-15.14:39:52.000> labels = ['library'] title = 'doctest handles comments incorrectly' updated_at = <Date 2004-02-17.00:41:09.000> user = 'https://bugs.python.org/aschmolck' ``` bugs.python.org fields: ```python activity = <Date 2004-02-17.00:41:09.000> actor = 'tim.peters' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-15.14:39:52.000> creator = 'aschmolck' dependencies = [] files = ['4921'] hgrepos = [] issue_num = 668500 keywords = ['patch'] message_count = 4.0 messages = ['42430', '42431', '42432', '42433'] nosy_count = 3.0 nosy_names = ['tim.peters', 'rhettinger', 'aschmolck'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668500' versions = ['Python 2.2'] ``` </p></details>
doctest handles comments incorrectly
https://api.github.com/repos/python/cpython/issues/37774/comments
4
2003-01-15T14:39:52Z
2022-04-09T22:32:02Z
https://github.com/python/cpython/issues/37774
1,198,791,308
37,774
[ "python", "cpython" ]
BPO | [668433](https://bugs.python.org/issue668433) --- | :--- Nosy | @gvanrossum, @tim-one, @smontanaro, @doerwalter Files | <li>[m.py](https://bugs.python.org/file742/m.py "Uploaded as text/plain at 2003-01-15.15:16:54 by @doerwalter")</li><li>[neg.py](https://bugs.python.org/file743/neg.py "Uploaded as text/plain at 2003-01-15.20:37:58 by nnorwitz"): updated, slightly shorter test file</li><li>[temp.py](https://bugs.python.org/file744/temp.py "Uploaded as text/plain at 2003-02-05.22:08:38 by @tim-one"): Very short test case</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/gvanrossum' closed_at = <Date 2003-02-06.04:43:35.000> created_at = <Date 2003-01-15.12:23:39.000> labels = ['interpreter-core'] title = 'Abort with "negative ref count"' updated_at = <Date 2003-02-06.04:43:35.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2003-02-06.04:43:35.000> actor = 'skip.montanaro' assignee = 'gvanrossum' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-15.12:23:39.000> creator = 'doerwalter' dependencies = [] files = ['742', '743', '744'] hgrepos = [] issue_num = 668433 keywords = [] message_count = 12.0 messages = ['14069', '14070', '14071', '14072', '14073', '14074', '14075', '14076', '14077', '14078', '14079', '14080'] nosy_count = 5.0 nosy_names = ['gvanrossum', 'tim.peters', 'skip.montanaro', 'doerwalter', 'nnorwitz'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668433' versions = ['Python 2.3'] ``` </p></details>
Abort with "negative ref count"
https://api.github.com/repos/python/cpython/issues/37773/comments
12
2003-01-15T12:23:39Z
2022-04-09T22:32:02Z
https://github.com/python/cpython/issues/37773
1,198,791,301
37,773
[ "python", "cpython" ]
BPO | [668302](https://bugs.python.org/issue668302) --- | :--- Nosy | @mwhudson <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-15.22:07:33.000> created_at = <Date 2003-01-15.04:45:21.000> labels = ['interpreter-core'] title = 'a = b += c, a += b = c gives syntax error' updated_at = <Date 2003-01-15.22:07:33.000> user = 'https://bugs.python.org/lpd' ``` bugs.python.org fields: ```python activity = <Date 2003-01-15.22:07:33.000> actor = 'gregsmith' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-15.04:45:21.000> creator = 'lpd' dependencies = [] files = [] hgrepos = [] issue_num = 668302 keywords = [] message_count = 6.0 messages = ['14063', '14064', '14065', '14066', '14067', '14068'] nosy_count = 3.0 nosy_names = ['mwh', 'gregsmith', 'lpd'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668302' versions = ['Python 2.2'] ``` </p></details>
a = b += c, a += b = c gives syntax error
https://api.github.com/repos/python/cpython/issues/37772/comments
6
2003-01-15T04:45:21Z
2022-04-09T22:32:00Z
https://github.com/python/cpython/issues/37772
1,198,791,296
37,772
[ "python", "cpython" ]
BPO | [668124](https://bugs.python.org/issue668124) --- | :--- Nosy | @mwhudson, @tim-one, @theller Files | <li>[structmodule.diff](https://bugs.python.org/file4920/structmodule.diff "Uploaded as text/plain at 2003-01-14.20:41:43 by @theller"): Patch for Modules/structmodule.c</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/theller' closed_at = <Date 2003-01-16.18:36:59.000> created_at = <Date 2003-01-14.20:39:19.000> labels = ['extension-modules'] title = 'struct.pack("I", -3) doesn\'t raise an exception' updated_at = <Date 2003-01-16.18:36:59.000> user = 'https://github.com/theller' ``` bugs.python.org fields: ```python activity = <Date 2003-01-16.18:36:59.000> actor = 'nnorwitz' assignee = 'theller' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-14.20:39:19.000> creator = 'theller' dependencies = [] files = ['4920'] hgrepos = [] issue_num = 668124 keywords = ['patch'] message_count = 11.0 messages = ['42419', '42420', '42421', '42422', '42423', '42424', '42425', '42426', '42427', '42428', '42429'] nosy_count = 4.0 nosy_names = ['mwh', 'tim.peters', 'nnorwitz', 'theller'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue668124' versions = [] ``` </p></details>
struct.pack("I", -3) doesn't raise an exception
https://api.github.com/repos/python/cpython/issues/37771/comments
11
2003-01-14T20:39:19Z
2022-04-09T22:32:00Z
https://github.com/python/cpython/issues/37771
1,198,791,291
37,771
[ "python", "cpython" ]
BPO | [667931](https://bugs.python.org/issue667931) --- | :--- Nosy | @warsaw Files | <li>[spam.txt](https://bugs.python.org/file740/spam.txt "Uploaded as text/plain at 2003-01-14.18:37:38 by jasonrm")</li><li>[exception.txt](https://bugs.python.org/file741/exception.txt "Uploaded as text/plain at 2003-01-14.18:38:09 by jasonrm")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/warsaw' closed_at = <Date 2003-05-19.20:01:49.000> created_at = <Date 2003-01-14.18:36:53.000> labels = ['library'] title = 'BoundaryError: multipart message with no defined boundary' updated_at = <Date 2003-05-19.20:01:49.000> user = 'https://bugs.python.org/jasonrm' ``` bugs.python.org fields: ```python activity = <Date 2003-05-19.20:01:49.000> actor = 'barry' assignee = 'barry' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-14.18:36:53.000> creator = 'jasonrm' dependencies = [] files = ['740', '741'] hgrepos = [] issue_num = 667931 keywords = [] message_count = 7.0 messages = ['14056', '14057', '14058', '14059', '14060', '14061', '14062'] nosy_count = 2.0 nosy_names = ['barry', 'jasonrm'] pr_nums = [] priority = 'low' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue667931' versions = ['Python 2.3'] ``` </p></details>
BoundaryError: multipart message with no defined boundary
https://api.github.com/repos/python/cpython/issues/37770/comments
7
2003-01-14T18:36:53Z
2022-04-09T22:31:59Z
https://github.com/python/cpython/issues/37770
1,198,791,286
37,770
[ "python", "cpython" ]
BPO | [667770](https://bugs.python.org/issue667770) --- | :--- Nosy | @brettcannon Dependencies | <li>bpo-2377: Replace __import__ w/ importlib.__import__</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 2012-11-17.16:14:07.136> created_at = <Date 2003-01-14.15:02:56.000> labels = ['interpreter-core', 'type-feature'] title = 'import C API mess' updated_at = <Date 2012-11-17.16:14:07.134> user = 'https://github.com/gvanrossum' ``` bugs.python.org fields: ```python activity = <Date 2012-11-17.16:14:07.134> actor = 'brett.cannon' assignee = 'brett.cannon' closed = True closed_date = <Date 2012-11-17.16:14:07.136> closer = 'brett.cannon' components = ['Interpreter Core'] creation = <Date 2003-01-14.15:02:56.000> creator = 'gvanrossum' dependencies = ['2377'] files = [] hgrepos = [] issue_num = 667770 keywords = [] message_count = 4.0 messages = ['60301', '63892', '63896', '175766'] nosy_count = 1.0 nosy_names = ['brett.cannon'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue667770' versions = ['Python 3.2'] ``` </p></details>
import C API mess
https://api.github.com/repos/python/cpython/issues/37769/comments
4
2003-01-14T15:02:56Z
2022-04-09T22:31:57Z
https://github.com/python/cpython/issues/37769
1,198,791,278
37,769
[ "python", "cpython" ]
BPO | [667730](https://bugs.python.org/issue667730) --- | :--- Nosy | @loewis, @rhettinger Files | <li>[dico.diff](https://bugs.python.org/file4918/dico.diff "Uploaded as text/plain at 2003-01-14.13:29:21 by s_keim"): context diff</li><li>[dico2.diff](https://bugs.python.org/file4919/dico2.diff "Uploaded as text/plain at 2003-03-03.15:27:24 by s_keim")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-03-09.07:23:31.000> created_at = <Date 2003-01-14.13:27:10.000> labels = ['library'] title = 'More DictMixin' updated_at = <Date 2003-03-09.07:23:31.000> user = 'https://bugs.python.org/skeim' ``` bugs.python.org fields: ```python activity = <Date 2003-03-09.07:23:31.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-14.13:27:10.000> creator = 's_keim' dependencies = [] files = ['4918', '4919'] hgrepos = [] issue_num = 667730 keywords = ['patch'] message_count = 7.0 messages = ['42412', '42413', '42414', '42415', '42416', '42417', '42418'] nosy_count = 3.0 nosy_names = ['loewis', 'rhettinger', 's_keim'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue667730' versions = [] ``` </p></details>
More DictMixin
https://api.github.com/repos/python/cpython/issues/37768/comments
7
2003-01-14T13:27:10Z
2022-04-09T22:31:57Z
https://github.com/python/cpython/issues/37768
1,198,791,273
37,768
[ "python", "cpython" ]
BPO | [667548](https://bugs.python.org/issue667548) --- | :--- Files | <li>[al.patch](https://bugs.python.org/file4917/al.patch "Uploaded as text/plain at 2003-01-14.03:33:28 by mpruett")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-03-30.22:04:04.000> created_at = <Date 2003-01-14.03:30:49.000> labels = ['extension-modules'] title = 'Add missing constants for IRIX al module' updated_at = <Date 2003-03-30.22:04:04.000> user = 'https://bugs.python.org/mpruett' ``` bugs.python.org fields: ```python activity = <Date 2003-03-30.22:04:04.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-14.03:30:49.000> creator = 'mpruett' dependencies = [] files = ['4917'] hgrepos = [] issue_num = 667548 keywords = ['patch'] message_count = 3.0 messages = ['42409', '42410', '42411'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'mpruett'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue667548' versions = ['Python 2.3'] ``` </p></details>
Add missing constants for IRIX al module
https://api.github.com/repos/python/cpython/issues/37767/comments
3
2003-01-14T03:30:49Z
2022-04-09T22:31:54Z
https://github.com/python/cpython/issues/37767
1,198,791,266
37,767
[ "python", "cpython" ]
BPO | [667147](https://bugs.python.org/issue667147) --- | :--- Nosy | @gvanrossum Files | <li>[printfix.txt](https://bugs.python.org/file739/printfix.txt "Uploaded as text/plain at 2003-01-13.16:11:33 by @gvanrossum")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-13.20:20:10.000> created_at = <Date 2003-01-13.13:25:25.000> labels = ['interpreter-core'] title = 'Segmentation fault printing str subclass' updated_at = <Date 2003-01-13.20:20:10.000> user = 'https://bugs.python.org/henderj' ``` bugs.python.org fields: ```python activity = <Date 2003-01-13.20:20:10.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-13.13:25:25.000> creator = 'henderj' dependencies = [] files = ['739'] hgrepos = [] issue_num = 667147 keywords = [] message_count = 7.0 messages = ['14049', '14050', '14051', '14052', '14053', '14054', '14055'] nosy_count = 3.0 nosy_names = ['gvanrossum', 'nnorwitz', 'henderj'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue667147' versions = ['Python 2.2'] ``` </p></details>
Segmentation fault printing str subclass
https://api.github.com/repos/python/cpython/issues/37766/comments
7
2003-01-13T13:25:25Z
2022-04-09T22:31:53Z
https://github.com/python/cpython/issues/37766
1,198,791,263
37,766
[ "python", "cpython" ]
BPO | [667092](https://bugs.python.org/issue667092) --- | :--- Nosy | @rhettinger Files | <li>[bltin.diff](https://bugs.python.org/file4916/bltin.diff "Uploaded as text/plain at 2003-01-13.10:45:00 by @rhettinger"): Patch to Python/bltinmodule.c</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-13.10:56:38.000> created_at = <Date 2003-01-13.10:44:26.000> labels = ['interpreter-core', 'invalid'] title = 'Simplify and speedup filter()' updated_at = <Date 2003-01-13.10:56:38.000> user = 'https://github.com/rhettinger' ``` bugs.python.org fields: ```python activity = <Date 2003-01-13.10:56:38.000> actor = 'rhettinger' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-13.10:44:26.000> creator = 'rhettinger' dependencies = [] files = ['4916'] hgrepos = [] issue_num = 667092 keywords = ['patch'] message_count = 2.0 messages = ['42407', '42408'] nosy_count = 1.0 nosy_names = ['rhettinger'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue667092' versions = ['Python 2.3'] ``` </p></details>
Simplify and speedup filter()
https://api.github.com/repos/python/cpython/issues/37765/comments
2
2003-01-13T10:44:26Z
2022-04-09T22:31:52Z
https://github.com/python/cpython/issues/37765
1,198,791,258
37,765
[ "python", "cpython" ]
BPO | [666958](https://bugs.python.org/issue666958) --- | :--- Nosy | @tim-one, @akuchling, @rhettinger, @facundobatista, @etrepum <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2006-08-03.14:46:24.000> created_at = <Date 2003-01-13.04:17:41.000> labels = ['library'] title = 'repr.repr not always safe' updated_at = <Date 2006-08-03.14:46:24.000> user = 'https://github.com/etrepum' ``` bugs.python.org fields: ```python activity = <Date 2006-08-03.14:46:24.000> actor = 'akuchling' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-13.04:17:41.000> creator = 'bob.ippolito' dependencies = [] files = [] hgrepos = [] issue_num = 666958 keywords = [] message_count = 13.0 messages = ['14036', '14037', '14038', '14039', '14040', '14041', '14042', '14043', '14044', '14045', '14046', '14047', '14048'] nosy_count = 7.0 nosy_names = ['tim.peters', 'akuchling', 'nnorwitz', 'rhettinger', 'facundobatista', 'tzot', 'bob.ippolito'] pr_nums = [] priority = 'normal' resolution = 'wont fix' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666958' versions = ['Python 2.3'] ``` </p></details>
repr.repr not always safe
https://api.github.com/repos/python/cpython/issues/37764/comments
13
2003-01-13T04:17:41Z
2022-04-09T22:31:51Z
https://github.com/python/cpython/issues/37764
1,198,791,254
37,764
[ "python", "cpython" ]
BPO | [666880](https://bugs.python.org/issue666880) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-13.06:04:20.000> created_at = <Date 2003-01-12.23:52:47.000> labels = ['build', 'invalid'] title = 'readonly is now a compiler keyword' updated_at = <Date 2003-01-13.06:04:20.000> user = 'https://bugs.python.org/wb8tyw' ``` bugs.python.org fields: ```python activity = <Date 2003-01-13.06:04:20.000> actor = 'wb8tyw' assignee = 'none' closed = True closed_date = None closer = None components = ['Build'] creation = <Date 2003-01-12.23:52:47.000> creator = 'wb8tyw' dependencies = [] files = [] hgrepos = [] issue_num = 666880 keywords = [] message_count = 3.0 messages = ['14033', '14034', '14035'] nosy_count = 2.0 nosy_names = ['tim.peters', 'wb8tyw'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666880' versions = [] ``` </p></details>
readonly is now a compiler keyword
https://api.github.com/repos/python/cpython/issues/37763/comments
3
2003-01-12T23:52:47Z
2022-04-09T22:31:50Z
https://github.com/python/cpython/issues/37763
1,198,791,252
37,763
[ "python", "cpython" ]
BPO | [666700](https://bugs.python.org/issue666700) --- | :--- Nosy | @facundobatista <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2005-05-30.20:03:07.000> created_at = <Date 2003-01-12.16:45:44.000> labels = ['docs'] title = 'os.popen+() can take string list and bypass shell.' updated_at = <Date 2005-05-30.20:03:07.000> user = 'https://bugs.python.org/asqui' ``` bugs.python.org fields: ```python activity = <Date 2005-05-30.20:03:07.000> actor = 'facundobatista' assignee = 'none' closed = True closed_date = None closer = None components = ['Documentation'] creation = <Date 2003-01-12.16:45:44.000> creator = 'asqui' dependencies = [] files = [] hgrepos = [] issue_num = 666700 keywords = [] message_count = 10.0 messages = ['14023', '14024', '14025', '14026', '14027', '14028', '14029', '14030', '14031', '14032'] nosy_count = 4.0 nosy_names = ['facundobatista', 'bernhard', 'asqui', 'jemfinch'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666700' versions = ['Python 2.4'] ``` </p></details>
os.popen+() can take string list and bypass shell.
https://api.github.com/repos/python/cpython/issues/37762/comments
10
2003-01-12T16:45:44Z
2022-04-09T22:31:49Z
https://github.com/python/cpython/issues/37762
1,198,791,247
37,762
[ "python", "cpython" ]
BPO | [666484](https://bugs.python.org/issue666484) --- | :--- Nosy | @malemburg, @hyeshik Files | <li>[ja-codecs-0.6.tar.bz2](https://bugs.python.org/file4915/ja-codecs-0.6.tar.bz2 "Uploaded as application/octet-stream at 2003-01-12.03:49:21 by suzuki_hisao")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-02-06.03:22:59.000> created_at = <Date 2003-01-12.03:46:21.000> labels = ['library'] title = 'Japanese Unicode Codecs' updated_at = <Date 2004-02-06.03:22:59.000> user = 'https://bugs.python.org/suzukihisao' ``` bugs.python.org fields: ```python activity = <Date 2004-02-06.03:22:59.000> actor = 'hyeshik.chang' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-12.03:46:21.000> creator = 'suzuki_hisao' dependencies = [] files = ['4915'] hgrepos = [] issue_num = 666484 keywords = ['patch'] message_count = 6.0 messages = ['42401', '42402', '42403', '42404', '42405', '42406'] nosy_count = 3.0 nosy_names = ['lemburg', 'hyeshik.chang', 'suzuki_hisao'] pr_nums = [] priority = 'low' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666484' versions = ['Python 2.3'] ``` </p></details>
Japanese Unicode Codecs
https://api.github.com/repos/python/cpython/issues/37761/comments
6
2003-01-12T03:46:21Z
2022-04-09T22:31:48Z
https://github.com/python/cpython/issues/37761
1,198,791,245
37,761
[ "python", "cpython" ]
BPO | [666468](https://bugs.python.org/issue666468) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-01-12.03:00:18.000> created_at = <Date 2003-01-12.02:32:23.000> labels = ['invalid', 'library'] title = 'round() not working as expected' updated_at = <Date 2003-01-12.03:00:18.000> user = 'https://bugs.python.org/mrtopf' ``` bugs.python.org fields: ```python activity = <Date 2003-01-12.03:00:18.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-12.02:32:23.000> creator = 'mrtopf' dependencies = [] files = [] hgrepos = [] issue_num = 666468 keywords = [] message_count = 2.0 messages = ['14021', '14022'] nosy_count = 2.0 nosy_names = ['tim.peters', 'mrtopf'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666468' versions = [] ``` </p></details>
round() not working as expected
https://api.github.com/repos/python/cpython/issues/37760/comments
2
2003-01-12T02:32:23Z
2022-04-09T22:31:48Z
https://github.com/python/cpython/issues/37760
1,198,791,242
37,760
[ "python", "cpython" ]
BPO | [666444](https://bugs.python.org/issue666444) --- | :--- Nosy | @tim-one <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/tim-one' closed_at = <Date 2003-02-07.02:03:39.000> created_at = <Date 2003-01-12.01:04:58.000> labels = ['library'] title = "'help' makes linefeed only under Win32" updated_at = <Date 2003-02-07.02:03:39.000> user = 'https://bugs.python.org/gregsmith' ``` bugs.python.org fields: ```python activity = <Date 2003-02-07.02:03:39.000> actor = 'tim.peters' assignee = 'tim.peters' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-12.01:04:58.000> creator = 'gregsmith' dependencies = [] files = [] hgrepos = [] issue_num = 666444 keywords = [] message_count = 4.0 messages = ['14017', '14018', '14019', '14020'] nosy_count = 3.0 nosy_names = ['tim.peters', 'nnorwitz', 'gregsmith'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666444' versions = ['Python 2.3'] ``` </p></details>
'help' makes linefeed only under Win32
https://api.github.com/repos/python/cpython/issues/37759/comments
4
2003-01-12T01:04:58Z
2022-04-09T22:31:46Z
https://github.com/python/cpython/issues/37759
1,198,791,240
37,759
[ "python", "cpython" ]
BPO | [666219](https://bugs.python.org/issue666219) --- | :--- Nosy | @smontanaro <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-02-17.20:46:54.000> created_at = <Date 2003-01-11.14:23:23.000> labels = ['library'] title = 'AssertionErrors in httplib' updated_at = <Date 2004-02-17.20:46:54.000> user = 'https://github.com/smontanaro' ``` bugs.python.org fields: ```python activity = <Date 2004-02-17.20:46:54.000> actor = 'nicolary' assignee = 'jhylton' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-11.14:23:23.000> creator = 'skip.montanaro' dependencies = [] files = [] hgrepos = [] issue_num = 666219 keywords = [] message_count = 10.0 messages = ['14007', '14008', '14009', '14010', '14011', '14012', '14013', '14014', '14015', '14016'] nosy_count = 4.0 nosy_names = ['jhylton', 'skip.montanaro', 'showme1949', 'nicolary'] pr_nums = [] priority = 'high' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue666219' versions = ['Python 2.3'] ``` </p></details>
AssertionErrors in httplib
https://api.github.com/repos/python/cpython/issues/37758/comments
10
2003-01-11T14:23:23Z
2022-04-09T22:31:44Z
https://github.com/python/cpython/issues/37758
1,198,791,234
37,758
[ "python", "cpython" ]
BPO | [665913](https://bugs.python.org/issue665913) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-10.21:05:40.000> created_at = <Date 2003-01-10.19:03:52.000> labels = ['extension-modules'] title = 'Fix mmap module core dump with unix' updated_at = <Date 2003-01-10.21:05:40.000> user = 'https://bugs.python.org/cspence' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.21:05:40.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-10.19:03:52.000> creator = 'cspence' dependencies = [] files = [] hgrepos = [] issue_num = 665913 keywords = ['patch'] message_count = 4.0 messages = ['42397', '42398', '42399', '42400'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'cspence'] pr_nums = [] priority = 'normal' resolution = 'accepted' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665913' versions = ['Python 2.2'] ``` </p></details>
Fix mmap module core dump with unix
https://api.github.com/repos/python/cpython/issues/37757/comments
4
2003-01-10T19:03:52Z
2022-04-09T22:31:43Z
https://github.com/python/cpython/issues/37757
1,198,791,233
37,757
[ "python", "cpython" ]
BPO | [665835](https://bugs.python.org/issue665835) --- | :--- Nosy | @gvanrossum, @tim-one, @doerwalter, @rhettinger <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/rhettinger' closed_at = <Date 2003-04-24.16:53:34.000> created_at = <Date 2003-01-10.16:36:24.000> labels = ['interpreter-core'] title = 'filter() treatment of str and tuple inconsistent' updated_at = <Date 2003-04-24.16:53:34.000> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2003-04-24.16:53:34.000> actor = 'rhettinger' assignee = 'rhettinger' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = <Date 2003-01-10.16:36:24.000> creator = 'doerwalter' dependencies = [] files = [] hgrepos = [] issue_num = 665835 keywords = [] message_count = 20.0 messages = ['13987', '13988', '13989', '13990', '13991', '13992', '13993', '13994', '13995', '13996', '13997', '13998', '13999', '14000', '14001', '14002', '14003', '14004', '14005', '14006'] nosy_count = 4.0 nosy_names = ['gvanrossum', 'tim.peters', 'doerwalter', 'rhettinger'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665835' versions = [] ``` </p></details>
filter() treatment of str and tuple inconsistent
https://api.github.com/repos/python/cpython/issues/37756/comments
20
2003-01-10T16:36:24Z
2022-04-09T22:31:43Z
https://github.com/python/cpython/issues/37756
1,198,791,230
37,756
[ "python", "cpython" ]
BPO | [665761](https://bugs.python.org/issue665761) --- | :--- Nosy | @akuchling, @doerwalter, @rhettinger, @abalkin, @vstinner, @devdanzin Files | <li>[diff.txt](https://bugs.python.org/file738/diff.txt "Uploaded as text/plain at 2003-01-28.20:38:45 by @doerwalter")</li><li>[issue665761.diff](https://bugs.python.org/file17156/issue665761.diff "Uploaded as text/plain at 2010-05-01.01:25:30 by Alexander.Belopolsky"): Patch against revision 80673</li><li>[issue665761-release27.diff](https://bugs.python.org/file18453/issue665761-release27.diff "Uploaded as text/plain at 2010-08-09.19:18:24 by @abalkin"): Patch for 2.7 branch, revision 83896</li><li>[issue665761-py3k.diff](https://bugs.python.org/file18472/issue665761-py3k.diff "Uploaded as text/plain at 2010-08-11.00:35:56 by @abalkin")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/abalkin' closed_at = <Date 2010-09-13.18:48:29.246> created_at = <Date 2003-01-10.14:41:13.000> labels = ['interpreter-core', 'type-bug'] title = 'reduce() masks exception' updated_at = <Date 2010-09-13.18:48:29.243> user = 'https://github.com/doerwalter' ``` bugs.python.org fields: ```python activity = <Date 2010-09-13.18:48:29.243> actor = 'belopolsky' assignee = 'belopolsky' closed = True closed_date = <Date 2010-09-13.18:48:29.246> closer = 'belopolsky' components = ['Interpreter Core'] creation = <Date 2003-01-10.14:41:13.000> creator = 'doerwalter' dependencies = [] files = ['738', '17156', '18453', '18472'] hgrepos = [] issue_num = 665761 keywords = ['patch'] message_count = 12.0 messages = ['13979', '13980', '13981', '13982', '13983', '13984', '13985', '13986', '81849', '104685', '114066', '116339'] nosy_count = 6.0 nosy_names = ['akuchling', 'doerwalter', 'rhettinger', 'belopolsky', 'vstinner', 'ajaksu2'] pr_nums = [] priority = 'low' resolution = 'accepted' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue665761' versions = ['Python 3.2'] ``` </p></details>
reduce() masks exception
https://api.github.com/repos/python/cpython/issues/37755/comments
12
2003-01-10T14:41:13Z
2022-04-09T22:31:42Z
https://github.com/python/cpython/issues/37755
1,198,791,227
37,755
[ "python", "cpython" ]
BPO | [665616](https://bugs.python.org/issue665616) --- | :--- Nosy | @loewis <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-10.18:52:40.000> created_at = <Date 2003-01-10.10:38:59.000> labels = ['extension-modules'] title = 'Segfault while loading C module' updated_at = <Date 2003-01-10.18:52:40.000> user = 'https://bugs.python.org/jbcombes' ``` bugs.python.org fields: ```python activity = <Date 2003-01-10.18:52:40.000> actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2003-01-10.10:38:59.000> creator = 'jbcombes' dependencies = [] files = [] hgrepos = [] issue_num = 665616 keywords = [] message_count = 4.0 messages = ['13975', '13976', '13977', '13978'] nosy_count = 2.0 nosy_names = ['loewis', 'jbcombes'] pr_nums = [] priority = 'normal' resolution = 'works for me' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665616' versions = [] ``` </p></details>
Segfault while loading C module
https://api.github.com/repos/python/cpython/issues/37754/comments
4
2003-01-10T10:38:59Z
2022-04-09T22:31:40Z
https://github.com/python/cpython/issues/37754
1,198,791,223
37,754
[ "python", "cpython" ]
BPO | [665572](https://bugs.python.org/issue665572) --- | :--- Nosy | @akuchling, @doko42 <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = 'https://github.com/akuchling' closed_at = <Date 2003-10-23.17:56:59.000> created_at = <Date 2003-01-10.09:36:38.000> labels = ['type-feature', 'library'] title = 'missing important curses calls' updated_at = <Date 2003-10-23.17:56:59.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2003-10-23.17:56:59.000> actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-10.09:36:38.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 665572 keywords = [] message_count = 3.0 messages = ['13972', '13973', '13974'] nosy_count = 2.0 nosy_names = ['akuchling', 'doko'] pr_nums = [] priority = 'normal' resolution = 'later' stage = None status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue665572' versions = [] ``` </p></details>
missing important curses calls
https://api.github.com/repos/python/cpython/issues/37753/comments
3
2003-01-10T09:36:38Z
2022-04-09T22:31:40Z
https://github.com/python/cpython/issues/37753
1,198,791,219
37,753
[ "python", "cpython" ]
BPO | [665570](https://bugs.python.org/issue665570) --- | :--- Nosy | @doko42 <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-01-12.15:00:24.000> created_at = <Date 2003-01-10.09:34:17.000> labels = ['invalid', 'library'] title = 'curses causes interpreter crash' updated_at = <Date 2003-01-12.15:00:24.000> user = 'https://github.com/doko42' ``` bugs.python.org fields: ```python activity = <Date 2003-01-12.15:00:24.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-10.09:34:17.000> creator = 'doko' dependencies = [] files = [] hgrepos = [] issue_num = 665570 keywords = [] message_count = 2.0 messages = ['13970', '13971'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'doko'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665570' versions = [] ``` </p></details>
curses causes interpreter crash
https://api.github.com/repos/python/cpython/issues/37752/comments
2
2003-01-10T09:34:17Z
2022-04-09T22:31:38Z
https://github.com/python/cpython/issues/37752
1,198,791,215
37,752
[ "python", "cpython" ]
BPO | [665460](https://bugs.python.org/issue665460) --- | :--- <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2003-02-03.19:23:44.000> created_at = <Date 2003-01-10.02:51:53.000> labels = ['library'] title = 'Crash in binascii_a2b_uu' updated_at = <Date 2003-02-03.19:23:44.000> user = 'https://bugs.python.org/scharf' ``` bugs.python.org fields: ```python activity = <Date 2003-02-03.19:23:44.000> actor = 'jhylton' assignee = 'none' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-10.02:51:53.000> creator = 'scharf' dependencies = [] files = [] hgrepos = [] issue_num = 665460 keywords = [] message_count = 2.0 messages = ['13968', '13969'] nosy_count = 2.0 nosy_names = ['jhylton', 'scharf'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665460' versions = [] ``` </p></details>
Crash in binascii_a2b_uu
https://api.github.com/repos/python/cpython/issues/37751/comments
2
2003-01-10T02:51:53Z
2022-04-09T22:31:37Z
https://github.com/python/cpython/issues/37751
1,198,791,209
37,751
[ "python", "cpython" ]
BPO | [665458](https://bugs.python.org/issue665458) --- | :--- Files | <li>[binascii.c.patch](https://bugs.python.org/file4914/binascii.c.patch "Uploaded as text/plain at 2003-01-10.02:48:10 by scharf")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup> <details><summary>Show more details</summary><p> GitHub fields: ```python assignee = None closed_at = <Date 2004-06-16.02:21:53.000> created_at = <Date 2003-01-10.02:44:19.000> labels = ['library'] title = 'Crash in binascii_a2b_uu on corrupt data' updated_at = <Date 2004-06-16.02:21:53.000> user = 'https://bugs.python.org/scharf' ``` bugs.python.org fields: ```python activity = <Date 2004-06-16.02:21:53.000> actor = 'nnorwitz' assignee = 'nnorwitz' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2003-01-10.02:44:19.000> creator = 'scharf' dependencies = [] files = ['4914'] hgrepos = [] issue_num = 665458 keywords = ['patch'] message_count = 3.0 messages = ['42394', '42395', '42396'] nosy_count = 2.0 nosy_names = ['nnorwitz', 'scharf'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue665458' versions = [] ``` </p></details>
Crash in binascii_a2b_uu on corrupt data
https://api.github.com/repos/python/cpython/issues/37750/comments
3
2003-01-10T02:44:19Z
2022-04-09T22:31:36Z
https://github.com/python/cpython/issues/37750
1,198,791,204
37,750
[ "python", "cpython" ]
BPO | [665336](https://bugs.python.org/issue665336) --- | :--- Nosy | @facundobatista, @amauryfa Files | <li>[normpath-fix.py](https://bugs.python.org/file737/normpath-fix.py "Uploaded as text/plain at 2004-11-17.04:15:14 by sdeibel"): Replacement impl that we use (since my original pasted fct is munged also)</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-07.14:54:27.731> created_at = <Date 2003-01-09.21:42:03.000> labels = ['invalid', 'type-bug', 'library', 'OS-windows'] title = 'win32 os.path.normpath not correct for leading slash cases' updated_at = <Date 2009-07-07.14:54:27.722> user = 'https://bugs.python.org/sdeibel' ``` bugs.python.org fields: ```python activity = <Date 2009-07-07.14:54:27.722> actor = 'amaury.forgeotdarc' assignee = 'none' closed = True closed_date = <Date 2009-07-07.14:54:27.731> closer = 'amaury.forgeotdarc' components = ['Library (Lib)', 'Windows'] creation = <Date 2003-01-09.21:42:03.000> creator = 'sdeibel' dependencies = [] files = ['737'] hgrepos = [] issue_num = 665336 keywords = [] message_count = 9.0 messages = ['13960', '13961', '13962', '13963', '13964', '13965', '13966', '13967', '90236'] nosy_count = 4.0 nosy_names = ['facundobatista', 'sdeibel', 'amaury.forgeotdarc', 'gergan'] pr_nums = [] priority = 'normal' resolution = 'not a bug' stage = 'test needed' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue665336' versions = ['Python 2.6'] ``` </p></details>
win32 os.path.normpath not correct for leading slash cases
https://api.github.com/repos/python/cpython/issues/37749/comments
9
2003-01-09T21:42:03Z
2022-04-09T22:31:35Z
https://github.com/python/cpython/issues/37749
1,198,791,199
37,749