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 | [577191](https://bugs.python.org/issue577191)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-11.15:34:35.000>
created_at = <Date 2002-07-03.22:41:43.000>
labels = ['library']
title = 'glob returns empty list for 2G+ files'
updated_at = <Date 2002-07-11.15:34:35.000>
user = 'https://bugs.python.org/rholmes04'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-11.15:34:35.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-03.22:41:43.000>
creator = 'rholmes04'
dependencies = []
files = []
hgrepos = []
issue_num = 577191
keywords = []
message_count = 3.0
messages = ['11473', '11474', '11475']
nosy_count = 2.0
nosy_names = ['jhylton', 'rholmes04']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue577191'
versions = []
```
</p></details>
| glob returns empty list for 2G+ files | https://api.github.com/repos/python/cpython/issues/36848/comments | 3 | 2002-07-03T22:41:43Z | 2022-04-09T22:14:35Z | https://github.com/python/cpython/issues/36848 | 1,198,787,422 | 36,848 |
[
"python",
"cpython"
] | BPO | [577106](https://bugs.python.org/issue577106)
--- | :---
Nosy | @jribbens
Files | <li>[patch.txt](https://bugs.python.org/file547/patch.txt "Uploaded as text/plain at 2002-07-03.18:29:09 by @jribbens"): Patch to fix newlines problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-07-04.14:56:57.000>
created_at = <Date 2002-07-03.18:08:03.000>
labels = ['library']
title = "textwrap module can't cope with newlines"
updated_at = <Date 2002-07-04.14:56:57.000>
user = 'https://github.com/jribbens'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-04.14:56:57.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-03.18:08:03.000>
creator = 'jribbens'
dependencies = []
files = ['547']
hgrepos = []
issue_num = 577106
keywords = []
message_count = 5.0
messages = ['11468', '11469', '11470', '11471', '11472']
nosy_count = 2.0
nosy_names = ['gward', 'jribbens']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue577106'
versions = []
```
</p></details>
| textwrap module can't cope with newlines | https://api.github.com/repos/python/cpython/issues/36847/comments | 5 | 2002-07-03T18:08:03Z | 2022-04-09T22:14:34Z | https://github.com/python/cpython/issues/36847 | 1,198,787,417 | 36,847 |
[
"python",
"cpython"
] | BPO | [577031](https://bugs.python.org/issue577031)
--- | :---
Nosy | @loewis
Files | <li>[parse.diff](https://bugs.python.org/file4402/parse.diff "Uploaded as text/plain at 2002-07-03.15:57:21 by nnorwitz"): diff of selectmodule, fmmodule, and stringobject</li><li>[gl.diff](https://bugs.python.org/file4403/gl.diff "Uploaded as text/plain at 2002-07-03.16:35:34 by nnorwitz"): big diff of glmodule</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-28.15:26:46.000>
created_at = <Date 2002-07-03.15:57:20.000>
labels = ['interpreter-core']
title = 'Remove PyArg_Parse() and METH_OLDARGS'
updated_at = <Date 2002-07-28.15:26:46.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.15:26:46.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-07-03.15:57:20.000>
creator = 'nnorwitz'
dependencies = []
files = ['4402', '4403']
hgrepos = []
issue_num = 577031
keywords = ['patch']
message_count = 5.0
messages = ['40491', '40492', '40493', '40494', '40495']
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/issue577031'
versions = ['Python 2.3']
```
</p></details>
| Remove PyArg_Parse() and METH_OLDARGS | https://api.github.com/repos/python/cpython/issues/36846/comments | 5 | 2002-07-03T15:57:20Z | 2022-04-09T22:14:33Z | https://github.com/python/cpython/issues/36846 | 1,198,787,414 | 36,846 |
[
"python",
"cpython"
] | BPO | [577000](https://bugs.python.org/issue577000)
--- | :---
Nosy | @freddrake, @theller
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-10-24.20:56:15.000>
created_at = <Date 2002-07-03.14:59:49.000>
labels = ['docs']
title = 'Wrong description for PyErr_Restore'
updated_at = <Date 2002-10-24.20:56:15.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-24.20:56:15.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-07-03.14:59:49.000>
creator = 'theller'
dependencies = []
files = []
hgrepos = []
issue_num = 577000
keywords = []
message_count = 2.0
messages = ['11466', '11467']
nosy_count = 2.0
nosy_names = ['fdrake', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue577000'
versions = []
```
</p></details>
| Wrong description for PyErr_Restore | https://api.github.com/repos/python/cpython/issues/36845/comments | 2 | 2002-07-03T14:59:49Z | 2022-04-09T22:14:33Z | https://github.com/python/cpython/issues/36845 | 1,198,787,405 | 36,845 |
[
"python",
"cpython"
] | BPO | [576990](https://bugs.python.org/issue576990)
--- | :---
Nosy | @gvanrossum, @brettcannon, @theller, @rhettinger
Files | <li>[patch.diff](https://bugs.python.org/file545/patch.diff "Uploaded as text/plain at 2002-07-09.11:52:36 by rengelink"): patch making property derivable (again)...</li><li>[descrobj.diff](https://bugs.python.org/file546/descrobj.diff "Uploaded as text/plain at 2002-09-24.13:06:44 by @theller"): patch for property type</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2003-05-18.22:21:51.000>
created_at = <Date 2002-07-03.14:42:03.000>
labels = ['interpreter-core']
title = 'inheriting from property and docstrings'
updated_at = <Date 2003-05-18.22:21:51.000>
user = 'https://bugs.python.org/rengelink'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-18.22:21:51.000>
actor = 'brett.cannon'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-07-03.14:42:03.000>
creator = 'rengelink'
dependencies = []
files = ['545', '546']
hgrepos = []
issue_num = 576990
keywords = []
message_count = 13.0
messages = ['11453', '11454', '11455', '11456', '11457', '11458', '11459', '11460', '11461', '11462', '11463', '11464', '11465']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'brett.cannon', 'theller', 'rhettinger', 'rengelink']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576990'
versions = ['Python 2.2']
```
</p></details>
| inheriting from property and docstrings | https://api.github.com/repos/python/cpython/issues/36844/comments | 13 | 2002-07-03T14:42:03Z | 2022-04-09T22:14:32Z | https://github.com/python/cpython/issues/36844 | 1,198,787,401 | 36,844 |
[
"python",
"cpython"
] | BPO | [576975](https://bugs.python.org/issue576975)
--- | :---
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-08-06.21:37:09.000>
created_at = <Date 2002-07-03.14:26:40.000>
labels = ['type-feature', 'docs']
title = 'os.path.walk behavior on symlinks'
updated_at = <Date 2002-08-06.21:37:09.000>
user = 'https://bugs.python.org/resolve'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-06.21:37:09.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-07-03.14:26:40.000>
creator = 'resolve'
dependencies = []
files = []
hgrepos = []
issue_num = 576975
keywords = []
message_count = 4.0
messages = ['11449', '11450', '11451', '11452']
nosy_count = 3.0
nosy_names = ['fdrake', 'holdenweb', 'resolve']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue576975'
versions = []
```
</p></details>
| os.path.walk behavior on symlinks | https://api.github.com/repos/python/cpython/issues/36843/comments | 4 | 2002-07-03T14:26:40Z | 2022-04-09T22:14:31Z | https://github.com/python/cpython/issues/36843 | 1,198,787,398 | 36,843 |
[
"python",
"cpython"
] | BPO | [576833](https://bugs.python.org/issue576833)
--- | :---
Nosy | @malemburg, @sjoerdmullender
Files | <li>[palmos.py](https://bugs.python.org/file8200/palmos.py "Uploaded as text/plain at 2002-07-03.09:04:30 by @sjoerdmullender"): codec for PalmOS character set</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-07-12.14:19:36.000>
created_at = <Date 2002-07-03.09:04:30.000>
labels = ['type-feature', 'library']
title = 'codec for PalmOS character set'
updated_at = <Date 2002-07-12.14:19:36.000>
user = 'https://github.com/sjoerdmullender'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-12.14:19:36.000>
actor = 'sjoerd'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-03.09:04:30.000>
creator = 'sjoerd'
dependencies = []
files = ['8200']
hgrepos = []
issue_num = 576833
keywords = []
message_count = 4.0
messages = ['53570', '53571', '53572', '53573']
nosy_count = 3.0
nosy_names = ['lemburg', 'nobody', 'sjoerd']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue576833'
versions = []
```
</p></details>
| codec for PalmOS character set | https://api.github.com/repos/python/cpython/issues/36842/comments | 4 | 2002-07-03T09:04:30Z | 2022-04-09T22:14:30Z | https://github.com/python/cpython/issues/36842 | 1,198,787,394 | 36,842 |
[
"python",
"cpython"
] | BPO | [576711](https://bugs.python.org/issue576711)
--- | :---
Nosy | @tim-one, @mhammond
Files | <li>[build_ssl.zip](https://bugs.python.org/file544/build_ssl.zip "Uploaded as application/x-zip-compressed at 2002-07-09.05:22:40 by @mhammond"): zip file with 3 new files, as described</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2003-01-29.02:39:36.000>
created_at = <Date 2002-07-03.02:10:46.000>
labels = ['OS-windows']
title = 'Windows binary missing SSL'
updated_at = <Date 2003-01-29.02:39:36.000>
user = 'https://bugs.python.org/parameter'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-29.02:39:36.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2002-07-03.02:10:46.000>
creator = 'parameter'
dependencies = []
files = ['544']
hgrepos = []
issue_num = 576711
keywords = []
message_count = 10.0
messages = ['11439', '11440', '11441', '11442', '11443', '11444', '11445', '11446', '11447', '11448']
nosy_count = 5.0
nosy_names = ['tim.peters', 'mhammond', 'nnorwitz', 'ghaering', 'parameter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576711'
versions = []
```
</p></details>
| Windows binary missing SSL | https://api.github.com/repos/python/cpython/issues/36841/comments | 10 | 2002-07-03T02:10:46Z | 2022-04-09T22:14:28Z | https://github.com/python/cpython/issues/36841 | 1,198,787,391 | 36,841 |
[
"python",
"cpython"
] | BPO | [576593](https://bugs.python.org/issue576593)
--- | :---
Nosy | @tim-one, @jackjansen
Files | <li>[@patch](https://bugs.python.org/file543/%40patch "Uploaded as application/octet-stream at 2002-07-02.20:45:39 by @jackjansen")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2002-07-03.03:32:49.000>
created_at = <Date 2002-07-02.20:45:39.000>
labels = ['interpreter-core']
title = 'pyport.h INFINITY and HUGE_VAL treatment'
updated_at = <Date 2002-07-03.03:32:49.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-03.03:32:49.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-07-02.20:45:39.000>
creator = 'jackjansen'
dependencies = []
files = ['543']
hgrepos = []
issue_num = 576593
keywords = []
message_count = 2.0
messages = ['11437', '11438']
nosy_count = 2.0
nosy_names = ['tim.peters', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576593'
versions = []
```
</p></details>
| pyport.h INFINITY and HUGE_VAL treatment | https://api.github.com/repos/python/cpython/issues/36840/comments | 2 | 2002-07-02T20:45:39Z | 2022-04-09T22:14:27Z | https://github.com/python/cpython/issues/36840 | 1,198,787,389 | 36,840 |
[
"python",
"cpython"
] | BPO | [576458](https://bugs.python.org/issue576458)
--- | :---
Nosy | @loewis, @theller
Files | <li>[error.diff](https://bugs.python.org/file4399/error.diff "Uploaded as text/plain at 2002-07-02.16:02:18 by @theller"): Patch for error.c</li><li>[pyerrors.diff](https://bugs.python.org/file4400/pyerrors.diff "Uploaded as text/plain at 2002-07-02.16:13:36 by @theller")</li><li>[docpatch.diff](https://bugs.python.org/file4401/docpatch.diff "Uploaded as text/plain at 2002-07-05.06:57:50 by @theller"): Patch for doc/exceptions.tex</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/theller'
closed_at = <Date 2002-07-29.14:30:06.000>
created_at = <Date 2002-07-02.16:02:18.000>
labels = ['interpreter-core']
title = 'Extend PyErr_SetFromWindowsErr'
updated_at = <Date 2002-07-29.14:30:06.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-29.14:30:06.000>
actor = 'theller'
assignee = 'theller'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-07-02.16:02:18.000>
creator = 'theller'
dependencies = []
files = ['4399', '4400', '4401']
hgrepos = []
issue_num = 576458
keywords = ['patch']
message_count = 6.0
messages = ['40485', '40486', '40487', '40488', '40489', '40490']
nosy_count = 2.0
nosy_names = ['loewis', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576458'
versions = ['Python 2.3']
```
</p></details>
| Extend PyErr_SetFromWindowsErr | https://api.github.com/repos/python/cpython/issues/36839/comments | 6 | 2002-07-02T16:02:18Z | 2022-04-09T22:14:26Z | https://github.com/python/cpython/issues/36839 | 1,198,787,382 | 36,839 |
[
"python",
"cpython"
] | BPO | [576419](https://bugs.python.org/issue576419)
--- | :---
Nosy | @gvanrossum, @phdru
Files | <li>[test-pickle.tgz](https://bugs.python.org/file542/test-pickle.tgz "Uploaded as application/x-gtar at 2002-07-02.15:02:46 by @phdru"): The archive with the initial pickle, the module with classess, and test program.</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-08-03.14:38:30.000>
created_at = <Date 2002-07-02.15:02:46.000>
labels = ['library']
title = 'Infinite recursion in Pickle'
updated_at = <Date 2002-08-03.14:38:30.000>
user = 'https://github.com/phdru'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-03.14:38:30.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-02.15:02:46.000>
creator = 'phd'
dependencies = []
files = ['542']
hgrepos = []
issue_num = 576419
keywords = []
message_count = 5.0
messages = ['11432', '11433', '11434', '11435', '11436']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'phd']
pr_nums = []
priority = 'low'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576419'
versions = ['Python 2.2']
```
</p></details>
| Infinite recursion in Pickle | https://api.github.com/repos/python/cpython/issues/36838/comments | 5 | 2002-07-02T15:02:46Z | 2022-04-09T22:14:25Z | https://github.com/python/cpython/issues/36838 | 1,198,787,373 | 36,838 |
[
"python",
"cpython"
] | BPO | [576327](https://bugs.python.org/issue576327)
--- | :---
Nosy | @tim-one
Files | <li>[aa](https://bugs.python.org/file4398/aa "Uploaded as application/octet-stream at 2002-07-02.11:13:11 by tww-china"): Lib/zipfile.py patch when sizeof(long) == 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 = 'https://github.com/tim-one'
closed_at = <Date 2002-07-03.01:58:09.000>
created_at = <Date 2002-07-02.11:11:54.000>
labels = ['library']
title = 'zipfile when sizeof(long) == 8'
updated_at = <Date 2002-07-03.01:58:09.000>
user = 'https://bugs.python.org/tww-china'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-03.01:58:09.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-02.11:11:54.000>
creator = 'tww-china'
dependencies = []
files = ['4398']
hgrepos = []
issue_num = 576327
keywords = ['patch']
message_count = 13.0
messages = ['40472', '40473', '40474', '40475', '40476', '40477', '40478', '40479', '40480', '40481', '40482', '40483', '40484']
nosy_count = 2.0
nosy_names = ['tim.peters', 'tww-china']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576327'
versions = ['Python 2.2']
```
</p></details>
| zipfile when sizeof(long) == 8 | https://api.github.com/repos/python/cpython/issues/36837/comments | 13 | 2002-07-02T11:11:54Z | 2022-04-09T22:14:24Z | https://github.com/python/cpython/issues/36837 | 1,198,787,370 | 36,837 |
[
"python",
"cpython"
] | BPO | [576101](https://bugs.python.org/issue576101)
--- | :---
Nosy | @gvanrossum, @loewis, @rhettinger
Files | <li>[altintern.patch](https://bugs.python.org/file4392/altintern.patch "Uploaded as text/plain at 2002-07-01.19:23:00 by orenti")</li><li>[altintern2.patch](https://bugs.python.org/file4393/altintern2.patch "Uploaded as text/plain at 2002-07-06.16:08:16 by orenti")</li><li>[altintern4.patch](https://bugs.python.org/file4394/altintern4.patch "Uploaded as text/plain at 2002-08-10.10:01:39 by orenti")</li><li>[altintern5.patch](https://bugs.python.org/file4395/altintern5.patch "Uploaded as text/plain at 2002-08-14.18:43:59 by @gvanrossum"): updated to CVS as of 8/14, plus API_VERSION</li><li>[altintern6.patch](https://bugs.python.org/file4396/altintern6.patch "Uploaded as text/plain at 2002-08-16.18:57:07 by @gvanrossum"): New version, mostly mortal</li><li>[altintern7.patch](https://bugs.python.org/file4397/altintern7.patch "Uploaded as text/plain at 2002-08-19.21:44:33 by @gvanrossum")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2002-08-19.21:44:33.000>
created_at = <Date 2002-07-01.19:23:00.000>
labels = []
title = 'Alternative implementation of interning'
updated_at = <Date 2002-08-19.21:44:33.000>
user = 'https://bugs.python.org/orenti'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-19.21:44:33.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-07-01.19:23:00.000>
creator = 'orenti'
dependencies = []
files = ['4392', '4393', '4394', '4395', '4396', '4397']
hgrepos = []
issue_num = 576101
keywords = ['patch']
message_count = 14.0
messages = ['40458', '40459', '40460', '40461', '40462', '40463', '40464', '40465', '40466', '40467', '40468', '40469', '40470', '40471']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'loewis', 'rhettinger', 'orenti']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576101'
versions = []
```
</p></details>
| Alternative implementation of interning | https://api.github.com/repos/python/cpython/issues/36836/comments | 14 | 2002-07-01T19:23:00Z | 2022-04-09T22:14:23Z | https://github.com/python/cpython/issues/36836 | 1,198,787,368 | 36,836 |
[
"python",
"cpython"
] | BPO | [576084](https://bugs.python.org/issue576084)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[kp.py](https://bugs.python.org/file540/kp.py "Uploaded as text/plain at 2002-07-01.18:34:39 by jepler"): causes sig11 when executed</li><li>[cPickle.diff](https://bugs.python.org/file541/cPickle.diff "Uploaded as text/plain at 2002-07-30.15:21:29 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-09-22.08:22:47.000>
created_at = <Date 2002-07-01.18:34:39.000>
labels = ['library']
title = 'Sig11 in cPickle (stack overflow)'
updated_at = <Date 2002-09-22.08:22:47.000>
user = 'https://bugs.python.org/jepler'
```
bugs.python.org fields:
```python
activity = <Date 2002-09-22.08:22:47.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-01.18:34:39.000>
creator = 'jepler'
dependencies = []
files = ['540', '541']
hgrepos = []
issue_num = 576084
keywords = []
message_count = 7.0
messages = ['11425', '11426', '11427', '11428', '11429', '11430', '11431']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'jepler']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576084'
versions = []
```
</p></details>
| Sig11 in cPickle (stack overflow) | https://api.github.com/repos/python/cpython/issues/36835/comments | 7 | 2002-07-01T18:34:39Z | 2022-04-09T22:14:22Z | https://github.com/python/cpython/issues/36835 | 1,198,787,363 | 36,835 |
[
"python",
"cpython"
] | BPO | [576079](https://bugs.python.org/issue576079)
--- | :---
Nosy | @tim-one
Files | <li>[re_pb.py](https://bugs.python.org/file539/re_pb.py "Uploaded as text/plain at 2002-07-01.18:22:41 by pedro_rodriguez")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-02-05.08:06:34.000>
created_at = <Date 2002-07-01.18:22:41.000>
labels = ['expert-regex']
title = 'Inconsistent behaviour in re grouping'
updated_at = <Date 2003-02-05.08:06:34.000>
user = 'https://bugs.python.org/pedrorodriguez'
```
bugs.python.org fields:
```python
activity = <Date 2003-02-05.08:06:34.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2002-07-01.18:22:41.000>
creator = 'pedro_rodriguez'
dependencies = []
files = ['539']
hgrepos = []
issue_num = 576079
keywords = []
message_count = 7.0
messages = ['11418', '11419', '11420', '11421', '11422', '11423', '11424']
nosy_count = 5.0
nosy_names = ['tim.peters', 'effbot', 'glchapman', 'mbrierst', 'pedro_rodriguez']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576079'
versions = []
```
</p></details>
| Inconsistent behaviour in re grouping | https://api.github.com/repos/python/cpython/issues/36834/comments | 7 | 2002-07-01T18:22:41Z | 2022-04-09T22:14:20Z | https://github.com/python/cpython/issues/36834 | 1,198,787,359 | 36,834 |
[
"python",
"cpython"
] | BPO | [576016](https://bugs.python.org/issue576016)
--- | :---
Nosy | @freddrake, @theller
Files | <li>[patch.txt](https://bugs.python.org/file538/patch.txt "Uploaded as text/plain at 2002-07-01.19:23:33 by @theller"): patch.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/theller'
closed_at = <Date 2002-07-02.15:48:58.000>
created_at = <Date 2002-07-01.15:39:27.000>
labels = ['docs']
title = 'Docs missing for PyErr_SetFromWindows...'
updated_at = <Date 2002-07-02.15:48:58.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-02.15:48:58.000>
actor = 'theller'
assignee = 'theller'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-07-01.15:39:27.000>
creator = 'theller'
dependencies = []
files = ['538']
hgrepos = []
issue_num = 576016
keywords = []
message_count = 4.0
messages = ['11414', '11415', '11416', '11417']
nosy_count = 2.0
nosy_names = ['fdrake', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue576016'
versions = []
```
</p></details>
| Docs missing for PyErr_SetFromWindows... | https://api.github.com/repos/python/cpython/issues/36833/comments | 4 | 2002-07-01T15:39:27Z | 2022-04-09T22:14:19Z | https://github.com/python/cpython/issues/36833 | 1,198,787,351 | 36,833 |
[
"python",
"cpython"
] | BPO | [575827](https://bugs.python.org/issue575827)
--- | :---
Nosy | @loewis
Files | <li>[py_ssl_lockbreak.dif](https://bugs.python.org/file4391/py_ssl_lockbreak.dif "Uploaded as application/octet-stream at 2002-07-01.05:15:10 by ghaering")</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-07-28.09:58:18.000>
created_at = <Date 2002-07-01.05:15:10.000>
labels = ['library']
title = 'SSL release GIL'
updated_at = <Date 2002-07-28.09:58:18.000>
user = 'https://bugs.python.org/ghaering'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.09:58:18.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-07-01.05:15:10.000>
creator = 'ghaering'
dependencies = []
files = ['4391']
hgrepos = []
issue_num = 575827
keywords = ['patch']
message_count = 3.0
messages = ['40455', '40456', '40457']
nosy_count = 2.0
nosy_names = ['loewis', 'ghaering']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575827'
versions = ['Python 2.3']
```
</p></details>
| SSL release GIL | https://api.github.com/repos/python/cpython/issues/36832/comments | 3 | 2002-07-01T05:15:10Z | 2022-04-09T22:14:18Z | https://github.com/python/cpython/issues/36832 | 1,198,787,346 | 36,832 |
[
"python",
"cpython"
] | BPO | [575774](https://bugs.python.org/issue575774)
--- | :---
Nosy | @smontanaro, @warsaw
Files | <li>[PatchAndIpython-el.tgz](https://bugs.python.org/file4390/PatchAndIpython-el.tgz "Uploaded as application/octet-stream at 2002-06-30.22:28:38 by aschmolck"): archive with patch and ipthon.el to show why of 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/warsaw'
closed_at = <Date 2003-08-05.03:27:01.000>
created_at = <Date 2002-06-30.22:28:38.000>
labels = []
title = 'python-mode patch for ipython support'
updated_at = <Date 2003-08-05.03:27:01.000>
user = 'https://bugs.python.org/aschmolck'
```
bugs.python.org fields:
```python
activity = <Date 2003-08-05.03:27:01.000>
actor = 'skip.montanaro'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2002-06-30.22:28:38.000>
creator = 'aschmolck'
dependencies = []
files = ['4390']
hgrepos = []
issue_num = 575774
keywords = ['patch']
message_count = 2.0
messages = ['40453', '40454']
nosy_count = 3.0
nosy_names = ['skip.montanaro', 'barry', 'aschmolck']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575774'
versions = []
```
</p></details>
| python-mode patch for ipython support | https://api.github.com/repos/python/cpython/issues/36831/comments | 2 | 2002-06-30T22:28:38Z | 2022-04-09T22:14:17Z | https://github.com/python/cpython/issues/36831 | 1,198,787,343 | 36,831 |
[
"python",
"cpython"
] | BPO | [575773](https://bugs.python.org/issue575773)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-25.16:06:42.000>
created_at = <Date 2002-06-30.22:27:39.000>
labels = ['interpreter-core']
title = 'Negative __len__ provokes SystemError'
updated_at = <Date 2002-07-25.16:06:42.000>
user = 'https://bugs.python.org/tonylownds'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-25.16:06:42.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-30.22:27:39.000>
creator = 'tonylownds'
dependencies = []
files = []
hgrepos = []
issue_num = 575773
keywords = []
message_count = 2.0
messages = ['11412', '11413']
nosy_count = 2.0
nosy_names = ['jhylton', 'tonylownds']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575773'
versions = []
```
</p></details>
| Negative __len__ provokes SystemError | https://api.github.com/repos/python/cpython/issues/36830/comments | 2 | 2002-06-30T22:27:39Z | 2022-04-09T22:14:15Z | https://github.com/python/cpython/issues/36830 | 1,198,787,338 | 36,830 |
[
"python",
"cpython"
] | BPO | [575770](https://bugs.python.org/issue575770)
--- | :---
Nosy | @tim-one, @loewis, @brettcannon
Files | <li>[ret111.exe](https://bugs.python.org/file537/ret111.exe "Uploaded as application/octet-stream at 2002-08-06.22:54:01 by nokta_kanto"): The test binary</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-05-17.08:15:01.000>
created_at = <Date 2002-06-30.22:15:13.000>
labels = ['invalid', 'library']
title = 'os.spawnv() fails with underscores'
updated_at = <Date 2003-05-17.08:15:01.000>
user = 'https://bugs.python.org/noktakanto'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-17.08:15:01.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-30.22:15:13.000>
creator = 'nokta_kanto'
dependencies = []
files = ['537']
hgrepos = []
issue_num = 575770
keywords = []
message_count = 9.0
messages = ['11403', '11404', '11405', '11406', '11407', '11408', '11409', '11410', '11411']
nosy_count = 4.0
nosy_names = ['tim.peters', 'loewis', 'brett.cannon', 'nokta_kanto']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575770'
versions = ['Python 2.2']
```
</p></details>
| os.spawnv() fails with underscores | https://api.github.com/repos/python/cpython/issues/36829/comments | 9 | 2002-06-30T22:15:13Z | 2022-04-09T22:14:15Z | https://github.com/python/cpython/issues/36829 | 1,198,787,331 | 36,829 |
[
"python",
"cpython"
] | BPO | [575715](https://bugs.python.org/issue575715)
--- | :---
Nosy | @gvanrossum, @tim-one, @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-08-05.15:47:44.000>
created_at = <Date 2002-06-30.18:18:04.000>
labels = ['interpreter-core']
title = 'Parts of 2.2.1 core use old gc API'
updated_at = <Date 2002-08-05.15:47:44.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-05.15:47:44.000>
actor = 'gvanrossum'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-30.18:18:04.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 575715
keywords = []
message_count = 4.0
messages = ['11399', '11400', '11401', '11402']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575715'
versions = ['Python 2.2']
```
</p></details>
| Parts of 2.2.1 core use old gc API | https://api.github.com/repos/python/cpython/issues/36828/comments | 4 | 2002-06-30T18:18:04Z | 2022-04-09T22:14:14Z | https://github.com/python/cpython/issues/36828 | 1,198,787,327 | 36,828 |
[
"python",
"cpython"
] | BPO | [575536](https://bugs.python.org/issue575536)
--- | :---
Nosy | @tim-one, @loewis, @rhettinger
Files | <li>[concat.diff](https://bugs.python.org/file536/concat.diff "Uploaded as text/plain at 2002-06-30.17:30:59 by @rhettinger"): Patch to list and tuple with revised test output</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-30.21:32:01.000>
created_at = <Date 2002-06-30.00:18:32.000>
labels = ['interpreter-core']
title = 'Concatenating a tuple to a list'
updated_at = <Date 2002-06-30.21:32:01.000>
user = 'https://bugs.python.org/dgrassi'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-30.21:32:01.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-30.00:18:32.000>
creator = 'dgrassi'
dependencies = []
files = ['536']
hgrepos = []
issue_num = 575536
keywords = []
message_count = 12.0
messages = ['11387', '11388', '11389', '11390', '11391', '11392', '11393', '11394', '11395', '11396', '11397', '11398']
nosy_count = 4.0
nosy_names = ['tim.peters', 'loewis', 'rhettinger', 'dgrassi']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575536'
versions = ['Python 2.3']
```
</p></details>
| Concatenating a tuple to a list | https://api.github.com/repos/python/cpython/issues/36827/comments | 12 | 2002-06-30T00:18:32Z | 2022-04-09T22:14:12Z | https://github.com/python/cpython/issues/36827 | 1,198,787,325 | 36,827 |
[
"python",
"cpython"
] | BPO | [575515](https://bugs.python.org/issue575515)
--- | :---
Nosy | @gvanrossum, @rhettinger
Files | <li>[slice.diff](https://bugs.python.org/file4388/slice.diff "Uploaded as text/plain at 2002-06-29.22:40:51 by @rhettinger"): Patch merging Xrange into Slice</li><li>[slice2.diff](https://bugs.python.org/file4389/slice2.diff "Uploaded as text/plain at 2002-06-30.19:35:01 by @rhettinger"): Revised patch with Oren's suggestions</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-07-12.17:08:02.000>
created_at = <Date 2002-06-29.22:40:51.000>
labels = ['interpreter-core']
title = 'Merge xrange() into slice()'
updated_at = <Date 2002-07-12.17:08:02.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-12.17:08:02.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-29.22:40:51.000>
creator = 'rhettinger'
dependencies = []
files = ['4388', '4389']
hgrepos = []
issue_num = 575515
keywords = ['patch']
message_count = 3.0
messages = ['40450', '40451', '40452']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575515'
versions = ['Python 2.3']
```
</p></details>
| Merge xrange() into slice() | https://api.github.com/repos/python/cpython/issues/36826/comments | 3 | 2002-06-29T22:40:51Z | 2022-04-09T22:14:12Z | https://github.com/python/cpython/issues/36826 | 1,198,787,318 | 36,826 |
[
"python",
"cpython"
] | BPO | [575360](https://bugs.python.org/issue575360)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-06.18:55:20.000>
created_at = <Date 2002-06-29.13:09:00.000>
labels = []
title = 'httplib BadStatusLine behaves strange'
updated_at = <Date 2002-07-06.18:55:20.000>
user = 'https://bugs.python.org/nerxs'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-06.18:55:20.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-06-29.13:09:00.000>
creator = 'nerxs'
dependencies = []
files = []
hgrepos = []
issue_num = 575360
keywords = []
message_count = 2.0
messages = ['11385', '11386']
nosy_count = 2.0
nosy_names = ['jhylton', 'nerxs']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575360'
versions = []
```
</p></details>
| httplib BadStatusLine behaves strange | https://api.github.com/repos/python/cpython/issues/36825/comments | 2 | 2002-06-29T13:09:00Z | 2022-04-09T22:14:10Z | https://github.com/python/cpython/issues/36825 | 1,198,787,314 | 36,825 |
[
"python",
"cpython"
] | BPO | [575272](https://bugs.python.org/issue575272)
--- | :---
Nosy | @freddrake, @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-29.16:11:36.000>
created_at = <Date 2002-06-29.03:23:16.000>
labels = ['docs']
title = 'unicode() "new in" misleading'
updated_at = <Date 2002-06-29.16:11:36.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-29.16:11:36.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-29.03:23:16.000>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 575272
keywords = []
message_count = 2.0
messages = ['11383', '11384']
nosy_count = 2.0
nosy_names = ['fdrake', 'barry']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575272'
versions = []
```
</p></details>
| unicode() "new in" misleading | https://api.github.com/repos/python/cpython/issues/36824/comments | 2 | 2002-06-29T03:23:16Z | 2022-04-09T22:14:10Z | https://github.com/python/cpython/issues/36824 | 1,198,787,307 | 36,824 |
[
"python",
"cpython"
] | BPO | [575229](https://bugs.python.org/issue575229)
--- | :---
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-08-12.19:06:57.000>
created_at = <Date 2002-06-28.23:33:31.000>
labels = ['interpreter-core']
title = 'multiple inheritance w/ slots dumps core'
updated_at = <Date 2002-08-12.19:06:57.000>
user = 'https://bugs.python.org/douady'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-12.19:06:57.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-28.23:33:31.000>
creator = 'douady'
dependencies = []
files = []
hgrepos = []
issue_num = 575229
keywords = []
message_count = 7.0
messages = ['11376', '11377', '11378', '11379', '11380', '11381', '11382']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'nnorwitz', 'glchapman', 'douady']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575229'
versions = ['Python 2.2']
```
</p></details>
| multiple inheritance w/ slots dumps core | https://api.github.com/repos/python/cpython/issues/36823/comments | 7 | 2002-06-28T23:33:31Z | 2022-04-09T22:14:08Z | https://github.com/python/cpython/issues/36823 | 1,198,787,303 | 36,823 |
[
"python",
"cpython"
] | BPO | [575224](https://bugs.python.org/issue575224)
--- | :---
Nosy | @gvanrossum, @rhettinger
Files | <li>[dict.diff](https://bugs.python.org/file4387/dict.diff "Uploaded as text/plain at 2002-07-02.04:10:58 by @rhettinger"): Dictionary constructor 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-07-17.17:51:23.000>
created_at = <Date 2002-06-28.23:00:59.000>
labels = ['interpreter-core']
title = 'dict(seqn, value)'
updated_at = <Date 2002-07-17.17:51:23.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-17.17:51:23.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-28.23:00:59.000>
creator = 'rhettinger'
dependencies = []
files = ['4387']
hgrepos = []
issue_num = 575224
keywords = ['patch']
message_count = 4.0
messages = ['40446', '40447', '40448', '40449']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'effbot', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575224'
versions = ['Python 2.3']
```
</p></details>
| dict(seqn, value) | https://api.github.com/repos/python/cpython/issues/36822/comments | 4 | 2002-06-28T23:00:59Z | 2022-04-09T22:14:07Z | https://github.com/python/cpython/issues/36822 | 1,198,787,298 | 36,822 |
[
"python",
"cpython"
] | BPO | [575221](https://bugs.python.org/issue575221)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-30.04:34:18.000>
created_at = <Date 2002-06-28.22:56:41.000>
labels = ['docs']
title = 'Library Reference, sec 3.7: UserDict'
updated_at = <Date 2002-06-30.04:34:18.000>
user = 'https://bugs.python.org/average'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-30.04:34:18.000>
actor = 'rhettinger'
assignee = 'holdenweb'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-28.22:56:41.000>
creator = 'average'
dependencies = []
files = []
hgrepos = []
issue_num = 575221
keywords = []
message_count = 2.0
messages = ['11374', '11375']
nosy_count = 3.0
nosy_names = ['rhettinger', 'holdenweb', 'average']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575221'
versions = ['Python 2.2']
```
</p></details>
| Library Reference, sec 3.7: UserDict | https://api.github.com/repos/python/cpython/issues/36821/comments | 2 | 2002-06-28T22:56:41Z | 2022-04-09T22:14:05Z | https://github.com/python/cpython/issues/36821 | 1,198,787,295 | 36,821 |
[
"python",
"cpython"
] | BPO | [575073](https://bugs.python.org/issue575073)
--- | :---
Nosy | @gvanrossum, @tim-one
Files | <li>[slots-dealloc.patch](https://bugs.python.org/file4385/slots-dealloc.patch "Uploaded as text/plain at 2002-06-28.15:23:25 by jhogg"): Context-diff patch file (slots-dealloc.patch)</li><li>[slots-dealloc.patch](https://bugs.python.org/file4386/slots-dealloc.patch "Uploaded as text/plain at 2002-07-15.15:23:57 by jhogg"): Context-diff patch file (slots-dealloc.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-08-06.21:44:37.000>
created_at = <Date 2002-06-28.15:23:25.000>
labels = ['interpreter-core']
title = 'PyTRASHCAN slots deallocation'
updated_at = <Date 2002-08-06.21:44:37.000>
user = 'https://bugs.python.org/jhogg'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-06.21:44:37.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-28.15:23:25.000>
creator = 'jhogg'
dependencies = []
files = ['4385', '4386']
hgrepos = []
issue_num = 575073
keywords = ['patch']
message_count = 4.0
messages = ['40442', '40443', '40444', '40445']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'jhogg']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue575073'
versions = ['Python 2.3']
```
</p></details>
| PyTRASHCAN slots deallocation | https://api.github.com/repos/python/cpython/issues/36820/comments | 4 | 2002-06-28T15:23:25Z | 2022-04-09T22:14:05Z | https://github.com/python/cpython/issues/36820 | 1,198,787,288 | 36,820 |
[
"python",
"cpython"
] | BPO | [574978](https://bugs.python.org/issue574978)
--- | :---
Nosy | @freddrake, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-30.04:45:22.000>
created_at = <Date 2002-06-28.07:08:23.000>
labels = ['docs']
title = 'Example for shutil is incorrect'
updated_at = <Date 2002-06-30.04:45:22.000>
user = 'https://bugs.python.org/drkorg'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-30.04:45:22.000>
actor = 'rhettinger'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-28.07:08:23.000>
creator = 'drkorg'
dependencies = []
files = []
hgrepos = []
issue_num = 574978
keywords = []
message_count = 2.0
messages = ['11372', '11373']
nosy_count = 3.0
nosy_names = ['fdrake', 'rhettinger', 'drkorg']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574978'
versions = ['Python 2.2']
```
</p></details>
| Example for shutil is incorrect | https://api.github.com/repos/python/cpython/issues/36819/comments | 2 | 2002-06-28T07:08:23Z | 2022-04-09T22:14:04Z | https://github.com/python/cpython/issues/36819 | 1,198,787,284 | 36,819 |
[
"python",
"cpython"
] | BPO | [574939](https://bugs.python.org/issue574939)
--- | :---
Nosy | @freddrake, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-08-09.22:53:03.000>
created_at = <Date 2002-06-28.04:37:45.000>
labels = ['docs']
title = 'Tex Macro Error'
updated_at = <Date 2002-08-09.22:53:03.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-09.22:53:03.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-28.04:37:45.000>
creator = 'rhettinger'
dependencies = []
files = []
hgrepos = []
issue_num = 574939
keywords = []
message_count = 2.0
messages = ['11370', '11371']
nosy_count = 2.0
nosy_names = ['fdrake', 'rhettinger']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574939'
versions = ['Python 2.3']
```
</p></details>
| Tex Macro Error | https://api.github.com/repos/python/cpython/issues/36818/comments | 2 | 2002-06-28T04:37:45Z | 2022-04-09T22:14:03Z | https://github.com/python/cpython/issues/36818 | 1,198,787,281 | 36,818 |
[
"python",
"cpython"
] | BPO | [574867](https://bugs.python.org/issue574867)
--- | :---
Nosy | @loewis
Files | <li>[listobject.patch](https://bugs.python.org/file4384/listobject.patch "Uploaded as text/plain at 2002-06-27.23:32:55 by david_abrahams")</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-28.16:36:15.000>
created_at = <Date 2002-06-27.23:32:55.000>
labels = []
title = 'list.extend docstring fix'
updated_at = <Date 2002-07-28.16:36:15.000>
user = 'https://bugs.python.org/davidabrahams'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.16:36:15.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-06-27.23:32:55.000>
creator = 'david_abrahams'
dependencies = []
files = ['4384']
hgrepos = []
issue_num = 574867
keywords = ['patch']
message_count = 2.0
messages = ['40440', '40441']
nosy_count = 2.0
nosy_names = ['loewis', 'david_abrahams']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574867'
versions = []
```
</p></details>
| list.extend docstring fix | https://api.github.com/repos/python/cpython/issues/36817/comments | 2 | 2002-06-27T23:32:55Z | 2022-04-09T22:14:01Z | https://github.com/python/cpython/issues/36817 | 1,198,787,275 | 36,817 |
[
"python",
"cpython"
] | BPO | [574773](https://bugs.python.org/issue574773)
--- | :---
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-07-02.21:06:31.000>
created_at = <Date 2002-06-27.20:37:57.000>
labels = ['invalid', 'docs']
title = 'removedirs() is not a recursive function'
updated_at = <Date 2002-07-02.21:06:31.000>
user = 'https://bugs.python.org/asqui'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-02.21:06:31.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-27.20:37:57.000>
creator = 'asqui'
dependencies = []
files = []
hgrepos = []
issue_num = 574773
keywords = []
message_count = 2.0
messages = ['11368', '11369']
nosy_count = 2.0
nosy_names = ['fdrake', 'asqui']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574773'
versions = []
```
</p></details>
| removedirs() is not a recursive function | https://api.github.com/repos/python/cpython/issues/36816/comments | 2 | 2002-06-27T20:37:57Z | 2022-04-09T22:14:01Z | https://github.com/python/cpython/issues/36816 | 1,198,787,272 | 36,816 |
[
"python",
"cpython"
] | BPO | [574750](https://bugs.python.org/issue574750)
--- | :---
Nosy | @loewis, @smontanaro, @warsaw
Files | <li>[python-mode.el](https://bugs.python.org/file4382/python-mode.el "Uploaded as application/octet-stream at 2002-06-27.19:38:54 by kevinbutler"): Patch to python-mode.el 4.22</li><li>[python-mode.diff](https://bugs.python.org/file4383/python-mode.diff "Uploaded as text/plain at 2002-07-28.16:00:35 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/warsaw'
closed_at = <Date 2003-08-05.03:23:58.000>
created_at = <Date 2002-06-27.19:38:54.000>
labels = []
title = 'Make python-mode.el use "jython" interp'
updated_at = <Date 2003-08-05.03:23:58.000>
user = 'https://bugs.python.org/kevinbutler'
```
bugs.python.org fields:
```python
activity = <Date 2003-08-05.03:23:58.000>
actor = 'skip.montanaro'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-06-27.19:38:54.000>
creator = 'kevinbutler'
dependencies = []
files = ['4382', '4383']
hgrepos = []
issue_num = 574750
keywords = ['patch']
message_count = 3.0
messages = ['40437', '40438', '40439']
nosy_count = 4.0
nosy_names = ['loewis', 'skip.montanaro', 'barry', 'kevinbutler']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574750'
versions = []
```
</p></details>
| Make python-mode.el use "jython" interp | https://api.github.com/repos/python/cpython/issues/36815/comments | 3 | 2002-06-27T19:38:54Z | 2022-04-09T22:14:00Z | https://github.com/python/cpython/issues/36815 | 1,198,787,268 | 36,815 |
[
"python",
"cpython"
] | BPO | [574747](https://bugs.python.org/issue574747)
--- | :---
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-07-28.15:54:31.000>
created_at = <Date 2002-06-27.19:37:02.000>
labels = []
title = 'Make python-mode.el use jython'
updated_at = <Date 2002-07-28.15:54:31.000>
user = 'https://bugs.python.org/kevinbutler'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.15:54:31.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-06-27.19:37:02.000>
creator = 'kevinbutler'
dependencies = []
files = []
hgrepos = []
issue_num = 574747
keywords = ['patch']
message_count = 2.0
messages = ['40435', '40436']
nosy_count = 2.0
nosy_names = ['loewis', 'kevinbutler']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574747'
versions = []
```
</p></details>
| Make python-mode.el use jython | https://api.github.com/repos/python/cpython/issues/36814/comments | 2 | 2002-06-27T19:37:02Z | 2022-04-09T22:13:58Z | https://github.com/python/cpython/issues/36814 | 1,198,787,261 | 36,814 |
[
"python",
"cpython"
] | BPO | [574742](https://bugs.python.org/issue574742)
--- | :---
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-07-02.20:38:28.000>
created_at = <Date 2002-06-27.19:34:53.000>
labels = ['docs']
title = 'Missing docs for module textwrap'
updated_at = <Date 2002-07-02.20:38:28.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-02.20:38:28.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-27.19:34:53.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 574742
keywords = []
message_count = 4.0
messages = ['11364', '11365', '11366', '11367']
nosy_count = 2.0
nosy_names = ['fdrake', 'gward']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574742'
versions = []
```
</p></details>
| Missing docs for module textwrap | https://api.github.com/repos/python/cpython/issues/36813/comments | 4 | 2002-06-27T19:34:53Z | 2022-04-09T22:13:57Z | https://github.com/python/cpython/issues/36813 | 1,198,787,257 | 36,813 |
[
"python",
"cpython"
] | BPO | [574707](https://bugs.python.org/issue574707)
--- | :---
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-10-13.13:03:45.000>
created_at = <Date 2002-06-27.18:21:02.000>
labels = ['extension-modules']
title = 'makesockaddr, use addrlen with AF_UNIX'
updated_at = <Date 2002-10-13.13:03:45.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-13.13:03:45.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2002-06-27.18:21:02.000>
creator = 'donnc'
dependencies = []
files = []
hgrepos = []
issue_num = 574707
keywords = ['patch']
message_count = 3.0
messages = ['40432', '40433', '40434']
nosy_count = 2.0
nosy_names = ['loewis', 'donnc']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574707'
versions = []
```
</p></details>
| makesockaddr, use addrlen with AF_UNIX | https://api.github.com/repos/python/cpython/issues/36812/comments | 3 | 2002-06-27T18:21:02Z | 2022-04-09T22:13:55Z | https://github.com/python/cpython/issues/36812 | 1,198,787,254 | 36,812 |
[
"python",
"cpython"
] | BPO | [574605](https://bugs.python.org/issue574605)
--- | :---
Nosy | @warsaw
Files | <li>[_handle_text_fragment.py](https://bugs.python.org/file535/_handle_text_fragment.py "Uploaded as text/plain at 2002-06-27.14:35:21 by myudkowsky")</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-06-29.06:07:24.000>
created_at = <Date 2002-06-27.14:35:21.000>
labels = ['library']
title = 'Message.as_string() fails for multipart'
updated_at = <Date 2002-06-29.06:07:24.000>
user = 'https://bugs.python.org/myudkowsky'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-29.06:07:24.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-27.14:35:21.000>
creator = 'myudkowsky'
dependencies = []
files = ['535']
hgrepos = []
issue_num = 574605
keywords = []
message_count = 2.0
messages = ['11362', '11363']
nosy_count = 2.0
nosy_names = ['barry', 'myudkowsky']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574605'
versions = ['Python 2.2']
```
</p></details>
| Message.as_string() fails for multipart | https://api.github.com/repos/python/cpython/issues/36811/comments | 2 | 2002-06-27T14:35:21Z | 2022-04-09T22:13:55Z | https://github.com/python/cpython/issues/36811 | 1,198,787,247 | 36,811 |
[
"python",
"cpython"
] | BPO | [574594](https://bugs.python.org/issue574594)
--- | :---
Files | <li>[showReError.py](https://bugs.python.org/file534/showReError.py "Uploaded as text/plain at 2002-06-27.14:04:37 by myudkowsky"): shows success and failure modes</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-27.14:25:04.000>
created_at = <Date 2002-06-27.14:04:37.000>
labels = ['expert-regex']
title = 'Search/Expand fails on 2nd set of [ & ]'
updated_at = <Date 2002-06-27.14:25:04.000>
user = 'https://bugs.python.org/myudkowsky'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-27.14:25:04.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2002-06-27.14:04:37.000>
creator = 'myudkowsky'
dependencies = []
files = ['534']
hgrepos = []
issue_num = 574594
keywords = []
message_count = 2.0
messages = ['11360', '11361']
nosy_count = 2.0
nosy_names = ['effbot', 'myudkowsky']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574594'
versions = []
```
</p></details>
| Search/Expand fails on 2nd set of [ & ] | https://api.github.com/repos/python/cpython/issues/36810/comments | 2 | 2002-06-27T14:04:37Z | 2022-04-09T22:13:53Z | https://github.com/python/cpython/issues/36810 | 1,198,787,244 | 36,810 |
[
"python",
"cpython"
] | BPO | [574570](https://bugs.python.org/issue574570)
--- | :---
Nosy | @tim-one, @mhammond
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2002-07-03.02:53:36.000>
created_at = <Date 2002-06-27.13:18:44.000>
labels = []
title = 'Freeze on Windows missing recent changes'
updated_at = <Date 2002-07-03.02:53:36.000>
user = 'https://bugs.python.org/lhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-03.02:53:36.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2002-06-27.13:18:44.000>
creator = 'lhudson'
dependencies = []
files = []
hgrepos = []
issue_num = 574570
keywords = []
message_count = 4.0
messages = ['11356', '11357', '11358', '11359']
nosy_count = 3.0
nosy_names = ['tim.peters', 'mhammond', 'lhudson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574570'
versions = []
```
</p></details>
| Freeze on Windows missing recent changes | https://api.github.com/repos/python/cpython/issues/36809/comments | 4 | 2002-06-27T13:18:44Z | 2022-04-09T22:13:53Z | https://github.com/python/cpython/issues/36809 | 1,198,787,238 | 36,809 |
[
"python",
"cpython"
] | BPO | [574532](https://bugs.python.org/issue574532)
--- | :---
Nosy | @mhammond
Files | <li>[freeze_patch](https://bugs.python.org/file4381/freeze_patch "Uploaded as application/octet-stream at 2002-07-01.08:59:26 by lhudson")</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-03.02:47:17.000>
created_at = <Date 2002-06-27.11:30:21.000>
labels = []
title = 'Update freeze to use zlib 1.1.4'
updated_at = <Date 2002-07-03.02:47:17.000>
user = 'https://bugs.python.org/lhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-03.02:47:17.000>
actor = 'mhammond'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2002-06-27.11:30:21.000>
creator = 'lhudson'
dependencies = []
files = ['4381']
hgrepos = []
issue_num = 574532
keywords = ['patch']
message_count = 4.0
messages = ['40428', '40429', '40430', '40431']
nosy_count = 2.0
nosy_names = ['mhammond', 'lhudson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574532'
versions = []
```
</p></details>
| Update freeze to use zlib 1.1.4 | https://api.github.com/repos/python/cpython/issues/36808/comments | 4 | 2002-06-27T11:30:21Z | 2022-04-09T22:13:51Z | https://github.com/python/cpython/issues/36808 | 1,198,787,234 | 36,808 |
[
"python",
"cpython"
] | BPO | [574531](https://bugs.python.org/issue574531)
--- | :---
Nosy | @mhammond
Files | <li>[freeze_patch](https://bugs.python.org/file4379/freeze_patch "Uploaded as application/octet-stream at 2002-06-27.11:17:59 by lhudson")</li><li>[freeze_patch](https://bugs.python.org/file4380/freeze_patch "Uploaded as application/octet-stream at 2002-06-27.12:05:47 by lhudson")</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-28.01:13:41.000>
created_at = <Date 2002-06-27.11:17:59.000>
labels = []
title = 'Allow _winreg in frozen script'
updated_at = <Date 2002-06-28.01:13:41.000>
user = 'https://bugs.python.org/lhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-28.01:13:41.000>
actor = 'mhammond'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2002-06-27.11:17:59.000>
creator = 'lhudson'
dependencies = []
files = ['4379', '4380']
hgrepos = []
issue_num = 574531
keywords = ['patch']
message_count = 3.0
messages = ['40425', '40426', '40427']
nosy_count = 2.0
nosy_names = ['mhammond', 'lhudson']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574531'
versions = []
```
</p></details>
| Allow _winreg in frozen script | https://api.github.com/repos/python/cpython/issues/36807/comments | 3 | 2002-06-27T11:17:59Z | 2022-04-09T22:13:50Z | https://github.com/python/cpython/issues/36807 | 1,198,787,229 | 36,807 |
[
"python",
"cpython"
] | BPO | [574465](https://bugs.python.org/issue574465)
--- | :---
Nosy | @brettcannon, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-08-23.19:08:45.452>
created_at = <Date 2002-06-27.06:54:17.000>
labels = ['type-feature', 'docs']
title = 'Docs in DocBook format'
updated_at = <Date 2007-08-23.19:08:45.450>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-23.19:08:45.450>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2007-08-23.19:08:45.452>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2002-06-27.06:54:17.000>
creator = 'calvin'
dependencies = []
files = []
hgrepos = []
issue_num = 574465
keywords = []
message_count = 3.0
messages = ['53568', '53569', '55183']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'georg.brandl', 'calvin']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue574465'
versions = []
```
</p></details>
| Docs in DocBook format | https://api.github.com/repos/python/cpython/issues/36806/comments | 3 | 2002-06-27T06:54:17Z | 2022-04-09T22:13:49Z | https://github.com/python/cpython/issues/36806 | 1,198,787,219 | 36,806 |
[
"python",
"cpython"
] | BPO | [574241](https://bugs.python.org/issue574241)
--- | :---
Nosy | @mwhudson, @loewis, @freddrake, @birkenfeld, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2005-12-26.23:10:07.000>
created_at = <Date 2002-06-26.19:58:35.000>
labels = ['type-feature', 'docs']
title = 'Automated daily documentation builds'
updated_at = <Date 2005-12-26.23:10:07.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-26.23:10:07.000>
actor = 'georg.brandl'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-26.19:58:35.000>
creator = 'rhettinger'
dependencies = []
files = []
hgrepos = []
issue_num = 574241
keywords = []
message_count = 10.0
messages = ['11346', '11347', '11348', '11349', '11350', '11351', '11352', '11353', '11354', '11355']
nosy_count = 5.0
nosy_names = ['mwh', 'loewis', 'fdrake', 'georg.brandl', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue574241'
versions = []
```
</p></details>
| Automated daily documentation builds | https://api.github.com/repos/python/cpython/issues/36805/comments | 10 | 2002-06-26T19:58:35Z | 2022-04-09T22:13:48Z | https://github.com/python/cpython/issues/36805 | 1,198,787,216 | 36,805 |
[
"python",
"cpython"
] | BPO | [574235](https://bugs.python.org/issue574235)
--- | :---
Nosy | @loewis
Files | <li>[dutil.patch](https://bugs.python.org/file533/dutil.patch "Uploaded as text/plain at 2002-06-27.02:02:10 by nnorwitz"): patch to return pathname if it is false</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-13.17:50:07.000>
created_at = <Date 2002-06-26.19:48:03.000>
labels = ['library']
title = 'convert_path fails with empty pathname'
updated_at = <Date 2002-08-13.17:50:07.000>
user = 'https://bugs.python.org/adalvi'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-13.17:50:07.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-06-26.19:48:03.000>
creator = 'adalvi'
dependencies = []
files = ['533']
hgrepos = []
issue_num = 574235
keywords = []
message_count = 5.0
messages = ['11341', '11342', '11343', '11344', '11345']
nosy_count = 3.0
nosy_names = ['loewis', 'nnorwitz', 'adalvi']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574235'
versions = []
```
</p></details>
| convert_path fails with empty pathname | https://api.github.com/repos/python/cpython/issues/36804/comments | 5 | 2002-06-26T19:48:03Z | 2022-04-09T22:13:46Z | https://github.com/python/cpython/issues/36804 | 1,198,787,214 | 36,804 |
[
"python",
"cpython"
] | BPO | [574214](https://bugs.python.org/issue574214)
--- | :---
Nosy | @tim-one, @rhettinger
Files | <li>[dis.diff](https://bugs.python.org/file4378/dis.diff "Uploaded as text/plain at 2002-06-26.18:52:29 by @rhettinger"): Patch to dis.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/rhettinger'
closed_at = <Date 2002-06-27.04:15:28.000>
created_at = <Date 2002-06-26.18:48:48.000>
labels = ['library']
title = 'Dis.py to use dictionary membership test'
updated_at = <Date 2002-06-27.04:15:28.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-27.04:15:28.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-26.18:48:48.000>
creator = 'rhettinger'
dependencies = []
files = ['4378']
hgrepos = []
issue_num = 574214
keywords = ['patch']
message_count = 4.0
messages = ['40421', '40422', '40423', '40424']
nosy_count = 3.0
nosy_names = ['tim.peters', 'nnorwitz', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574214'
versions = ['Python 2.3']
```
</p></details>
| Dis.py to use dictionary membership test | https://api.github.com/repos/python/cpython/issues/36803/comments | 4 | 2002-06-26T18:48:48Z | 2022-04-09T22:13:46Z | https://github.com/python/cpython/issues/36803 | 1,198,787,209 | 36,803 |
[
"python",
"cpython"
] | BPO | [574207](https://bugs.python.org/issue574207)
--- | :---
Nosy | @gvanrossum, @tim-one
Files | <li>[a.py](https://bugs.python.org/file532/a.py "Uploaded as text/plain at 2002-06-27.01:27:58 by nnorwitz")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2002-08-06.21:43:59.000>
created_at = <Date 2002-06-26.18:35:34.000>
labels = ['interpreter-core']
title = 'Chained __slots__ dealloc segfault'
updated_at = <Date 2002-08-06.21:43:59.000>
user = 'https://bugs.python.org/jhogg'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-06.21:43:59.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-26.18:35:34.000>
creator = 'jhogg'
dependencies = []
files = ['532']
hgrepos = []
issue_num = 574207
keywords = []
message_count = 9.0
messages = ['11332', '11333', '11334', '11335', '11336', '11337', '11338', '11339', '11340']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'nnorwitz', 'jhogg']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574207'
versions = ['Python 2.2']
```
</p></details>
| Chained __slots__ dealloc segfault | https://api.github.com/repos/python/cpython/issues/36802/comments | 9 | 2002-06-26T18:35:34Z | 2022-04-09T22:13:45Z | https://github.com/python/cpython/issues/36802 | 1,198,787,204 | 36,802 |
[
"python",
"cpython"
] | BPO | [574140](https://bugs.python.org/issue574140)
--- | :---
Files | <li>[test.py](https://bugs.python.org/file531/test.py "Uploaded as text/plain at 2002-06-26.15:46:33 by jacobs99"): Test case, and results for various versions of Python</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-26.15:46:33.000>
created_at = <Date 2002-06-26.15:46:33.000>
labels = ['interpreter-core']
title = 'Major GC related performance regression'
updated_at = <Date 2002-06-26.15:46:33.000>
user = 'https://bugs.python.org/jacobs99'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-26.15:46:33.000>
actor = 'jacobs99'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-26.15:46:33.000>
creator = 'jacobs99'
dependencies = []
files = ['531']
hgrepos = []
issue_num = 574140
keywords = []
message_count = 1.0
messages = ['11331']
nosy_count = 1.0
nosy_names = ['jacobs99']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574140'
versions = ['Python 2.3']
```
</p></details>
| Major GC related performance regression | https://api.github.com/repos/python/cpython/issues/36801/comments | 1 | 2002-06-26T15:46:33Z | 2022-04-09T22:13:43Z | https://github.com/python/cpython/issues/36801 | 1,198,787,201 | 36,801 |
[
"python",
"cpython"
] | BPO | [574132](https://bugs.python.org/issue574132)
--- | :---
Nosy | @tim-one, @nascheme
Files | <li>[test.py](https://bugs.python.org/file529/test.py "Uploaded as text/plain at 2002-06-26.15:33:14 by jacobs99"): Test case, and results for various versions of Python</li><li>[gcpatch.txt](https://bugs.python.org/file530/gcpatch.txt "Uploaded as text/plain at 2002-06-29.01:50:15 by @tim-one"): Leave old generations alone</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-06-30.18:01:15.000>
created_at = <Date 2002-06-26.15:33:14.000>
labels = ['interpreter-core']
title = 'Major GC related performance regression'
updated_at = <Date 2002-06-30.18:01:15.000>
user = 'https://bugs.python.org/jacobs99'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-30.18:01:15.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-26.15:33:14.000>
creator = 'jacobs99'
dependencies = []
files = ['529', '530']
hgrepos = []
issue_num = 574132
keywords = []
message_count = 6.0
messages = ['11325', '11326', '11327', '11328', '11329', '11330']
nosy_count = 4.0
nosy_names = ['tim.peters', 'jhylton', 'nascheme', 'jacobs99']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574132'
versions = ['Python 2.3']
```
</p></details>
| Major GC related performance regression | https://api.github.com/repos/python/cpython/issues/36800/comments | 6 | 2002-06-26T15:33:14Z | 2022-04-09T22:13:43Z | https://github.com/python/cpython/issues/36800 | 1,198,787,194 | 36,800 |
[
"python",
"cpython"
] | BPO | [574057](https://bugs.python.org/issue574057)
--- | :---
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 = None
closed_at = <Date 2002-08-11.12:10:51.000>
created_at = <Date 2002-06-26.11:06:01.000>
labels = ['library']
title = 'pydoc(.org) does not find file.flush()'
updated_at = <Date 2002-08-11.12:10:51.000>
user = 'https://bugs.python.org/maryniak'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-11.12:10:51.000>
actor = 'ping'
assignee = 'ping'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-26.11:06:01.000>
creator = 'maryniak'
dependencies = []
files = []
hgrepos = []
issue_num = 574057
keywords = []
message_count = 4.0
messages = ['11321', '11322', '11323', '11324']
nosy_count = 4.0
nosy_names = ['tim.peters', 'fdrake', 'ping', 'maryniak']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue574057'
versions = ['Python 2.2']
```
</p></details>
| pydoc(.org) does not find file.flush() | https://api.github.com/repos/python/cpython/issues/36799/comments | 4 | 2002-06-26T11:06:01Z | 2022-04-09T22:13:41Z | https://github.com/python/cpython/issues/36799 | 1,198,787,188 | 36,799 |
[
"python",
"cpython"
] | BPO | [573977](https://bugs.python.org/issue573977)
--- | :---
Nosy | @rhettinger
Files | <li>[shlex2.diff](https://bugs.python.org/file4377/shlex2.diff "Uploaded as text/plain at 2002-06-26.15:30:53 by @rhettinger"): Patch to shlex.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/rhettinger'
closed_at = <Date 2002-06-28.23:06:36.000>
created_at = <Date 2002-06-26.07:23:18.000>
labels = ['library']
title = 'Speed-up shlex'
updated_at = <Date 2002-06-28.23:06:36.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-28.23:06:36.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-26.07:23:18.000>
creator = 'rhettinger'
dependencies = []
files = ['4377']
hgrepos = []
issue_num = 573977
keywords = ['patch']
message_count = 3.0
messages = ['40418', '40419', '40420']
nosy_count = 1.0
nosy_names = ['rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'postponed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573977'
versions = ['Python 2.3']
```
</p></details>
| Speed-up shlex | https://api.github.com/repos/python/cpython/issues/36798/comments | 3 | 2002-06-26T07:23:18Z | 2022-04-09T22:13:41Z | https://github.com/python/cpython/issues/36798 | 1,198,787,183 | 36,798 |
[
"python",
"cpython"
] | BPO | [573949](https://bugs.python.org/issue573949)
--- | :---
Nosy | @tim-one, @mhammond
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2002-06-27.07:53:57.000>
created_at = <Date 2002-06-26.05:03:24.000>
labels = ['OS-windows']
title = 'ActiveX Script Support Error'
updated_at = <Date 2002-06-27.07:53:57.000>
user = 'https://bugs.python.org/rhinology'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-27.07:53:57.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2002-06-26.05:03:24.000>
creator = 'rhinology'
dependencies = []
files = []
hgrepos = []
issue_num = 573949
keywords = []
message_count = 4.0
messages = ['11317', '11318', '11319', '11320']
nosy_count = 3.0
nosy_names = ['tim.peters', 'mhammond', 'rhinology']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573949'
versions = ['Python 2.2']
```
</p></details>
| ActiveX Script Support Error | https://api.github.com/repos/python/cpython/issues/36797/comments | 4 | 2002-06-26T05:03:24Z | 2022-04-09T22:13:39Z | https://github.com/python/cpython/issues/36797 | 1,198,787,176 | 36,797 |
[
"python",
"cpython"
] | BPO | [573948](https://bugs.python.org/issue573948)
--- | :---
Nosy | @mhammond
<sup>*Note: these values reflect the state of the issue at the time it 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-28.01:23:41.000>
created_at = <Date 2002-06-26.04:56:07.000>
labels = ['interpreter-core', 'invalid']
title = 'Py_Initialize in MFC causes memroy leaks'
updated_at = <Date 2002-06-28.01:23:41.000>
user = 'https://bugs.python.org/rhinology'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-28.01:23:41.000>
actor = 'mhammond'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-26.04:56:07.000>
creator = 'rhinology'
dependencies = []
files = []
hgrepos = []
issue_num = 573948
keywords = []
message_count = 2.0
messages = ['11315', '11316']
nosy_count = 2.0
nosy_names = ['mhammond', 'rhinology']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573948'
versions = ['Python 2.2']
```
</p></details>
| Py_Initialize in MFC causes memroy leaks | https://api.github.com/repos/python/cpython/issues/36796/comments | 2 | 2002-06-26T04:56:07Z | 2022-04-09T22:13:37Z | https://github.com/python/cpython/issues/36796 | 1,198,787,169 | 36,796 |
[
"python",
"cpython"
] | BPO | [573916](https://bugs.python.org/issue573916)
--- | :---
Nosy | @freddrake, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-26.07:53:46.000>
created_at = <Date 2002-06-26.02:02:13.000>
labels = ['docs']
title = 'sender & recips in dirmail'
updated_at = <Date 2002-06-26.07:53:46.000>
user = 'https://bugs.python.org/gwpigman'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-26.07:53:46.000>
actor = 'rhettinger'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-26.02:02:13.000>
creator = 'gwpigman'
dependencies = []
files = []
hgrepos = []
issue_num = 573916
keywords = ['patch']
message_count = 2.0
messages = ['40416', '40417']
nosy_count = 3.0
nosy_names = ['fdrake', 'rhettinger', 'gwpigman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573916'
versions = ['Python 2.2']
```
</p></details>
| sender & recips in dirmail | https://api.github.com/repos/python/cpython/issues/36795/comments | 2 | 2002-06-26T02:02:13Z | 2022-04-09T22:13:37Z | https://github.com/python/cpython/issues/36795 | 1,198,787,167 | 36,795 |
[
"python",
"cpython"
] | BPO | [573770](https://bugs.python.org/issue573770)
--- | :---
Nosy | @loewis
Files | <li>[python-2.3a0-lchown.patch](https://bugs.python.org/file4376/python-2.3a0-lchown.patch "Uploaded as text/plain at 2002-06-25.19:15:19 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-07-28.16:34:19.000>
created_at = <Date 2002-06-25.19:15:19.000>
labels = ['extension-modules']
title = 'Changing owner of symlinks'
updated_at = <Date 2002-07-28.16:34:19.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.16:34:19.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2002-06-25.19:15:19.000>
creator = 'niemeyer'
dependencies = []
files = ['4376']
hgrepos = []
issue_num = 573770
keywords = ['patch']
message_count = 2.0
messages = ['40414', '40415']
nosy_count = 2.0
nosy_names = ['loewis', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573770'
versions = ['Python 2.3']
```
</p></details>
| Changing owner of symlinks | https://api.github.com/repos/python/cpython/issues/36794/comments | 2 | 2002-06-25T19:15:19Z | 2022-04-09T22:13:35Z | https://github.com/python/cpython/issues/36794 | 1,198,787,161 | 36,794 |
[
"python",
"cpython"
] | BPO | [573663](https://bugs.python.org/issue573663)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-25.18:25:33.000>
created_at = <Date 2002-06-25.15:10:21.000>
labels = ['interpreter-core', 'invalid']
title = 'Type slice comparisons'
updated_at = <Date 2002-06-25.18:25:33.000>
user = 'https://bugs.python.org/tomduck'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-25.18:25:33.000>
actor = 'tomduck'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-25.15:10:21.000>
creator = 'tomduck'
dependencies = []
files = []
hgrepos = []
issue_num = 573663
keywords = []
message_count = 3.0
messages = ['11312', '11313', '11314']
nosy_count = 2.0
nosy_names = ['rhettinger', 'tomduck']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573663'
versions = ['Python 2.2']
```
</p></details>
| Type slice comparisons | https://api.github.com/repos/python/cpython/issues/36793/comments | 3 | 2002-06-25T15:10:21Z | 2022-04-09T22:13:34Z | https://github.com/python/cpython/issues/36793 | 1,198,787,156 | 36,793 |
[
"python",
"cpython"
] | BPO | [573197](https://bugs.python.org/issue573197)
--- | :---
Files | <li>[cgi.diff](https://bugs.python.org/file4374/cgi.diff "Uploaded as text/plain at 2002-06-24.16:21:32 by quinn_dunkan")</li><li>[rfc822.diff](https://bugs.python.org/file4375/rfc822.diff "Uploaded as text/plain at 2002-06-24.16:24:19 by quinn_dunkan")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-08-14.15:41:16.000>
created_at = <Date 2002-06-24.16:21:32.000>
labels = ['library']
title = 'cgi.py and rfc822.py unquote fixes'
updated_at = <Date 2004-08-14.15:41:16.000>
user = 'https://bugs.python.org/quinndunkan'
```
bugs.python.org fields:
```python
activity = <Date 2004-08-14.15:41:16.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-24.16:21:32.000>
creator = 'quinn_dunkan'
dependencies = []
files = ['4374', '4375']
hgrepos = []
issue_num = 573197
keywords = ['patch']
message_count = 3.0
messages = ['40411', '40412', '40413']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'quinn_dunkan']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573197'
versions = ['Python 2.3']
```
</p></details>
| cgi.py and rfc822.py unquote fixes | https://api.github.com/repos/python/cpython/issues/36792/comments | 3 | 2002-06-24T16:21:32Z | 2022-04-09T22:13:33Z | https://github.com/python/cpython/issues/36792 | 1,198,787,151 | 36,792 |
[
"python",
"cpython"
] | BPO | [573174](https://bugs.python.org/issue573174)
--- | :---
Nosy | @jackjansen, @etrepum
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-07-15.17:10:43.000>
created_at = <Date 2002-06-24.15:40:12.000>
labels = ['OS-mac']
title = 'Mac IDE behaviour (output to console)'
updated_at = <Date 2006-07-15.17:10:43.000>
user = 'https://bugs.python.org/chagel'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-15.17:10:43.000>
actor = 'bob.ippolito'
assignee = 'jvr'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-06-24.15:40:12.000>
creator = 'chagel'
dependencies = []
files = []
hgrepos = []
issue_num = 573174
keywords = []
message_count = 4.0
messages = ['11308', '11309', '11310', '11311']
nosy_count = 4.0
nosy_names = ['jackjansen', 'jvr', 'chagel', 'bob.ippolito']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue573174'
versions = []
```
</p></details>
| Mac IDE behaviour (output to console) | https://api.github.com/repos/python/cpython/issues/36791/comments | 4 | 2002-06-24T15:40:12Z | 2022-04-09T22:13:31Z | https://github.com/python/cpython/issues/36791 | 1,198,787,145 | 36,791 |
[
"python",
"cpython"
] | BPO | [572936](https://bugs.python.org/issue572936)
--- | :---
Nosy | @loewis
Files | <li>[python-2.3a0-grouprefexists.patch](https://bugs.python.org/file4372/python-2.3a0-grouprefexists.patch "Uploaded as text/plain at 2002-06-24.01:41:31 by niemeyer")</li><li>[python-2.3b1-grouprefexists.patch](https://bugs.python.org/file4373/python-2.3b1-grouprefexists.patch "Uploaded as text/plain at 2003-06-14.05:37:16 by niemeyer")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-10-19.14:23:40.000>
created_at = <Date 2002-06-24.01:41:31.000>
labels = ['library']
title = '(?(id/name)yes|no) re implementation'
updated_at = <Date 2003-10-19.14:23:40.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2003-10-19.14:23:40.000>
actor = 'niemeyer'
assignee = 'niemeyer'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-24.01:41:31.000>
creator = 'niemeyer'
dependencies = []
files = ['4372', '4373']
hgrepos = []
issue_num = 572936
keywords = ['patch']
message_count = 11.0
messages = ['40400', '40401', '40402', '40403', '40404', '40405', '40406', '40407', '40408', '40409', '40410']
nosy_count = 2.0
nosy_names = ['loewis', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572936'
versions = ['Python 2.3']
```
</p></details>
| (?(id/name)yes|no) re implementation | https://api.github.com/repos/python/cpython/issues/36790/comments | 11 | 2002-06-24T01:41:31Z | 2022-04-09T22:13:30Z | https://github.com/python/cpython/issues/36790 | 1,198,787,143 | 36,790 |
[
"python",
"cpython"
] | BPO | [572928](https://bugs.python.org/issue572928)
--- | :---
Nosy | @brettcannon
Files | <li>[libgettext_diff](https://bugs.python.org/file4371/libgettext_diff "Uploaded as application/octet-stream at 2002-06-24.00:03:05 by @brettcannon"): Diff of lib/libgettext.tex</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-24.02:23:21.000>
created_at = <Date 2002-06-24.00:03:05.000>
labels = ['docs']
title = 'One word change for lib/libgettext.tex'
updated_at = <Date 2002-06-24.02:23:21.000>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-24.02:23:21.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-24.00:03:05.000>
creator = 'brett.cannon'
dependencies = []
files = ['4371']
hgrepos = []
issue_num = 572928
keywords = ['patch']
message_count = 2.0
messages = ['40398', '40399']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'brett.cannon']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572928'
versions = []
```
</p></details>
| One word change for lib/libgettext.tex | https://api.github.com/repos/python/cpython/issues/36789/comments | 2 | 2002-06-24T00:03:05Z | 2022-04-09T22:13:29Z | https://github.com/python/cpython/issues/36789 | 1,198,787,138 | 36,789 |
[
"python",
"cpython"
] | BPO | [572796](https://bugs.python.org/issue572796)
--- | :---
Nosy | @loewis
Files | <li>[pyc-hashbang.patch](https://bugs.python.org/file4370/pyc-hashbang.patch "Uploaded as text/plain at 2002-06-23.16:42:59 by astrand"): Proof-of-concept</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-28.11:39:39.000>
created_at = <Date 2002-06-23.16:42:59.000>
labels = []
title = 'Executable .pyc-files with hashbang'
updated_at = <Date 2002-07-28.11:39:39.000>
user = 'https://bugs.python.org/astrand'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-28.11:39:39.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2002-06-23.16:42:59.000>
creator = 'astrand'
dependencies = []
files = ['4370']
hgrepos = []
issue_num = 572796
keywords = ['patch']
message_count = 4.0
messages = ['40394', '40395', '40396', '40397']
nosy_count = 3.0
nosy_names = ['nobody', 'loewis', 'astrand']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572796'
versions = []
```
</p></details>
| Executable .pyc-files with hashbang | https://api.github.com/repos/python/cpython/issues/36788/comments | 4 | 2002-06-23T16:42:59Z | 2022-04-09T22:13:28Z | https://github.com/python/cpython/issues/36788 | 1,198,787,132 | 36,788 |
[
"python",
"cpython"
] | BPO | [572628](https://bugs.python.org/issue572628)
--- | :---
Nosy | @loewis
Files | <li>[queue.patch](https://bugs.python.org/file4368/queue.patch "Uploaded as text/plain at 2002-06-23.00:37:33 by cliechti"): two patches for Queue.py and test/test_queue.py merged in one file</li><li>[libqueue.diff](https://bugs.python.org/file4369/libqueue.diff "Uploaded as text/plain at 2002-10-13.19:17:39 by cliechti"): patch for the docs (libqueue.tex)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-10-15.15:12:12.000>
created_at = <Date 2002-06-23.00:37:32.000>
labels = ['library']
title = 'opt. timeouts for Queue.put() and .get()'
updated_at = <Date 2002-10-15.15:12:12.000>
user = 'https://bugs.python.org/cliechti'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-15.15:12:12.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-23.00:37:32.000>
creator = 'cliechti'
dependencies = []
files = ['4368', '4369']
hgrepos = []
issue_num = 572628
keywords = ['patch']
message_count = 4.0
messages = ['40390', '40391', '40392', '40393']
nosy_count = 2.0
nosy_names = ['loewis', 'cliechti']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572628'
versions = ['Python 2.3']
```
</p></details>
| opt. timeouts for Queue.put() and .get() | https://api.github.com/repos/python/cpython/issues/36787/comments | 4 | 2002-06-23T00:37:32Z | 2022-04-09T22:13:28Z | https://github.com/python/cpython/issues/36787 | 1,198,787,130 | 36,787 |
[
"python",
"cpython"
] | BPO | [572567](https://bugs.python.org/issue572567)
--- | :---
Nosy | @rhettinger
Files | <li>[typeobject.diff](https://bugs.python.org/file527/typeobject.diff "Uploaded as text/plain at 2002-06-22.19:17:25 by jacobs99"): One line patch to fix a memoty leak in typeobject.c</li><li>[show_leak.py](https://bugs.python.org/file528/show_leak.py "Uploaded as text/plain at 2002-06-24.11:22:21 by jacobs99"): Test case, stack trace, and source of leak</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2002-06-24.13:26:45.000>
created_at = <Date 2002-06-22.19:17:25.000>
labels = ['interpreter-core']
title = 'Memory leak in object comparison'
updated_at = <Date 2002-06-24.13:26:45.000>
user = 'https://bugs.python.org/jacobs99'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-24.13:26:45.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-22.19:17:25.000>
creator = 'jacobs99'
dependencies = []
files = ['527', '528']
hgrepos = []
issue_num = 572567
keywords = []
message_count = 5.0
messages = ['11303', '11304', '11305', '11306', '11307']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'rhettinger', 'jacobs99']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572567'
versions = ['Python 2.2']
```
</p></details>
| Memory leak in object comparison | https://api.github.com/repos/python/cpython/issues/36786/comments | 5 | 2002-06-22T19:17:25Z | 2022-04-09T22:13:27Z | https://github.com/python/cpython/issues/36786 | 1,198,787,128 | 36,786 |
[
"python",
"cpython"
] | BPO | [572341](https://bugs.python.org/issue572341)
--- | :---
Nosy | @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2002-07-16.16:04:34.000>
created_at = <Date 2002-06-21.23:14:00.000>
labels = []
title = 'python-mode IM parses code in docstrings'
updated_at = <Date 2002-07-16.16:04:34.000>
user = 'https://bugs.python.org/cantanker'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-16.16:04:34.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2002-06-21.23:14:00.000>
creator = 'cantanker'
dependencies = []
files = []
hgrepos = []
issue_num = 572341
keywords = []
message_count = 2.0
messages = ['11301', '11302']
nosy_count = 2.0
nosy_names = ['barry', 'cantanker']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572341'
versions = []
```
</p></details>
| python-mode IM parses code in docstrings | https://api.github.com/repos/python/cpython/issues/36785/comments | 2 | 2002-06-21T23:14:00Z | 2022-04-09T22:13:26Z | https://github.com/python/cpython/issues/36785 | 1,198,787,123 | 36,785 |
[
"python",
"cpython"
] | BPO | [572169](https://bugs.python.org/issue572169)
--- | :---
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-22.01:08:29.000>
created_at = <Date 2002-06-21.17:22:22.000>
labels = ['docs']
title = 'Incorrect example in 4.2.6'
updated_at = <Date 2002-06-22.01:08:29.000>
user = 'https://bugs.python.org/echamberlain'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-22.01:08:29.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-21.17:22:22.000>
creator = 'echamberlain'
dependencies = []
files = []
hgrepos = []
issue_num = 572169
keywords = []
message_count = 2.0
messages = ['11299', '11300']
nosy_count = 2.0
nosy_names = ['fdrake', 'echamberlain']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572169'
versions = ['Python 2.2']
```
</p></details>
| Incorrect example in 4.2.6 | https://api.github.com/repos/python/cpython/issues/36784/comments | 2 | 2002-06-21T17:22:22Z | 2022-04-09T22:13:24Z | https://github.com/python/cpython/issues/36784 | 1,198,787,118 | 36,784 |
[
"python",
"cpython"
] | BPO | [572113](https://bugs.python.org/issue572113)
--- | :---
Nosy | @gvanrossum, @doerwalter, @rhettinger
Files | <li>[diff.txt](https://bugs.python.org/file4365/diff.txt "Uploaded as text/plain at 2002-06-21.14:52:34 by @doerwalter")</li><li>[diffnotes.txt](https://bugs.python.org/file4366/diffnotes.txt "Uploaded as text/plain at 2002-09-09.04:03:37 by @rhettinger"): Corrections and review notes</li><li>[diff2.txt](https://bugs.python.org/file4367/diff2.txt "Uploaded as text/plain at 2002-09-09.19:54:26 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-09-12.13:17:59.000>
created_at = <Date 2002-06-21.14:52:34.000>
labels = ['library']
title = 'Remove import string in Tools/ directory'
updated_at = <Date 2002-09-12.13:17:59.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2002-09-12.13:17:59.000>
actor = 'gvanrossum'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-21.14:52:34.000>
creator = 'doerwalter'
dependencies = []
files = ['4365', '4366', '4367']
hgrepos = []
issue_num = 572113
keywords = ['patch']
message_count = 9.0
messages = ['40381', '40382', '40383', '40384', '40385', '40386', '40387', '40388', '40389']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'doerwalter', 'nnorwitz', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572113'
versions = ['Python 2.3']
```
</p></details>
| Remove import string in Tools/ directory | https://api.github.com/repos/python/cpython/issues/36783/comments | 9 | 2002-06-21T14:52:34Z | 2022-04-09T22:13:23Z | https://github.com/python/cpython/issues/36783 | 1,198,787,115 | 36,783 |
[
"python",
"cpython"
] | BPO | [572059](https://bugs.python.org/issue572059)
--- | :---
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-06-21.15:07:39.000>
created_at = <Date 2002-06-21.12:48:57.000>
labels = ['build']
title = 'Config test for case-insensitive filesys'
updated_at = <Date 2002-06-21.15:07:39.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-21.15:07:39.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-06-21.12:48:57.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 572059
keywords = []
message_count = 2.0
messages = ['11297', '11298']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572059'
versions = []
```
</p></details>
| Config test for case-insensitive filesys | https://api.github.com/repos/python/cpython/issues/36782/comments | 2 | 2002-06-21T12:48:57Z | 2022-04-09T22:13:22Z | https://github.com/python/cpython/issues/36782 | 1,198,787,113 | 36,782 |
[
"python",
"cpython"
] | BPO | [572031](https://bugs.python.org/issue572031)
--- | :---
Nosy | @loewis, @warsaw
Files | <li>[smtp_auth_login.dif](https://bugs.python.org/file4361/smtp_auth_login.dif "Uploaded as application/octet-stream at 2002-06-21.10:27:26 by ghaering")</li><li>[smtp_auth_login2.dif](https://bugs.python.org/file4362/smtp_auth_login2.dif "Uploaded as application/octet-stream at 2002-06-30.22:33:35 by nobody"): Updated patch to better cope with old-style auth advertisement</li><li>[smtp_auth_login3.dif](https://bugs.python.org/file4363/smtp_auth_login3.dif "Uploaded as application/octet-stream at 2002-08-06.06:55:42 by ghaering"): Corrected patch</li><li>[auth_login_py22backport.dif](https://bugs.python.org/file4364/auth_login_py22backport.dif "Uploaded as application/octet-stream at 2002-08-29.14:33:14 by ghaering")</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-10-06.21:07:05.000>
created_at = <Date 2002-06-21.10:27:26.000>
labels = ['library']
title = 'AUTH method LOGIN for smtplib'
updated_at = <Date 2002-10-06.21:07:05.000>
user = 'https://bugs.python.org/ghaering'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-06.21:07:05.000>
actor = 'ghaering'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-21.10:27:26.000>
creator = 'ghaering'
dependencies = []
files = ['4361', '4362', '4363', '4364']
hgrepos = []
issue_num = 572031
keywords = ['patch']
message_count = 16.0
messages = ['40365', '40366', '40367', '40368', '40369', '40370', '40371', '40372', '40373', '40374', '40375', '40376', '40377', '40378', '40379', '40380']
nosy_count = 4.0
nosy_names = ['loewis', 'barry', 'ghaering', 'jasonrm']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue572031'
versions = ['Python 2.3']
```
</p></details>
| AUTH method LOGIN for smtplib | https://api.github.com/repos/python/cpython/issues/36781/comments | 16 | 2002-06-21T10:27:26Z | 2022-04-09T22:13:21Z | https://github.com/python/cpython/issues/36781 | 1,198,787,109 | 36,781 |
[
"python",
"cpython"
] | BPO | [571976](https://bugs.python.org/issue571976)
--- | :---
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-06-24.02:21:18.000>
created_at = <Date 2002-06-21.05:03:02.000>
labels = ['extension-modules']
title = 'Changes (?P=) with optional backref'
updated_at = <Date 2002-06-24.02:21:18.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-24.02:21:18.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2002-06-21.05:03:02.000>
creator = 'niemeyer'
dependencies = []
files = []
hgrepos = []
issue_num = 571976
keywords = ['patch']
message_count = 2.0
messages = ['40363', '40364']
nosy_count = 2.0
nosy_names = ['tim.peters', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571976'
versions = ['Python 2.3']
```
</p></details>
| Changes (?P=) with optional backref | https://api.github.com/repos/python/cpython/issues/36780/comments | 2 | 2002-06-21T05:03:02Z | 2022-04-09T22:13:20Z | https://github.com/python/cpython/issues/36780 | 1,198,787,105 | 36,780 |
[
"python",
"cpython"
] | BPO | [571885](https://bugs.python.org/issue571885)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-24.03:24:09.000>
created_at = <Date 2002-06-20.22:46:55.000>
labels = ['interpreter-core']
title = 'Segmentation fault in Python 2.3'
updated_at = <Date 2002-06-24.03:24:09.000>
user = 'https://bugs.python.org/cdelord'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-24.03:24:09.000>
actor = 'nnorwitz'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-20.22:46:55.000>
creator = 'cdelord'
dependencies = []
files = []
hgrepos = []
issue_num = 571885
keywords = []
message_count = 8.0
messages = ['11289', '11290', '11291', '11292', '11293', '11294', '11295', '11296']
nosy_count = 3.0
nosy_names = ['jhylton', 'nnorwitz', 'cdelord']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571885'
versions = ['Python 2.3']
```
</p></details>
| Segmentation fault in Python 2.3 | https://api.github.com/repos/python/cpython/issues/36779/comments | 8 | 2002-06-20T22:46:55Z | 2022-04-09T22:13:18Z | https://github.com/python/cpython/issues/36779 | 1,198,787,100 | 36,779 |
[
"python",
"cpython"
] | BPO | [571845](https://bugs.python.org/issue571845)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-01-15.22:59:40.000>
created_at = <Date 2002-06-20.21:30:30.000>
labels = ['OS-mac']
title = 'test_import crashes/hangs for MacPython'
updated_at = <Date 2003-01-15.22:59:40.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-15.22:59:40.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-06-20.21:30:30.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 571845
keywords = []
message_count = 3.0
messages = ['11286', '11287', '11288']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jackjansen']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571845'
versions = []
```
</p></details>
| test_import crashes/hangs for MacPython | https://api.github.com/repos/python/cpython/issues/36778/comments | 3 | 2002-06-20T21:30:30Z | 2022-04-09T22:13:18Z | https://github.com/python/cpython/issues/36778 | 1,198,787,092 | 36,778 |
[
"python",
"cpython"
] | BPO | [571767](https://bugs.python.org/issue571767)
--- | :---
Nosy | @bitdancer
<sup>*Note: these values reflect the state of the issue at 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 2011-01-31.19:03:32.606>
created_at = <Date 2002-06-20.19:03:47.000>
labels = ['type-bug', 'docs']
title = 'string.capitlize() documentation'
updated_at = <Date 2011-01-31.19:03:32.606>
user = 'https://bugs.python.org/mdcowles'
```
bugs.python.org fields:
```python
activity = <Date 2011-01-31.19:03:32.606>
actor = 'r.david.murray'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-20.19:03:47.000>
creator = 'mdcowles'
dependencies = []
files = []
hgrepos = []
issue_num = 571767
keywords = []
message_count = 4.0
messages = ['11284', '11285', '127550', '127644']
nosy_count = 2.0
nosy_names = ['Dude-X', 'r.david.murray']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue571767'
versions = ['Python 2.6', 'Python 2.5', 'Python 2.7']
```
</p></details>
| string.capitlize() documentation | https://api.github.com/repos/python/cpython/issues/36777/comments | 4 | 2002-06-20T19:03:47Z | 2022-04-09T22:13:17Z | https://github.com/python/cpython/issues/36777 | 1,198,787,091 | 36,777 |
[
"python",
"cpython"
] | BPO | [571759](https://bugs.python.org/issue571759)
--- | :---
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-20.21:37:01.000>
created_at = <Date 2002-06-20.18:41:52.000>
labels = ['docs']
title = 'sys.getrefcount()==1 is possible'
updated_at = <Date 2002-06-20.21:37:01.000>
user = 'https://bugs.python.org/gregsmith'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-20.21:37:01.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-20.18:41:52.000>
creator = 'gregsmith'
dependencies = []
files = []
hgrepos = []
issue_num = 571759
keywords = []
message_count = 2.0
messages = ['11282', '11283']
nosy_count = 2.0
nosy_names = ['fdrake', 'gregsmith']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571759'
versions = []
```
</p></details>
| sys.getrefcount()==1 is possible | https://api.github.com/repos/python/cpython/issues/36776/comments | 2 | 2002-06-20T18:41:52Z | 2022-04-09T22:13:16Z | https://github.com/python/cpython/issues/36776 | 1,198,787,086 | 36,776 |
[
"python",
"cpython"
] | BPO | [571603](https://bugs.python.org/issue571603)
--- | :---
Nosy | @loewis
Files | <li>[encodings-2.2.1.diff](https://bugs.python.org/file4359/encodings-2.2.1.diff "Uploaded as text/plain at 2002-06-20.11:39:54 by geertj"): Patch for 2.2.1</li><li>[encodings-HEAD.diff](https://bugs.python.org/file4360/encodings-HEAD.diff "Uploaded as text/plain at 2002-06-20.11:40:46 by geertj"): Patch for HEAD</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-30.08:16:55.000>
created_at = <Date 2002-06-20.11:39:54.000>
labels = ['library']
title = 'Fix bug in encodings.search_function'
updated_at = <Date 2002-07-30.08:16:55.000>
user = 'https://bugs.python.org/geertj'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-30.08:16:55.000>
actor = 'geertj'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-20.11:39:54.000>
creator = 'geertj'
dependencies = []
files = ['4359', '4360']
hgrepos = []
issue_num = 571603
keywords = ['patch']
message_count = 6.0
messages = ['40357', '40358', '40359', '40360', '40361', '40362']
nosy_count = 2.0
nosy_names = ['loewis', 'geertj']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571603'
versions = ['Python 2.3']
```
</p></details>
| Fix bug in encodings.search_function | https://api.github.com/repos/python/cpython/issues/36775/comments | 6 | 2002-06-20T11:39:54Z | 2022-04-09T22:13:14Z | https://github.com/python/cpython/issues/36775 | 1,198,787,079 | 36,775 |
[
"python",
"cpython"
] | BPO | [571568](https://bugs.python.org/issue571568)
--- | :---
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/mwhudson'
closed_at = <Date 2002-06-20.13:48:29.000>
created_at = <Date 2002-06-20.09:56:39.000>
labels = ['invalid', 'OS-windows']
title = 'binary file read/write inconsistency'
updated_at = <Date 2002-06-20.13:48:29.000>
user = 'https://bugs.python.org/arthem'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-20.13:48:29.000>
actor = 'tim.peters'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2002-06-20.09:56:39.000>
creator = 'arthem'
dependencies = []
files = []
hgrepos = []
issue_num = 571568
keywords = []
message_count = 3.0
messages = ['11279', '11280', '11281']
nosy_count = 3.0
nosy_names = ['mwh', 'tim.peters', 'arthem']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571568'
versions = []
```
</p></details>
| binary file read/write inconsistency | https://api.github.com/repos/python/cpython/issues/36774/comments | 3 | 2002-06-20T09:56:39Z | 2022-04-09T22:13:13Z | https://github.com/python/cpython/issues/36774 | 1,198,787,075 | 36,774 |
[
"python",
"cpython"
] | BPO | [571489](https://bugs.python.org/issue571489)
--- | :---
Nosy | @freddrake, @brettcannon
Files | <li>[diff_file](https://bugs.python.org/file4357/diff_file "Uploaded as application/octet-stream at 2002-06-20.06:32:45 by @brettcannon"): diff of ext/extending.tex</li><li>[extending_ANSI.tex](https://bugs.python.org/file4358/extending_ANSI.tex "Uploaded as application/x-tex at 2002-06-20.06:33:36 by @brettcannon"): Entire corrected ext/extending.tex</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-22.01:42:32.000>
created_at = <Date 2002-06-20.06:32:45.000>
labels = ['docs']
title = 'Cleaned up fxn declar. in "Extend..."'
updated_at = <Date 2002-06-22.01:42:32.000>
user = 'https://github.com/brettcannon'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-22.01:42:32.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-20.06:32:45.000>
creator = 'brett.cannon'
dependencies = []
files = ['4357', '4358']
hgrepos = []
issue_num = 571489
keywords = ['patch']
message_count = 3.0
messages = ['40354', '40355', '40356']
nosy_count = 2.0
nosy_names = ['fdrake', 'brett.cannon']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571489'
versions = []
```
</p></details>
| Cleaned up fxn declar. in "Extend..." | https://api.github.com/repos/python/cpython/issues/36773/comments | 3 | 2002-06-20T06:32:45Z | 2022-04-09T22:13:12Z | https://github.com/python/cpython/issues/36773 | 1,198,787,066 | 36,773 |
[
"python",
"cpython"
] | BPO | [571382](https://bugs.python.org/issue571382)
--- | :---
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-06-24.04:31:01.000>
created_at = <Date 2002-06-19.23:45:31.000>
labels = ['interpreter-core', 'invalid']
title = 'Numeric Literal Anomoly'
updated_at = <Date 2002-06-24.04:31:01.000>
user = 'https://bugs.python.org/ottojas'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-24.04:31:01.000>
actor = 'nobody'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-19.23:45:31.000>
creator = 'ottojas'
dependencies = []
files = []
hgrepos = []
issue_num = 571382
keywords = []
message_count = 4.0
messages = ['11275', '11276', '11277', '11278']
nosy_count = 3.0
nosy_names = ['tim.peters', 'nobody', 'ottojas']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571382'
versions = []
```
</p></details>
| Numeric Literal Anomoly | https://api.github.com/repos/python/cpython/issues/36772/comments | 4 | 2002-06-19T23:45:31Z | 2022-04-09T22:13:11Z | https://github.com/python/cpython/issues/36772 | 1,198,787,064 | 36,772 |
[
"python",
"cpython"
] | BPO | [571343](https://bugs.python.org/issue571343)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-05-23.14:04:53.000>
created_at = <Date 2002-06-19.21:49:23.000>
labels = ['OS-mac']
title = 'Mixing framework and static Pythons'
updated_at = <Date 2003-05-23.14:04:53.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-23.14:04:53.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2002-06-19.21:49:23.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 571343
keywords = []
message_count = 3.0
messages = ['11272', '11273', '11274']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'high'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571343'
versions = ['Python 2.2']
```
</p></details>
| Mixing framework and static Pythons | https://api.github.com/repos/python/cpython/issues/36771/comments | 3 | 2002-06-19T21:49:23Z | 2022-04-09T22:13:10Z | https://github.com/python/cpython/issues/36771 | 1,198,787,060 | 36,771 |
[
"python",
"cpython"
] | BPO | [571334](https://bugs.python.org/issue571334)
--- | :---
Files | <li>[imaplib.py](https://bugs.python.org/file526/imaplib.py "Uploaded as text/plain at 2002-06-24.19:39:13 by jgoerzen"): Fixed imaplib.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-06-26.10:30:07.000>
created_at = <Date 2002-06-19.21:22:36.000>
labels = ['library']
title = 'imaplib fetch is broken'
updated_at = <Date 2002-06-26.10:30:07.000>
user = 'https://bugs.python.org/jgoerzen'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-26.10:30:07.000>
actor = 'pierslauder'
assignee = 'pierslauder'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-19.21:22:36.000>
creator = 'jgoerzen'
dependencies = []
files = ['526']
hgrepos = []
issue_num = 571334
keywords = []
message_count = 11.0
messages = ['11261', '11262', '11263', '11264', '11265', '11266', '11267', '11268', '11269', '11270', '11271']
nosy_count = 2.0
nosy_names = ['pierslauder', 'jgoerzen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571334'
versions = ['Python 2.3']
```
</p></details>
| imaplib fetch is broken | https://api.github.com/repos/python/cpython/issues/36770/comments | 11 | 2002-06-19T21:22:36Z | 2022-04-09T22:13:08Z | https://github.com/python/cpython/issues/36770 | 1,198,787,058 | 36,770 |
[
"python",
"cpython"
] | BPO | [571167](https://bugs.python.org/issue571167)
--- | :---
Nosy | @mhammond
Files | <li>[Script1.cgi](https://bugs.python.org/file525/Script1.cgi "Uploaded as text/plain at 2002-06-19.15:36:06 by bshoe282"): example of glob inconsistency</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2002-07-10.06:07:33.000>
created_at = <Date 2002-06-19.15:29:40.000>
labels = ['invalid', 'library']
title = 'glob() fails for network drive in cgi'
updated_at = <Date 2002-07-10.06:07:33.000>
user = 'https://bugs.python.org/bshoe282'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-10.06:07:33.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-19.15:29:40.000>
creator = 'bshoe282'
dependencies = []
files = ['525']
hgrepos = []
issue_num = 571167
keywords = []
message_count = 4.0
messages = ['11257', '11258', '11259', '11260']
nosy_count = 2.0
nosy_names = ['mhammond', 'bshoe282']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue571167'
versions = []
```
</p></details>
| glob() fails for network drive in cgi | https://api.github.com/repos/python/cpython/issues/36769/comments | 4 | 2002-06-19T15:29:40Z | 2022-04-09T22:13:08Z | https://github.com/python/cpython/issues/36769 | 1,198,787,053 | 36,769 |
[
"python",
"cpython"
] | BPO | [570727](https://bugs.python.org/issue570727)
--- | :---
Nosy | @gvanrossum, @rhettinger
Files | <li>[cal.diff](https://bugs.python.org/file4356/cal.diff "Uploaded as text/plain at 2002-06-18.19:17:40 by @rhettinger"): Patch for 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/rhettinger'
closed_at = <Date 2002-06-20.03:48:10.000>
created_at = <Date 2002-06-18.19:17:40.000>
labels = ['library']
title = 'Code modernization for calendar.py'
updated_at = <Date 2002-06-20.03:48:10.000>
user = 'https://github.com/rhettinger'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-20.03:48:10.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-18.19:17:40.000>
creator = 'rhettinger'
dependencies = []
files = ['4356']
hgrepos = []
issue_num = 570727
keywords = ['patch']
message_count = 3.0
messages = ['40351', '40352', '40353']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570727'
versions = ['Python 2.3']
```
</p></details>
| Code modernization for calendar.py | https://api.github.com/repos/python/cpython/issues/36768/comments | 3 | 2002-06-18T19:17:40Z | 2022-04-09T22:13:07Z | https://github.com/python/cpython/issues/36768 | 1,198,787,051 | 36,768 |
[
"python",
"cpython"
] | BPO | [570678](https://bugs.python.org/issue570678)
--- | :---
Nosy | @gvanrossum, @jackjansen
Files | <li>[CGIHTTPServer.patch](https://bugs.python.org/file524/CGIHTTPServer.patch "Uploaded as text/plain at 2002-06-18.16:59:02 by tonylownds"): patch to Lib/CGIHTTPServer.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/gvanrossum'
closed_at = <Date 2002-08-01.21:13:31.000>
created_at = <Date 2002-06-18.16:59:02.000>
labels = ['library']
title = 'CGIHTTPServer flushes read-only file.'
updated_at = <Date 2002-08-01.21:13:31.000>
user = 'https://bugs.python.org/tonylownds'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-01.21:13:31.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-18.16:59:02.000>
creator = 'tonylownds'
dependencies = []
files = ['524']
hgrepos = []
issue_num = 570678
keywords = []
message_count = 5.0
messages = ['11252', '11253', '11254', '11255', '11256']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'jackjansen', 'kasplat', 'tonylownds']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570678'
versions = []
```
</p></details>
| CGIHTTPServer flushes read-only file. | https://api.github.com/repos/python/cpython/issues/36767/comments | 5 | 2002-06-18T16:59:02Z | 2022-04-09T22:13:06Z | https://github.com/python/cpython/issues/36767 | 1,198,787,049 | 36,767 |
[
"python",
"cpython"
] | BPO | [570655](https://bugs.python.org/issue570655)
--- | :---
Nosy | @akuchling
Files | <li>[distutils-bdist_rpm.patch](https://bugs.python.org/file523/distutils-bdist_rpm.patch "Uploaded as text/plain at 2002-06-28.19:57:56 by misa"): Patch to fix bdist_rpm</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2002-11-06.14:54:12.000>
created_at = <Date 2002-06-18.16:07:46.000>
labels = ['library']
title = 'bdist_rpm and the changelog option'
updated_at = <Date 2002-11-06.14:54:12.000>
user = 'https://bugs.python.org/misa'
```
bugs.python.org fields:
```python
activity = <Date 2002-11-06.14:54:12.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-06-18.16:07:46.000>
creator = 'misa'
dependencies = []
files = ['523']
hgrepos = []
issue_num = 570655
keywords = []
message_count = 6.0
messages = ['11246', '11247', '11248', '11249', '11250', '11251']
nosy_count = 2.0
nosy_names = ['akuchling', 'misa']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570655'
versions = []
```
</p></details>
| bdist_rpm and the changelog option | https://api.github.com/repos/python/cpython/issues/36766/comments | 6 | 2002-06-18T16:07:46Z | 2022-04-09T22:13:04Z | https://github.com/python/cpython/issues/36766 | 1,198,787,046 | 36,766 |
[
"python",
"cpython"
] | BPO | [570640](https://bugs.python.org/issue570640)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-24.16:01:29.000>
created_at = <Date 2002-06-18.15:31:12.000>
labels = ['interpreter-core']
title = '.PYO files not imported unless -OO used'
updated_at = <Date 2002-07-24.16:01:29.000>
user = 'https://bugs.python.org/jeffsasmor'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-24.16:01:29.000>
actor = 'jhylton'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-18.15:31:12.000>
creator = 'jeffsasmor'
dependencies = []
files = []
hgrepos = []
issue_num = 570640
keywords = []
message_count = 2.0
messages = ['11244', '11245']
nosy_count = 2.0
nosy_names = ['jhylton', 'jeffsasmor']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570640'
versions = []
```
</p></details>
| .PYO files not imported unless -OO used | https://api.github.com/repos/python/cpython/issues/36765/comments | 2 | 2002-06-18T15:31:12Z | 2022-04-09T22:13:03Z | https://github.com/python/cpython/issues/36765 | 1,198,787,042 | 36,765 |
[
"python",
"cpython"
] | BPO | [570618](https://bugs.python.org/issue570618)
--- | :---
Nosy | @freddrake
Files | <li>[access.patch](https://bugs.python.org/file4355/access.patch "Uploaded as text/plain at 2002-06-18.14:51:06 by jafo"): os.access() documentation change.</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-18.16:18:05.000>
created_at = <Date 2002-06-18.14:51:06.000>
labels = ['docs']
title = 'Document os.access() use of real uid/gid'
updated_at = <Date 2002-06-18.16:18:05.000>
user = 'https://bugs.python.org/jafo'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-18.16:18:05.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-18.14:51:06.000>
creator = 'jafo'
dependencies = []
files = ['4355']
hgrepos = []
issue_num = 570618
keywords = ['patch']
message_count = 2.0
messages = ['40349', '40350']
nosy_count = 2.0
nosy_names = ['fdrake', 'jafo']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570618'
versions = []
```
</p></details>
| Document os.access() use of real uid/gid | https://api.github.com/repos/python/cpython/issues/36764/comments | 2 | 2002-06-18T14:51:06Z | 2022-04-09T22:13:02Z | https://github.com/python/cpython/issues/36764 | 1,198,787,040 | 36,764 |
[
"python",
"cpython"
] | BPO | [570483](https://bugs.python.org/issue570483)
--- | :---
Nosy | @mwhudson, @gvanrossum, @theller
Files | <li>[typeobject.c.diff](https://bugs.python.org/file4352/typeobject.c.diff "Uploaded as text/plain at 2002-06-18.13:07:26 by tnorthover"): Patch file</li><li>[typeobject.c.new.diff](https://bugs.python.org/file4353/typeobject.c.new.diff "Uploaded as text/plain at 2002-06-18.14:08:01 by tnorthover"): Second patch (using PyType_Ready)</li><li>[object.c.diff](https://bugs.python.org/file4354/object.c.diff "Uploaded as text/plain at 2002-06-18.16:57:25 by tnorthover"): Patch to ready all types in builtin during init</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-06-18.16:57:25.000>
created_at = <Date 2002-06-18.13:07:26.000>
labels = ['interpreter-core']
title = 'segfault in Objects/typeobject.c'
updated_at = <Date 2002-06-18.16:57:25.000>
user = 'https://bugs.python.org/tnorthover'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-18.16:57:25.000>
actor = 'tnorthover'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-18.13:07:26.000>
creator = 'tnorthover'
dependencies = []
files = ['4352', '4353', '4354']
hgrepos = []
issue_num = 570483
keywords = ['patch']
message_count = 9.0
messages = ['40340', '40341', '40342', '40343', '40344', '40345', '40346', '40347', '40348']
nosy_count = 4.0
nosy_names = ['mwh', 'gvanrossum', 'theller', 'tnorthover']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570483'
versions = []
```
</p></details>
| segfault in Objects/typeobject.c | https://api.github.com/repos/python/cpython/issues/36763/comments | 9 | 2002-06-18T13:07:26Z | 2022-04-09T22:13:01Z | https://github.com/python/cpython/issues/36763 | 1,198,787,034 | 36,763 |
[
"python",
"cpython"
] | BPO | [570300](https://bugs.python.org/issue570300)
--- | :---
Nosy | @brettcannon
Files | <li>[test_res](https://bugs.python.org/file519/test_res "Uploaded at 2004-07-12.22:08:06 by amitar"): still exists in 2.4a1</li><li>[test_pydoc_func.bash](https://bugs.python.org/file520/test_pydoc_func.bash "Uploaded at 2004-08-29.13:02:55 by amitar"): script for demonstrating the problem</li><li>[fileid_patch_040829.cvsdiff](https://bugs.python.org/file521/fileid_patch_040829.cvsdiff "Uploaded at 2004-08-29.13:05:07 by amitar"): patch that should fix the problem</li><li>[fileid_patch_040906.cvsdiff](https://bugs.python.org/file522/fileid_patch_040906.cvsdiff "Uploaded at 2004-09-06.21:14:22 by amitar")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-09-11.16:07:59.000>
created_at = <Date 2002-06-18.01:24:15.000>
labels = ['library']
title = 'inspect.getmodule symlink-related failur'
updated_at = <Date 2004-09-11.16:07:59.000>
user = 'https://bugs.python.org/amitar'
```
bugs.python.org fields:
```python
activity = <Date 2004-09-11.16:07:59.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-18.01:24:15.000>
creator = 'amitar'
dependencies = []
files = ['519', '520', '521', '522']
hgrepos = []
issue_num = 570300
keywords = []
message_count = 12.0
messages = ['11232', '11233', '11234', '11235', '11236', '11237', '11238', '11239', '11240', '11241', '11242', '11243']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'jlgijsbers', 'amitar']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570300'
versions = ['Python 2.4']
```
</p></details>
| inspect.getmodule symlink-related failur | https://api.github.com/repos/python/cpython/issues/36762/comments | 12 | 2002-06-18T01:24:15Z | 2022-04-09T22:12:59Z | https://github.com/python/cpython/issues/36762 | 1,198,787,031 | 36,762 |
[
"python",
"cpython"
] | BPO | [570057](https://bugs.python.org/issue570057)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it 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-27.20:19:52.000>
created_at = <Date 2002-06-17.14:27:33.000>
labels = ['expert-regex']
title = 'Broken pre.subn() (and pre.sub())'
updated_at = <Date 2002-06-27.20:19:52.000>
user = 'https://bugs.python.org/tuben'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-27.20:19:52.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2002-06-17.14:27:33.000>
creator = 'tuben'
dependencies = []
files = []
hgrepos = []
issue_num = 570057
keywords = []
message_count = 3.0
messages = ['11229', '11230', '11231']
nosy_count = 2.0
nosy_names = ['effbot', 'tuben']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570057'
versions = ['Python 2.2']
```
</p></details>
| Broken pre.subn() (and pre.sub()) | https://api.github.com/repos/python/cpython/issues/36761/comments | 3 | 2002-06-17T14:27:33Z | 2022-04-09T22:12:58Z | https://github.com/python/cpython/issues/36761 | 1,198,787,028 | 36,761 |
[
"python",
"cpython"
] | BPO | [570044](https://bugs.python.org/issue570044)
--- | :---
Nosy | @loewis, @sjoerdmullender
Files | <li>[diff.txt](https://bugs.python.org/file518/diff.txt "Uploaded as text/plain at 2002-06-17.13:56:52 by @sjoerdmullender"): fix for python -u not setting stdin/out in binary mode on cygwin</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2002-08-09.15:10:21.000>
created_at = <Date 2002-06-17.13:56:52.000>
labels = ['interpreter-core']
title = '"python -u" not binary on cygwin'
updated_at = <Date 2002-08-09.15:10:21.000>
user = 'https://github.com/sjoerdmullender'
```
bugs.python.org fields:
```python
activity = <Date 2002-08-09.15:10:21.000>
actor = 'sjoerd'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-17.13:56:52.000>
creator = 'sjoerd'
dependencies = []
files = ['518']
hgrepos = []
issue_num = 570044
keywords = []
message_count = 10.0
messages = ['11219', '11220', '11221', '11222', '11223', '11224', '11225', '11226', '11227', '11228']
nosy_count = 3.0
nosy_names = ['loewis', 'sjoerd', 'jlt63']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570044'
versions = []
```
</p></details>
| "python -u" not binary on cygwin | https://api.github.com/repos/python/cpython/issues/36760/comments | 10 | 2002-06-17T13:56:52Z | 2022-04-09T22:12:58Z | https://github.com/python/cpython/issues/36760 | 1,198,787,022 | 36,760 |
[
"python",
"cpython"
] | BPO | [570003](https://bugs.python.org/issue570003)
--- | :---
Nosy | @mwhudson, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-11-19.14:39:59.000>
created_at = <Date 2002-06-17.12:45:34.000>
labels = ['docs']
title = 'odd index entries'
updated_at = <Date 2002-11-19.14:39:59.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2002-11-19.14:39:59.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-17.12:45:34.000>
creator = 'mwh'
dependencies = []
files = []
hgrepos = []
issue_num = 570003
keywords = []
message_count = 3.0
messages = ['11216', '11217', '11218']
nosy_count = 3.0
nosy_names = ['mwh', 'fdrake', 'tzot']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue570003'
versions = []
```
</p></details>
| odd index entries | https://api.github.com/repos/python/cpython/issues/36759/comments | 3 | 2002-06-17T12:45:34Z | 2022-04-09T22:12:57Z | https://github.com/python/cpython/issues/36759 | 1,198,787,016 | 36,759 |
[
"python",
"cpython"
] | BPO | [569832](https://bugs.python.org/issue569832)
--- | :---
Nosy | @freddrake, @kfogel
Files | <li>[foo](https://bugs.python.org/file4351/foo "Uploaded as application/octet-stream at 2002-06-17.03:05:26 by @kfogel"): log msg and patch to libshutil.tex</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2002-06-18.14:32:33.000>
created_at = <Date 2002-06-17.03:05:26.000>
labels = ['docs']
title = 'documentation fix for shutil.rmtree'
updated_at = <Date 2002-06-18.14:32:33.000>
user = 'https://github.com/kfogel'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-18.14:32:33.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2002-06-17.03:05:26.000>
creator = 'kfogel'
dependencies = []
files = ['4351']
hgrepos = []
issue_num = 569832
keywords = ['patch']
message_count = 2.0
messages = ['40338', '40339']
nosy_count = 2.0
nosy_names = ['fdrake', 'kfogel']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569832'
versions = []
```
</p></details>
| documentation fix for shutil.rmtree | https://api.github.com/repos/python/cpython/issues/36758/comments | 2 | 2002-06-17T03:05:26Z | 2022-04-09T22:12:56Z | https://github.com/python/cpython/issues/36758 | 1,198,787,015 | 36,758 |
[
"python",
"cpython"
] | BPO | [569753](https://bugs.python.org/issue569753)
--- | :---
Nosy | @tim-one, @loewis, @mhammond
Files | <li>[win16.diff](https://bugs.python.org/file4350/win16.diff "Uploaded as text/plain at 2002-06-16.20:32:25 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-06-30.15:30:08.000>
created_at = <Date 2002-06-16.20:32:25.000>
labels = ['OS-windows']
title = 'Remove support for Win16'
updated_at = <Date 2002-06-30.15:30:08.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-30.15:30:08.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2002-06-16.20:32:25.000>
creator = 'loewis'
dependencies = []
files = ['4350']
hgrepos = []
issue_num = 569753
keywords = ['patch']
message_count = 5.0
messages = ['40333', '40334', '40335', '40336', '40337']
nosy_count = 4.0
nosy_names = ['tim.peters', 'loewis', 'mhammond', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569753'
versions = []
```
</p></details>
| Remove support for Win16 | https://api.github.com/repos/python/cpython/issues/36757/comments | 5 | 2002-06-16T20:32:25Z | 2022-04-09T22:12:55Z | https://github.com/python/cpython/issues/36757 | 1,198,787,004 | 36,757 |
[
"python",
"cpython"
] | BPO | [569697](https://bugs.python.org/issue569697)
--- | :---
Nosy | @gvanrossum
Files | <li>[test_socket.patch](https://bugs.python.org/file4349/test_socket.patch "Uploaded as text/plain at 2002-06-16.17:20:32 by mgilfix")</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-06-18.18:35:25.000>
created_at = <Date 2002-06-16.17:20:32.000>
labels = ['tests']
title = 'test_socket race condition patch'
updated_at = <Date 2002-06-18.18:35:25.000>
user = 'https://bugs.python.org/mgilfix'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-18.18:35:25.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2002-06-16.17:20:32.000>
creator = 'mgilfix'
dependencies = []
files = ['4349']
hgrepos = []
issue_num = 569697
keywords = ['patch']
message_count = 2.0
messages = ['40331', '40332']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'mgilfix']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569697'
versions = ['Python 2.3']
```
</p></details>
| test_socket race condition patch | https://api.github.com/repos/python/cpython/issues/36756/comments | 2 | 2002-06-16T17:20:32Z | 2022-04-09T22:12:53Z | https://github.com/python/cpython/issues/36756 | 1,198,787,000 | 36,756 |
[
"python",
"cpython"
] | BPO | [569668](https://bugs.python.org/issue569668)
--- | :---
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-12-03.14:01:16.000>
created_at = <Date 2002-06-16.15:12:32.000>
labels = ['build']
title = 'LINKCC incorrectly set'
updated_at = <Date 2002-12-03.14:01:16.000>
user = 'https://bugs.python.org/cardou'
```
bugs.python.org fields:
```python
activity = <Date 2002-12-03.14:01:16.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2002-06-16.15:12:32.000>
creator = 'cardou'
dependencies = []
files = []
hgrepos = []
issue_num = 569668
keywords = []
message_count = 3.0
messages = ['11213', '11214', '11215']
nosy_count = 3.0
nosy_names = ['akuchling', 'nnorwitz', 'cardou']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569668'
versions = ['Python 2.2']
```
</p></details>
| LINKCC incorrectly set | https://api.github.com/repos/python/cpython/issues/36755/comments | 3 | 2002-06-16T15:12:32Z | 2022-04-09T22:12:52Z | https://github.com/python/cpython/issues/36755 | 1,198,786,996 | 36,755 |
[
"python",
"cpython"
] | BPO | [569574](https://bugs.python.org/issue569574)
--- | :---
Nosy | @gvanrossum, @smontanaro
Files | <li>[cgitb.diff](https://bugs.python.org/file4348/cgitb.diff "Uploaded as text/plain at 2002-06-16.05:09:34 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2003-06-17.12:59:55.000>
created_at = <Date 2002-06-16.04:46:55.000>
labels = ['library']
title = 'plain text enhancement for cgitb'
updated_at = <Date 2003-06-17.12:59:55.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-17.12:59:55.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-16.04:46:55.000>
creator = 'skip.montanaro'
dependencies = []
files = ['4348']
hgrepos = []
issue_num = 569574
keywords = ['patch']
message_count = 10.0
messages = ['40321', '40322', '40323', '40324', '40325', '40326', '40327', '40328', '40329', '40330']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'skip.montanaro', 'ping', 'hfastedge']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569574'
versions = ['Python 2.3']
```
</p></details>
| plain text enhancement for cgitb | https://api.github.com/repos/python/cpython/issues/36754/comments | 10 | 2002-06-16T04:46:55Z | 2022-04-09T22:12:51Z | https://github.com/python/cpython/issues/36754 | 1,198,786,992 | 36,754 |
[
"python",
"cpython"
] | BPO | [569328](https://bugs.python.org/issue569328)
--- | :---
Nosy | @loewis
Files | <li>[typesmodule.patch](https://bugs.python.org/file4343/typesmodule.patch "Uploaded as text/plain at 2002-06-15.09:28:34 by orenti")</li><li>[typesmodule2.patch](https://bugs.python.org/file4344/typesmodule2.patch "Uploaded as text/plain at 2002-06-18.14:36:35 by orenti")</li><li>[typesmodule2.patch](https://bugs.python.org/file4345/typesmodule2.patch "Uploaded as text/plain at 2002-06-18.14:36:42 by orenti")</li><li>[typesmodule2.patch](https://bugs.python.org/file4346/typesmodule2.patch "Uploaded as text/plain at 2002-06-18.14:39:08 by orenti")</li><li>[typesmodule2.patch](https://bugs.python.org/file4347/typesmodule2.patch "Uploaded as text/plain at 2002-06-18.14:40:56 by orenti")</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-13.12:48:42.000>
created_at = <Date 2002-06-15.09:28:34.000>
labels = ['interpreter-core']
title = 'names in types module'
updated_at = <Date 2002-10-13.12:48:42.000>
user = 'https://bugs.python.org/orenti'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-13.12:48:42.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-15.09:28:34.000>
creator = 'orenti'
dependencies = []
files = ['4343', '4344', '4345', '4346', '4347']
hgrepos = []
issue_num = 569328
keywords = ['patch']
message_count = 6.0
messages = ['40315', '40316', '40317', '40318', '40319', '40320']
nosy_count = 3.0
nosy_names = ['loewis', 'effbot', 'orenti']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569328'
versions = []
```
</p></details>
| names in types module | https://api.github.com/repos/python/cpython/issues/36753/comments | 6 | 2002-06-15T09:28:34Z | 2022-04-09T22:12:49Z | https://github.com/python/cpython/issues/36753 | 1,198,786,989 | 36,753 |
[
"python",
"cpython"
] | BPO | [569316](https://bugs.python.org/issue569316)
--- | :---
Nosy | @facundobatista
Files | <li>[cgi.py](https://bugs.python.org/file517/cgi.py "Uploaded as text/plain at 2002-06-15.08:53:45 by oztourer"): Modified to handle incoming XML-RPC requests</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-03-22.22:09:36.000>
created_at = <Date 2002-06-15.08:53:45.000>
labels = ['library']
title = 'cgi.py broken with xmlrpclib on Python 2'
updated_at = <Date 2005-03-22.22:09:36.000>
user = 'https://bugs.python.org/oztourer'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-22.22:09:36.000>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-15.08:53:45.000>
creator = 'oztourer'
dependencies = []
files = ['517']
hgrepos = []
issue_num = 569316
keywords = []
message_count = 3.0
messages = ['11210', '11211', '11212']
nosy_count = 2.0
nosy_names = ['facundobatista', 'oztourer']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569316'
versions = ['Python 2.2']
```
</p></details>
| cgi.py broken with xmlrpclib on Python 2 | https://api.github.com/repos/python/cpython/issues/36752/comments | 3 | 2002-06-15T08:53:45Z | 2022-04-09T22:12:48Z | https://github.com/python/cpython/issues/36752 | 1,198,786,985 | 36,752 |
[
"python",
"cpython"
] | BPO | [569257](https://bugs.python.org/issue569257)
--- | :---
Nosy | @gvanrossum, @rhettinger
Files | <li>[slots.diff](https://bugs.python.org/file513/slots.diff "Uploaded as text/plain at 2002-06-19.18:13:25 by @rhettinger"): Slots patch.</li><li>[slots2.diff](https://bugs.python.org/file514/slots2.diff "Uploaded as text/plain at 2002-06-20.02:51:51 by @rhettinger"): New patch using _Py_Mangle()</li><li>[slots3.diff](https://bugs.python.org/file515/slots3.diff "Uploaded as text/plain at 2002-06-20.05:19:25 by @rhettinger"): New patch with cloned tuple</li><li>[slots4.diff](https://bugs.python.org/file516/slots4.diff "Uploaded as text/plain at 2002-06-20.21:38:36 by @rhettinger"): New patch with refcnt==1 special case</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2002-06-20.22:25:50.000>
created_at = <Date 2002-06-15.00:54:41.000>
labels = ['interpreter-core']
title = '__slots__ attribute and private variable'
updated_at = <Date 2002-06-20.22:25:50.000>
user = 'https://bugs.python.org/keytonw'
```
bugs.python.org fields:
```python
activity = <Date 2002-06-20.22:25:50.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2002-06-15.00:54:41.000>
creator = 'keytonw'
dependencies = []
files = ['513', '514', '515', '516']
hgrepos = []
issue_num = 569257
keywords = []
message_count = 12.0
messages = ['11198', '11199', '11200', '11201', '11202', '11203', '11204', '11205', '11206', '11207', '11208', '11209']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'rhettinger', 'keytonw']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569257'
versions = ['Python 2.3']
```
</p></details>
| __slots__ attribute and private variable | https://api.github.com/repos/python/cpython/issues/36751/comments | 12 | 2002-06-15T00:54:41Z | 2022-04-09T22:12:48Z | https://github.com/python/cpython/issues/36751 | 1,198,786,979 | 36,751 |
[
"python",
"cpython"
] | BPO | [569139](https://bugs.python.org/issue569139)
--- | :---
Nosy | @loewis
Files | <li>[python-2.3a0-st_rdev_pair.patch](https://bugs.python.org/file4341/python-2.3a0-st_rdev_pair.patch "Uploaded as text/plain at 2002-06-14.18:53:25 by niemeyer")</li><li>[python-2.3a0-devicemacros.patch](https://bugs.python.org/file4342/python-2.3a0-devicemacros.patch "Uploaded as text/plain at 2002-06-15.18:59:27 by nobody"): New approach to the needed features</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-10-10.14:28:49.000>
created_at = <Date 2002-06-14.18:53:24.000>
labels = ['extension-modules']
title = 'Implementation of major, minor and makedev'
updated_at = <Date 2002-10-10.14:28:49.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2002-10-10.14:28:49.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2002-06-14.18:53:24.000>
creator = 'niemeyer'
dependencies = []
files = ['4341', '4342']
hgrepos = []
issue_num = 569139
keywords = ['patch']
message_count = 9.0
messages = ['40306', '40307', '40308', '40309', '40310', '40311', '40312', '40313', '40314']
nosy_count = 3.0
nosy_names = ['loewis', 'nnorwitz', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue569139'
versions = ['Python 2.3']
```
</p></details>
| Implementation of major, minor and makedev | https://api.github.com/repos/python/cpython/issues/36750/comments | 9 | 2002-06-14T18:53:24Z | 2022-04-09T22:12:47Z | https://github.com/python/cpython/issues/36750 | 1,198,786,976 | 36,750 |
[
"python",
"cpython"
] | BPO | [568669](https://bugs.python.org/issue568669)
--- | :---
Nosy | @loewis, @warsaw
Files | <li>[gettext-diff.txt](https://bugs.python.org/file4340/gettext-diff.txt "Uploaded as text/plain at 2002-06-13.20:13:57 by @warsaw")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2003-04-12.01:43:11.000>
created_at = <Date 2002-06-13.20:13:57.000>
labels = ['library']
title = 'gettext module charset changes'
updated_at = <Date 2003-04-12.01:43:11.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2003-04-12.01:43:11.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2002-06-13.20:13:57.000>
creator = 'barry'
dependencies = []
files = ['4340']
hgrepos = []
issue_num = 568669
keywords = ['patch']
message_count = 4.0
messages = ['40302', '40303', '40304', '40305']
nosy_count = 3.0
nosy_names = ['loewis', 'barry', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue568669'
versions = ['Python 2.3']
```
</p></details>
| gettext module charset changes | https://api.github.com/repos/python/cpython/issues/36749/comments | 4 | 2002-06-13T20:13:57Z | 2022-04-09T22:12:46Z | https://github.com/python/cpython/issues/36749 | 1,198,786,972 | 36,749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.