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 | [536407](https://bugs.python.org/issue536407)
--- | :---
Nosy | @gvanrossum, @nascheme
Files | <li>[patch](https://bugs.python.org/file4093/patch "Uploaded as text/plain at 2002-03-29.21:49:48 by david_abrahams"): patch contents</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 2002-04-04.17:51:46.000>
created_at = <Date 2002-03-28.18:56:33.000>
labels = ['interpreter-core']
title = 'Comprehensibility patch (typeobject.c)'
updated_at = <Date 2002-04-04.17:51:46.000>
user = 'https://bugs.python.org/davidabrahams'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-04.17:51:46.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-28.18:56:33.000>
creator = 'david_abrahams'
dependencies = []
files = ['4093']
hgrepos = []
issue_num = 536407
keywords = ['patch']
message_count = 5.0
messages = ['39401', '39402', '39403', '39404', '39405']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nascheme', 'david_abrahams']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536407'
versions = []
```
</p></details>
| Comprehensibility patch (typeobject.c) | https://api.github.com/repos/python/cpython/issues/36348/comments | 5 | 2002-03-28T18:56:33Z | 2022-04-09T22:05:12Z | https://github.com/python/cpython/issues/36348 | 1,198,785,116 | 36,348 |
[
"python",
"cpython"
] | BPO | [536278](https://bugs.python.org/issue536278)
--- | :---
Nosy | @tim-one, @smontanaro
Files | <li>[gzip.diff](https://bugs.python.org/file4091/gzip.diff "Uploaded as text/plain at 2002-04-09.16:30:06 by @smontanaro")</li><li>[gzip.diff](https://bugs.python.org/file4092/gzip.diff "Uploaded as text/plain at 2002-05-22.01:33:41 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2002-05-23.01:50:35.000>
created_at = <Date 2002-03-28.14:53:32.000>
labels = ['library']
title = "force gzip to open files with 'b'"
updated_at = <Date 2002-05-23.01:50:35.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2002-05-23.01:50:35.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-28.14:53:32.000>
creator = 'skip.montanaro'
dependencies = []
files = ['4091', '4092']
hgrepos = []
issue_num = 536278
keywords = ['patch']
message_count = 7.0
messages = ['39394', '39395', '39396', '39397', '39398', '39399', '39400']
nosy_count = 3.0
nosy_names = ['tim.peters', 'skip.montanaro', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536278'
versions = ['Python 2.3']
```
</p></details>
| force gzip to open files with 'b' | https://api.github.com/repos/python/cpython/issues/36347/comments | 7 | 2002-03-28T14:53:32Z | 2022-04-09T22:05:11Z | https://github.com/python/cpython/issues/36347 | 1,198,785,113 | 36,347 |
[
"python",
"cpython"
] | BPO | [536241](https://bugs.python.org/issue536241)
--- | :---
Nosy | @mwhudson, @gvanrossum, @loewis, @akuchling, @doerwalter
Files | <li>[diff.txt](https://bugs.python.org/file4087/diff.txt "Uploaded as text/plain at 2002-03-28.13:26:29 by @doerwalter")</li><li>[diff.txt](https://bugs.python.org/file4088/diff.txt "Uploaded as text/plain at 2002-04-12.18:37:50 by @doerwalter"): Implements zfill as str and unicode methods</li><li>[diff3.txt](https://bugs.python.org/file4089/diff3.txt "Uploaded as text/plain at 2002-04-17.18:55:04 by @doerwalter"): Checks that str/unicode methods for str/unicode subinstances don't return subinstances</li><li>[branch-diff.txt](https://bugs.python.org/file4090/branch-diff.txt "Uploaded as text/plain at 2002-04-19.16:30:12 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/doerwalter'
closed_at = <Date 2002-04-22.12:03:54.000>
created_at = <Date 2002-03-28.13:26:29.000>
labels = ['library']
title = 'string.zfill and unicode'
updated_at = <Date 2002-04-22.12:03:54.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-22.12:03:54.000>
actor = 'doerwalter'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-28.13:26:29.000>
creator = 'doerwalter'
dependencies = []
files = ['4087', '4088', '4089', '4090']
hgrepos = []
issue_num = 536241
keywords = ['patch']
message_count = 22.0
messages = ['39372', '39373', '39374', '39375', '39376', '39377', '39378', '39379', '39380', '39381', '39382', '39383', '39384', '39385', '39386', '39387', '39388', '39389', '39390', '39391', '39392', '39393']
nosy_count = 5.0
nosy_names = ['mwh', 'gvanrossum', 'loewis', 'akuchling', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536241'
versions = []
```
</p></details>
| string.zfill and unicode | https://api.github.com/repos/python/cpython/issues/36346/comments | 22 | 2002-03-28T13:26:29Z | 2022-04-09T22:05:10Z | https://github.com/python/cpython/issues/36346 | 1,198,785,109 | 36,346 |
[
"python",
"cpython"
] | BPO | [536125](https://bugs.python.org/issue536125)
--- | :---
Files | <li>[turtle.dif](https://bugs.python.org/file4086/turtle.dif "Uploaded as application/octet-stream at 2002-03-28.07:33:59 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 = None
closed_at = <Date 2002-03-28.07:38:39.000>
created_at = <Date 2002-03-28.07:33:59.000>
labels = ['expert-tkinter']
title = 'Typo in turtle.py'
updated_at = <Date 2002-03-28.07:38:39.000>
user = 'https://bugs.python.org/skeim'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-28.07:38:39.000>
actor = 's_keim'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2002-03-28.07:33:59.000>
creator = 's_keim'
dependencies = []
files = ['4086']
hgrepos = []
issue_num = 536125
keywords = ['patch']
message_count = 2.0
messages = ['39370', '39371']
nosy_count = 1.0
nosy_names = ['s_keim']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536125'
versions = ['Python 2.2']
```
</p></details>
| Typo in turtle.py | https://api.github.com/repos/python/cpython/issues/36345/comments | 2 | 2002-03-28T07:33:59Z | 2022-04-09T22:05:07Z | https://github.com/python/cpython/issues/36345 | 1,198,785,103 | 36,345 |
[
"python",
"cpython"
] | BPO | [536120](https://bugs.python.org/issue536120)
--- | :---
Nosy | @tim-one, @loewis
Files | <li>[posixpath.dif](https://bugs.python.org/file4085/posixpath.dif "Uploaded as application/octet-stream at 2002-03-28.07:28:48 by s_keim"): diff for posixpath.splitext</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-29.09:18:28.000>
created_at = <Date 2002-03-28.07:28:48.000>
labels = ['library']
title = 'splitext and leading point of hidden files'
updated_at = <Date 2002-03-29.09:18:28.000>
user = 'https://bugs.python.org/skeim'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-29.09:18:28.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-28.07:28:48.000>
creator = 's_keim'
dependencies = []
files = ['4085']
hgrepos = []
issue_num = 536120
keywords = ['patch']
message_count = 7.0
messages = ['39363', '39364', '39365', '39366', '39367', '39368', '39369']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 's_keim']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536120'
versions = ['Python 2.3']
```
</p></details>
| splitext and leading point of hidden files | https://api.github.com/repos/python/cpython/issues/36344/comments | 7 | 2002-03-28T07:28:48Z | 2022-04-09T22:05:06Z | https://github.com/python/cpython/issues/36344 | 1,198,785,100 | 36,344 |
[
"python",
"cpython"
] | BPO | [536117](https://bugs.python.org/issue536117)
--- | :---
Nosy | @loewis
Files | <li>[turtle.dif](https://bugs.python.org/file4084/turtle.dif "Uploaded as application/octet-stream at 2002-03-28.07:21:43 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 = None
closed_at = <Date 2002-03-28.15:46:38.000>
created_at = <Date 2002-03-28.07:21:42.000>
labels = ['expert-tkinter']
title = 'Typo in turtle.py'
updated_at = <Date 2002-03-28.15:46:38.000>
user = 'https://bugs.python.org/skeim'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-28.15:46:38.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2002-03-28.07:21:42.000>
creator = 's_keim'
dependencies = []
files = ['4084']
hgrepos = []
issue_num = 536117
keywords = ['patch']
message_count = 2.0
messages = ['39361', '39362']
nosy_count = 2.0
nosy_names = ['loewis', 's_keim']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536117'
versions = ['Python 2.2']
```
</p></details>
| Typo in turtle.py | https://api.github.com/repos/python/cpython/issues/36343/comments | 2 | 2002-03-28T07:21:42Z | 2022-04-09T22:05:05Z | https://github.com/python/cpython/issues/36343 | 1,198,785,093 | 36,343 |
[
"python",
"cpython"
] | BPO | [536017](https://bugs.python.org/issue536017)
--- | :---
Nosy | @tim-one, @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/tim-one'
closed_at = <Date 2002-03-31.18:30:35.000>
created_at = <Date 2002-03-28.02:02:38.000>
labels = ['interpreter-core']
title = 'threading.Lock().acquire bug'
updated_at = <Date 2002-03-31.18:30:35.000>
user = 'https://bugs.python.org/fionalim'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-31.18:30:35.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-28.02:02:38.000>
creator = 'fionalim'
dependencies = []
files = []
hgrepos = []
issue_num = 536017
keywords = []
message_count = 4.0
messages = ['10077', '10078', '10079', '10080']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'fionalim']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue536017'
versions = []
```
</p></details>
| threading.Lock().acquire bug | https://api.github.com/repos/python/cpython/issues/36342/comments | 4 | 2002-03-28T02:02:38Z | 2022-04-09T22:05:05Z | https://github.com/python/cpython/issues/36342 | 1,198,785,088 | 36,342 |
[
"python",
"cpython"
] | BPO | [535905](https://bugs.python.org/issue535905)
--- | :---
Nosy | @gvanrossum, @tim-one, @nascheme
Files | <li>[tup.py](https://bugs.python.org/file404/tup.py "Uploaded as text/plain at 2002-03-27.21:04:14 by @tim-one"): Test case to provoke the crash</li><li>[trashcan_gc.diff](https://bugs.python.org/file405/trashcan_gc.diff "Uploaded as text/plain at 2002-03-27.22:18:37 by @nascheme")</li><li>[lis.py](https://bugs.python.org/file406/lis.py "Uploaded as text/plain at 2002-03-28.01:17:32 by @gvanrossum")</li><li>[trash-2.1.2.diff](https://bugs.python.org/file407/trash-2.1.2.diff "Uploaded as text/plain at 2002-03-28.02:15:33 by @gvanrossum"): Patch for 2.1.2</li><li>[ceval.c.diff](https://bugs.python.org/file408/ceval.c.diff "Uploaded as text/plain at 2002-03-28.18:21:57 by @gvanrossum"): Separate fix for SETLOCAL() race in ceval.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/nascheme'
closed_at = <Date 2002-03-28.23:28:43.000>
created_at = <Date 2002-03-27.20:47:53.000>
labels = ['interpreter-core']
title = 'Evil Trashcan and GC interaction'
updated_at = <Date 2002-03-28.23:28:43.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-28.23:28:43.000>
actor = 'tim.peters'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-27.20:47:53.000>
creator = 'gvanrossum'
dependencies = []
files = ['404', '405', '406', '407', '408']
hgrepos = []
issue_num = 535905
keywords = []
message_count = 17.0
messages = ['10060', '10061', '10062', '10063', '10064', '10065', '10066', '10067', '10068', '10069', '10070', '10071', '10072', '10073', '10074', '10075', '10076']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'tim.peters', 'tismer', 'nascheme', 'zerohero']
pr_nums = []
priority = 'high'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535905'
versions = []
```
</p></details>
| Evil Trashcan and GC interaction | https://api.github.com/repos/python/cpython/issues/36341/comments | 17 | 2002-03-27T20:47:53Z | 2022-04-09T22:05:04Z | https://github.com/python/cpython/issues/36341 | 1,198,785,084 | 36,341 |
[
"python",
"cpython"
] | BPO | [535619](https://bugs.python.org/issue535619)
--- | :---
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 2002-03-27.16:48:18.000>
created_at = <Date 2002-03-27.07:55:35.000>
labels = ['library']
title = 'HTTPS not working in httplib'
updated_at = <Date 2002-03-27.16:48:18.000>
user = 'https://bugs.python.org/dvusboy'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-27.16:48:18.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-27.07:55:35.000>
creator = 'dvusboy'
dependencies = []
files = []
hgrepos = []
issue_num = 535619
keywords = []
message_count = 2.0
messages = ['10058', '10059']
nosy_count = 2.0
nosy_names = ['loewis', 'dvusboy']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535619'
versions = []
```
</p></details>
| HTTPS not working in httplib | https://api.github.com/repos/python/cpython/issues/36340/comments | 2 | 2002-03-27T07:55:35Z | 2022-04-09T22:05:02Z | https://github.com/python/cpython/issues/36340 | 1,198,785,082 | 36,340 |
[
"python",
"cpython"
] | BPO | [535545](https://bugs.python.org/issue535545)
--- | :---
Nosy | @mwhudson, @loewis
Files | <li>[resource.h](https://bugs.python.org/file398/resource.h "Uploaded as text/x-chdr at 2002-03-27.19:17:15 by whit"): resource.h</li><li>[stderr.bz2](https://bugs.python.org/file399/stderr.bz2 "Uploaded as application/x-bzip2 at 2002-03-28.13:13:29 by whit"): stderr + posixmodule.i</li><li>[posixmodule.i.bz2](https://bugs.python.org/file400/posixmodule.i.bz2 "Uploaded as application/x-bzip2 at 2002-03-28.16:02:07 by whit"): posixmodule.i w/ -dD</li><li>[config.log](https://bugs.python.org/file401/config.log "Uploaded as text/x-log at 2002-03-28.16:56:59 by whit")</li><li>[conf.txt](https://bugs.python.org/file402/conf.txt "Uploaded as text/plain at 2002-03-29.15:56:35 by nobody")</li><li>[configure.gz](https://bugs.python.org/file403/configure.gz "Uploaded as application/x-gunzip at 2002-06-02.15:13:46 by @loewis"): Modified configure for 2.2.1</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-06-03.16:56:11.000>
created_at = <Date 2002-03-27.02:26:25.000>
labels = ['build']
title = 'make fails at posixmodule.c'
updated_at = <Date 2002-06-03.16:56:11.000>
user = 'https://bugs.python.org/whit'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-03.16:56:11.000>
actor = 'pboddie'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-27.02:26:25.000>
creator = 'whit'
dependencies = []
files = ['398', '399', '400', '401', '402', '403']
hgrepos = []
issue_num = 535545
keywords = []
message_count = 38.0
messages = ['10020', '10021', '10022', '10023', '10024', '10025', '10026', '10027', '10028', '10029', '10030', '10031', '10032', '10033', '10034', '10035', '10036', '10037', '10038', '10039', '10040', '10041', '10042', '10043', '10044', '10045', '10046', '10047', '10048', '10049', '10050', '10051', '10052', '10053', '10054', '10055', '10056', '10057']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'pboddie', 'whit']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535545'
versions = ['Python 2.2']
```
</p></details>
| make fails at posixmodule.c | https://api.github.com/repos/python/cpython/issues/36339/comments | 38 | 2002-03-27T02:26:25Z | 2022-04-09T22:05:01Z | https://github.com/python/cpython/issues/36339 | 1,198,785,077 | 36,339 |
[
"python",
"cpython"
] | BPO | [535495](https://bugs.python.org/issue535495)
--- | :---
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 2002-03-27.01:41:32.000>
created_at = <Date 2002-03-27.00:25:25.000>
labels = ['interpreter-core', 'invalid']
title = 'threading.RLock memory leak'
updated_at = <Date 2002-03-27.01:41:32.000>
user = 'https://bugs.python.org/shanegreen'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-27.01:41:32.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-27.00:25:25.000>
creator = 'shanegreen'
dependencies = []
files = []
hgrepos = []
issue_num = 535495
keywords = []
message_count = 2.0
messages = ['10018', '10019']
nosy_count = 2.0
nosy_names = ['tim.peters', 'shanegreen']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535495'
versions = []
```
</p></details>
| threading.RLock memory leak | https://api.github.com/repos/python/cpython/issues/36338/comments | 2 | 2002-03-27T00:25:25Z | 2022-04-09T22:05:00Z | https://github.com/python/cpython/issues/36338 | 1,198,785,075 | 36,338 |
[
"python",
"cpython"
] | BPO | [535474](https://bugs.python.org/issue535474)
--- | :---
Nosy | @tim-one, @loewis, @freddrake
Files | <li>[test_memory_leak.py](https://bugs.python.org/file395/test_memory_leak.py "Uploaded as text/plain at 2002-03-28.22:37:04 by dyoo")</li><li>[expatreader.diff](https://bugs.python.org/file396/expatreader.diff "Uploaded as text/plain at 2002-04-04.05:25:13 by @freddrake")</li><li>[test_memory_leak_2.py](https://bugs.python.org/file397/test_memory_leak_2.py "Uploaded as text/plain at 2002-04-04.07:14:06 by dyoo"): Verified cyclic memory collection is ok</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 2002-04-04.18:00:50.000>
created_at = <Date 2002-03-26.23:24:47.000>
labels = ['expert-XML']
title = 'xml.sax memory leak with ExpatParser'
updated_at = <Date 2002-04-04.18:00:50.000>
user = 'https://bugs.python.org/dyoo'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-04.18:00:50.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['XML']
creation = <Date 2002-03-26.23:24:47.000>
creator = 'dyoo'
dependencies = []
files = ['395', '396', '397']
hgrepos = []
issue_num = 535474
keywords = []
message_count = 13.0
messages = ['10005', '10006', '10007', '10008', '10009', '10010', '10011', '10012', '10013', '10014', '10015', '10016', '10017']
nosy_count = 4.0
nosy_names = ['tim.peters', 'loewis', 'fdrake', 'dyoo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535474'
versions = []
```
</p></details>
| xml.sax memory leak with ExpatParser | https://api.github.com/repos/python/cpython/issues/36337/comments | 13 | 2002-03-26T23:24:47Z | 2022-04-09T22:04:59Z | https://github.com/python/cpython/issues/36337 | 1,198,785,071 | 36,337 |
[
"python",
"cpython"
] | BPO | [535450](https://bugs.python.org/issue535450)
--- | :---
Nosy | @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2003-11-19.17:55:35.000>
created_at = <Date 2002-03-26.22:23:44.000>
labels = ['type-feature', 'docs']
title = 'documentation in CHM format'
updated_at = <Date 2003-11-19.17:55:35.000>
user = 'https://bugs.python.org/gliptak'
```
bugs.python.org fields:
```python
activity = <Date 2003-11-19.17:55:35.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-26.22:23:44.000>
creator = 'gliptak'
dependencies = []
files = []
hgrepos = []
issue_num = 535450
keywords = []
message_count = 3.0
messages = ['53520', '53521', '53522']
nosy_count = 2.0
nosy_names = ['fdrake', 'gliptak']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue535450'
versions = []
```
</p></details>
| documentation in CHM format | https://api.github.com/repos/python/cpython/issues/36336/comments | 3 | 2002-03-26T22:23:44Z | 2022-04-09T22:04:58Z | https://github.com/python/cpython/issues/36336 | 1,198,785,067 | 36,336 |
[
"python",
"cpython"
] | BPO | [535444](https://bugs.python.org/issue535444)
--- | :---
Nosy | @mwhudson, @gvanrossum, @loewis, @pjeby
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2002-04-02.21:27:21.000>
created_at = <Date 2002-03-26.22:13:29.000>
labels = ['interpreter-core']
title = 'super() broken with classmethods'
updated_at = <Date 2002-04-02.21:27:21.000>
user = 'https://github.com/pjeby'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-02.21:27:21.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-26.22:13:29.000>
creator = 'pje'
dependencies = []
files = []
hgrepos = []
issue_num = 535444
keywords = []
message_count = 10.0
messages = ['9995', '9996', '9997', '9998', '9999', '10000', '10001', '10002', '10003', '10004']
nosy_count = 4.0
nosy_names = ['mwh', 'gvanrossum', 'loewis', 'pje']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535444'
versions = ['Python 2.2']
```
</p></details>
| super() broken with classmethods | https://api.github.com/repos/python/cpython/issues/36335/comments | 10 | 2002-03-26T22:13:29Z | 2022-04-09T22:04:57Z | https://github.com/python/cpython/issues/36335 | 1,198,785,064 | 36,335 |
[
"python",
"cpython"
] | BPO | [535335](https://bugs.python.org/issue535335)
--- | :---
Nosy | @loewis
Files | <li>[temp](https://bugs.python.org/file4083/temp "Uploaded as application/octet-stream at 2002-03-26.18:42:31 by jchonig")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-11-22.09:03:17.000>
created_at = <Date 2002-03-26.18:42:30.000>
labels = ['build']
title = '2.2 patches for BSD/OS 5.0'
updated_at = <Date 2002-11-22.09:03:17.000>
user = 'https://bugs.python.org/jchonig'
```
bugs.python.org fields:
```python
activity = <Date 2002-11-22.09:03:17.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-26.18:42:30.000>
creator = 'jchonig'
dependencies = []
files = ['4083']
hgrepos = []
issue_num = 535335
keywords = ['patch']
message_count = 9.0
messages = ['39352', '39353', '39354', '39355', '39356', '39357', '39358', '39359', '39360']
nosy_count = 3.0
nosy_names = ['loewis', 'nnorwitz', 'jchonig']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535335'
versions = ['Python 2.2']
```
</p></details>
| 2.2 patches for BSD/OS 5.0 | https://api.github.com/repos/python/cpython/issues/36334/comments | 9 | 2002-03-26T18:42:30Z | 2022-04-09T22:04:55Z | https://github.com/python/cpython/issues/36334 | 1,198,785,059 | 36,334 |
[
"python",
"cpython"
] | BPO | [535324](https://bugs.python.org/issue535324)
--- | :---
Nosy | @tim-one, @loewis, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-05-12.18:50:09.000>
created_at = <Date 2002-03-26.18:06:03.000>
labels = ['type-feature']
title = '"if foo=bar:" error-message'
updated_at = <Date 2003-05-12.18:50:09.000>
user = 'https://bugs.python.org/guettli'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-12.18:50:09.000>
actor = 'rhettinger'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-26.18:06:03.000>
creator = 'guettli'
dependencies = []
files = []
hgrepos = []
issue_num = 535324
keywords = []
message_count = 5.0
messages = ['53515', '53516', '53517', '53518', '53519']
nosy_count = 5.0
nosy_names = ['tim.peters', 'loewis', 'jhylton', 'rhettinger', 'guettli']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue535324'
versions = []
```
</p></details>
| "if foo=bar:" error-message | https://api.github.com/repos/python/cpython/issues/36333/comments | 5 | 2002-03-26T18:06:03Z | 2022-04-09T22:04:53Z | https://github.com/python/cpython/issues/36333 | 1,198,785,052 | 36,333 |
[
"python",
"cpython"
] | BPO | [535285](https://bugs.python.org/issue535285)
--- | :---
Nosy | @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 = None
closed_at = <Date 2002-03-27.11:11:28.000>
created_at = <Date 2002-03-26.17:00:50.000>
labels = ['invalid', 'library']
title = 'urllib, fragment identifiers and 404s'
updated_at = <Date 2002-03-27.11:11:28.000>
user = 'https://bugs.python.org/tadgher'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-27.11:11:28.000>
actor = 'sjoerd'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-26.17:00:50.000>
creator = 'tadgher'
dependencies = []
files = []
hgrepos = []
issue_num = 535285
keywords = []
message_count = 4.0
messages = ['9991', '9992', '9993', '9994']
nosy_count = 2.0
nosy_names = ['sjoerd', 'tadgher']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535285'
versions = []
```
</p></details>
| urllib, fragment identifiers and 404s | https://api.github.com/repos/python/cpython/issues/36332/comments | 4 | 2002-03-26T17:00:50Z | 2022-04-09T22:04:52Z | https://github.com/python/cpython/issues/36332 | 1,198,785,045 | 36,332 |
[
"python",
"cpython"
] | BPO | [535170](https://bugs.python.org/issue535170)
--- | :---
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 2002-04-04.17:08:11.000>
created_at = <Date 2002-03-26.12:49:35.000>
labels = ['interpreter-core']
title = 'new.instance() breaks with new classes'
updated_at = <Date 2002-04-04.17:08:11.000>
user = 'https://bugs.python.org/anthonybaxter'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-04.17:08:11.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-26.12:49:35.000>
creator = 'anthonybaxter'
dependencies = []
files = []
hgrepos = []
issue_num = 535170
keywords = []
message_count = 2.0
messages = ['9989', '9990']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'anthonybaxter']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue535170'
versions = []
```
</p></details>
| new.instance() breaks with new classes | https://api.github.com/repos/python/cpython/issues/36331/comments | 2 | 2002-03-26T12:49:35Z | 2022-04-09T22:04:52Z | https://github.com/python/cpython/issues/36331 | 1,198,785,035 | 36,331 |
[
"python",
"cpython"
] | BPO | [534864](https://bugs.python.org/issue534864)
--- | :---
Nosy | @gvanrossum, @tim-one, @loewis
Files | <li>[profilexmlcrash.txt](https://bugs.python.org/file392/profilexmlcrash.txt "Uploaded as text/plain at 2002-03-25.21:19:30 by ainsinga")</li><li>[traceback.txt](https://bugs.python.org/file393/traceback.txt "Uploaded as text/plain at 2002-07-01.15:55:02 by @tim-one"): A failing run under CVS on Windows</li><li>[expat.diff](https://bugs.python.org/file394/expat.diff "Uploaded as text/plain at 2002-07-02.07:05:42 by @loewis")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-08-04.08:27:28.000>
created_at = <Date 2002-03-25.21:15:27.000>
labels = ['library']
title = 'profiling with xml parsing asserts'
updated_at = <Date 2002-08-04.08:27:28.000>
user = 'https://bugs.python.org/ainsinga'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-04.08:27:28.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-25.21:15:27.000>
creator = 'ainsinga'
dependencies = []
files = ['392', '393', '394']
hgrepos = []
issue_num = 534864
keywords = []
message_count = 15.0
messages = ['9974', '9975', '9976', '9977', '9978', '9979', '9980', '9981', '9982', '9983', '9984', '9985', '9986', '9987', '9988']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'tim.peters', 'loewis', 'ainsinga', 'andrewl']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534864'
versions = ['Python 2.2']
```
</p></details>
| profiling with xml parsing asserts | https://api.github.com/repos/python/cpython/issues/36330/comments | 15 | 2002-03-25T21:15:27Z | 2022-04-09T22:04:51Z | https://github.com/python/cpython/issues/36330 | 1,198,785,034 | 36,330 |
[
"python",
"cpython"
] | BPO | [534862](https://bugs.python.org/issue534862)
--- | :---
Nosy | @gvanrossum, @loewis, @smontanaro
Files | <li>[asyncore.diff](https://bugs.python.org/file4082/asyncore.diff "Uploaded as text/plain at 2002-03-25.21:12:21 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-08-14.15:11:59.000>
created_at = <Date 2002-03-25.21:12:21.000>
labels = ['library']
title = 'help asyncore recover from repr() probs'
updated_at = <Date 2002-08-14.15:11:59.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-14.15:11:59.000>
actor = 'loewis'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-25.21:12:21.000>
creator = 'skip.montanaro'
dependencies = []
files = ['4082']
hgrepos = []
issue_num = 534862
keywords = ['patch']
message_count = 4.0
messages = ['39348', '39349', '39350', '39351']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'loewis', 'jhylton', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534862'
versions = ['Python 2.3']
```
</p></details>
| help asyncore recover from repr() probs | https://api.github.com/repos/python/cpython/issues/36329/comments | 4 | 2002-03-25T21:12:21Z | 2022-04-09T22:04:49Z | https://github.com/python/cpython/issues/36329 | 1,198,785,028 | 36,329 |
[
"python",
"cpython"
] | BPO | [534807](https://bugs.python.org/issue534807)
--- | :---
Nosy | @mwhudson, @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 2002-03-29.08:30:51.000>
created_at = <Date 2002-03-25.18:54:58.000>
labels = ['extension-modules']
title = 'C extension modules with same short name'
updated_at = <Date 2002-03-29.08:30:51.000>
user = 'https://bugs.python.org/tepperly'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-29.08:30:51.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2002-03-25.18:54:58.000>
creator = 'tepperly'
dependencies = []
files = []
hgrepos = []
issue_num = 534807
keywords = []
message_count = 6.0
messages = ['9968', '9969', '9970', '9971', '9972', '9973']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'tepperly', 'knepley']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534807'
versions = ['Python 2.3']
```
</p></details>
| C extension modules with same short name | https://api.github.com/repos/python/cpython/issues/36328/comments | 6 | 2002-03-25T18:54:58Z | 2022-04-09T22:04:48Z | https://github.com/python/cpython/issues/36328 | 1,198,785,021 | 36,328 |
[
"python",
"cpython"
] | BPO | [534748](https://bugs.python.org/issue534748)
--- | :---
Nosy | @mwhudson, @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2002-12-06.15:33:53.000>
created_at = <Date 2002-03-25.16:48:44.000>
labels = ['build']
title = 'Removing _tkinter considered harmful'
updated_at = <Date 2002-12-06.15:33:53.000>
user = 'https://bugs.python.org/dubois'
```
bugs.python.org fields:
```python
activity = <Date 2002-12-06.15:33:53.000>
actor = 'mwh'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-25.16:48:44.000>
creator = 'dubois'
dependencies = []
files = []
hgrepos = []
issue_num = 534748
keywords = []
message_count = 6.0
messages = ['9962', '9963', '9964', '9965', '9966', '9967']
nosy_count = 3.0
nosy_names = ['mwh', 'akuchling', 'dubois']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534748'
versions = []
```
</p></details>
| Removing _tkinter considered harmful | https://api.github.com/repos/python/cpython/issues/36327/comments | 6 | 2002-03-25T16:48:44Z | 2022-04-09T22:04:48Z | https://github.com/python/cpython/issues/36327 | 1,198,785,016 | 36,327 |
[
"python",
"cpython"
] | BPO | [534669](https://bugs.python.org/issue534669)
--- | :---
Nosy | @mwhudson, @gvanrossum
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2002-11-08.10:33:47.000>
created_at = <Date 2002-03-25.13:26:41.000>
labels = []
title = 'remember to sync trees'
updated_at = <Date 2002-11-08.10:33:47.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-11-08.10:33:47.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-25.13:26:41.000>
creator = 'mwh'
dependencies = []
files = []
hgrepos = []
issue_num = 534669
keywords = []
message_count = 6.0
messages = ['9956', '9957', '9958', '9959', '9960', '9961']
nosy_count = 3.0
nosy_names = ['mwh', 'gvanrossum', 'nnorwitz']
pr_nums = []
priority = 'low'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534669'
versions = []
```
</p></details>
| remember to sync trees | https://api.github.com/repos/python/cpython/issues/36326/comments | 6 | 2002-03-25T13:26:41Z | 2022-04-09T22:04:47Z | https://github.com/python/cpython/issues/36326 | 1,198,785,013 | 36,326 |
[
"python",
"cpython"
] | BPO | [534625](https://bugs.python.org/issue534625)
--- | :---
Nosy | @mwhudson, @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/mwhudson'
closed_at = <Date 2002-03-25.17:41:45.000>
created_at = <Date 2002-03-25.11:08:54.000>
labels = ['OS-mac']
title = "ftplib hangs: ftp=FTP('ftp.example.com')"
updated_at = <Date 2002-03-25.17:41:45.000>
user = 'https://bugs.python.org/oberndoerfer'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.17:41:45.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-25.11:08:54.000>
creator = 'oberndoerfer'
dependencies = []
files = []
hgrepos = []
issue_num = 534625
keywords = []
message_count = 3.0
messages = ['9953', '9954', '9955']
nosy_count = 3.0
nosy_names = ['mwh', 'jackjansen', 'oberndoerfer']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534625'
versions = ['Python 2.2']
```
</p></details>
| ftplib hangs: ftp=FTP('ftp.example.com') | https://api.github.com/repos/python/cpython/issues/36325/comments | 3 | 2002-03-25T11:08:54Z | 2022-04-09T22:04:46Z | https://github.com/python/cpython/issues/36325 | 1,198,785,011 | 36,325 |
[
"python",
"cpython"
] | BPO | [534613](https://bugs.python.org/issue534613)
--- | :---
Nosy | @tim-one, @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/tim-one'
closed_at = <Date 2002-03-26.07:39:33.000>
created_at = <Date 2002-03-25.10:32:41.000>
labels = ['invalid', 'library']
title = 'urllib.unquote() is not idempotent'
updated_at = <Date 2002-03-26.07:39:33.000>
user = 'https://bugs.python.org/rjuengling'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-26.07:39:33.000>
actor = 'rjuengling'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-25.10:32:41.000>
creator = 'rjuengling'
dependencies = []
files = []
hgrepos = []
issue_num = 534613
keywords = []
message_count = 4.0
messages = ['9949', '9950', '9951', '9952']
nosy_count = 3.0
nosy_names = ['tim.peters', 'sjoerd', 'rjuengling']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534613'
versions = []
```
</p></details>
| urllib.unquote() is not idempotent | https://api.github.com/repos/python/cpython/issues/36324/comments | 4 | 2002-03-25T10:32:41Z | 2022-04-09T22:04:44Z | https://github.com/python/cpython/issues/36324 | 1,198,785,009 | 36,324 |
[
"python",
"cpython"
] | BPO | [534495](https://bugs.python.org/issue534495)
--- | :---
Nosy | @loewis, @smontanaro
Files | <li>[exceptions.diff](https://bugs.python.org/file391/exceptions.diff "Uploaded as text/plain at 2002-03-25.01:42:50 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2002-03-27.13:43:23.000>
created_at = <Date 2002-03-25.01:42:50.000>
labels = ['docs']
title = 'PyErr_Format format char bugs'
updated_at = <Date 2002-03-27.13:43:23.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-27.13:43:23.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-25.01:42:50.000>
creator = 'skip.montanaro'
dependencies = []
files = ['391']
hgrepos = []
issue_num = 534495
keywords = []
message_count = 3.0
messages = ['9946', '9947', '9948']
nosy_count = 2.0
nosy_names = ['loewis', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534495'
versions = ['Python 2.3']
```
</p></details>
| PyErr_Format format char bugs | https://api.github.com/repos/python/cpython/issues/36323/comments | 3 | 2002-03-25T01:42:50Z | 2022-04-09T22:04:43Z | https://github.com/python/cpython/issues/36323 | 1,198,785,005 | 36,323 |
[
"python",
"cpython"
] | BPO | [534347](https://bugs.python.org/issue534347)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[getargs.c.diff](https://bugs.python.org/file389/getargs.c.diff "Uploaded as text/plain at 2002-03-24.16:30:11 by glchapman")</li><li>[getargs.c.2.diff](https://bugs.python.org/file390/getargs.c.2.diff "Uploaded as text/plain at 2002-03-27.17:20:31 by glchapman")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2002-04-04.16:27:24.000>
created_at = <Date 2002-03-24.16:30:10.000>
labels = ['interpreter-core']
title = 'Potential AV in vgetargskeywords'
updated_at = <Date 2002-04-04.16:27:24.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-04.16:27:24.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-24.16:30:10.000>
creator = 'glchapman'
dependencies = []
files = ['389', '390']
hgrepos = []
issue_num = 534347
keywords = []
message_count = 5.0
messages = ['9941', '9942', '9943', '9944', '9945']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'glchapman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534347'
versions = ['Python 2.2']
```
</p></details>
| Potential AV in vgetargskeywords | https://api.github.com/repos/python/cpython/issues/36322/comments | 5 | 2002-03-24T16:30:10Z | 2022-04-09T22:04:42Z | https://github.com/python/cpython/issues/36322 | 1,198,784,998 | 36,322 |
[
"python",
"cpython"
] | BPO | [534304](https://bugs.python.org/issue534304)
--- | :---
Nosy | @mwhudson, @gvanrossum, @loewis
Files | <li>[pep0263-2.2.1c2-03.tar.bz2](https://bugs.python.org/file4080/pep0263-2.2.1c2-03.tar.bz2 "Uploaded as application/octet-stream at 2002-03-31.16:16:08 by suzuki_hisao"): for Python 2.2.1c2</li><li>[pep263.diff](https://bugs.python.org/file4081/pep263.diff "Uploaded as text/plain at 2002-05-09.13:42:53 by @loewis"): for CVS of 20020509</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-06.11:39:00.000>
created_at = <Date 2002-03-24.13:52:25.000>
labels = ['interpreter-core']
title = 'PEP 263 Implementation'
updated_at = <Date 2003-08-06.11:39:00.000>
user = 'https://bugs.python.org/suzukihisao'
```
bugs.python.org fields:
```python
activity = <Date 2003-08-06.11:39:00.000>
actor = 'mwh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-24.13:52:25.000>
creator = 'suzuki_hisao'
dependencies = []
files = ['4080', '4081']
hgrepos = []
issue_num = 534304
keywords = ['patch']
message_count = 11.0
messages = ['39337', '39338', '39339', '39340', '39341', '39342', '39343', '39344', '39345', '39346', '39347']
nosy_count = 6.0
nosy_names = ['mwh', 'gvanrossum', 'loewis', 'nnorwitz', 'suzuki_hisao', 'neaj']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534304'
versions = ['Python 2.3']
```
</p></details>
| PEP 263 Implementation | https://api.github.com/repos/python/cpython/issues/36321/comments | 11 | 2002-03-24T13:52:25Z | 2022-04-09T22:04:40Z | https://github.com/python/cpython/issues/36321 | 1,198,784,994 | 36,321 |
[
"python",
"cpython"
] | BPO | [534158](https://bugs.python.org/issue534158)
--- | :---
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 2002-05-23.21:59:46.000>
created_at = <Date 2002-03-23.23:37:25.000>
labels = ['OS-mac']
title = 'Running MacPython as non-priv user may fail'
updated_at = <Date 2002-05-23.21:59:46.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-05-23.21:59:46.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-23.23:37:25.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 534158
keywords = []
message_count = 3.0
messages = ['9938', '9939', '9940']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534158'
versions = []
```
</p></details>
| Running MacPython as non-priv user may fail | https://api.github.com/repos/python/cpython/issues/36320/comments | 3 | 2002-03-23T23:37:25Z | 2022-04-09T22:04:40Z | https://github.com/python/cpython/issues/36320 | 1,198,784,991 | 36,320 |
[
"python",
"cpython"
] | BPO | [534153](https://bugs.python.org/issue534153)
--- | :---
Nosy | @mwhudson, @loewis
Files | <li>[langinfo.h](https://bugs.python.org/file388/langinfo.h "Uploaded as application/octet-stream at 2002-03-23.23:31:06 by ralph"): AIX 3.2's langinfo.h File.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-04-19.21:07:28.000>
created_at = <Date 2002-03-23.23:31:06.000>
labels = ['build']
title = "CODESET Doesn't Infer ERA et al."
updated_at = <Date 2002-04-19.21:07:28.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-19.21:07:28.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-23.23:31:06.000>
creator = 'ralph'
dependencies = []
files = ['388']
hgrepos = []
issue_num = 534153
keywords = []
message_count = 7.0
messages = ['9931', '9932', '9933', '9934', '9935', '9936', '9937']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'mattbehrens', 'ralph']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534153'
versions = ['Python 2.3']
```
</p></details>
| CODESET Doesn't Infer ERA et al. | https://api.github.com/repos/python/cpython/issues/36319/comments | 7 | 2002-03-23T23:31:06Z | 2022-04-09T22:04:39Z | https://github.com/python/cpython/issues/36319 | 1,198,784,989 | 36,319 |
[
"python",
"cpython"
] | BPO | [534116](https://bugs.python.org/issue534116)
--- | :---
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 2002-03-24.00:34:35.000>
created_at = <Date 2002-03-23.20:42:56.000>
labels = ['expert-installation']
title = 'Python-2.*.exe has virus?'
updated_at = <Date 2002-03-24.00:34:35.000>
user = 'https://bugs.python.org/joth3'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-24.00:34:35.000>
actor = 'joth3'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2002-03-23.20:42:56.000>
creator = 'joth3'
dependencies = []
files = []
hgrepos = []
issue_num = 534116
keywords = []
message_count = 3.0
messages = ['9928', '9929', '9930']
nosy_count = 2.0
nosy_names = ['tim.peters', 'joth3']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534116'
versions = []
```
</p></details>
| Python-2.*.exe has virus? | https://api.github.com/repos/python/cpython/issues/36318/comments | 3 | 2002-03-23T20:42:56Z | 2022-04-09T22:04:38Z | https://github.com/python/cpython/issues/36318 | 1,198,784,985 | 36,318 |
[
"python",
"cpython"
] | BPO | [534113](https://bugs.python.org/issue534113)
--- | :---
Nosy | @freddrake, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-23.20:46:54.000>
created_at = <Date 2002-03-23.20:26:32.000>
labels = ['docs']
title = 'missing "is" in "sys.exit" doc string'
updated_at = <Date 2002-03-23.20:46:54.000>
user = 'https://bugs.python.org/hoel'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-23.20:46:54.000>
actor = 'nascheme'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-23.20:26:32.000>
creator = 'hoel'
dependencies = []
files = []
hgrepos = []
issue_num = 534113
keywords = []
message_count = 2.0
messages = ['9926', '9927']
nosy_count = 3.0
nosy_names = ['fdrake', 'nascheme', 'hoel']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534113'
versions = ['Python 2.2']
```
</p></details>
| missing "is" in "sys.exit" doc string | https://api.github.com/repos/python/cpython/issues/36317/comments | 2 | 2002-03-23T20:26:32Z | 2022-04-09T22:04:37Z | https://github.com/python/cpython/issues/36317 | 1,198,784,982 | 36,317 |
[
"python",
"cpython"
] | BPO | [534108](https://bugs.python.org/issue534108)
--- | :---
Nosy | @mwhudson, @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/mwhudson'
closed_at = <Date 2002-12-17.16:51:10.000>
created_at = <Date 2002-03-23.20:19:42.000>
labels = ['build']
title = 'AIX 3.2.5 Has No chroot/fsync Prototypes'
updated_at = <Date 2002-12-17.16:51:10.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-12-17.16:51:10.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-23.20:19:42.000>
creator = 'ralph'
dependencies = []
files = []
hgrepos = []
issue_num = 534108
keywords = []
message_count = 5.0
messages = ['9921', '9922', '9923', '9924', '9925']
nosy_count = 3.0
nosy_names = ['mwh', 'loewis', 'ralph']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue534108'
versions = ['Python 2.2']
```
</p></details>
| AIX 3.2.5 Has No chroot/fsync Prototypes | https://api.github.com/repos/python/cpython/issues/36316/comments | 5 | 2002-03-23T20:19:42Z | 2022-04-09T22:04:35Z | https://github.com/python/cpython/issues/36316 | 1,198,784,980 | 36,316 |
[
"python",
"cpython"
] | BPO | [533735](https://bugs.python.org/issue533735)
--- | :---
Nosy | @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-17.15:45:49.000>
created_at = <Date 2002-03-22.19:38:47.000>
labels = ['docs']
title = 'cut-o/paste-o in Marshalling doc: 2.2.1'
updated_at = <Date 2002-06-17.15:45:49.000>
user = 'https://bugs.python.org/scottdaniels'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-17.15:45:49.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-22.19:38:47.000>
creator = 'scott_daniels'
dependencies = []
files = []
hgrepos = []
issue_num = 533735
keywords = []
message_count = 2.0
messages = ['9919', '9920']
nosy_count = 2.0
nosy_names = ['fdrake', 'scott_daniels']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533735'
versions = []
```
</p></details>
| cut-o/paste-o in Marshalling doc: 2.2.1 | https://api.github.com/repos/python/cpython/issues/36315/comments | 2 | 2002-03-22T19:38:47Z | 2022-04-09T22:04:34Z | https://github.com/python/cpython/issues/36315 | 1,198,784,975 | 36,315 |
[
"python",
"cpython"
] | BPO | [533681](https://bugs.python.org/issue533681)
--- | :---
Nosy | @tim-one, @loewis
Files | <li>[thread_pthread.h.diff-c](https://bugs.python.org/file4077/thread_pthread.h.diff-c "Uploaded as text/plain at 2002-03-22.17:20:48 by gsw_agere"): Specify semaphore use for Cygwin Python</li><li>[thread.c.diff-c](https://bugs.python.org/file4078/thread.c.diff-c "Uploaded as text/plain at 2002-03-22.21:18:41 by gsw_agere")</li><li>[thread.c.diff-c](https://bugs.python.org/file4079/thread.c.diff-c "Uploaded as text/plain at 2002-03-22.21:19:08 by gsw_agere")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-25.06:42:33.000>
created_at = <Date 2002-03-22.17:20:48.000>
labels = ['interpreter-core']
title = 'Apply semaphore code to Cygwin'
updated_at = <Date 2002-03-25.06:42:33.000>
user = 'https://bugs.python.org/gswagere'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.06:42:33.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-22.17:20:48.000>
creator = 'gsw_agere'
dependencies = []
files = ['4077', '4078', '4079']
hgrepos = []
issue_num = 533681
keywords = ['patch']
message_count = 6.0
messages = ['39331', '39332', '39333', '39334', '39335', '39336']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'gsw_agere']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533681'
versions = ['Python 2.2']
```
</p></details>
| Apply semaphore code to Cygwin | https://api.github.com/repos/python/cpython/issues/36314/comments | 6 | 2002-03-22T17:20:48Z | 2022-04-09T22:04:32Z | https://github.com/python/cpython/issues/36314 | 1,198,784,972 | 36,314 |
[
"python",
"cpython"
] | BPO | [533632](https://bugs.python.org/issue533632)
--- | :---
Nosy | @tim-one, @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 2002-03-25.08:43:52.000>
created_at = <Date 2002-03-22.15:43:49.000>
labels = []
title = '2.2 on HP-UX 11 64-bit - longs crash'
updated_at = <Date 2002-03-25.08:43:52.000>
user = 'https://bugs.python.org/scav'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.08:43:52.000>
actor = 'scav'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-22.15:43:49.000>
creator = 'scav'
dependencies = []
files = []
hgrepos = []
issue_num = 533632
keywords = []
message_count = 5.0
messages = ['9914', '9915', '9916', '9917', '9918']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'scav']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533632'
versions = []
```
</p></details>
| 2.2 on HP-UX 11 64-bit - longs crash | https://api.github.com/repos/python/cpython/issues/36313/comments | 5 | 2002-03-22T15:43:49Z | 2022-04-09T22:04:31Z | https://github.com/python/cpython/issues/36313 | 1,198,784,968 | 36,313 |
[
"python",
"cpython"
] | BPO | [533625](https://bugs.python.org/issue533625)
--- | :---
Nosy | @gvanrossum, @loewis, @arigo
Files | <li>[crack1.py](https://bugs.python.org/file384/crack1.py "Uploaded as text/plain at 2002-03-22.15:29:06 by @arigo"): Potential security hole</li><li>[rexec-diff.txt](https://bugs.python.org/file385/rexec-diff.txt "Uploaded as text/plain at 2002-03-25.14:06:44 by @arigo"): Security patch</li><li>[rexec-diff-2.txt](https://bugs.python.org/file386/rexec-diff-2.txt "Uploaded as text/plain at 2002-03-25.17:02:59 by @gvanrossum"): Context diff, and using a list comprehension</li><li>[rexec-doc-diff.txt](https://bugs.python.org/file387/rexec-doc-diff.txt "Uploaded as text/plain at 2002-04-07.10:08:29 by @arigo"): Documentation 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 2002-05-31.21:26:24.000>
created_at = <Date 2002-03-22.15:29:06.000>
labels = ['library']
title = 'rexec: potential security hole'
updated_at = <Date 2002-05-31.21:26:24.000>
user = 'https://github.com/arigo'
```
bugs.python.org fields:
```python
activity = <Date 2002-05-31.21:26:24.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-22.15:29:06.000>
creator = 'arigo'
dependencies = []
files = ['384', '385', '386', '387']
hgrepos = []
issue_num = 533625
keywords = []
message_count = 10.0
messages = ['9904', '9905', '9906', '9907', '9908', '9909', '9910', '9911', '9912', '9913']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'arigo']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533625'
versions = []
```
</p></details>
| rexec: potential security hole | https://api.github.com/repos/python/cpython/issues/36312/comments | 10 | 2002-03-22T15:29:06Z | 2022-04-09T22:04:31Z | https://github.com/python/cpython/issues/36312 | 1,198,784,965 | 36,312 |
[
"python",
"cpython"
] | BPO | [533621](https://bugs.python.org/issue533621)
--- | :---
Nosy | @tim-one, @nascheme
Files | <li>[remove_pymalloc_hooks.diff](https://bugs.python.org/file4076/remove_pymalloc_hooks.diff "Uploaded as text/plain at 2002-03-22.15:20:36 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2002-03-22.23:20:33.000>
created_at = <Date 2002-03-22.15:20:36.000>
labels = ['interpreter-core']
title = 'Remove pymalloc hooks'
updated_at = <Date 2002-03-22.23:20:33.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.23:20:33.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-22.15:20:36.000>
creator = 'nascheme'
dependencies = []
files = ['4076']
hgrepos = []
issue_num = 533621
keywords = ['patch']
message_count = 3.0
messages = ['39328', '39329', '39330']
nosy_count = 2.0
nosy_names = ['tim.peters', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533621'
versions = []
```
</p></details>
| Remove pymalloc hooks | https://api.github.com/repos/python/cpython/issues/36311/comments | 3 | 2002-03-22T15:20:36Z | 2022-04-09T22:04:30Z | https://github.com/python/cpython/issues/36311 | 1,198,784,963 | 36,311 |
[
"python",
"cpython"
] | BPO | [533482](https://bugs.python.org/issue533482)
--- | :---
Nosy | @nascheme
Files | <li>[gzip.py.patch](https://bugs.python.org/file4075/gzip.py.patch "Uploaded as text/plain at 2002-03-22.08:04:39 by icode"): small gzip.py patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2002-03-25.03:33:43.000>
created_at = <Date 2002-03-22.08:04:39.000>
labels = ['library']
title = 'small seek tweak upon reads (gzip)'
updated_at = <Date 2002-03-25.03:33:43.000>
user = 'https://bugs.python.org/icode'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.03:33:43.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-22.08:04:39.000>
creator = 'icode'
dependencies = []
files = ['4075']
hgrepos = []
issue_num = 533482
keywords = ['patch']
message_count = 5.0
messages = ['39323', '39324', '39325', '39326', '39327']
nosy_count = 2.0
nosy_names = ['nascheme', 'icode']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533482'
versions = ['Python 2.2']
```
</p></details>
| small seek tweak upon reads (gzip) | https://api.github.com/repos/python/cpython/issues/36310/comments | 5 | 2002-03-22T08:04:39Z | 2022-04-09T22:04:29Z | https://github.com/python/cpython/issues/36310 | 1,198,784,960 | 36,310 |
[
"python",
"cpython"
] | BPO | [533306](https://bugs.python.org/issue533306)
--- | :---
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 2002-03-25.13:37:06.000>
created_at = <Date 2002-03-21.21:04:39.000>
labels = ['build']
title = 'not building on AIX'
updated_at = <Date 2002-03-25.13:37:06.000>
user = 'https://bugs.python.org/toneby'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.13:37:06.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-21.21:04:39.000>
creator = 'toneby'
dependencies = []
files = []
hgrepos = []
issue_num = 533306
keywords = []
message_count = 4.0
messages = ['9900', '9901', '9902', '9903']
nosy_count = 2.0
nosy_names = ['mwh', 'toneby']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533306'
versions = ['Python 2.2']
```
</p></details>
| not building on AIX | https://api.github.com/repos/python/cpython/issues/36309/comments | 4 | 2002-03-21T21:04:39Z | 2022-04-09T22:04:27Z | https://github.com/python/cpython/issues/36309 | 1,198,784,956 | 36,309 |
[
"python",
"cpython"
] | BPO | [533291](https://bugs.python.org/issue533291)
--- | :---
Nosy | @gvanrossum, @freddrake, @nascheme, @rhettinger
Files | <li>[copy_reduce.diff](https://bugs.python.org/file382/copy_reduce.diff "Uploaded as text/plain at 2002-03-22.15:10:31 by @nascheme")</li><li>[pickle.diff](https://bugs.python.org/file383/pickle.diff "Uploaded as text/plain at 2002-05-16.03:14:52 by @rhettinger"): Patch deprecating None form of __reduce__</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2002-05-21.18:18:29.000>
created_at = <Date 2002-03-21.20:47:05.000>
labels = ['docs']
title = '__reduce__ does not work as documented'
updated_at = <Date 2002-05-21.18:18:29.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2002-05-21.18:18:29.000>
actor = 'gvanrossum'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-21.20:47:05.000>
creator = 'nascheme'
dependencies = []
files = ['382', '383']
hgrepos = []
issue_num = 533291
keywords = []
message_count = 9.0
messages = ['9891', '9892', '9893', '9894', '9895', '9896', '9897', '9898', '9899']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'fdrake', 'nascheme', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533291'
versions = ['Python 2.3']
```
</p></details>
| __reduce__ does not work as documented | https://api.github.com/repos/python/cpython/issues/36308/comments | 9 | 2002-03-21T20:47:05Z | 2022-04-09T22:04:26Z | https://github.com/python/cpython/issues/36308 | 1,198,784,951 | 36,308 |
[
"python",
"cpython"
] | BPO | [533281](https://bugs.python.org/issue533281)
--- | :---
Nosy | @loewis, @rhettinger, @gpshead
<sup>*Note: these values reflect the state of the issue at the time it was 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-08-24.04:02:05.220>
created_at = <Date 2002-03-21.20:17:18.000>
labels = ['type-feature', 'library']
title = 'bsddb185 module needs iterators'
updated_at = <Date 2007-08-24.06:24:04.687>
user = 'https://bugs.python.org/sidlon'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-24.06:24:04.687>
actor = 'gregory.p.smith'
assignee = 'none'
closed = True
closed_date = <Date 2007-08-24.04:02:05.220>
closer = 'gregory.p.smith'
components = ['Library (Lib)']
creation = <Date 2002-03-21.20:17:18.000>
creator = 'sidlon'
dependencies = []
files = []
hgrepos = []
issue_num = 533281
keywords = []
message_count = 8.0
messages = ['53510', '53511', '53512', '53513', '53514', '55239', '55241', '55245']
nosy_count = 4.0
nosy_names = ['loewis', 'rhettinger', 'gregory.p.smith', 'sidlon']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue533281'
versions = []
```
</p></details>
| bsddb185 module needs iterators | https://api.github.com/repos/python/cpython/issues/36307/comments | 8 | 2002-03-21T20:17:18Z | 2022-04-09T22:04:25Z | https://github.com/python/cpython/issues/36307 | 1,198,784,948 | 36,307 |
[
"python",
"cpython"
] | BPO | [533234](https://bugs.python.org/issue533234)
--- | :---
Nosy | @tim-one, @smontanaro
Files | <li>[ppat](https://bugs.python.org/file381/ppat "Uploaded as application/octet-stream at 2002-03-23.00:01:19 by ralph"): Patch calendar.py and test_calendar.py.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2002-03-23.10:19:29.000>
created_at = <Date 2002-03-21.18:33:28.000>
labels = ['library']
title = 'tm_isdst > 1 Passed to strftime.'
updated_at = <Date 2002-03-23.10:19:29.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-23.10:19:29.000>
actor = 'tim.peters'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-21.18:33:28.000>
creator = 'ralph'
dependencies = []
files = ['381']
hgrepos = []
issue_num = 533234
keywords = []
message_count = 13.0
messages = ['9878', '9879', '9880', '9881', '9882', '9883', '9884', '9885', '9886', '9887', '9888', '9889', '9890']
nosy_count = 3.0
nosy_names = ['tim.peters', 'skip.montanaro', 'ralph']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533234'
versions = ['Python 2.2']
```
</p></details>
| tm_isdst > 1 Passed to strftime. | https://api.github.com/repos/python/cpython/issues/36306/comments | 13 | 2002-03-21T18:33:28Z | 2022-04-09T22:04:24Z | https://github.com/python/cpython/issues/36306 | 1,198,784,943 | 36,306 |
[
"python",
"cpython"
] | BPO | [533198](https://bugs.python.org/issue533198)
--- | :---
Nosy | @mwhudson, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2002-03-25.18:22:47.000>
created_at = <Date 2002-03-21.17:26:14.000>
labels = ['interpreter-core']
title = 'Complex power underflow raises exception'
updated_at = <Date 2002-03-25.18:22:47.000>
user = 'https://bugs.python.org/hinsen'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.18:22:47.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-21.17:26:14.000>
creator = 'hinsen'
dependencies = []
files = []
hgrepos = []
issue_num = 533198
keywords = []
message_count = 9.0
messages = ['9869', '9870', '9871', '9872', '9873', '9874', '9875', '9876', '9877']
nosy_count = 3.0
nosy_names = ['mwh', 'tim.peters', 'hinsen']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533198'
versions = ['Python 2.2']
```
</p></details>
| Complex power underflow raises exception | https://api.github.com/repos/python/cpython/issues/36305/comments | 9 | 2002-03-21T17:26:14Z | 2022-04-09T22:04:23Z | https://github.com/python/cpython/issues/36305 | 1,198,784,940 | 36,305 |
[
"python",
"cpython"
] | BPO | [533188](https://bugs.python.org/issue533188)
--- | :---
Nosy | @mwhudson, @loewis
Files | <li>[cc_r.patch](https://bugs.python.org/file380/cc_r.patch "Uploaded as text/plain at 2002-03-22.17:08:54 by ralph"): cc_r.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/mwhudson'
closed_at = <Date 2002-03-31.20:15:26.000>
created_at = <Date 2002-03-21.17:12:18.000>
labels = ['build']
title = 'configure.in Assumes cc_r Exists on AIX.'
updated_at = <Date 2002-03-31.20:15:26.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-31.20:15:26.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-21.17:12:18.000>
creator = 'ralph'
dependencies = []
files = ['380']
hgrepos = []
issue_num = 533188
keywords = []
message_count = 11.0
messages = ['9858', '9859', '9860', '9861', '9862', '9863', '9864', '9865', '9866', '9867', '9868']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'donnc', 'ralph']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533188'
versions = ['Python 2.2']
```
</p></details>
| configure.in Assumes cc_r Exists on AIX. | https://api.github.com/repos/python/cpython/issues/36304/comments | 11 | 2002-03-21T17:12:18Z | 2022-04-09T22:04:22Z | https://github.com/python/cpython/issues/36304 | 1,198,784,937 | 36,304 |
[
"python",
"cpython"
] | BPO | [533165](https://bugs.python.org/issue533165)
--- | :---
Nosy | @loewis
Files | <li>[skip-sun](https://bugs.python.org/file4074/skip-sun "Uploaded as application/octet-stream at 2002-03-21.16:40:49 by nnorwitz"): patch to regrtest to ignore skipped tests on solaris 8</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-22.18:04:25.000>
created_at = <Date 2002-03-21.16:40:49.000>
labels = ['tests']
title = 'add expected test failures on solaris 8'
updated_at = <Date 2002-03-22.18:04:25.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.18:04:25.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2002-03-21.16:40:49.000>
creator = 'nnorwitz'
dependencies = []
files = ['4074']
hgrepos = []
issue_num = 533165
keywords = ['patch']
message_count = 4.0
messages = ['39319', '39320', '39321', '39322']
nosy_count = 2.0
nosy_names = ['loewis', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533165'
versions = ['Python 2.3']
```
</p></details>
| add expected test failures on solaris 8 | https://api.github.com/repos/python/cpython/issues/36303/comments | 4 | 2002-03-21T16:40:49Z | 2022-04-09T22:04:20Z | https://github.com/python/cpython/issues/36303 | 1,198,784,932 | 36,303 |
[
"python",
"cpython"
] | BPO | [533070](https://bugs.python.org/issue533070)
--- | :---
Files | <li>[pat1](https://bugs.python.org/file4073/pat1 "Uploaded as application/octet-stream at 2002-03-21.13:25:10 by ralph"): Patch to remove two ampersands.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-13.21:43:16.000>
created_at = <Date 2002-03-21.13:25:10.000>
labels = ['build']
title = 'Silence AIX C Compiler Warnings.'
updated_at = <Date 2002-06-13.21:43:16.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-13.21:43:16.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-21.13:25:10.000>
creator = 'ralph'
dependencies = []
files = ['4073']
hgrepos = []
issue_num = 533070
keywords = ['patch']
message_count = 5.0
messages = ['39314', '39315', '39316', '39317', '39318']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'ralph']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533070'
versions = ['Python 2.2']
```
</p></details>
| Silence AIX C Compiler Warnings. | https://api.github.com/repos/python/cpython/issues/36302/comments | 5 | 2002-03-21T13:25:10Z | 2022-04-09T22:04:19Z | https://github.com/python/cpython/issues/36302 | 1,198,784,927 | 36,302 |
[
"python",
"cpython"
] | BPO | [533008](https://bugs.python.org/issue533008)
--- | :---
Nosy | @gvanrossum, @freddrake, @theller
Files | <li>[headers_patch_3](https://bugs.python.org/file4072/headers_patch_3 "Uploaded as text/plain at 2002-03-21.11:09:37 by @theller"): patch1.txt</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-10-15.16:03:04.000>
created_at = <Date 2002-03-21.11:09:37.000>
labels = ['library']
title = 'specifying headers for extensions'
updated_at = <Date 2002-10-15.16:03:04.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-15.16:03:04.000>
actor = 'theller'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-03-21.11:09:37.000>
creator = 'theller'
dependencies = []
files = ['4072']
hgrepos = []
issue_num = 533008
keywords = ['patch']
message_count = 9.0
messages = ['39305', '39306', '39307', '39308', '39309', '39310', '39311', '39312', '39313']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'jhylton', 'fdrake', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue533008'
versions = ['Python 2.3']
```
</p></details>
| specifying headers for extensions | https://api.github.com/repos/python/cpython/issues/36301/comments | 9 | 2002-03-21T11:09:37Z | 2022-04-09T22:04:18Z | https://github.com/python/cpython/issues/36301 | 1,198,784,923 | 36,301 |
[
"python",
"cpython"
] | BPO | [532860](https://bugs.python.org/issue532860)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-04-22.18:43:12.000>
created_at = <Date 2002-03-21.01:27:24.000>
labels = ['interpreter-core']
title = 'NameError assigning to class in a func'
updated_at = <Date 2002-04-22.18:43:12.000>
user = 'https://bugs.python.org/spiv'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-22.18:43:12.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-21.01:27:24.000>
creator = 'spiv'
dependencies = []
files = []
hgrepos = []
issue_num = 532860
keywords = []
message_count = 5.0
messages = ['9853', '9854', '9855', '9856', '9857']
nosy_count = 2.0
nosy_names = ['jhylton', 'spiv']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532860'
versions = ['Python 2.2']
```
</p></details>
| NameError assigning to class in a func | https://api.github.com/repos/python/cpython/issues/36300/comments | 5 | 2002-03-21T01:27:24Z | 2022-04-09T22:04:17Z | https://github.com/python/cpython/issues/36300 | 1,198,784,920 | 36,300 |
[
"python",
"cpython"
] | BPO | [532855](https://bugs.python.org/issue532855)
--- | :---
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 2002-03-21.21:12:22.000>
created_at = <Date 2002-03-21.01:19:13.000>
labels = ['OS-mac']
title = 'Corrupted .rsrc file'
updated_at = <Date 2002-03-21.21:12:22.000>
user = 'https://bugs.python.org/brianl'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-21.21:12:22.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-21.01:19:13.000>
creator = 'brianl'
dependencies = []
files = []
hgrepos = []
issue_num = 532855
keywords = []
message_count = 2.0
messages = ['9851', '9852']
nosy_count = 2.0
nosy_names = ['jackjansen', 'brianl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532855'
versions = ['Python 2.2']
```
</p></details>
| Corrupted .rsrc file | https://api.github.com/repos/python/cpython/issues/36299/comments | 2 | 2002-03-21T01:19:13Z | 2022-04-09T22:04:16Z | https://github.com/python/cpython/issues/36299 | 1,198,784,916 | 36,299 |
[
"python",
"cpython"
] | BPO | [532807](https://bugs.python.org/issue532807)
--- | :---
Nosy | @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-20.23:43:09.000>
created_at = <Date 2002-03-20.23:32:01.000>
labels = ['invalid', 'docs']
title = 'References to misspelt API function name'
updated_at = <Date 2002-03-20.23:43:09.000>
user = 'https://bugs.python.org/mrmiller'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-20.23:43:09.000>
actor = 'mrmiller'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-20.23:32:01.000>
creator = 'mrmiller'
dependencies = []
files = []
hgrepos = []
issue_num = 532807
keywords = []
message_count = 2.0
messages = ['9849', '9850']
nosy_count = 2.0
nosy_names = ['fdrake', 'mrmiller']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532807'
versions = ['Python 2.2']
```
</p></details>
| References to misspelt API function name | https://api.github.com/repos/python/cpython/issues/36298/comments | 2 | 2002-03-20T23:32:01Z | 2022-04-09T22:04:15Z | https://github.com/python/cpython/issues/36298 | 1,198,784,910 | 36,298 |
[
"python",
"cpython"
] | BPO | [532767](https://bugs.python.org/issue532767)
--- | :---
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/gvanrossum'
closed_at = <Date 2003-02-12.03:41:06.000>
created_at = <Date 2002-03-20.22:22:56.000>
labels = ['interpreter-core']
title = 'isinstance() should respect __class__'
updated_at = <Date 2003-02-12.03:41:06.000>
user = 'https://bugs.python.org/steveazope'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-12.03:41:06.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-20.22:22:56.000>
creator = 'stevea_zope'
dependencies = []
files = []
hgrepos = []
issue_num = 532767
keywords = []
message_count = 8.0
messages = ['9841', '9842', '9843', '9844', '9845', '9846', '9847', '9848']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'stevea_zope']
pr_nums = []
priority = 'high'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532767'
versions = ['Python 2.3']
```
</p></details>
| isinstance() should respect __class__ | https://api.github.com/repos/python/cpython/issues/36297/comments | 8 | 2002-03-20T22:22:56Z | 2022-04-09T22:04:14Z | https://github.com/python/cpython/issues/36297 | 1,198,784,908 | 36,297 |
[
"python",
"cpython"
] | BPO | [532729](https://bugs.python.org/issue532729)
--- | :---
Nosy | @loewis
Files | <li>[config-in-patch](https://bugs.python.org/file4069/config-in-patch "Uploaded as application/octet-stream at 2002-03-20.21:07:29 by nnorwitz"): configure.in patch to check/add -lrt necessary for Solaris</li><li>[config-min-patch](https://bugs.python.org/file4070/config-min-patch "Uploaded as application/octet-stream at 2002-03-20.21:08:36 by nnorwitz"): minimal patch to configure</li><li>[config-patch](https://bugs.python.org/file4071/config-patch "Uploaded as application/octet-stream at 2002-03-20.21:09:41 by nnorwitz"): large patch to configure</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-03-21.15:48:54.000>
created_at = <Date 2002-03-20.21:07:29.000>
labels = ['build']
title = 'build (link) fails on Solaris 8-sem_init'
updated_at = <Date 2002-03-21.15:48:54.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-21.15:48:54.000>
actor = 'nnorwitz'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-20.21:07:29.000>
creator = 'nnorwitz'
dependencies = []
files = ['4069', '4070', '4071']
hgrepos = []
issue_num = 532729
keywords = ['patch']
message_count = 3.0
messages = ['39302', '39303', '39304']
nosy_count = 2.0
nosy_names = ['loewis', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532729'
versions = ['Python 2.3']
```
</p></details>
| build (link) fails on Solaris 8-sem_init | https://api.github.com/repos/python/cpython/issues/36296/comments | 3 | 2002-03-20T21:07:29Z | 2022-04-09T22:04:13Z | https://github.com/python/cpython/issues/36296 | 1,198,784,906 | 36,296 |
[
"python",
"cpython"
] | BPO | [532687](https://bugs.python.org/issue532687)
--- | :---
Nosy | @gvanrossum
Files | <li>[realpath.py](https://bugs.python.org/file379/realpath.py "Uploaded as text/plain at 2002-03-20.19:45:35 by chrism")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-20.22:05:37.000>
created_at = <Date 2002-03-20.19:45:34.000>
labels = ['type-feature', 'library']
title = '"realpath" for posixpath module'
updated_at = <Date 2002-03-20.22:05:37.000>
user = 'https://bugs.python.org/chrism'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-20.22:05:37.000>
actor = 'chrism'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-20.19:45:34.000>
creator = 'chrism'
dependencies = []
files = ['379']
hgrepos = []
issue_num = 532687
keywords = []
message_count = 3.0
messages = ['9838', '9839', '9840']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'chrism']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue532687'
versions = []
```
</p></details>
| "realpath" for posixpath module | https://api.github.com/repos/python/cpython/issues/36295/comments | 3 | 2002-03-20T19:45:34Z | 2022-04-09T22:04:11Z | https://github.com/python/cpython/issues/36295 | 1,198,784,900 | 36,295 |
[
"python",
"cpython"
] | BPO | [532646](https://bugs.python.org/issue532646)
--- | :---
Nosy | @gvanrossum, @brettcannon
Files | <li>[c2.diff](https://bugs.python.org/file378/c2.diff "Uploaded as text/plain at 2002-06-07.22:52:55 by nnorwitz"): updated patch 1</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2006-06-09.22:39:15.000>
created_at = <Date 2002-03-20.18:56:23.000>
labels = ['interpreter-core']
title = 'Recursive class instance "error"'
updated_at = <Date 2006-06-09.22:39:15.000>
user = 'https://bugs.python.org/gregmi'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-09.22:39:15.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-20.18:56:23.000>
creator = 'gregmi'
dependencies = []
files = ['378']
hgrepos = []
issue_num = 532646
keywords = []
message_count = 18.0
messages = ['9820', '9821', '9822', '9823', '9824', '9825', '9826', '9827', '9828', '9829', '9830', '9831', '9832', '9833', '9834', '9835', '9836', '9837']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'nobody', 'nnorwitz', 'brett.cannon', 'gregmi']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532646'
versions = ['Python 2.3']
```
</p></details>
| Recursive class instance "error" | https://api.github.com/repos/python/cpython/issues/36294/comments | 18 | 2002-03-20T18:56:23Z | 2022-04-09T22:04:11Z | https://github.com/python/cpython/issues/36294 | 1,198,784,893 | 36,294 |
[
"python",
"cpython"
] | BPO | [532638](https://bugs.python.org/issue532638)
--- | :---
Nosy | @tim-one, @smontanaro
Files | <li>[obj-attr.diff](https://bugs.python.org/file4068/obj-attr.diff "Uploaded as text/plain at 2002-03-20.18:42:49 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-07-09.23:44:16.000>
created_at = <Date 2002-03-20.18:42:49.000>
labels = ['interpreter-core']
title = 'Better AttributeError formatting'
updated_at = <Date 2002-07-09.23:44:16.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-09.23:44:16.000>
actor = 'skip.montanaro'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-20.18:42:49.000>
creator = 'skip.montanaro'
dependencies = []
files = ['4068']
hgrepos = []
issue_num = 532638
keywords = ['patch']
message_count = 8.0
messages = ['39294', '39295', '39296', '39297', '39298', '39299', '39300', '39301']
nosy_count = 3.0
nosy_names = ['tim.peters', 'skip.montanaro', 'dalesc']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532638'
versions = ['Python 2.3']
```
</p></details>
| Better AttributeError formatting | https://api.github.com/repos/python/cpython/issues/36293/comments | 8 | 2002-03-20T18:42:49Z | 2022-04-09T22:04:09Z | https://github.com/python/cpython/issues/36293 | 1,198,784,885 | 36,293 |
[
"python",
"cpython"
] | BPO | [532631](https://bugs.python.org/issue532631)
--- | :---
Nosy | @malemburg, @tim-one, @birkenfeld, @mdickinson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mdickinson'
closed_at = <Date 2009-03-29.16:17:49.924>
created_at = <Date 2002-03-20.18:34:03.000>
labels = ['type-bug']
title = 'Confusions in formatfloat'
updated_at = <Date 2009-03-29.16:17:49.923>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-29.16:17:49.923>
actor = 'mark.dickinson'
assignee = 'mark.dickinson'
closed = True
closed_date = <Date 2009-03-29.16:17:49.924>
closer = 'mark.dickinson'
components = ['None']
creation = <Date 2002-03-20.18:34:03.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 532631
keywords = []
message_count = 8.0
messages = ['9814', '9815', '9816', '9817', '9818', '9819', '84410', '84414']
nosy_count = 5.0
nosy_names = ['lemburg', 'tim.peters', 'nnorwitz', 'georg.brandl', 'mark.dickinson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue532631'
versions = ['Python 2.6']
```
</p></details>
| Confusions in formatfloat | https://api.github.com/repos/python/cpython/issues/36292/comments | 8 | 2002-03-20T18:34:03Z | 2022-04-09T22:04:08Z | https://github.com/python/cpython/issues/36292 | 1,198,784,881 | 36,292 |
[
"python",
"cpython"
] | BPO | [532621](https://bugs.python.org/issue532621)
--- | :---
Nosy | @gvanrossum, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-20.18:37:27.000>
created_at = <Date 2002-03-20.18:15:19.000>
labels = ['type-feature', 'library']
title = 'gzip.GzipFile needs an iterator'
updated_at = <Date 2002-03-20.18:37:27.000>
user = 'https://bugs.python.org/sidlon'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-20.18:37:27.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-20.18:15:19.000>
creator = 'sidlon'
dependencies = []
files = []
hgrepos = []
issue_num = 532621
keywords = []
message_count = 3.0
messages = ['9811', '9812', '9813']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nascheme', 'sidlon']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue532621'
versions = []
```
</p></details>
| gzip.GzipFile needs an iterator | https://api.github.com/repos/python/cpython/issues/36291/comments | 3 | 2002-03-20T18:15:19Z | 2022-04-09T22:04:06Z | https://github.com/python/cpython/issues/36291 | 1,198,784,878 | 36,291 |
[
"python",
"cpython"
] | BPO | [532618](https://bugs.python.org/issue532618)
--- | :---
Nosy | @mwhudson, @loewis
Files | <li>[t](https://bugs.python.org/file376/t "Uploaded as application/octet-stream at 2002-03-20.18:09:47 by nnorwitz"): full exception and patch</li><li>[setup-patch](https://bugs.python.org/file377/setup-patch "Uploaded as application/octet-stream at 2002-03-21.01:51:44 by nnorwitz"): patch to setup.py to fix problem installing when .so module fails to work</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-25.14:24:07.000>
created_at = <Date 2002-03-20.18:09:47.000>
labels = ['library']
title = 'install fails if build .so fails'
updated_at = <Date 2002-03-25.14:24:07.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.14:24:07.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-03-20.18:09:47.000>
creator = 'nnorwitz'
dependencies = []
files = ['376', '377']
hgrepos = []
issue_num = 532618
keywords = []
message_count = 11.0
messages = ['9800', '9801', '9802', '9803', '9804', '9805', '9806', '9807', '9808', '9809', '9810']
nosy_count = 4.0
nosy_names = ['mwh', 'nobody', 'loewis', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532618'
versions = ['Python 2.2']
```
</p></details>
| install fails if build .so fails | https://api.github.com/repos/python/cpython/issues/36290/comments | 11 | 2002-03-20T18:09:47Z | 2022-04-09T22:04:05Z | https://github.com/python/cpython/issues/36290 | 1,198,784,873 | 36,290 |
[
"python",
"cpython"
] | BPO | [532467](https://bugs.python.org/issue532467)
--- | :---
Nosy | @freddrake, @rhettinger
Files | <li>[ref6_small.diff](https://bugs.python.org/file374/ref6_small.diff "Uploaded as text/plain at 2002-05-16.03:42:37 by @rhettinger"): Small doc patch clarifying objects vs expressions</li><li>[ref6_big.diff](https://bugs.python.org/file375/ref6_big.diff "Uploaded as text/plain at 2002-05-16.04:10:25 by @rhettinger"): Bigger patch with greater clarity.</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 2002-06-20.21:00:46.000>
created_at = <Date 2002-03-20.13:37:13.000>
labels = ['docs']
title = '6.9 The raise statement is confusing'
updated_at = <Date 2002-06-20.21:00:46.000>
user = 'https://bugs.python.org/pobrien'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-20.21:00:46.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-20.13:37:13.000>
creator = 'pobrien'
dependencies = []
files = ['374', '375']
hgrepos = []
issue_num = 532467
keywords = []
message_count = 7.0
messages = ['9793', '9794', '9795', '9796', '9797', '9798', '9799']
nosy_count = 3.0
nosy_names = ['fdrake', 'rhettinger', 'pobrien']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532467'
versions = ['Python 2.2']
```
</p></details>
| 6.9 The raise statement is confusing | https://api.github.com/repos/python/cpython/issues/36289/comments | 7 | 2002-03-20T13:37:13Z | 2022-04-09T22:04:05Z | https://github.com/python/cpython/issues/36289 | 1,198,784,868 | 36,289 |
[
"python",
"cpython"
] | BPO | [532388](https://bugs.python.org/issue532388)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-20.09:04:14.000>
created_at = <Date 2002-03-20.09:04:14.000>
labels = []
title = 'reverse copy of sequence returns None'
updated_at = <Date 2002-03-20.09:04:14.000>
user = 'https://bugs.python.org/renbing'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-20.09:04:14.000>
actor = 'renbing'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-20.09:04:14.000>
creator = 'renbing'
dependencies = []
files = []
hgrepos = []
issue_num = 532388
keywords = []
message_count = 1.0
messages = ['9792']
nosy_count = 1.0
nosy_names = ['renbing']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532388'
versions = []
```
</p></details>
| reverse copy of sequence returns None | https://api.github.com/repos/python/cpython/issues/36288/comments | 1 | 2002-03-20T09:04:14Z | 2022-04-09T22:04:03Z | https://github.com/python/cpython/issues/36288 | 1,198,784,864 | 36,288 |
[
"python",
"cpython"
] | BPO | [532180](https://bugs.python.org/issue532180)
--- | :---
Nosy | @tim-one, @loewis, @brianquinlan
Files | <li>[xmlrpc-float.diff](https://bugs.python.org/file4065/xmlrpc-float.diff "Uploaded as text/plain at 2002-03-19.22:28:46 by @brianquinlan"): xmlrpclib patch</li><li>[xmlrpc-float2.diff](https://bugs.python.org/file4066/xmlrpc-float2.diff "Uploaded as text/plain at 2002-03-20.20:48:23 by @brianquinlan"): Revised double marshalling code</li><li>[Test-double.py](https://bugs.python.org/file4067/Test-double.py "Uploaded as text/plain at 2002-03-20.20:48:56 by @brianquinlan"): Test suite for double marshalling code</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-03-28.23:25:53.000>
created_at = <Date 2002-03-19.22:28:46.000>
labels = ['library']
title = 'fix xmlrpclib float marshalling bug'
updated_at = <Date 2003-03-28.23:25:53.000>
user = 'https://github.com/brianquinlan'
```
bugs.python.org fields:
```python
activity = <Date 2003-03-28.23:25:53.000>
actor = 'loewis'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-19.22:28:46.000>
creator = 'bquinlan'
dependencies = []
files = ['4065', '4066', '4067']
hgrepos = []
issue_num = 532180
keywords = ['patch']
message_count = 17.0
messages = ['39277', '39278', '39279', '39280', '39281', '39282', '39283', '39284', '39285', '39286', '39287', '39288', '39289', '39290', '39291', '39292', '39293']
nosy_count = 4.0
nosy_names = ['tim.peters', 'loewis', 'effbot', 'bquinlan']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532180'
versions = ['Python 2.3']
```
</p></details>
| fix xmlrpclib float marshalling bug | https://api.github.com/repos/python/cpython/issues/36287/comments | 17 | 2002-03-19T22:28:46Z | 2022-04-09T22:04:02Z | https://github.com/python/cpython/issues/36287 | 1,198,784,862 | 36,287 |
[
"python",
"cpython"
] | BPO | [532136](https://bugs.python.org/issue532136)
--- | :---
Nosy | @freddrake, @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-21.23:53:00.000>
created_at = <Date 2002-03-19.21:25:48.000>
labels = ['docs']
title = 'README seems wrong.'
updated_at = <Date 2002-03-21.23:53:00.000>
user = 'https://bugs.python.org/ralph'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-21.23:53:00.000>
actor = 'akuchling'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-19.21:25:48.000>
creator = 'ralph'
dependencies = []
files = []
hgrepos = []
issue_num = 532136
keywords = []
message_count = 2.0
messages = ['9790', '9791']
nosy_count = 3.0
nosy_names = ['fdrake', 'akuchling', 'ralph']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532136'
versions = ['Python 2.2']
```
</p></details>
| README seems wrong. | https://api.github.com/repos/python/cpython/issues/36286/comments | 2 | 2002-03-19T21:25:48Z | 2022-04-09T22:04:02Z | https://github.com/python/cpython/issues/36286 | 1,198,784,860 | 36,286 |
[
"python",
"cpython"
] | BPO | [532115](https://bugs.python.org/issue532115)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2002-03-22.02:47:47.000>
created_at = <Date 2002-03-19.21:15:14.000>
labels = ['library']
title = 'netrc module broken:not parsing macdefs'
updated_at = <Date 2002-03-22.02:47:47.000>
user = 'https://bugs.python.org/wacollier'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.02:47:47.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-19.21:15:14.000>
creator = 'wacollier'
dependencies = []
files = []
hgrepos = []
issue_num = 532115
keywords = []
message_count = 2.0
messages = ['9788', '9789']
nosy_count = 2.0
nosy_names = ['akuchling', 'wacollier']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532115'
versions = []
```
</p></details>
| netrc module broken:not parsing macdefs | https://api.github.com/repos/python/cpython/issues/36285/comments | 2 | 2002-03-19T21:15:14Z | 2022-04-09T22:04:01Z | https://github.com/python/cpython/issues/36285 | 1,198,784,859 | 36,285 |
[
"python",
"cpython"
] | BPO | [532007](https://bugs.python.org/issue532007)
--- | :---
Nosy | @gvanrossum, @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-03-21.18:37:10.000>
created_at = <Date 2002-03-19.19:36:49.000>
labels = ['library']
title = 'urllib ftp broken if Win32 proxy'
updated_at = <Date 2005-03-21.18:37:10.000>
user = 'https://bugs.python.org/medberry'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-21.18:37:10.000>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-19.19:36:49.000>
creator = 'medberry'
dependencies = []
files = []
hgrepos = []
issue_num = 532007
keywords = []
message_count = 7.0
messages = ['9781', '9782', '9783', '9784', '9785', '9786', '9787']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'facundobatista', 'medberry', 'vimboss']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue532007'
versions = ['Python 2.2']
```
</p></details>
| urllib ftp broken if Win32 proxy | https://api.github.com/repos/python/cpython/issues/36284/comments | 7 | 2002-03-19T19:36:49Z | 2022-04-09T22:03:59Z | https://github.com/python/cpython/issues/36284 | 1,198,784,857 | 36,284 |
[
"python",
"cpython"
] | BPO | [531966](https://bugs.python.org/issue531966)
--- | :---
Nosy | @warsaw, @akuchling
Files | <li>[email-crash.py](https://bugs.python.org/file373/email-crash.py "Uploaded as text/plain at 2002-03-19.18:06:36 by @akuchling"): Demonstrates a problem with the 'email' 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 = 'https://github.com/warsaw'
closed_at = <Date 2002-03-22.16:31:42.000>
created_at = <Date 2002-03-19.18:06:35.000>
labels = ['library']
title = 'email: problems generating multipart msg'
updated_at = <Date 2002-03-22.16:31:42.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.16:31:42.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-19.18:06:35.000>
creator = 'akuchling'
dependencies = []
files = ['373']
hgrepos = []
issue_num = 531966
keywords = []
message_count = 2.0
messages = ['9779', '9780']
nosy_count = 2.0
nosy_names = ['barry', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531966'
versions = ['Python 2.2']
```
</p></details>
| email: problems generating multipart msg | https://api.github.com/repos/python/cpython/issues/36283/comments | 2 | 2002-03-19T18:06:35Z | 2022-04-09T22:03:58Z | https://github.com/python/cpython/issues/36283 | 1,198,784,855 | 36,283 |
[
"python",
"cpython"
] | BPO | [531901](https://bugs.python.org/issue531901)
--- | :---
Nosy | @malemburg, @loewis
Files | <li>[packagers.zip](https://bugs.python.org/file4064/packagers.zip "Uploaded as application/octet-stream at 2002-04-15.18:55:05 by mwa"): latest 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/malemburg'
closed_at = <Date 2002-10-07.21:18:34.000>
created_at = <Date 2002-03-19.15:53:40.000>
labels = ['library']
title = 'binary packagers'
updated_at = <Date 2002-10-07.21:18:34.000>
user = 'https://bugs.python.org/mwa'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-07.21:18:34.000>
actor = 'loewis'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-03-19.15:53:40.000>
creator = 'mwa'
dependencies = []
files = ['4064']
hgrepos = []
issue_num = 531901
keywords = ['patch']
message_count = 10.0
messages = ['39267', '39268', '39269', '39270', '39271', '39272', '39273', '39274', '39275', '39276']
nosy_count = 3.0
nosy_names = ['lemburg', 'loewis', 'mwa']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531901'
versions = []
```
</p></details>
| binary packagers | https://api.github.com/repos/python/cpython/issues/36282/comments | 10 | 2002-03-19T15:53:40Z | 2022-04-09T22:03:57Z | https://github.com/python/cpython/issues/36282 | 1,198,784,849 | 36,282 |
[
"python",
"cpython"
] | BPO | [531629](https://bugs.python.org/issue531629)
--- | :---
Nosy | @loewis, @brianquinlan
Files | <li>[xmlrpclib.diff](https://bugs.python.org/file4063/xmlrpclib.diff "Uploaded as text/plain at 2002-03-18.23:00:32 by @brianquinlan"): Patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2004-08-16.05:24:20.000>
created_at = <Date 2002-03-18.23:00:32.000>
labels = ['library']
title = 'Add multicall support to xmlrpclib'
updated_at = <Date 2004-08-16.05:24:20.000>
user = 'https://github.com/brianquinlan'
```
bugs.python.org fields:
```python
activity = <Date 2004-08-16.05:24:20.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-18.23:00:32.000>
creator = 'bquinlan'
dependencies = []
files = ['4063']
hgrepos = []
issue_num = 531629
keywords = ['patch']
message_count = 4.0
messages = ['39263', '39264', '39265', '39266']
nosy_count = 3.0
nosy_names = ['loewis', 'anthonybaxter', 'bquinlan']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531629'
versions = []
```
</p></details>
| Add multicall support to xmlrpclib | https://api.github.com/repos/python/cpython/issues/36281/comments | 4 | 2002-03-18T23:00:32Z | 2022-04-09T22:03:56Z | https://github.com/python/cpython/issues/36281 | 1,198,784,846 | 36,281 |
[
"python",
"cpython"
] | BPO | [531616](https://bugs.python.org/issue531616)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2002-03-18.23:12:47.000>
created_at = <Date 2002-03-18.22:29:10.000>
labels = ['library']
title = 'HTTPS not working '
updated_at = <Date 2002-03-18.23:12:47.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-18.23:12:47.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-18.22:29:10.000>
creator = 'akuchling'
dependencies = []
files = []
hgrepos = []
issue_num = 531616
keywords = []
message_count = 3.0
messages = ['9776', '9777', '9778']
nosy_count = 1.0
nosy_names = ['akuchling']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531616'
versions = ['Python 2.2']
```
</p></details>
| HTTPS not working | https://api.github.com/repos/python/cpython/issues/36280/comments | 3 | 2002-03-18T22:29:10Z | 2022-04-09T22:03:55Z | https://github.com/python/cpython/issues/36280 | 1,198,784,843 | 36,280 |
[
"python",
"cpython"
] | BPO | [531493](https://bugs.python.org/issue531493)
--- | :---
Nosy | @tim-one, @nascheme
Files | <li>[drop_pycore.diff](https://bugs.python.org/file4062/drop_pycore.diff "Uploaded as text/plain at 2002-03-18.19:37:04 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2002-03-18.22:28:14.000>
created_at = <Date 2002-03-18.19:37:04.000>
labels = ['interpreter-core']
title = 'drop PyCore_* API layer'
updated_at = <Date 2002-03-18.22:28:14.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-18.22:28:14.000>
actor = 'nascheme'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-18.19:37:04.000>
creator = 'nascheme'
dependencies = []
files = ['4062']
hgrepos = []
issue_num = 531493
keywords = ['patch']
message_count = 3.0
messages = ['39260', '39261', '39262']
nosy_count = 2.0
nosy_names = ['tim.peters', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531493'
versions = ['Python 2.3']
```
</p></details>
| drop PyCore_* API layer | https://api.github.com/repos/python/cpython/issues/36279/comments | 3 | 2002-03-18T19:37:04Z | 2022-04-09T22:03:54Z | https://github.com/python/cpython/issues/36279 | 1,198,784,838 | 36,279 |
[
"python",
"cpython"
] | BPO | [531491](https://bugs.python.org/issue531491)
--- | :---
Nosy | @loewis, @warsaw
Files | <li>[pep-4.diff](https://bugs.python.org/file4061/pep-4.diff "Uploaded as text/plain at 2002-03-18.19:31:19 by @warsaw")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-09-20.12:55:13.000>
created_at = <Date 2002-03-18.19:31:19.000>
labels = ['library']
title = 'PEP 4 update: deprecations'
updated_at = <Date 2002-09-20.12:55:13.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2002-09-20.12:55:13.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-18.19:31:19.000>
creator = 'barry'
dependencies = []
files = ['4061']
hgrepos = []
issue_num = 531491
keywords = ['patch']
message_count = 3.0
messages = ['39257', '39258', '39259']
nosy_count = 3.0
nosy_names = ['loewis', 'barry', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531491'
versions = ['Python 2.3']
```
</p></details>
| PEP 4 update: deprecations | https://api.github.com/repos/python/cpython/issues/36278/comments | 3 | 2002-03-18T19:31:19Z | 2022-04-09T22:03:53Z | https://github.com/python/cpython/issues/36278 | 1,198,784,833 | 36,278 |
[
"python",
"cpython"
] | BPO | [531480](https://bugs.python.org/issue531480)
--- | :---
Nosy | @gvanrossum, @nascheme
Files | <li>[new_gc.diff](https://bugs.python.org/file4060/new_gc.diff "Uploaded as text/plain at 2002-03-18.18:38:10 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2002-03-18.20:47:40.000>
created_at = <Date 2002-03-18.18:38:10.000>
labels = ['interpreter-core']
title = 'Use new GC API (generators, iters, ...)'
updated_at = <Date 2002-03-18.20:47:40.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-18.20:47:40.000>
actor = 'nascheme'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-18.18:38:10.000>
creator = 'nascheme'
dependencies = []
files = ['4060']
hgrepos = []
issue_num = 531480
keywords = ['patch']
message_count = 3.0
messages = ['39254', '39255', '39256']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531480'
versions = ['Python 2.3']
```
</p></details>
| Use new GC API (generators, iters, ...) | https://api.github.com/repos/python/cpython/issues/36277/comments | 3 | 2002-03-18T18:38:10Z | 2022-04-09T22:03:52Z | https://github.com/python/cpython/issues/36277 | 1,198,784,828 | 36,277 |
[
"python",
"cpython"
] | BPO | [531398](https://bugs.python.org/issue531398)
--- | :---
Nosy | @mwhudson, @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 2002-03-30.22:02:08.000>
created_at = <Date 2002-03-18.16:04:37.000>
labels = ['OS-mac']
title = "221 still doesn't work on OS 8.1"
updated_at = <Date 2002-03-30.22:02:08.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-30.22:02:08.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-18.16:04:37.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 531398
keywords = []
message_count = 5.0
messages = ['9771', '9772', '9773', '9774', '9775']
nosy_count = 2.0
nosy_names = ['mwh', 'jackjansen']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531398'
versions = ['Python 2.2']
```
</p></details>
| 221 still doesn't work on OS 8.1 | https://api.github.com/repos/python/cpython/issues/36276/comments | 5 | 2002-03-18T16:04:37Z | 2022-04-09T22:03:51Z | https://github.com/python/cpython/issues/36276 | 1,198,784,824 | 36,276 |
[
"python",
"cpython"
] | BPO | [531355](https://bugs.python.org/issue531355)
--- | :---
Nosy | @gvanrossum, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-09-06.23:35:16.000>
created_at = <Date 2002-03-18.14:32:27.000>
labels = ['docs']
title = 'surprise overriding __radd__ in subclass of complex'
updated_at = <Date 2002-09-06.23:35:16.000>
user = 'https://bugs.python.org/ajsiegel'
```
bugs.python.org fields:
```python
activity = <Date 2002-09-06.23:35:16.000>
actor = 'gvanrossum'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-18.14:32:27.000>
creator = 'aj_siegel'
dependencies = []
files = []
hgrepos = []
issue_num = 531355
keywords = []
message_count = 9.0
messages = ['9762', '9763', '9764', '9765', '9766', '9767', '9768', '9769', '9770']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'fdrake', 'nnorwitz', 'aj_siegel']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531355'
versions = ['Python 2.3']
```
</p></details>
| surprise overriding __radd__ in subclass of complex | https://api.github.com/repos/python/cpython/issues/36275/comments | 9 | 2002-03-18T14:32:27Z | 2022-04-09T22:03:50Z | https://github.com/python/cpython/issues/36275 | 1,198,784,820 | 36,275 |
[
"python",
"cpython"
] | BPO | [531306](https://bugs.python.org/issue531306)
--- | :---
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 2002-03-18.12:44:07.000>
created_at = <Date 2002-03-18.11:58:29.000>
labels = ['expert-unicode']
title = 'ucs4 build horked.'
updated_at = <Date 2002-03-18.12:44:07.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-18.12:44:07.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2002-03-18.11:58:29.000>
creator = 'mwh'
dependencies = []
files = []
hgrepos = []
issue_num = 531306
keywords = []
message_count = 3.0
messages = ['9759', '9760', '9761']
nosy_count = 1.0
nosy_names = ['mwh']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531306'
versions = ['Python 2.2']
```
</p></details>
| ucs4 build horked. | https://api.github.com/repos/python/cpython/issues/36274/comments | 3 | 2002-03-18T11:58:29Z | 2022-04-09T22:03:49Z | https://github.com/python/cpython/issues/36274 | 1,198,784,814 | 36,274 |
[
"python",
"cpython"
] | BPO | [531291](https://bugs.python.org/issue531291)
--- | :---
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 2002-03-18.15:39:05.000>
created_at = <Date 2002-03-18.10:47:57.000>
labels = ['OS-mac']
title = 'Carbon.Res FS-based method problems'
updated_at = <Date 2002-03-18.15:39:05.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-18.15:39:05.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-18.10:47:57.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 531291
keywords = []
message_count = 2.0
messages = ['9757', '9758']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531291'
versions = ['Python 2.2']
```
</p></details>
| Carbon.Res FS-based method problems | https://api.github.com/repos/python/cpython/issues/36273/comments | 2 | 2002-03-18T10:47:57Z | 2022-04-09T22:03:47Z | https://github.com/python/cpython/issues/36273 | 1,198,784,810 | 36,273 |
[
"python",
"cpython"
] | BPO | [531262](https://bugs.python.org/issue531262)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2002-03-22.17:53:41.000>
created_at = <Date 2002-03-18.09:07:59.000>
labels = ['expert-tkinter']
title = 'Wrong result for Canvas.tag_bind(t, s)'
updated_at = <Date 2002-03-22.17:53:41.000>
user = 'https://bugs.python.org/ebrunel'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.17:53:41.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2002-03-18.09:07:59.000>
creator = 'ebrunel'
dependencies = []
files = []
hgrepos = []
issue_num = 531262
keywords = []
message_count = 4.0
messages = ['9753', '9754', '9755', '9756']
nosy_count = 2.0
nosy_names = ['akuchling', 'ebrunel']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531262'
versions = []
```
</p></details>
| Wrong result for Canvas.tag_bind(t, s) | https://api.github.com/repos/python/cpython/issues/36272/comments | 4 | 2002-03-18T09:07:59Z | 2022-04-09T22:03:46Z | https://github.com/python/cpython/issues/36272 | 1,198,784,806 | 36,272 |
[
"python",
"cpython"
] | BPO | [531205](https://bugs.python.org/issue531205)
--- | :---
Nosy | @loewis, @warsaw, @facundobatista, @pfmoore
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-03-03.09:51:42.000>
created_at = <Date 2002-03-18.05:13:13.000>
labels = ['invalid', 'library']
title = 'Bugs in rfc822.parseaddr()'
updated_at = <Date 2005-03-03.09:51:42.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-03.09:51:42.000>
actor = 'loewis'
assignee = 'che_fox'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-18.05:13:13.000>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 531205
keywords = []
message_count = 8.0
messages = ['9745', '9746', '9747', '9748', '9749', '9750', '9751', '9752']
nosy_count = 8.0
nosy_names = ['loewis', 'barry', 'facundobatista', 'paul.moore', 'jlgijsbers', 'timroberts', 'che_fox', 'anadelonbrin']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue531205'
versions = ['Python 2.4']
```
</p></details>
| Bugs in rfc822.parseaddr() | https://api.github.com/repos/python/cpython/issues/36271/comments | 8 | 2002-03-18T05:13:13Z | 2022-04-09T22:03:45Z | https://github.com/python/cpython/issues/36271 | 1,198,784,803 | 36,271 |
[
"python",
"cpython"
] | BPO | [531145](https://bugs.python.org/issue531145)
--- | :---
Nosy | @loewis, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-03-24.19:35:00.000>
created_at = <Date 2002-03-17.23:14:20.000>
labels = ['type-feature']
title = 'socket.sslerror is not a socket.error'
updated_at = <Date 2004-03-24.19:35:00.000>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2004-03-24.19:35:00.000>
actor = 'calvin'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-17.23:14:20.000>
creator = 'calvin'
dependencies = []
files = []
hgrepos = []
issue_num = 531145
keywords = []
message_count = 9.0
messages = ['53501', '53502', '53503', '53504', '53505', '53506', '53507', '53508', '53509']
nosy_count = 5.0
nosy_names = ['loewis', 'brett.cannon', 'calvin', 'ghaering', 'mbrierst']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue531145'
versions = []
```
</p></details>
| socket.sslerror is not a socket.error | https://api.github.com/repos/python/cpython/issues/36270/comments | 9 | 2002-03-17T23:14:20Z | 2022-04-09T22:03:44Z | https://github.com/python/cpython/issues/36270 | 1,198,784,801 | 36,270 |
[
"python",
"cpython"
] | BPO | [530882](https://bugs.python.org/issue530882)
--- | :---
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 2002-03-17.17:33:14.000>
created_at = <Date 2002-03-17.05:46:56.000>
labels = ['invalid', 'expert-unicode']
title = "import and execfile don't handle utf-16"
updated_at = <Date 2002-03-17.17:33:14.000>
user = 'https://bugs.python.org/terrelshumway'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-17.17:33:14.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2002-03-17.05:46:56.000>
creator = 'terrelshumway'
dependencies = []
files = []
hgrepos = []
issue_num = 530882
keywords = []
message_count = 2.0
messages = ['9743', '9744']
nosy_count = 2.0
nosy_names = ['loewis', 'terrelshumway']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530882'
versions = []
```
</p></details>
| import and execfile don't handle utf-16 | https://api.github.com/repos/python/cpython/issues/36269/comments | 2 | 2002-03-17T05:46:56Z | 2022-04-09T22:03:42Z | https://github.com/python/cpython/issues/36269 | 1,198,784,795 | 36,269 |
[
"python",
"cpython"
] | BPO | [530637](https://bugs.python.org/issue530637)
--- | :---
Nosy | @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-18.20:41:10.000>
created_at = <Date 2002-03-16.09:49:28.000>
labels = ['type-feature', 'docs']
title = 'Popen3 might cause dead lock'
updated_at = <Date 2002-06-18.20:41:10.000>
user = 'https://bugs.python.org/guettli'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-18.20:41:10.000>
actor = 'guettli'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-16.09:49:28.000>
creator = 'guettli'
dependencies = []
files = []
hgrepos = []
issue_num = 530637
keywords = []
message_count = 3.0
messages = ['9740', '9741', '9742']
nosy_count = 2.0
nosy_names = ['fdrake', 'guettli']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue530637'
versions = []
```
</p></details>
| Popen3 might cause dead lock | https://api.github.com/repos/python/cpython/issues/36268/comments | 3 | 2002-03-16T09:49:28Z | 2022-04-09T22:03:42Z | https://github.com/python/cpython/issues/36268 | 1,198,784,789 | 36,268 |
[
"python",
"cpython"
] | BPO | [530556](https://bugs.python.org/issue530556)
--- | :---
Nosy | @tim-one, @loewis, @nascheme
Files | <li>[pymalloc-4.diff](https://bugs.python.org/file4059/pymalloc-4.diff "Uploaded as text/plain at 2002-03-18.23:23:37 by @nascheme")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2002-03-22.17:10:41.000>
created_at = <Date 2002-03-16.00:01:57.000>
labels = ['interpreter-core']
title = 'Enable pymalloc '
updated_at = <Date 2002-03-22.17:10:41.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-22.17:10:41.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-16.00:01:57.000>
creator = 'nascheme'
dependencies = []
files = ['4059']
hgrepos = []
issue_num = 530556
keywords = ['patch']
message_count = 10.0
messages = ['39244', '39245', '39246', '39247', '39248', '39249', '39250', '39251', '39252', '39253']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530556'
versions = ['Python 2.3']
```
</p></details>
| Enable pymalloc | https://api.github.com/repos/python/cpython/issues/36267/comments | 10 | 2002-03-16T00:01:57Z | 2022-04-09T22:03:41Z | https://github.com/python/cpython/issues/36267 | 1,198,784,786 | 36,267 |
[
"python",
"cpython"
] | BPO | [530285](https://bugs.python.org/issue530285)
--- | :---
Nosy | @mwhudson, @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 2002-03-19.15:45:46.000>
created_at = <Date 2002-03-15.12:44:07.000>
labels = ['expert-regex']
title = 'redefining SRE_CODE in Modules/sre.h'
updated_at = <Date 2002-03-19.15:45:46.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-19.15:45:46.000>
actor = 'nnorwitz'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2002-03-15.12:44:07.000>
creator = 'nnorwitz'
dependencies = []
files = []
hgrepos = []
issue_num = 530285
keywords = []
message_count = 8.0
messages = ['9732', '9733', '9734', '9735', '9736', '9737', '9738', '9739']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'effbot', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530285'
versions = ['Python 2.3']
```
</p></details>
| redefining SRE_CODE in Modules/sre.h | https://api.github.com/repos/python/cpython/issues/36266/comments | 8 | 2002-03-15T12:44:07Z | 2022-04-09T22:03:39Z | https://github.com/python/cpython/issues/36266 | 1,198,784,781 | 36,266 |
[
"python",
"cpython"
] | BPO | [530236](https://bugs.python.org/issue530236)
--- | :---
Nosy | @mwhudson, @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/mwhudson'
closed_at = <Date 2002-03-15.10:20:33.000>
created_at = <Date 2002-03-15.10:07:36.000>
labels = ['library']
title = 'os.py assumes existence of statvfs_resul'
updated_at = <Date 2002-03-15.10:20:33.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-15.10:20:33.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-15.10:07:36.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 530236
keywords = []
message_count = 2.0
messages = ['9730', '9731']
nosy_count = 2.0
nosy_names = ['mwh', 'jackjansen']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530236'
versions = []
```
</p></details>
| os.py assumes existence of statvfs_resul | https://api.github.com/repos/python/cpython/issues/36265/comments | 2 | 2002-03-15T10:07:36Z | 2022-04-09T22:03:39Z | https://github.com/python/cpython/issues/36265 | 1,198,784,774 | 36,265 |
[
"python",
"cpython"
] | BPO | [530163](https://bugs.python.org/issue530163)
--- | :---
Nosy | @loewis, @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-03-22.22:14:45.000>
created_at = <Date 2002-03-15.03:47:38.000>
labels = ['build']
title = 'fpectl build on solaris: -lsunmath'
updated_at = <Date 2005-03-22.22:14:45.000>
user = 'https://bugs.python.org/anthonybaxter'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-22.22:14:45.000>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-03-15.03:47:38.000>
creator = 'anthonybaxter'
dependencies = []
files = []
hgrepos = []
issue_num = 530163
keywords = []
message_count = 4.0
messages = ['9726', '9727', '9728', '9729']
nosy_count = 3.0
nosy_names = ['loewis', 'anthonybaxter', 'facundobatista']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530163'
versions = ['Python 2.2']
```
</p></details>
| fpectl build on solaris: -lsunmath | https://api.github.com/repos/python/cpython/issues/36264/comments | 4 | 2002-03-15T03:47:38Z | 2022-04-09T22:03:37Z | https://github.com/python/cpython/issues/36264 | 1,198,784,770 | 36,264 |
[
"python",
"cpython"
] | BPO | [530159](https://bugs.python.org/issue530159)
--- | :---
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 2002-03-15.09:18:02.000>
created_at = <Date 2002-03-15.03:33:07.000>
labels = []
title = 'solaris build reds _FILE_OFFSET_BIT'
updated_at = <Date 2002-03-15.09:18:02.000>
user = 'https://bugs.python.org/anthonybaxter'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-15.09:18:02.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-15.03:33:07.000>
creator = 'anthonybaxter'
dependencies = []
files = []
hgrepos = []
issue_num = 530159
keywords = []
message_count = 2.0
messages = ['9724', '9725']
nosy_count = 2.0
nosy_names = ['loewis', 'anthonybaxter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530159'
versions = ['Python 2.2']
```
</p></details>
| solaris build reds _FILE_OFFSET_BIT | https://api.github.com/repos/python/cpython/issues/36263/comments | 2 | 2002-03-15T03:33:07Z | 2022-04-09T22:03:36Z | https://github.com/python/cpython/issues/36263 | 1,198,784,767 | 36,263 |
[
"python",
"cpython"
] | BPO | [530143](https://bugs.python.org/issue530143)
--- | :---
Nosy | @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-19.16:34:28.000>
created_at = <Date 2002-03-15.02:49:29.000>
labels = ['docs']
title = 'Typo in 3.16 copy_reg doc'
updated_at = <Date 2002-03-19.16:34:28.000>
user = 'https://bugs.python.org/mrmiller'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-19.16:34:28.000>
actor = 'mrmiller'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-15.02:49:29.000>
creator = 'mrmiller'
dependencies = []
files = []
hgrepos = []
issue_num = 530143
keywords = []
message_count = 3.0
messages = ['9721', '9722', '9723']
nosy_count = 2.0
nosy_names = ['fdrake', 'mrmiller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530143'
versions = []
```
</p></details>
| Typo in 3.16 copy_reg doc | https://api.github.com/repos/python/cpython/issues/36262/comments | 3 | 2002-03-15T02:49:29Z | 2022-04-09T22:03:36Z | https://github.com/python/cpython/issues/36262 | 1,198,784,764 | 36,262 |
[
"python",
"cpython"
] | BPO | [530105](https://bugs.python.org/issue530105)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[python-2.2-file.patch](https://bugs.python.org/file4058/python-2.2-file.patch "Uploaded as text/plain at 2002-03-14.23:59:56 by niemeyer")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-15.17:43:05.000>
created_at = <Date 2002-03-14.23:58:07.000>
labels = []
title = 'file object may not be subtyped'
updated_at = <Date 2002-03-15.17:43:05.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-15.17:43:05.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-14.23:58:07.000>
creator = 'niemeyer'
dependencies = []
files = ['4058']
hgrepos = []
issue_num = 530105
keywords = ['patch']
message_count = 4.0
messages = ['39240', '39241', '39242', '39243']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530105'
versions = []
```
</p></details>
| file object may not be subtyped | https://api.github.com/repos/python/cpython/issues/36261/comments | 4 | 2002-03-14T23:58:07Z | 2022-04-09T22:03:34Z | https://github.com/python/cpython/issues/36261 | 1,198,784,759 | 36,261 |
[
"python",
"cpython"
] | BPO | [530070](https://bugs.python.org/issue530070)
--- | :---
Nosy | @gvanrossum, @tim-one, @loewis, @akuchling
Files | <li>[type.txt](https://bugs.python.org/file368/type.txt "Uploaded as text/plain at 2002-03-15.09:57:07 by @loewis")</li><li>[type2.txt](https://bugs.python.org/file369/type2.txt "Uploaded as text/plain at 2002-03-15.15:07:55 by @gvanrossum"): Improved patch, uses HEAPTYPE flag</li><li>[inspect.txt](https://bugs.python.org/file370/inspect.txt "Uploaded as text/plain at 2002-03-15.17:39:44 by @loewis")</li><li>[inspect2.txt](https://bugs.python.org/file371/inspect2.txt "Uploaded as text/plain at 2002-03-15.18:27:17 by @gvanrossum")</li><li>[inspect3.txt](https://bugs.python.org/file372/inspect3.txt "Uploaded as text/plain at 2002-03-15.18:55:24 by @gvanrossum"): cosmetic fix for inspect2.txt</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 2002-04-12.13:24:39.000>
created_at = <Date 2002-03-14.22:35:45.000>
labels = ['library']
title = 'pydoc regression'
updated_at = <Date 2002-04-12.13:24:39.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-12.13:24:39.000>
actor = 'jamesh'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-14.22:35:45.000>
creator = 'tim.peters'
dependencies = []
files = ['368', '369', '370', '371', '372']
hgrepos = []
issue_num = 530070
keywords = []
message_count = 14.0
messages = ['9707', '9708', '9709', '9710', '9711', '9712', '9713', '9714', '9715', '9716', '9717', '9718', '9719', '9720']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'tim.peters', 'loewis', 'akuchling', 'jamesh']
pr_nums = []
priority = 'high'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue530070'
versions = ['Python 2.2']
```
</p></details>
| pydoc regression | https://api.github.com/repos/python/cpython/issues/36260/comments | 14 | 2002-03-14T22:35:45Z | 2022-04-09T22:03:34Z | https://github.com/python/cpython/issues/36260 | 1,198,784,755 | 36,260 |
[
"python",
"cpython"
] | BPO | [529923](https://bugs.python.org/issue529923)
--- | :---
Nosy | @freddrake, @jribbens
<sup>*Note: these values reflect the state of the issue at 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 2002-03-25.20:24:13.000>
created_at = <Date 2002-03-14.15:37:02.000>
labels = ['docs']
title = 're module syntax documentation omission'
updated_at = <Date 2002-03-25.20:24:13.000>
user = 'https://github.com/jribbens'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-25.20:24:13.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-14.15:37:02.000>
creator = 'jribbens'
dependencies = []
files = []
hgrepos = []
issue_num = 529923
keywords = []
message_count = 2.0
messages = ['9705', '9706']
nosy_count = 2.0
nosy_names = ['fdrake', 'jribbens']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529923'
versions = ['Python 2.2']
```
</p></details>
| re module syntax documentation omission | https://api.github.com/repos/python/cpython/issues/36259/comments | 2 | 2002-03-14T15:37:02Z | 2022-04-09T22:03:32Z | https://github.com/python/cpython/issues/36259 | 1,198,784,751 | 36,259 |
[
"python",
"cpython"
] | BPO | [529768](https://bugs.python.org/issue529768)
--- | :---
Nosy | @loewis
Files | <li>[object.txt](https://bugs.python.org/file4056/object.txt "Uploaded as text/plain at 2002-03-14.07:14:21 by @loewis")</li><li>[d.py](https://bugs.python.org/file4057/d.py "Uploaded as text/plain at 2002-03-14.07:14:55 by @loewis")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-15.13:41:37.000>
created_at = <Date 2002-03-14.07:13:26.000>
labels = ['interpreter-core']
title = 'Speed-up getattr'
updated_at = <Date 2002-03-15.13:41:37.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-15.13:41:37.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-14.07:13:26.000>
creator = 'loewis'
dependencies = []
files = ['4056', '4057']
hgrepos = []
issue_num = 529768
keywords = ['patch']
message_count = 4.0
messages = ['39236', '39237', '39238', '39239']
nosy_count = 2.0
nosy_names = ['loewis', 'aimacintyre']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529768'
versions = []
```
</p></details>
| Speed-up getattr | https://api.github.com/repos/python/cpython/issues/36258/comments | 4 | 2002-03-14T07:13:26Z | 2022-04-09T22:03:30Z | https://github.com/python/cpython/issues/36258 | 1,198,784,748 | 36,258 |
[
"python",
"cpython"
] | BPO | [529750](https://bugs.python.org/issue529750)
--- | :---
Nosy | @gvanrossum, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2002-11-20.02:38:59.000>
created_at = <Date 2002-03-14.04:52:34.000>
labels = ['interpreter-core']
title = 'Circular reference makes Py_Init crash'
updated_at = <Date 2002-11-20.02:38:59.000>
user = 'https://bugs.python.org/afass'
```
bugs.python.org fields:
```python
activity = <Date 2002-11-20.02:38:59.000>
actor = 'nnorwitz'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-03-14.04:52:34.000>
creator = 'afass'
dependencies = []
files = []
hgrepos = []
issue_num = 529750
keywords = []
message_count = 12.0
messages = ['9693', '9694', '9695', '9696', '9697', '9698', '9699', '9700', '9701', '9702', '9703', '9704']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'nnorwitz', 'nascheme', 'afass']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529750'
versions = ['Python 2.2']
```
</p></details>
| Circular reference makes Py_Init crash | https://api.github.com/repos/python/cpython/issues/36257/comments | 12 | 2002-03-14T04:52:34Z | 2022-04-09T22:03:30Z | https://github.com/python/cpython/issues/36257 | 1,198,784,742 | 36,257 |
[
"python",
"cpython"
] | BPO | [529713](https://bugs.python.org/issue529713)
--- | :---
Nosy | @loewis
Files | <li>[build-aix-configure.diff](https://bugs.python.org/file366/build-aix-configure.diff "Uploaded as text/plain at 2002-03-15.06:34:31 by plankers"): Patch for configure.in and Makefile.pre.in for AIX build issues</li><li>[build-aix-new.diff](https://bugs.python.org/file367/build-aix-new.diff "Uploaded as text/plain at 2002-03-18.21:30:39 by plankers"): New, improved patch for configure.in and Makefile.pre.in to resolve AIX build issues</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-03-19.15:16:42.000>
created_at = <Date 2002-03-14.02:08:31.000>
labels = []
title = 'Linking under AIX failing'
updated_at = <Date 2002-03-19.15:16:42.000>
user = 'https://bugs.python.org/plankers'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-19.15:16:42.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-03-14.02:08:31.000>
creator = 'plankers'
dependencies = []
files = ['366', '367']
hgrepos = []
issue_num = 529713
keywords = []
message_count = 7.0
messages = ['9686', '9687', '9688', '9689', '9690', '9691', '9692']
nosy_count = 2.0
nosy_names = ['loewis', 'plankers']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529713'
versions = []
```
</p></details>
| Linking under AIX failing | https://api.github.com/repos/python/cpython/issues/36256/comments | 7 | 2002-03-14T02:08:31Z | 2022-04-09T22:03:28Z | https://github.com/python/cpython/issues/36256 | 1,198,784,740 | 36,256 |
[
"python",
"cpython"
] | BPO | [529708](https://bugs.python.org/issue529708)
--- | :---
Nosy | @tim-one, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-16.06:26:41.000>
created_at = <Date 2002-03-14.01:39:17.000>
labels = ['docs']
title = 'error in re docs or in sre'
updated_at = <Date 2002-03-16.06:26:41.000>
user = 'https://bugs.python.org/rumjuggler'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-16.06:26:41.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-14.01:39:17.000>
creator = 'rumjuggler'
dependencies = []
files = []
hgrepos = []
issue_num = 529708
keywords = []
message_count = 4.0
messages = ['9682', '9683', '9684', '9685']
nosy_count = 4.0
nosy_names = ['tim.peters', 'fdrake', 'effbot', 'rumjuggler']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529708'
versions = ['Python 2.2']
```
</p></details>
| error in re docs or in sre | https://api.github.com/repos/python/cpython/issues/36255/comments | 4 | 2002-03-14T01:39:17Z | 2022-04-09T22:03:28Z | https://github.com/python/cpython/issues/36255 | 1,198,784,734 | 36,255 |
[
"python",
"cpython"
] | BPO | [529586](https://bugs.python.org/issue529586)
--- | :---
Nosy | @freddrake
Files | <li>[ref5.diff](https://bugs.python.org/file4055/ref5.diff "Uploaded as text/plain at 2002-03-13.19:54:18 by yallop")</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 2002-03-14.14:46:25.000>
created_at = <Date 2002-03-13.19:54:18.000>
labels = ['docs']
title = 'Missing character in BNF'
updated_at = <Date 2002-03-14.14:46:25.000>
user = 'https://bugs.python.org/yallop'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-14.14:46:25.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-03-13.19:54:18.000>
creator = 'yallop'
dependencies = []
files = ['4055']
hgrepos = []
issue_num = 529586
keywords = ['patch']
message_count = 2.0
messages = ['39234', '39235']
nosy_count = 2.0
nosy_names = ['fdrake', 'yallop']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529586'
versions = []
```
</p></details>
| Missing character in BNF | https://api.github.com/repos/python/cpython/issues/36254/comments | 2 | 2002-03-13T19:54:18Z | 2022-04-09T22:03:27Z | https://github.com/python/cpython/issues/36254 | 1,198,784,729 | 36,254 |
[
"python",
"cpython"
] | BPO | [529408](https://bugs.python.org/issue529408)
--- | :---
Nosy | @mwhudson, @tim-one, @rhettinger
Files | <li>[random.dif](https://bugs.python.org/file4053/random.dif "Uploaded as application/octet-stream at 2002-03-13.12:15:02 by sjmachin"): patch to fix bug python/cpython#36222</li><li>[random2.dif](https://bugs.python.org/file4054/random2.dif "Uploaded as application/octet-stream at 2002-03-18.12:57:52 by sjmachin"): v2 of patch for bug python/cpython#36222</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 2002-05-14.07:03:01.000>
created_at = <Date 2002-03-13.12:15:01.000>
labels = ['library']
title = 'fix random.gammavariate bug python/cpython#36222'
updated_at = <Date 2002-05-14.07:03:01.000>
user = 'https://bugs.python.org/sjmachin'
```
bugs.python.org fields:
```python
activity = <Date 2002-05-14.07:03:01.000>
actor = 'rhettinger'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-13.12:15:01.000>
creator = 'sjmachin'
dependencies = []
files = ['4053', '4054']
hgrepos = []
issue_num = 529408
keywords = ['patch']
message_count = 14.0
messages = ['39220', '39221', '39222', '39223', '39224', '39225', '39226', '39227', '39228', '39229', '39230', '39231', '39232', '39233']
nosy_count = 4.0
nosy_names = ['mwh', 'tim.peters', 'rhettinger', 'sjmachin']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529408'
versions = ['Python 2.3']
```
</p></details>
| fix random.gammavariate bug #527139 | https://api.github.com/repos/python/cpython/issues/36253/comments | 14 | 2002-03-13T12:15:01Z | 2022-04-09T22:03:26Z | https://github.com/python/cpython/issues/36253 | 1,198,784,727 | 36,253 |
[
"python",
"cpython"
] | BPO | [529273](https://bugs.python.org/issue529273)
--- | :---
Nosy | @freddrake, @warsaw
Files | <li>[wr-patch.txt](https://bugs.python.org/file365/wr-patch.txt "Uploaded as text/plain at 2002-03-13.05:29:20 by @warsaw")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-03-13.05:50:42.000>
created_at = <Date 2002-03-13.05:29:20.000>
labels = ['library']
title = 'WeakValueDictionary.setdefault() bug'
updated_at = <Date 2002-03-13.05:50:42.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-13.05:50:42.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-13.05:29:20.000>
creator = 'barry'
dependencies = []
files = ['365']
hgrepos = []
issue_num = 529273
keywords = []
message_count = 2.0
messages = ['9680', '9681']
nosy_count = 2.0
nosy_names = ['fdrake', 'barry']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529273'
versions = []
```
</p></details>
| WeakValueDictionary.setdefault() bug | https://api.github.com/repos/python/cpython/issues/36252/comments | 2 | 2002-03-13T05:29:20Z | 2022-04-09T22:03:25Z | https://github.com/python/cpython/issues/36252 | 1,198,784,724 | 36,252 |
[
"python",
"cpython"
] | BPO | [529146](https://bugs.python.org/issue529146)
--- | :---
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 2002-03-17.21:27:19.000>
created_at = <Date 2002-03-12.21:53:08.000>
labels = ['OS-mac']
title = 'ICGlue byte alignment issue'
updated_at = <Date 2002-03-17.21:27:19.000>
user = 'https://bugs.python.org/bscholln'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-17.21:27:19.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-03-12.21:53:08.000>
creator = 'bscholln'
dependencies = []
files = []
hgrepos = []
issue_num = 529146
keywords = []
message_count = 3.0
messages = ['9677', '9678', '9679']
nosy_count = 2.0
nosy_names = ['jackjansen', 'bscholln']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529146'
versions = ['Python 2.2']
```
</p></details>
| ICGlue byte alignment issue | https://api.github.com/repos/python/cpython/issues/36251/comments | 3 | 2002-03-12T21:53:08Z | 2022-04-09T22:03:24Z | https://github.com/python/cpython/issues/36251 | 1,198,784,721 | 36,251 |
[
"python",
"cpython"
] | BPO | [529135](https://bugs.python.org/issue529135)
--- | :---
Nosy | @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 = None
closed_at = <Date 2003-05-17.01:36:03.000>
created_at = <Date 2002-03-12.21:35:32.000>
labels = ['library']
title = 'test_pyclbr: bad dependency for input'
updated_at = <Date 2003-05-17.01:36:03.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-17.01:36:03.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-12.21:35:32.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 529135
keywords = []
message_count = 2.0
messages = ['9675', '9676']
nosy_count = 2.0
nosy_names = ['fdrake', 'brett.cannon']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529135'
versions = ['Python 2.3']
```
</p></details>
| test_pyclbr: bad dependency for input | https://api.github.com/repos/python/cpython/issues/36250/comments | 2 | 2002-03-12T21:35:32Z | 2022-04-09T22:03:21Z | https://github.com/python/cpython/issues/36250 | 1,198,784,713 | 36,250 |
[
"python",
"cpython"
] | BPO | [529132](https://bugs.python.org/issue529132)
--- | :---
Nosy | @mwhudson, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2002-03-14.19:32:41.000>
created_at = <Date 2002-03-12.21:33:21.000>
labels = ['library']
title = 'test_pyclbr broken on 2.2 branch'
updated_at = <Date 2002-03-14.19:32:41.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-14.19:32:41.000>
actor = 'fdrake'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-03-12.21:33:21.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 529132
keywords = []
message_count = 6.0
messages = ['9669', '9670', '9671', '9672', '9673', '9674']
nosy_count = 2.0
nosy_names = ['mwh', 'fdrake']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue529132'
versions = ['Python 2.2']
```
</p></details>
| test_pyclbr broken on 2.2 branch | https://api.github.com/repos/python/cpython/issues/36249/comments | 6 | 2002-03-12T21:33:21Z | 2022-04-09T22:03:21Z | https://github.com/python/cpython/issues/36249 | 1,198,784,709 | 36,249 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.