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 | [445433](https://bugs.python.org/issue445433)
--- | :---
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 2001-10-24.19:00:43.000>
created_at = <Date 2001-07-28.06:31:06.000>
labels = ['library']
title = 'a getPart method for mimetools.Message'
updated_at = <Date 2001-10-24.19:00:43.000>
user = 'https://bugs.python.org/richard'
```
bugs.python.org fields:
```python
activity = <Date 2001-10-24.19:00:43.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-28.06:31:06.000>
creator = 'richard'
dependencies = []
files = []
hgrepos = []
issue_num = 445433
keywords = ['patch']
message_count = 4.0
messages = ['37097', '37098', '37099', '37100']
nosy_count = 2.0
nosy_names = ['barry', 'richard']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue445433'
versions = []
```
</p></details>
| a getPart method for mimetools.Message | https://api.github.com/repos/python/cpython/issues/34848/comments | 4 | 2001-07-28T06:31:06Z | 2022-04-09T21:37:05Z | https://github.com/python/cpython/issues/34848 | 1,198,778,667 | 34,848 |
[
"python",
"cpython"
] | BPO | [445413](https://bugs.python.org/issue445413)
--- | :---
Nosy | @tim-one, @freddrake, @goodger
Files | <li>[libdifflib.tex.diff](https://bugs.python.org/file3467/libdifflib.tex.diff "Uploaded as text/plain at 2001-07-28.04:28:54 by @goodger"): Patch for Doc/lib/libdifflib.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 2001-08-13.19:33:44.000>
created_at = <Date 2001-07-28.04:28:53.000>
labels = ['docs']
title = 'docs for Lib/difflib.py patch'
updated_at = <Date 2001-08-13.19:33:44.000>
user = 'https://github.com/goodger'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-13.19:33:44.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-28.04:28:53.000>
creator = 'goodger'
dependencies = []
files = ['3467']
hgrepos = []
issue_num = 445413
keywords = ['patch']
message_count = 3.0
messages = ['37094', '37095', '37096']
nosy_count = 3.0
nosy_names = ['tim.peters', 'fdrake', 'goodger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue445413'
versions = []
```
</p></details>
| docs for Lib/difflib.py patch | https://api.github.com/repos/python/cpython/issues/34847/comments | 3 | 2001-07-28T04:28:53Z | 2022-04-09T21:37:04Z | https://github.com/python/cpython/issues/34847 | 1,198,778,660 | 34,847 |
[
"python",
"cpython"
] | BPO | [445412](https://bugs.python.org/issue445412)
--- | :---
Nosy | @tim-one, @goodger
Files | <li>[difflib.py.diff](https://bugs.python.org/file3465/difflib.py.diff "Uploaded as text/plain at 2001-07-28.04:16:18 by @goodger"): Patch for Lib/difflib.py</li><li>[ndiff.py.diff](https://bugs.python.org/file3466/ndiff.py.diff "Uploaded as text/plain at 2001-07-28.04:18:18 by @goodger"): Patch for Tools/scripts/ndiff.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/tim-one'
closed_at = <Date 2001-08-12.22:27:16.000>
created_at = <Date 2001-07-28.04:16:18.000>
labels = ['library']
title = 'extract ndiff functionality to difflib'
updated_at = <Date 2001-08-12.22:27:16.000>
user = 'https://github.com/goodger'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-12.22:27:16.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-28.04:16:18.000>
creator = 'goodger'
dependencies = []
files = ['3465', '3466']
hgrepos = []
issue_num = 445412
keywords = ['patch']
message_count = 2.0
messages = ['37092', '37093']
nosy_count = 2.0
nosy_names = ['tim.peters', 'goodger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue445412'
versions = []
```
</p></details>
| extract ndiff functionality to difflib | https://api.github.com/repos/python/cpython/issues/34846/comments | 2 | 2001-07-28T04:16:18Z | 2022-04-09T21:37:02Z | https://github.com/python/cpython/issues/34846 | 1,198,778,657 | 34,846 |
[
"python",
"cpython"
] | BPO | [445196](https://bugs.python.org/issue445196)
--- | :---
Nosy | @gvanrossum, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2001-08-03.19:55:08.000>
created_at = <Date 2001-07-27.15:19:55.000>
labels = ['library']
title = 'Hexadecimal character references break HTMLParser'
updated_at = <Date 2001-08-03.19:55:08.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-03.19:55:08.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-27.15:19:55.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 445196
keywords = []
message_count = 5.0
messages = ['5642', '5643', '5644', '5645', '5646']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue445196'
versions = []
```
</p></details>
| Hexadecimal character references break HTMLParser | https://api.github.com/repos/python/cpython/issues/34845/comments | 5 | 2001-07-27T15:19:55Z | 2022-04-09T21:37:01Z | https://github.com/python/cpython/issues/34845 | 1,198,778,654 | 34,845 |
[
"python",
"cpython"
] | BPO | [445096](https://bugs.python.org/issue445096)
--- | :---
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 2001-07-27.12:32:26.000>
created_at = <Date 2001-07-27.09:18:18.000>
labels = ['interpreter-core']
title = 'hasattr does not support name mangling'
updated_at = <Date 2001-07-27.12:32:26.000>
user = 'https://bugs.python.org/asbjorntheman'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-27.12:32:26.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-27.09:18:18.000>
creator = 'asbjorntheman'
dependencies = []
files = []
hgrepos = []
issue_num = 445096
keywords = []
message_count = 2.0
messages = ['5640', '5641']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'asbjorntheman']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue445096'
versions = []
```
</p></details>
| hasattr does not support name mangling | https://api.github.com/repos/python/cpython/issues/34844/comments | 2 | 2001-07-27T09:18:18Z | 2022-04-09T21:37:00Z | https://github.com/python/cpython/issues/34844 | 1,198,778,648 | 34,844 |
[
"python",
"cpython"
] | BPO | [444984](https://bugs.python.org/issue444984)
--- | :---
Nosy | @brettcannon, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-06-28.07:23:46.000>
created_at = <Date 2001-07-26.23:38:38.000>
labels = ['interpreter-core', 'type-feature']
title = 'Type comparison'
updated_at = <Date 2003-06-28.07:23:46.000>
user = 'https://bugs.python.org/kirillsimonov'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-28.07:23:46.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-26.23:38:38.000>
creator = 'kirill_simonov'
dependencies = []
files = []
hgrepos = []
issue_num = 444984
keywords = []
message_count = 4.0
messages = ['53194', '53195', '53196', '53197']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'kirill_simonov', 'gregsmith', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444984'
versions = []
```
</p></details>
| Type comparison | https://api.github.com/repos/python/cpython/issues/34843/comments | 4 | 2001-07-26T23:38:38Z | 2022-04-09T21:36:58Z | https://github.com/python/cpython/issues/34843 | 1,198,778,643 | 34,843 |
[
"python",
"cpython"
] | BPO | [444913](https://bugs.python.org/issue444913)
--- | :---
Nosy | @gvanrossum, @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-06-22.10:44:25.000>
created_at = <Date 2001-07-26.20:21:31.000>
labels = ['library']
title = "cgi.FieldStorage doesn't have __nonzero_"
updated_at = <Date 2007-06-22.10:44:25.000>
user = 'https://bugs.python.org/ianbicking'
```
bugs.python.org fields:
```python
activity = <Date 2007-06-22.10:44:25.000>
actor = 'petersidor'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-26.20:21:31.000>
creator = 'ianbicking'
dependencies = []
files = []
hgrepos = []
issue_num = 444913
keywords = []
message_count = 5.0
messages = ['5635', '5636', '5637', '5638', '5639']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'loewis', 'ianbicking', 'petersidor']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444913'
versions = []
```
</p></details>
| cgi.FieldStorage doesn't have __nonzero_ | https://api.github.com/repos/python/cpython/issues/34842/comments | 5 | 2001-07-26T20:21:31Z | 2022-04-09T21:36:57Z | https://github.com/python/cpython/issues/34842 | 1,198,778,641 | 34,842 |
[
"python",
"cpython"
] | BPO | [444854](https://bugs.python.org/issue444854)
--- | :---
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 = None
closed_at = <Date 2001-08-16.14:08:23.000>
created_at = <Date 2001-07-26.16:55:17.000>
labels = ['library']
title = "Distutils config _link doesn't clean up"
updated_at = <Date 2001-08-16.14:08:23.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.14:08:23.000>
actor = 'akuchling'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-26.16:55:17.000>
creator = 'twburton'
dependencies = []
files = []
hgrepos = []
issue_num = 444854
keywords = ['patch']
message_count = 3.0
messages = ['37089', '37090', '37091']
nosy_count = 2.0
nosy_names = ['akuchling', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444854'
versions = []
```
</p></details>
| Distutils config _link doesn't clean up | https://api.github.com/repos/python/cpython/issues/34841/comments | 3 | 2001-07-26T16:55:17Z | 2022-04-09T21:36:56Z | https://github.com/python/cpython/issues/34841 | 1,198,778,633 | 34,841 |
[
"python",
"cpython"
] | BPO | [444842](https://bugs.python.org/issue444842)
--- | :---
Nosy | @gvanrossum, @tim-one, @freddrake, @arigo
<sup>*Note: these values reflect the state of the issue at 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 2001-08-01.16:51:08.000>
created_at = <Date 2001-07-26.15:51:30.000>
labels = ['docs']
title = "array's buffer_info() -> length in bytes"
updated_at = <Date 2001-08-01.16:51:08.000>
user = 'https://github.com/arigo'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-01.16:51:08.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-26.15:51:30.000>
creator = 'arigo'
dependencies = []
files = []
hgrepos = []
issue_num = 444842
keywords = []
message_count = 5.0
messages = ['5630', '5631', '5632', '5633', '5634']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'fdrake', 'arigo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444842'
versions = []
```
</p></details>
| array's buffer_info() -> length in bytes | https://api.github.com/repos/python/cpython/issues/34840/comments | 5 | 2001-07-26T15:51:30Z | 2022-04-09T21:36:56Z | https://github.com/python/cpython/issues/34840 | 1,198,778,627 | 34,840 |
[
"python",
"cpython"
] | BPO | [444805](https://bugs.python.org/issue444805)
--- | :---
Nosy | @loewis, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-05-13.00:29:47.000>
created_at = <Date 2001-07-26.14:21:49.000>
labels = ['type-feature']
title = 'More functions in the C API!'
updated_at = <Date 2003-05-13.00:29:47.000>
user = 'https://bugs.python.org/msjogren'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-13.00:29:47.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-26.14:21:49.000>
creator = 'msjogren'
dependencies = []
files = []
hgrepos = []
issue_num = 444805
keywords = []
message_count = 3.0
messages = ['53191', '53192', '53193']
nosy_count = 3.0
nosy_names = ['loewis', 'brett.cannon', 'msjogren']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444805'
versions = []
```
</p></details>
| More functions in the C API! | https://api.github.com/repos/python/cpython/issues/34839/comments | 3 | 2001-07-26T14:21:49Z | 2022-04-09T21:36:54Z | https://github.com/python/cpython/issues/34839 | 1,198,778,622 | 34,839 |
[
"python",
"cpython"
] | BPO | [444797](https://bugs.python.org/issue444797)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[dynloadpatch.txt](https://bugs.python.org/file104/dynloadpatch.txt "Uploaded as text/plain at 2001-07-26.17:18:43 by @gvanrossum"): Context diff of above file relative to Python 2.0</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 2001-07-26.20:52:11.000>
created_at = <Date 2001-07-26.13:57:40.000>
labels = ['interpreter-core']
title = 'dlopen fails loading shared lib modules'
updated_at = <Date 2001-07-26.20:52:11.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-26.20:52:11.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-26.13:57:40.000>
creator = 'anonymous'
dependencies = []
files = ['104']
hgrepos = []
issue_num = 444797
keywords = []
message_count = 5.0
messages = ['5625', '5626', '5627', '5628', '5629']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'dts']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444797'
versions = []
```
</p></details>
| dlopen fails loading shared lib modules | https://api.github.com/repos/python/cpython/issues/34838/comments | 5 | 2001-07-26T13:57:40Z | 2022-04-09T21:36:53Z | https://github.com/python/cpython/issues/34838 | 1,198,778,617 | 34,838 |
[
"python",
"cpython"
] | BPO | [444750](https://bugs.python.org/issue444750)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[python-cvs.diff](https://bugs.python.org/file3463/python-cvs.diff "Uploaded as text/plain at 2001-07-26.11:20:55 by nobody")</li><li>[posixmodule.c.diff](https://bugs.python.org/file3464/posixmodule.c.diff "Uploaded as text/plain at 2001-08-13.21:03:40 by @loewis")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-09-05.19:24:22.000>
created_at = <Date 2001-07-26.11:20:54.000>
labels = ['library']
title = 'os.statvfs support for BSD'
updated_at = <Date 2001-09-05.19:24:22.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-05.19:24:22.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-26.11:20:54.000>
creator = 'anonymous'
dependencies = []
files = ['3463', '3464']
hgrepos = []
issue_num = 444750
keywords = ['patch']
message_count = 6.0
messages = ['37083', '37084', '37085', '37086', '37087', '37088']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nobody', 'loewis']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444750'
versions = []
```
</p></details>
| os.statvfs support for BSD | https://api.github.com/repos/python/cpython/issues/34837/comments | 6 | 2001-07-26T11:20:54Z | 2022-04-09T21:36:52Z | https://github.com/python/cpython/issues/34837 | 1,198,778,614 | 34,837 |
[
"python",
"cpython"
] | BPO | [444708](https://bugs.python.org/issue444708)
--- | :---
Nosy | @mwhudson, @gvanrossum, @freddrake, @doerwalter
Files | <li>[diff.txt](https://bugs.python.org/file8186/diff.txt "Uploaded as text/plain at 2002-04-19.14:50:29 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/doerwalter'
closed_at = <Date 2002-04-22.18:45:09.000>
created_at = <Date 2001-07-26.08:35:16.000>
labels = ['interpreter-core', 'type-feature']
title = 'Optional argument for string.strip()'
updated_at = <Date 2002-04-22.18:45:09.000>
user = 'https://bugs.python.org/brunns'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-22.18:45:09.000>
actor = 'doerwalter'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-26.08:35:16.000>
creator = 'brunns'
dependencies = []
files = ['8186']
hgrepos = []
issue_num = 444708
keywords = []
message_count = 14.0
messages = ['53177', '53178', '53179', '53180', '53181', '53182', '53183', '53184', '53185', '53186', '53187', '53188', '53189', '53190']
nosy_count = 6.0
nosy_names = ['mwh', 'gvanrossum', 'fdrake', 'doerwalter', 'shaleh', 'brunns']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444708'
versions = []
```
</p></details>
| Optional argument for string.strip() | https://api.github.com/repos/python/cpython/issues/34836/comments | 14 | 2001-07-26T08:35:16Z | 2022-04-09T21:36:52Z | https://github.com/python/cpython/issues/34836 | 1,198,778,609 | 34,836 |
[
"python",
"cpython"
] | BPO | [444707](https://bugs.python.org/issue444707)
--- | :---
Nosy | @gvanrossum, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2001-08-11.03:29:20.000>
created_at = <Date 2001-07-26.08:27:06.000>
labels = ['type-feature', 'docs']
title = 'cgi.escape() should replace single quote'
updated_at = <Date 2001-08-11.03:29:20.000>
user = 'https://bugs.python.org/zybi'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-11.03:29:20.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-26.08:27:06.000>
creator = 'zybi'
dependencies = []
files = []
hgrepos = []
issue_num = 444707
keywords = []
message_count = 3.0
messages = ['5622', '5623', '5624']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'fdrake', 'zybi']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444707'
versions = []
```
</p></details>
| cgi.escape() should replace single quote | https://api.github.com/repos/python/cpython/issues/34835/comments | 3 | 2001-07-26T08:27:06Z | 2022-04-09T21:36:50Z | https://github.com/python/cpython/issues/34835 | 1,198,778,606 | 34,835 |
[
"python",
"cpython"
] | BPO | [444683](https://bugs.python.org/issue444683)
--- | :---
Nosy | @mwhudson, @gvanrossum, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-08-30.13:13:10.000>
created_at = <Date 2001-07-26.05:27:10.000>
labels = ['expert-IDLE']
title = 'IDLE starts too late to enable "yield"'
updated_at = <Date 2001-08-30.13:13:10.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-30.13:13:10.000>
actor = 'gvanrossum'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2001-07-26.05:27:10.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 444683
keywords = []
message_count = 5.0
messages = ['5617', '5618', '5619', '5620', '5621']
nosy_count = 3.0
nosy_names = ['mwh', 'gvanrossum', 'tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444683'
versions = ['Python 2.2']
```
</p></details>
| IDLE starts too late to enable "yield" | https://api.github.com/repos/python/cpython/issues/34834/comments | 5 | 2001-07-26T05:27:10Z | 2022-04-09T21:36:49Z | https://github.com/python/cpython/issues/34834 | 1,198,778,596 | 34,834 |
[
"python",
"cpython"
] | BPO | [444589](https://bugs.python.org/issue444589)
--- | :---
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 2001-09-04.20:52:30.000>
created_at = <Date 2001-07-25.20:31:19.000>
labels = ['type-feature', 'library']
title = 'install_data.py does not record dirs'
updated_at = <Date 2001-09-04.20:52:30.000>
user = 'https://bugs.python.org/jnelson'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-04.20:52:30.000>
actor = 'jnelson'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-25.20:31:19.000>
creator = 'jnelson'
dependencies = []
files = []
hgrepos = []
issue_num = 444589
keywords = []
message_count = 5.0
messages = ['5612', '5613', '5614', '5615', '5616']
nosy_count = 2.0
nosy_names = ['akuchling', 'jnelson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444589'
versions = []
```
</p></details>
| install_data.py does not record dirs | https://api.github.com/repos/python/cpython/issues/34833/comments | 5 | 2001-07-25T20:31:19Z | 2022-04-09T21:36:48Z | https://github.com/python/cpython/issues/34833 | 1,198,778,592 | 34,833 |
[
"python",
"cpython"
] | BPO | [444582](https://bugs.python.org/issue444582)
--- | :---
Nosy | @loewis, @birkenfeld, @abalkin, @pitrou, @vstinner, @giampaolo, @tiran, @devdanzin, @tarekziade, @merwok, @agbuckley, @bitdancer, @voidspace, @briancurtin, @petere, @sandrotosi, @takluyver
Files | <li>[find_in_path.py](https://bugs.python.org/file8185/find_in_path.py "Uploaded as text/plain at 2001-07-25.20:13:54 by edemaine"): Reference implementation of which and find_in_path (which anyone is free to use)</li><li>[shutil_which.patch](https://bugs.python.org/file15381/shutil_which.patch "Uploaded as text/plain at 2009-11-23.04:41:29 by @briancurtin"): patch against 76432</li><li>[which.py](https://bugs.python.org/file16441/which.py "Uploaded as text/plain at 2010-03-05.00:21:33 by iki"): Another reference implementation as a standalone module based on '2010-01-13 shutil_which.patch' with several fixes, mostly but not only for windows</li><li>[which.py](https://bugs.python.org/file16447/which.py "Uploaded as text/plain at 2010-03-05.10:05:11 by iki"): Updated version of reference implementation as a standalone module</li><li>[which.py](https://bugs.python.org/file16459/which.py "Uploaded as text/plain at 2010-03-05.12:38:55 by iki"): Updated version of reference implementation as a standalone module</li><li>[shutil_which_82778.patch](https://bugs.python.org/file17957/shutil_which_82778.patch "Uploaded as text/plain at 2010-07-12.05:24:31 by iki"): patch against 82778</li><li>[which.py](https://bugs.python.org/file17958/which.py "Uploaded as text/plain at 2010-07-12.05:25:45 by iki"): updated reference implementation as a standalone module</li><li>[shutil_which_82778.patch](https://bugs.python.org/file17962/shutil_which_82778.patch "Uploaded as text/plain at 2010-07-12.13:38:22 by iki"): updated patch against 82778</li><li>[which.py](https://bugs.python.org/file17963/which.py "Uploaded as text/plain at 2010-07-12.13:39:14 by iki"): updated reference implementation as a standalone module</li><li>[shutil_which_82778.patch](https://bugs.python.org/file18000/shutil_which_82778.patch "Uploaded as text/plain at 2010-07-14.15:31:08 by iki"): updated patch against 82778</li><li>[which.py](https://bugs.python.org/file18001/which.py "Uploaded as text/plain at 2010-07-14.15:31:44 by iki"): updated reference implementation as a standalone module</li><li>[pathtest.bat](https://bugs.python.org/file23797/pathtest.bat "Uploaded as text/plain at 2011-11-28.12:06:07 by weeble"): Batch file demonstrating Windows PATH behaviour with quoted paths</li><li>[issue444582.diff](https://bugs.python.org/file26054/issue444582.diff "Uploaded as text/plain at 2012-06-19.18:38:06 by @briancurtin")</li><li>[issue444582_v2.diff](https://bugs.python.org/file26059/issue444582_v2.diff "Uploaded as text/plain at 2012-06-20.05:53:17 by @briancurtin")</li><li>[issue444582_v3.diff](https://bugs.python.org/file26078/issue444582_v3.diff "Uploaded as text/plain at 2012-06-21.22:29:52 by @briancurtin")</li><li>[issue444582_v4.diff](https://bugs.python.org/file26090/issue444582_v4.diff "Uploaded as text/plain at 2012-06-22.19:38:52 by @briancurtin")</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/briancurtin'
closed_at = <Date 2013-03-25.18:16:48.919>
created_at = <Date 2001-07-25.20:13:53.000>
labels = ['type-feature', 'library']
title = 'Finding programs in PATH, adding shutil.which'
updated_at = <Date 2013-03-25.18:16:48.918>
user = 'https://bugs.python.org/edemaine'
```
bugs.python.org fields:
```python
activity = <Date 2013-03-25.18:16:48.918>
actor = 'eric.araujo'
assignee = 'brian.curtin'
closed = True
closed_date = <Date 2013-03-25.18:16:48.919>
closer = 'eric.araujo'
components = ['Library (Lib)']
creation = <Date 2001-07-25.20:13:53.000>
creator = 'edemaine'
dependencies = []
files = ['8185', '15381', '16441', '16447', '16459', '17957', '17958', '17962', '17963', '18000', '18001', '23797', '26054', '26059', '26078', '26090']
hgrepos = []
issue_num = 444582
keywords = ['patch']
message_count = 61.0
messages = ['53174', '53175', '53176', '55402', '57774', '83484', '95614', '100444', '100460', '100469', '106046', '106055', '109234', '109554', '109583', '109587', '109764', '110033', '110034', '110049', '110068', '110073', '110084', '110085', '110291', '113241', '113285', '113944', '115016', '121398', '121424', '124996', '125222', '125233', '134306', '148475', '163201', '163242', '163253', '163376', '163454', '163466', '163479', '163481', '163482', '163483', '163484', '163485', '163487', '163488', '163490', '163492', '163493', '163764', '163800', '163802', '179889', '179891', '185218', '185220', '185221']
nosy_count = 31.0
nosy_names = ['loewis', 'tmick', 'georg.brandl', 'edemaine', 'belopolsky', 'pitrou', 'vstinner', 'wrstlprmpft', 'giampaolo.rodola', 'christian.heimes', 'ajaksu2', 'sfllaw', 'schmir', 'tarek', 'eric.araujo', 'Christophe Simonis', 'andybuckley', 'weeble', 'r.david.murray', 'tleeuwenburg@gmail.com', 'michael.foord', 'brian.curtin', 'meatballhat', 'petere', 'sandro.tosi', 'iki', 'BreamoreBoy', 'Iztok.Kavkler', 'python-dev', 'takluyver', 'Omega_Weapon']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444582'
versions = ['Python 3.3']
```
</p></details>
| Finding programs in PATH, adding shutil.which | https://api.github.com/repos/python/cpython/issues/34832/comments | 61 | 2001-07-25T20:13:53Z | 2022-04-09T21:36:47Z | https://github.com/python/cpython/issues/34832 | 1,198,778,590 | 34,832 |
[
"python",
"cpython"
] | BPO | [444514](https://bugs.python.org/issue444514)
--- | :---
Nosy | @malemburg, @loewis, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2003-05-18.12:31:49.000>
created_at = <Date 2001-07-25.16:10:25.000>
labels = ['expert-unicode']
title = 'raw-unicode-escape codec fails roundtrip'
updated_at = <Date 2003-05-18.12:31:49.000>
user = 'https://github.com/malemburg'
```
bugs.python.org fields:
```python
activity = <Date 2003-05-18.12:31:49.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2001-07-25.16:10:25.000>
creator = 'lemburg'
dependencies = []
files = []
hgrepos = []
issue_num = 444514
keywords = []
message_count = 6.0
messages = ['5606', '5607', '5608', '5609', '5610', '5611']
nosy_count = 3.0
nosy_names = ['lemburg', 'loewis', 'brett.cannon']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444514'
versions = []
```
</p></details>
| raw-unicode-escape codec fails roundtrip | https://api.github.com/repos/python/cpython/issues/34831/comments | 6 | 2001-07-25T16:10:25Z | 2022-04-09T21:36:46Z | https://github.com/python/cpython/issues/34831 | 1,198,778,586 | 34,831 |
[
"python",
"cpython"
] | BPO | [444512](https://bugs.python.org/issue444512)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-08-11.20:28:33.000>
created_at = <Date 2001-07-25.16:04:39.000>
labels = ['invalid']
title = 'pydoc: Mozilla does not use localhost'
updated_at = <Date 2001-08-11.20:28:33.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-11.20:28:33.000>
actor = 'ping'
assignee = 'ping'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2001-07-25.16:04:39.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 444512
keywords = []
message_count = 2.0
messages = ['5604', '5605']
nosy_count = 1.0
nosy_names = ['ping']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444512'
versions = []
```
</p></details>
| pydoc: Mozilla does not use localhost | https://api.github.com/repos/python/cpython/issues/34830/comments | 2 | 2001-07-25T16:04:39Z | 2022-04-09T21:36:44Z | https://github.com/python/cpython/issues/34830 | 1,198,778,582 | 34,830 |
[
"python",
"cpython"
] | BPO | [444510](https://bugs.python.org/issue444510)
--- | :---
Nosy | @gvanrossum, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-07-26.20:42:15.000>
created_at = <Date 2001-07-25.16:03:19.000>
labels = ['interpreter-core']
title = 'int() should guarantee truncation'
updated_at = <Date 2001-07-26.20:42:15.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-26.20:42:15.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-25.16:03:19.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 444510
keywords = []
message_count = 7.0
messages = ['5597', '5598', '5599', '5600', '5601', '5602', '5603']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444510'
versions = []
```
</p></details>
| int() should guarantee truncation | https://api.github.com/repos/python/cpython/issues/34829/comments | 7 | 2001-07-25T16:03:19Z | 2022-04-09T21:36:44Z | https://github.com/python/cpython/issues/34829 | 1,198,778,579 | 34,829 |
[
"python",
"cpython"
] | BPO | [444493](https://bugs.python.org/issue444493)
--- | :---
Nosy | @malemburg, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2001-07-25.16:08:18.000>
created_at = <Date 2001-07-25.15:04:59.000>
labels = ['expert-unicode']
title = "u'\\U00010001' segfaults with current CVS"
updated_at = <Date 2001-07-25.16:08:18.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-25.16:08:18.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2001-07-25.15:04:59.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 444493
keywords = []
message_count = 3.0
messages = ['5594', '5595', '5596']
nosy_count = 2.0
nosy_names = ['lemburg', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444493'
versions = []
```
</p></details>
| u'\U00010001' segfaults with current CVS | https://api.github.com/repos/python/cpython/issues/34828/comments | 3 | 2001-07-25T15:04:59Z | 2022-04-09T21:36:43Z | https://github.com/python/cpython/issues/34828 | 1,198,778,573 | 34,828 |
[
"python",
"cpython"
] | BPO | [444486](https://bugs.python.org/issue444486)
--- | :---
Nosy | @gvanrossum, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2001-08-04.03:11:41.000>
created_at = <Date 2001-07-25.14:55:29.000>
labels = ['interpreter-core']
title = 'Potential leak in Py_InitModule4()'
updated_at = <Date 2001-08-04.03:11:41.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-04.03:11:41.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-25.14:55:29.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 444486
keywords = []
message_count = 2.0
messages = ['5592', '5593']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'fdrake']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444486'
versions = []
```
</p></details>
| Potential leak in Py_InitModule4() | https://api.github.com/repos/python/cpython/issues/34827/comments | 2 | 2001-07-25T14:55:29Z | 2022-04-09T21:36:42Z | https://github.com/python/cpython/issues/34827 | 1,198,778,570 | 34,827 |
[
"python",
"cpython"
] | BPO | [444359](https://bugs.python.org/issue444359)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[import.patch](https://bugs.python.org/file3462/import.patch "Uploaded as text/plain at 2001-07-25.06:16:26 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 2001-08-02.07:16:03.000>
created_at = <Date 2001-07-25.06:16:24.000>
labels = ['library']
title = 'Remove unused imports'
updated_at = <Date 2001-08-02.07:16:03.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-02.07:16:03.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-25.06:16:24.000>
creator = 'loewis'
dependencies = []
files = ['3462']
hgrepos = []
issue_num = 444359
keywords = ['patch']
message_count = 6.0
messages = ['37077', '37078', '37079', '37080', '37081', '37082']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'jhylton']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444359'
versions = []
```
</p></details>
| Remove unused imports | https://api.github.com/repos/python/cpython/issues/34826/comments | 6 | 2001-07-25T06:16:24Z | 2022-04-09T21:36:40Z | https://github.com/python/cpython/issues/34826 | 1,198,778,565 | 34,826 |
[
"python",
"cpython"
] | BPO | [444229](https://bugs.python.org/issue444229)
--- | :---
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 2001-08-06.16:50:50.000>
created_at = <Date 2001-07-24.19:32:13.000>
labels = ['interpreter-core']
title = "5 .__new__(list, '42') == 42"
updated_at = <Date 2001-08-06.16:50:50.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-06.16:50:50.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-24.19:32:13.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 444229
keywords = []
message_count = 2.0
messages = ['5590', '5591']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444229'
versions = ['Python 2.2']
```
</p></details>
| 5 .__new__(list, '42') == 42 | https://api.github.com/repos/python/cpython/issues/34825/comments | 2 | 2001-07-24T19:32:13Z | 2022-04-09T21:36:39Z | https://github.com/python/cpython/issues/34825 | 1,198,778,556 | 34,825 |
[
"python",
"cpython"
] | BPO | [444201](https://bugs.python.org/issue444201)
--- | :---
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 2001-08-07.17:32:47.000>
created_at = <Date 2001-07-24.18:33:40.000>
labels = ['interpreter-core']
title = 'Add Py-compile prefixes for getset'
updated_at = <Date 2001-08-07.17:32:47.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-07.17:32:47.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-24.18:33:40.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 444201
keywords = []
message_count = 2.0
messages = ['5588', '5589']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444201'
versions = ['Python 2.2']
```
</p></details>
| Add Py-compile prefixes for getset | https://api.github.com/repos/python/cpython/issues/34824/comments | 2 | 2001-07-24T18:33:40Z | 2022-04-09T21:36:38Z | https://github.com/python/cpython/issues/34824 | 1,198,778,553 | 34,824 |
[
"python",
"cpython"
] | BPO | [444129](https://bugs.python.org/issue444129)
--- | :---
Nosy | @gvanrossum, @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-03-28.01:44:35.000>
created_at = <Date 2001-07-24.15:12:21.000>
labels = ['OS-windows']
title = 'python20 dll not found'
updated_at = <Date 2002-03-28.01:44:35.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-28.01:44:35.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-24.15:12:21.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 444129
keywords = []
message_count = 20.0
messages = ['5568', '5569', '5570', '5571', '5572', '5573', '5574', '5575', '5576', '5577', '5578', '5579', '5580', '5581', '5582', '5583', '5584', '5585', '5586', '5587']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'nobody', 'mhammond']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue444129'
versions = []
```
</p></details>
| python20 dll not found | https://api.github.com/repos/python/cpython/issues/34823/comments | 20 | 2001-07-24T15:12:21Z | 2022-04-09T21:36:37Z | https://github.com/python/cpython/issues/34823 | 1,198,778,549 | 34,823 |
[
"python",
"cpython"
] | BPO | [444004](https://bugs.python.org/issue444004)
--- | :---
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 2001-07-24.16:39:06.000>
created_at = <Date 2001-07-24.06:26:28.000>
labels = ['type-feature', 'docs']
title = 'distutils not mentioned in library docs'
updated_at = <Date 2001-07-24.16:39:06.000>
user = 'https://bugs.python.org/anthonybaxter'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-24.16:39:06.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-24.06:26:28.000>
creator = 'anthonybaxter'
dependencies = []
files = []
hgrepos = []
issue_num = 444004
keywords = []
message_count = 2.0
messages = ['5566', '5567']
nosy_count = 2.0
nosy_names = ['fdrake', 'anthonybaxter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue444004'
versions = []
```
</p></details>
| distutils not mentioned in library docs | https://api.github.com/repos/python/cpython/issues/34822/comments | 2 | 2001-07-24T06:26:28Z | 2022-04-09T21:36:36Z | https://github.com/python/cpython/issues/34822 | 1,198,778,545 | 34,822 |
[
"python",
"cpython"
] | BPO | [443899](https://bugs.python.org/issue443899)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[gzip.patch](https://bugs.python.org/file3460/gzip.patch "Uploaded as text/plain at 2001-07-23.19:35:15 by titus"): cvs diff results on gzip.py</li><li>[gzip.patch](https://bugs.python.org/file3461/gzip.patch "Uploaded as text/plain at 2001-08-16.18:42:17 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-03-11.06:47:27.000>
created_at = <Date 2001-07-23.19:35:14.000>
labels = ['library']
title = 'Minor fix to gzip.py module.'
updated_at = <Date 2002-03-11.06:47:27.000>
user = 'https://bugs.python.org/titus'
```
bugs.python.org fields:
```python
activity = <Date 2002-03-11.06:47:27.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-23.19:35:14.000>
creator = 'titus'
dependencies = []
files = ['3460', '3461']
hgrepos = []
issue_num = 443899
keywords = ['patch']
message_count = 8.0
messages = ['37069', '37070', '37071', '37072', '37073', '37074', '37075', '37076']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'titus']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443899'
versions = []
```
</p></details>
| Minor fix to gzip.py module. | https://api.github.com/repos/python/cpython/issues/34821/comments | 8 | 2001-07-23T19:35:14Z | 2022-04-09T21:36:35Z | https://github.com/python/cpython/issues/34821 | 1,198,778,540 | 34,821 |
[
"python",
"cpython"
] | BPO | [443866](https://bugs.python.org/issue443866)
--- | :---
Nosy | @gvanrossum, @tim-one, @smontanaro
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2002-07-11.18:11:34.000>
created_at = <Date 2001-07-23.17:48:19.000>
labels = ['interpreter-core']
title = 'Evaluating func_code causing core dump'
updated_at = <Date 2002-07-11.18:11:34.000>
user = 'https://bugs.python.org/jhogg'
```
bugs.python.org fields:
```python
activity = <Date 2002-07-11.18:11:34.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-23.17:48:19.000>
creator = 'jhogg'
dependencies = []
files = []
hgrepos = []
issue_num = 443866
keywords = []
message_count = 7.0
messages = ['5559', '5560', '5561', '5562', '5563', '5564', '5565']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'tim.peters', 'jhylton', 'skip.montanaro', 'jhogg']
pr_nums = []
priority = 'low'
resolution = 'later'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443866'
versions = ['Python 2.2']
```
</p></details>
| Evaluating func_code causing core dump | https://api.github.com/repos/python/cpython/issues/34820/comments | 7 | 2001-07-23T17:48:19Z | 2022-04-09T21:36:33Z | https://github.com/python/cpython/issues/34820 | 1,198,778,533 | 34,820 |
[
"python",
"cpython"
] | BPO | [443793](https://bugs.python.org/issue443793)
--- | :---
Nosy | @gvanrossum, @kupuguy
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-07-23.13:51:09.000>
created_at = <Date 2001-07-23.13:49:17.000>
labels = ['interpreter-core']
title = 'Subclassed dictionary gives SystemError'
updated_at = <Date 2001-07-23.13:51:09.000>
user = 'https://github.com/kupuguy'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-23.13:51:09.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-23.13:49:17.000>
creator = 'duncanb'
dependencies = []
files = []
hgrepos = []
issue_num = 443793
keywords = []
message_count = 2.0
messages = ['5557', '5558']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'duncanb']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443793'
versions = ['Python 2.2']
```
</p></details>
| Subclassed dictionary gives SystemError | https://api.github.com/repos/python/cpython/issues/34819/comments | 2 | 2001-07-23T13:49:17Z | 2022-04-09T21:36:33Z | https://github.com/python/cpython/issues/34819 | 1,198,778,528 | 34,819 |
[
"python",
"cpython"
] | BPO | [443788](https://bugs.python.org/issue443788)
--- | :---
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 2001-07-23.19:23:19.000>
created_at = <Date 2001-07-23.13:17:55.000>
labels = ['docs']
title = 'Small documentation fixes'
updated_at = <Date 2001-07-23.19:23:19.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-23.19:23:19.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-23.13:17:55.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 443788
keywords = ['patch']
message_count = 2.0
messages = ['37067', '37068']
nosy_count = 1.0
nosy_names = ['fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443788'
versions = []
```
</p></details>
| Small documentation fixes | https://api.github.com/repos/python/cpython/issues/34818/comments | 2 | 2001-07-23T13:17:55Z | 2022-04-09T21:36:32Z | https://github.com/python/cpython/issues/34818 | 1,198,778,523 | 34,818 |
[
"python",
"cpython"
] | BPO | [443784](https://bugs.python.org/issue443784)
--- | :---
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 2001-12-06.15:11:39.000>
created_at = <Date 2001-07-23.12:59:54.000>
labels = ['OS-windows']
title = 'test_poll hangs in cygwin'
updated_at = <Date 2001-12-06.15:11:39.000>
user = 'https://bugs.python.org/jepler'
```
bugs.python.org fields:
```python
activity = <Date 2001-12-06.15:11:39.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-23.12:59:54.000>
creator = 'jepler'
dependencies = []
files = []
hgrepos = []
issue_num = 443784
keywords = []
message_count = 3.0
messages = ['5554', '5555', '5556']
nosy_count = 3.0
nosy_names = ['mwh', 'tim.peters', 'jepler']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443784'
versions = []
```
</p></details>
| test_poll hangs in cygwin | https://api.github.com/repos/python/cpython/issues/34817/comments | 3 | 2001-07-23T12:59:54Z | 2022-04-09T21:36:31Z | https://github.com/python/cpython/issues/34817 | 1,198,778,521 | 34,817 |
[
"python",
"cpython"
] | BPO | [443783](https://bugs.python.org/issue443783)
--- | :---
Nosy | @gvanrossum, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-09-05.19:00:12.000>
created_at = <Date 2001-07-23.12:58:13.000>
labels = ['OS-windows']
title = 'Cygwin32 builds threads, but they hang'
updated_at = <Date 2001-09-05.19:00:12.000>
user = 'https://bugs.python.org/jepler'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-05.19:00:12.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-23.12:58:13.000>
creator = 'jepler'
dependencies = []
files = []
hgrepos = []
issue_num = 443783
keywords = []
message_count = 5.0
messages = ['5549', '5550', '5551', '5552', '5553']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'jepler']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443783'
versions = []
```
</p></details>
| Cygwin32 builds threads, but they hang | https://api.github.com/repos/python/cpython/issues/34816/comments | 5 | 2001-07-23T12:58:13Z | 2022-04-09T21:36:30Z | https://github.com/python/cpython/issues/34816 | 1,198,778,518 | 34,816 |
[
"python",
"cpython"
] | BPO | [443775](https://bugs.python.org/issue443775)
--- | :---
Nosy | @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-03-16.05:27:07.000>
created_at = <Date 2001-07-23.12:34:53.000>
labels = ['interpreter-core', 'type-feature']
title = 'Update to the BEGIN_ALLOW_THREADS macros'
updated_at = <Date 2007-03-16.05:27:07.000>
user = 'https://bugs.python.org/msjogren'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-16.05:27:07.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-23.12:34:53.000>
creator = 'msjogren'
dependencies = []
files = []
hgrepos = []
issue_num = 443775
keywords = []
message_count = 4.0
messages = ['53170', '53171', '53172', '53173']
nosy_count = 4.0
nosy_names = ['nnorwitz', 'brett.cannon', 'dubnerm', 'msjogren']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue443775'
versions = []
```
</p></details>
| Update to the BEGIN_ALLOW_THREADS macros | https://api.github.com/repos/python/cpython/issues/34815/comments | 4 | 2001-07-23T12:34:53Z | 2022-04-09T21:36:28Z | https://github.com/python/cpython/issues/34815 | 1,198,778,514 | 34,815 |
[
"python",
"cpython"
] | BPO | [443762](https://bugs.python.org/issue443762)
--- | :---
Nosy | @gvanrossum, @tim-one, @kupuguy
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-09-05.20:44:53.000>
created_at = <Date 2001-07-23.11:07:01.000>
labels = ['interpreter-core']
title = 'dictionary type ignores argument list'
updated_at = <Date 2001-09-05.20:44:53.000>
user = 'https://github.com/kupuguy'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-05.20:44:53.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-23.11:07:01.000>
creator = 'duncanb'
dependencies = []
files = []
hgrepos = []
issue_num = 443762
keywords = []
message_count = 4.0
messages = ['5545', '5546', '5547', '5548']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'duncanb']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443762'
versions = ['Python 2.2']
```
</p></details>
| dictionary type ignores argument list | https://api.github.com/repos/python/cpython/issues/34814/comments | 4 | 2001-07-23T11:07:01Z | 2022-04-09T21:36:27Z | https://github.com/python/cpython/issues/34814 | 1,198,778,509 | 34,814 |
[
"python",
"cpython"
] | BPO | [443759](https://bugs.python.org/issue443759)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[/home/moshez/readline_patch](https://bugs.python.org/file3459//home/moshez/readline_patch "Uploaded as application/octet-stream at 2001-07-23.11:02:10 by moshez")</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 2001-10-19.01:19:01.000>
created_at = <Date 2001-07-23.11:02:10.000>
labels = ['extension-modules']
title = "Add Interface to readline's add_history"
updated_at = <Date 2001-10-19.01:19:01.000>
user = 'https://bugs.python.org/moshez'
```
bugs.python.org fields:
```python
activity = <Date 2001-10-19.01:19:01.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-23.11:02:10.000>
creator = 'moshez'
dependencies = []
files = ['3459']
hgrepos = []
issue_num = 443759
keywords = ['patch']
message_count = 3.0
messages = ['37064', '37065', '37066']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'moshez']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443759'
versions = []
```
</p></details>
| Add Interface to readline's add_history | https://api.github.com/repos/python/cpython/issues/34813/comments | 3 | 2001-07-23T11:02:10Z | 2022-04-09T21:36:26Z | https://github.com/python/cpython/issues/34813 | 1,198,778,505 | 34,813 |
[
"python",
"cpython"
] | BPO | [443673](https://bugs.python.org/issue443673)
--- | :---
Nosy | @loewis
Files | <li>[getaddrinfo.c.diff](https://bugs.python.org/file3458/getaddrinfo.c.diff "Uploaded as text/plain at 2001-07-23.02:20:56 by jepler"): patch to getaddrinfo.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-24.06:45:55.000>
created_at = <Date 2001-07-23.02:20:55.000>
labels = ['OS-windows']
title = 'Build _socket on cygwin32'
updated_at = <Date 2001-07-24.06:45:55.000>
user = 'https://bugs.python.org/jepler'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-24.06:45:55.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-23.02:20:55.000>
creator = 'jepler'
dependencies = []
files = ['3458']
hgrepos = []
issue_num = 443673
keywords = ['patch']
message_count = 2.0
messages = ['37062', '37063']
nosy_count = 2.0
nosy_names = ['loewis', 'jepler']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443673'
versions = []
```
</p></details>
| Build _socket on cygwin32 | https://api.github.com/repos/python/cpython/issues/34812/comments | 2 | 2001-07-23T02:20:55Z | 2022-04-09T21:36:24Z | https://github.com/python/cpython/issues/34812 | 1,198,778,500 | 34,812 |
[
"python",
"cpython"
] | BPO | [443669](https://bugs.python.org/issue443669)
--- | :---
Nosy | @loewis
Files | <li>[setup.py.diff](https://bugs.python.org/file3457/setup.py.diff "Uploaded as text/plain at 2001-07-23.02:03:01 by jepler"): patch to setup.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-24.06:55:07.000>
created_at = <Date 2001-07-23.02:03:01.000>
labels = ['OS-windows']
title = 'Permit _tkinter to build on cygwin32'
updated_at = <Date 2001-07-24.06:55:07.000>
user = 'https://bugs.python.org/jepler'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-24.06:55:07.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-23.02:03:01.000>
creator = 'jepler'
dependencies = []
files = ['3457']
hgrepos = []
issue_num = 443669
keywords = ['patch']
message_count = 3.0
messages = ['37059', '37060', '37061']
nosy_count = 2.0
nosy_names = ['loewis', 'jepler']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443669'
versions = []
```
</p></details>
| Permit _tkinter to build on cygwin32 | https://api.github.com/repos/python/cpython/issues/34811/comments | 3 | 2001-07-23T02:03:01Z | 2022-04-09T21:36:23Z | https://github.com/python/cpython/issues/34811 | 1,198,778,499 | 34,811 |
[
"python",
"cpython"
] | BPO | [443626](https://bugs.python.org/issue443626)
--- | :---
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 2001-08-11.04:37:29.000>
created_at = <Date 2001-07-22.22:12:29.000>
labels = ['expert-IDLE']
title = 'TreeWidget cancellation problem'
updated_at = <Date 2001-08-11.04:37:29.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-11.04:37:29.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2001-07-22.22:12:29.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 443626
keywords = ['patch']
message_count = 2.0
messages = ['37057', '37058']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443626'
versions = []
```
</p></details>
| TreeWidget cancellation problem | https://api.github.com/repos/python/cpython/issues/34810/comments | 2 | 2001-07-22T22:12:29Z | 2022-04-09T21:36:23Z | https://github.com/python/cpython/issues/34810 | 1,198,778,496 | 34,810 |
[
"python",
"cpython"
] | BPO | [443614](https://bugs.python.org/issue443614)
--- | :---
Nosy | @gvanrossum, @tim-one, @smontanaro
Files | <li>[threading.diff](https://bugs.python.org/file103/threading.diff "Uploaded as text/plain at 2001-07-22.21:16:20 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 2001-08-19.04:28:02.000>
created_at = <Date 2001-07-22.21:16:20.000>
labels = ['type-feature', 'library']
title = 'enhancement for threading._Semaphore'
updated_at = <Date 2001-08-19.04:28:02.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-19.04:28:02.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-22.21:16:20.000>
creator = 'skip.montanaro'
dependencies = []
files = ['103']
hgrepos = []
issue_num = 443614
keywords = []
message_count = 8.0
messages = ['5537', '5538', '5539', '5540', '5541', '5542', '5543', '5544']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue443614'
versions = []
```
</p></details>
| enhancement for threading._Semaphore | https://api.github.com/repos/python/cpython/issues/34809/comments | 8 | 2001-07-22T21:16:20Z | 2022-04-09T21:36:22Z | https://github.com/python/cpython/issues/34809 | 1,198,778,488 | 34,809 |
[
"python",
"cpython"
] | BPO | [443600](https://bugs.python.org/issue443600)
--- | :---
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 2001-08-18.17:44:31.000>
created_at = <Date 2001-07-22.20:22:01.000>
labels = ['interpreter-core']
title = 'overload of the slicing operator'
updated_at = <Date 2001-08-18.17:44:31.000>
user = 'https://bugs.python.org/spacy73'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-18.17:44:31.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-22.20:22:01.000>
creator = 'spacy73'
dependencies = []
files = []
hgrepos = []
issue_num = 443600
keywords = []
message_count = 4.0
messages = ['5533', '5534', '5535', '5536']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'jhylton', 'spacy73']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443600'
versions = []
```
</p></details>
| overload of the slicing operator | https://api.github.com/repos/python/cpython/issues/34808/comments | 4 | 2001-07-22T20:22:01Z | 2022-04-09T21:36:21Z | https://github.com/python/cpython/issues/34808 | 1,198,778,486 | 34,808 |
[
"python",
"cpython"
] | BPO | [443559](https://bugs.python.org/issue443559)
--- | :---
Nosy | @gvanrossum, @freddrake
Files | <li>[newsitem.txt](https://bugs.python.org/file102/newsitem.txt "Uploaded as text/plain at 2001-07-22.17:23:38 by @gvanrossum"): Example of message from frustrated user on c.l.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/freddrake'
closed_at = <Date 2001-09-21.21:19:59.000>
created_at = <Date 2001-07-22.17:23:37.000>
labels = ['docs']
title = 'creating exceptions is underdocumented'
updated_at = <Date 2001-09-21.21:19:59.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-21.21:19:59.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-22.17:23:37.000>
creator = 'gvanrossum'
dependencies = []
files = ['102']
hgrepos = []
issue_num = 443559
keywords = []
message_count = 2.0
messages = ['5531', '5532']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443559'
versions = []
```
</p></details>
| creating exceptions is underdocumented | https://api.github.com/repos/python/cpython/issues/34807/comments | 2 | 2001-07-22T17:23:37Z | 2022-04-09T21:36:20Z | https://github.com/python/cpython/issues/34807 | 1,198,778,480 | 34,807 |
[
"python",
"cpython"
] | BPO | [443551](https://bugs.python.org/issue443551)
--- | :---
Nosy | @gvanrossum, @freddrake
Files | <li>[pydoc.diff](https://bugs.python.org/file3456/pydoc.diff "Uploaded as text/plain at 2001-07-22.16:22:14 by alex_coventry"): 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/freddrake'
closed_at = <Date 2001-07-23.19:48:59.000>
created_at = <Date 2001-07-22.16:22:13.000>
labels = []
title = 'Minor change to pager choice in pydoc.py'
updated_at = <Date 2001-07-23.19:48:59.000>
user = 'https://bugs.python.org/alexcoventry'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-23.19:48:59.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2001-07-22.16:22:13.000>
creator = 'alex_coventry'
dependencies = []
files = ['3456']
hgrepos = []
issue_num = 443551
keywords = ['patch']
message_count = 3.0
messages = ['37054', '37055', '37056']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'fdrake', 'alex_coventry']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443551'
versions = []
```
</p></details>
| Minor change to pager choice in pydoc.py | https://api.github.com/repos/python/cpython/issues/34806/comments | 3 | 2001-07-22T16:22:13Z | 2022-04-09T21:36:18Z | https://github.com/python/cpython/issues/34806 | 1,198,778,476 | 34,806 |
[
"python",
"cpython"
] | BPO | [443490](https://bugs.python.org/issue443490)
--- | :---
Nosy | @gvanrossum, @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 2001-08-10.18:14:56.000>
created_at = <Date 2001-07-22.07:47:05.000>
labels = ['expert-installation']
title = '2.2 Install on Linux/Mod Install Error'
updated_at = <Date 2001-08-10.18:14:56.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-10.18:14:56.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2001-07-22.07:47:05.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 443490
keywords = []
message_count = 8.0
messages = ['5523', '5524', '5525', '5526', '5527', '5528', '5529', '5530']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'nobody', 'akuchling', 'just_gnu_it']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443490'
versions = ['Python 2.2']
```
</p></details>
| 2.2 Install on Linux/Mod Install Error | https://api.github.com/repos/python/cpython/issues/34805/comments | 8 | 2001-07-22T07:47:05Z | 2022-04-09T21:36:17Z | https://github.com/python/cpython/issues/34805 | 1,198,778,471 | 34,805 |
[
"python",
"cpython"
] | BPO | [443474](https://bugs.python.org/issue443474)
--- | :---
Nosy | @gvanrossum
Files | <li>[divpatch2.txt](https://bugs.python.org/file3455/divpatch2.txt "Uploaded as text/plain at 2001-07-31.19:33:29 by @gvanrossum"): revised patch per revised PEP 238 (including graminit.c)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-31.19:33:29.000>
created_at = <Date 2001-07-22.04:21:08.000>
labels = ['interpreter-core']
title = 'from __future__ import division'
updated_at = <Date 2001-07-31.19:33:29.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-31.19:33:29.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-22.04:21:08.000>
creator = 'gvanrossum'
dependencies = []
files = ['3455']
hgrepos = []
issue_num = 443474
keywords = ['patch']
message_count = 3.0
messages = ['37051', '37052', '37053']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443474'
versions = []
```
</p></details>
| from __future__ import division | https://api.github.com/repos/python/cpython/issues/34804/comments | 3 | 2001-07-22T04:21:08Z | 2022-04-09T21:36:15Z | https://github.com/python/cpython/issues/34804 | 1,198,778,464 | 34,804 |
[
"python",
"cpython"
] | BPO | [443464](https://bugs.python.org/issue443464)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-08-06.20:58:45.000>
created_at = <Date 2001-07-22.01:58:38.000>
labels = []
title = 'Import Numeric RandomArray on 2.1.1'
updated_at = <Date 2001-08-06.20:58:45.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-06.20:58:45.000>
actor = 'jhylton'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-22.01:58:38.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 443464
keywords = []
message_count = 2.0
messages = ['5521', '5522']
nosy_count = 1.0
nosy_names = ['jhylton']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443464'
versions = []
```
</p></details>
| Import Numeric RandomArray on 2.1.1 | https://api.github.com/repos/python/cpython/issues/34803/comments | 2 | 2001-07-22T01:58:38Z | 2022-04-09T21:36:14Z | https://github.com/python/cpython/issues/34803 | 1,198,778,461 | 34,803 |
[
"python",
"cpython"
] | BPO | [443337](https://bugs.python.org/issue443337)
--- | :---
Nosy | @loewis
Files | <li>[imputil_patch.txt](https://bugs.python.org/file3454/imputil_patch.txt "Uploaded as text/plain at 2001-07-21.14:01:10 by gmcm"): context diff</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-28.20:34:27.000>
created_at = <Date 2001-07-21.14:01:10.000>
labels = ['library']
title = "incompatibilities in imputil's behavior"
updated_at = <Date 2001-07-28.20:34:27.000>
user = 'https://bugs.python.org/gmcm'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-28.20:34:27.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-21.14:01:10.000>
creator = 'gmcm'
dependencies = []
files = ['3454']
hgrepos = []
issue_num = 443337
keywords = ['patch']
message_count = 2.0
messages = ['37049', '37050']
nosy_count = 2.0
nosy_names = ['loewis', 'gmcm']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443337'
versions = []
```
</p></details>
| incompatibilities in imputil's behavior | https://api.github.com/repos/python/cpython/issues/34802/comments | 2 | 2001-07-21T14:01:10Z | 2022-04-09T21:36:13Z | https://github.com/python/cpython/issues/34802 | 1,198,778,456 | 34,802 |
[
"python",
"cpython"
] | BPO | [443239](https://bugs.python.org/issue443239)
--- | :---
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 2001-09-11.13:00:15.000>
created_at = <Date 2001-07-21.01:06:48.000>
labels = ['interpreter-core']
title = 'Python 2.2 & Boost.Python'
updated_at = <Date 2001-09-11.13:00:15.000>
user = 'https://bugs.python.org/rwgk'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-11.13:00:15.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-21.01:06:48.000>
creator = 'rwgk'
dependencies = []
files = []
hgrepos = []
issue_num = 443239
keywords = []
message_count = 3.0
messages = ['5518', '5519', '5520']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'rwgk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443239'
versions = ['Python 2.2']
```
</p></details>
| Python 2.2 & Boost.Python | https://api.github.com/repos/python/cpython/issues/34801/comments | 3 | 2001-07-21T01:06:48Z | 2022-04-09T21:36:13Z | https://github.com/python/cpython/issues/34801 | 1,198,778,451 | 34,801 |
[
"python",
"cpython"
] | BPO | [443238](https://bugs.python.org/issue443238)
--- | :---
Nosy | @mwhudson, @gvanrossum, @zopyx
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2001-12-07.13:16:42.000>
created_at = <Date 2001-07-21.00:55:47.000>
labels = ['expert-installation']
title = 'Perm. in ../lib/python2.2/lib-dynload '
updated_at = <Date 2001-12-07.13:16:42.000>
user = 'https://github.com/zopyx'
```
bugs.python.org fields:
```python
activity = <Date 2001-12-07.13:16:42.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2001-07-21.00:55:47.000>
creator = 'ajung'
dependencies = []
files = []
hgrepos = []
issue_num = 443238
keywords = []
message_count = 4.0
messages = ['5514', '5515', '5516', '5517']
nosy_count = 4.0
nosy_names = ['mwh', 'gvanrossum', 'ajung', 'just_gnu_it']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443238'
versions = ['Python 2.2']
```
</p></details>
| Perm. in ../lib/python2.2/lib-dynload | https://api.github.com/repos/python/cpython/issues/34800/comments | 4 | 2001-07-21T00:55:47Z | 2022-04-09T21:36:12Z | https://github.com/python/cpython/issues/34800 | 1,198,778,447 | 34,800 |
[
"python",
"cpython"
] | BPO | [443120](https://bugs.python.org/issue443120)
--- | :---
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 2001-07-25.21:01:08.000>
created_at = <Date 2001-07-20.16:13:55.000>
labels = ['library']
title = 'denial-of-service attack to cgi.py'
updated_at = <Date 2001-07-25.21:01:08.000>
user = 'https://github.com/gvanrossum'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-25.21:01:08.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-20.16:13:55.000>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 443120
keywords = []
message_count = 3.0
messages = ['5511', '5512', '5513']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'richard']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443120'
versions = []
```
</p></details>
| denial-of-service attack to cgi.py | https://api.github.com/repos/python/cpython/issues/34799/comments | 3 | 2001-07-20T16:13:55Z | 2022-04-09T21:36:11Z | https://github.com/python/cpython/issues/34799 | 1,198,778,442 | 34,799 |
[
"python",
"cpython"
] | BPO | [443059](https://bugs.python.org/issue443059)
--- | :---
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 2001-07-20.14:51:23.000>
created_at = <Date 2001-07-20.12:46:08.000>
labels = ['docs']
title = 'typo in reference manual'
updated_at = <Date 2001-07-20.14:51:23.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-20.14:51:23.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-20.12:46:08.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 443059
keywords = []
message_count = 2.0
messages = ['5509', '5510']
nosy_count = 1.0
nosy_names = ['fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443059'
versions = []
```
</p></details>
| typo in reference manual | https://api.github.com/repos/python/cpython/issues/34798/comments | 2 | 2001-07-20T12:46:08Z | 2022-04-09T21:36:10Z | https://github.com/python/cpython/issues/34798 | 1,198,778,436 | 34,798 |
[
"python",
"cpython"
] | BPO | [443042](https://bugs.python.org/issue443042)
--- | :---
Nosy | @gvanrossum, @Yhg1s, @warsaw, @akuchling, @zopyx
Files | <li>[config.h](https://bugs.python.org/file101/config.h "Uploaded as application/octet-stream at 2001-07-20.11:34:08 by @zopyx"): config.h</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/Yhg1s'
closed_at = <Date 2001-09-20.05:27:52.000>
created_at = <Date 2001-07-20.11:34:07.000>
labels = ['extension-modules']
title = '2.2a1: unable to build posixmodule (PRIO_PROCESS undeclard'
updated_at = <Date 2001-09-20.05:27:52.000>
user = 'https://github.com/zopyx'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-20.05:27:52.000>
actor = 'barry'
assignee = 'twouters'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-20.11:34:07.000>
creator = 'ajung'
dependencies = []
files = ['101']
hgrepos = []
issue_num = 443042
keywords = []
message_count = 9.0
messages = ['5500', '5501', '5502', '5503', '5504', '5505', '5506', '5507', '5508']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'twouters', 'barry', 'akuchling', 'ajung']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443042'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: unable to build posixmodule (PRIO_PROCESS undeclard | https://api.github.com/repos/python/cpython/issues/34797/comments | 9 | 2001-07-20T11:34:07Z | 2022-04-09T21:36:08Z | https://github.com/python/cpython/issues/34797 | 1,198,778,433 | 34,797 |
[
"python",
"cpython"
] | BPO | [443005](https://bugs.python.org/issue443005)
--- | :---
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 = None
closed_at = <Date 2001-07-26.04:58:58.000>
created_at = <Date 2001-07-20.08:48:23.000>
labels = ['interpreter-core']
title = '2.2a1: crash via posix_do_stat'
updated_at = <Date 2001-07-26.04:58:58.000>
user = 'https://bugs.python.org/zessin5'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-26.04:58:58.000>
actor = 'zessin_5'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-20.08:48:23.000>
creator = 'zessin_5'
dependencies = []
files = []
hgrepos = []
issue_num = 443005
keywords = []
message_count = 3.0
messages = ['5497', '5498', '5499']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'zessin_5']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue443005'
versions = []
```
</p></details>
| 2.2a1: crash via posix_do_stat | https://api.github.com/repos/python/cpython/issues/34796/comments | 3 | 2001-07-20T08:48:23Z | 2022-04-09T21:36:06Z | https://github.com/python/cpython/issues/34796 | 1,198,778,431 | 34,796 |
[
"python",
"cpython"
] | BPO | [442998](https://bugs.python.org/issue442998)
--- | :---
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 2001-08-07.19:23:29.000>
created_at = <Date 2001-07-20.08:09:01.000>
labels = ['interpreter-core']
title = '2.2a1: compiler warnings'
updated_at = <Date 2001-08-07.19:23:29.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-07.19:23:29.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-20.08:09:01.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 442998
keywords = []
message_count = 3.0
messages = ['5494', '5495', '5496']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442998'
versions = []
```
</p></details>
| 2.2a1: compiler warnings | https://api.github.com/repos/python/cpython/issues/34795/comments | 3 | 2001-07-20T08:09:01Z | 2022-04-09T21:36:06Z | https://github.com/python/cpython/issues/34795 | 1,198,778,427 | 34,795 |
[
"python",
"cpython"
] | BPO | [442983](https://bugs.python.org/issue442983)
--- | :---
Nosy | @gvanrossum, @tim-one, @freddrake
Files | <li>[site.diff](https://bugs.python.org/file3453/site.diff "Uploaded as text/plain at 2001-07-20.15:27:42 by @freddrake"): make site.add*() more robust for public use</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 2001-07-20.20:10:56.000>
created_at = <Date 2001-07-20.06:33:56.000>
labels = ['library']
title = 'site.py rev 1.28 broke addsitedir()'
updated_at = <Date 2001-07-20.20:10:56.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-20.20:10:56.000>
actor = 'gvanrossum'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-20.06:33:56.000>
creator = 'tim.peters'
dependencies = []
files = ['3453']
hgrepos = []
issue_num = 442983
keywords = ['patch']
message_count = 6.0
messages = ['37043', '37044', '37045', '37046', '37047', '37048']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442983'
versions = []
```
</p></details>
| site.py rev 1.28 broke addsitedir() | https://api.github.com/repos/python/cpython/issues/34794/comments | 6 | 2001-07-20T06:33:56Z | 2022-04-09T21:36:06Z | https://github.com/python/cpython/issues/34794 | 1,198,778,419 | 34,794 |
[
"python",
"cpython"
] | BPO | [442903](https://bugs.python.org/issue442903)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-08-06.20:59:24.000>
created_at = <Date 2001-07-19.21:30:28.000>
labels = ['extension-modules']
title = 'import Numeric fails on Linux'
updated_at = <Date 2001-08-06.20:59:24.000>
user = 'https://bugs.python.org/gpk'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-06.20:59:24.000>
actor = 'jhylton'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-19.21:30:28.000>
creator = 'gpk'
dependencies = []
files = []
hgrepos = []
issue_num = 442903
keywords = []
message_count = 2.0
messages = ['5492', '5493']
nosy_count = 2.0
nosy_names = ['jhylton', 'gpk']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442903'
versions = []
```
</p></details>
| import Numeric fails on Linux | https://api.github.com/repos/python/cpython/issues/34793/comments | 2 | 2001-07-19T21:30:28Z | 2022-04-09T21:36:03Z | https://github.com/python/cpython/issues/34793 | 1,198,778,416 | 34,793 |
[
"python",
"cpython"
] | BPO | [442867](https://bugs.python.org/issue442867)
--- | :---
Nosy | @gvanrossum
Files | <li>[/home/nickm/src/patches/test_mhlib.py](https://bugs.python.org/file3452//home/nickm/src/patches/test_mhlib.py "Uploaded as text/plain at 2001-07-19.19:47:29 by nickm"): test_mhlib.py v1</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 2001-08-09.18:18:33.000>
created_at = <Date 2001-07-19.19:47:28.000>
labels = ['library']
title = 'Tests cases for mhlib.py'
updated_at = <Date 2001-08-09.18:18:33.000>
user = 'https://bugs.python.org/nickm'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-09.18:18:33.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-19.19:47:28.000>
creator = 'nickm'
dependencies = []
files = ['3452']
hgrepos = []
issue_num = 442867
keywords = ['patch']
message_count = 2.0
messages = ['37041', '37042']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'nickm']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442867'
versions = []
```
</p></details>
| Tests cases for mhlib.py | https://api.github.com/repos/python/cpython/issues/34792/comments | 2 | 2001-07-19T19:47:28Z | 2022-04-09T21:36:03Z | https://github.com/python/cpython/issues/34792 | 1,198,778,411 | 34,792 |
[
"python",
"cpython"
] | BPO | [442866](https://bugs.python.org/issue442866)
--- | :---
Nosy | @loewis
Files | <li>[/home/nickm/src/patches/test_codeop.py](https://bugs.python.org/file3450//home/nickm/src/patches/test_codeop.py "Uploaded as text/plain at 2001-07-19.19:46:00 by nickm"): test_codeop.py v1</li><li>[/home/nickm/src/patches/test_codeop.py](https://bugs.python.org/file3451//home/nickm/src/patches/test_codeop.py "Uploaded as text/plain at 2001-07-20.00:35:20 by nickm"): test_codeop.py v2</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 2001-07-30.12:31:36.000>
created_at = <Date 2001-07-19.19:45:58.000>
labels = ['library']
title = 'Tests for codeop.py'
updated_at = <Date 2001-07-30.12:31:36.000>
user = 'https://bugs.python.org/nickm'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-30.12:31:36.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-19.19:45:58.000>
creator = 'nickm'
dependencies = []
files = ['3450', '3451']
hgrepos = []
issue_num = 442866
keywords = ['patch']
message_count = 3.0
messages = ['37038', '37039', '37040']
nosy_count = 2.0
nosy_names = ['loewis', 'nickm']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442866'
versions = []
```
</p></details>
| Tests for codeop.py | https://api.github.com/repos/python/cpython/issues/34791/comments | 3 | 2001-07-19T19:45:58Z | 2022-04-09T21:36:01Z | https://github.com/python/cpython/issues/34791 | 1,198,778,406 | 34,791 |
[
"python",
"cpython"
] | BPO | [442863](https://bugs.python.org/issue442863)
--- | :---
Nosy | @gvanrossum, @nascheme
Files | <li>[noenv2.diff](https://bugs.python.org/file3449/noenv2.diff "Uploaded as text/plain at 2001-07-20.18:01:22 by @nascheme"): Updated patch to add -E switch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2001-07-23.16:30:38.000>
created_at = <Date 2001-07-19.19:40:53.000>
labels = []
title = 'Add switch to disable PYTHON{HOME,PATH}'
updated_at = <Date 2001-07-23.16:30:38.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-23.16:30:38.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-19.19:40:53.000>
creator = 'nascheme'
dependencies = []
files = ['3449']
hgrepos = []
issue_num = 442863
keywords = ['patch']
message_count = 6.0
messages = ['37032', '37033', '37034', '37035', '37036', '37037']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442863'
versions = []
```
</p></details>
| Add switch to disable PYTHON{HOME,PATH} | https://api.github.com/repos/python/cpython/issues/34790/comments | 6 | 2001-07-19T19:40:53Z | 2022-04-09T21:36:01Z | https://github.com/python/cpython/issues/34790 | 1,198,778,399 | 34,790 |
[
"python",
"cpython"
] | BPO | [442833](https://bugs.python.org/issue442833)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-08-10.21:24:39.000>
created_at = <Date 2001-07-19.18:29:57.000>
labels = ['interpreter-core']
title = '2.2a1: __int__ and multiple inheritance'
updated_at = <Date 2001-08-10.21:24:39.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-10.21:24:39.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.18:29:57.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442833
keywords = []
message_count = 3.0
messages = ['5489', '5490', '5491']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442833'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: __int__ and multiple inheritance | https://api.github.com/repos/python/cpython/issues/34789/comments | 3 | 2001-07-19T18:29:57Z | 2022-04-09T21:36:00Z | https://github.com/python/cpython/issues/34789 | 1,198,778,396 | 34,789 |
[
"python",
"cpython"
] | BPO | [442813](https://bugs.python.org/issue442813)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-08-17.21:57:56.000>
created_at = <Date 2001-07-19.17:31:00.000>
labels = ['interpreter-core']
title = '2.2a1: list.__getitem__ and index<0'
updated_at = <Date 2001-08-17.21:57:56.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-17.21:57:56.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.17:31:00.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442813
keywords = []
message_count = 4.0
messages = ['5485', '5486', '5487', '5488']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442813'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: list.__getitem__ and index<0 | https://api.github.com/repos/python/cpython/issues/34788/comments | 4 | 2001-07-19T17:31:00Z | 2022-04-09T21:35:59Z | https://github.com/python/cpython/issues/34788 | 1,198,778,387 | 34,788 |
[
"python",
"cpython"
] | BPO | [442796](https://bugs.python.org/issue442796)
--- | :---
Nosy | @tim-one, @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-19.16:34:24.000>
created_at = <Date 2001-07-19.16:16:36.000>
labels = ['build', 'invalid']
title = 'No descrobject in CVS Makefile.pre.in'
updated_at = <Date 2001-07-19.16:34:24.000>
user = 'https://bugs.python.org/jpettit'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.16:34:24.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-07-19.16:16:36.000>
creator = 'jpettit'
dependencies = []
files = []
hgrepos = []
issue_num = 442796
keywords = []
message_count = 3.0
messages = ['5482', '5483', '5484']
nosy_count = 3.0
nosy_names = ['tim.peters', 'loewis', 'jpettit']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442796'
versions = []
```
</p></details>
| No descrobject in CVS Makefile.pre.in | https://api.github.com/repos/python/cpython/issues/34787/comments | 3 | 2001-07-19T16:16:36Z | 2022-04-09T21:35:57Z | https://github.com/python/cpython/issues/34787 | 1,198,778,381 | 34,787 |
[
"python",
"cpython"
] | BPO | [442791](https://bugs.python.org/issue442791)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-08-02.15:32:42.000>
created_at = <Date 2001-07-19.15:44:04.000>
labels = ['interpreter-core']
title = '2.2a1: New style classes and __delitem__'
updated_at = <Date 2001-08-02.15:32:42.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-02.15:32:42.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.15:44:04.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442791
keywords = []
message_count = 5.0
messages = ['5477', '5478', '5479', '5480', '5481']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442791'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: New style classes and __delitem__ | https://api.github.com/repos/python/cpython/issues/34786/comments | 5 | 2001-07-19T15:44:04Z | 2022-04-09T21:35:56Z | https://github.com/python/cpython/issues/34786 | 1,198,778,373 | 34,786 |
[
"python",
"cpython"
] | BPO | [442758](https://bugs.python.org/issue442758)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-07-19.16:37:37.000>
created_at = <Date 2001-07-19.14:29:08.000>
labels = ['interpreter-core']
title = '2.2a1: New style classes and __cmp__'
updated_at = <Date 2001-07-19.16:37:37.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.16:37:37.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.14:29:08.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442758
keywords = []
message_count = 6.0
messages = ['5471', '5472', '5473', '5474', '5475', '5476']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442758'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: New style classes and __cmp__ | https://api.github.com/repos/python/cpython/issues/34785/comments | 6 | 2001-07-19T14:29:08Z | 2022-04-09T21:35:55Z | https://github.com/python/cpython/issues/34785 | 1,198,778,367 | 34,785 |
[
"python",
"cpython"
] | BPO | [442734](https://bugs.python.org/issue442734)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-09-28.19:00:47.000>
created_at = <Date 2001-07-19.12:57:22.000>
labels = ['interpreter-core']
title = '2.2a1: New style classes and pydoc'
updated_at = <Date 2001-09-28.19:00:47.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-28.19:00:47.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.12:57:22.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442734
keywords = []
message_count = 3.0
messages = ['5468', '5469', '5470']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442734'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: New style classes and pydoc | https://api.github.com/repos/python/cpython/issues/34784/comments | 3 | 2001-07-19T12:57:22Z | 2022-04-09T21:35:54Z | https://github.com/python/cpython/issues/34784 | 1,198,778,365 | 34,784 |
[
"python",
"cpython"
] | BPO | [442724](https://bugs.python.org/issue442724)
--- | :---
Nosy | @loewis, @Yhg1s, @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/Yhg1s'
closed_at = <Date 2001-07-19.16:17:32.000>
created_at = <Date 2001-07-19.12:29:51.000>
labels = ['build']
title = 'Setting PYTHONHOME= breaks setup.py'
updated_at = <Date 2001-07-19.16:17:32.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.16:17:32.000>
actor = 'loewis'
assignee = 'twouters'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-07-19.12:29:51.000>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 442724
keywords = []
message_count = 5.0
messages = ['5463', '5464', '5465', '5466', '5467']
nosy_count = 3.0
nosy_names = ['loewis', 'twouters', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442724'
versions = []
```
</p></details>
| Setting PYTHONHOME= breaks setup.py | https://api.github.com/repos/python/cpython/issues/34783/comments | 5 | 2001-07-19T12:29:51Z | 2022-04-09T21:35:53Z | https://github.com/python/cpython/issues/34783 | 1,198,778,362 | 34,783 |
[
"python",
"cpython"
] | BPO | [442712](https://bugs.python.org/issue442712)
--- | :---
Nosy | @gvanrossum, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-07-19.18:44:57.000>
created_at = <Date 2001-07-19.11:05:08.000>
labels = ['OS-windows']
title = 'os.path.expanduser problem w/o HOME set'
updated_at = <Date 2001-07-19.18:44:57.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.18:44:57.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-19.11:05:08.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 442712
keywords = []
message_count = 7.0
messages = ['5456', '5457', '5458', '5459', '5460', '5461', '5462']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'nobody']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442712'
versions = []
```
</p></details>
| os.path.expanduser problem w/o HOME set | https://api.github.com/repos/python/cpython/issues/34782/comments | 7 | 2001-07-19T11:05:08Z | 2022-04-09T21:35:52Z | https://github.com/python/cpython/issues/34782 | 1,198,778,358 | 34,782 |
[
"python",
"cpython"
] | BPO | [442705](https://bugs.python.org/issue442705)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-07-19.12:43:37.000>
created_at = <Date 2001-07-19.10:31:31.000>
labels = ['interpreter-core']
title = '2.2a1: Overriding __setslice__'
updated_at = <Date 2001-07-19.12:43:37.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.12:43:37.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.10:31:31.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442705
keywords = []
message_count = 2.0
messages = ['5454', '5455']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442705'
versions = ['Python 2.2']
```
</p></details>
| 2.2a1: Overriding __setslice__ | https://api.github.com/repos/python/cpython/issues/34781/comments | 2 | 2001-07-19T10:31:31Z | 2022-04-09T21:35:51Z | https://github.com/python/cpython/issues/34781 | 1,198,778,355 | 34,781 |
[
"python",
"cpython"
] | BPO | [442647](https://bugs.python.org/issue442647)
--- | :---
Nosy | @gvanrossum
Files | <li>[gentest.py](https://bugs.python.org/file100/gentest.py "Uploaded as text/plain at 2001-07-19.02:18:54 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/gvanrossum'
closed_at = <Date 2001-07-19.15:28:26.000>
created_at = <Date 2001-07-19.02:18:53.000>
labels = ['interpreter-core']
title = '2.2alpha1: from __future__ import'
updated_at = <Date 2001-07-19.15:28:26.000>
user = 'https://bugs.python.org/ghaering'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.15:28:26.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-19.02:18:53.000>
creator = 'ghaering'
dependencies = []
files = ['100']
hgrepos = []
issue_num = 442647
keywords = []
message_count = 3.0
messages = ['5451', '5452', '5453']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'ghaering']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442647'
versions = ['Python 2.2']
```
</p></details>
| 2.2alpha1: from __future__ import | https://api.github.com/repos/python/cpython/issues/34780/comments | 3 | 2001-07-19T02:18:53Z | 2022-04-09T21:35:50Z | https://github.com/python/cpython/issues/34780 | 1,198,778,349 | 34,780 |
[
"python",
"cpython"
] | BPO | [442627](https://bugs.python.org/issue442627)
--- | :---
Nosy | @Yhg1s
<sup>*Note: these values reflect the state of the issue at 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/Yhg1s'
closed_at = <Date 2001-07-19.09:35:37.000>
created_at = <Date 2001-07-19.00:48:39.000>
labels = ['build']
title = 'Makefile Fails on "unset" Under OpenBSD'
updated_at = <Date 2001-07-19.09:35:37.000>
user = 'https://bugs.python.org/jpettit'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.09:35:37.000>
actor = 'twouters'
assignee = 'twouters'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-07-19.00:48:39.000>
creator = 'jpettit'
dependencies = []
files = []
hgrepos = []
issue_num = 442627
keywords = []
message_count = 2.0
messages = ['5449', '5450']
nosy_count = 2.0
nosy_names = ['twouters', 'jpettit']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442627'
versions = ['Python 2.2']
```
</p></details>
| Makefile Fails on "unset" Under OpenBSD | https://api.github.com/repos/python/cpython/issues/34779/comments | 2 | 2001-07-19T00:48:39Z | 2022-04-09T21:35:49Z | https://github.com/python/cpython/issues/34779 | 1,198,778,338 | 34,779 |
[
"python",
"cpython"
] | BPO | [442530](https://bugs.python.org/issue442530)
--- | :---
Nosy | @akuchling
Files | <li>[config.py](https://bugs.python.org/file3448/config.py "Uploaded as text/plain at 2001-07-18.18:51:05 by twburton")</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 2001-08-16.13:57:35.000>
created_at = <Date 2001-07-18.18:51:05.000>
labels = ['library']
title = 'Distutils config buggy'
updated_at = <Date 2001-08-16.13:57:35.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.13:57:35.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-18.18:51:05.000>
creator = 'twburton'
dependencies = []
files = ['3448']
hgrepos = []
issue_num = 442530
keywords = ['patch']
message_count = 3.0
messages = ['37029', '37030', '37031']
nosy_count = 2.0
nosy_names = ['akuchling', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442530'
versions = []
```
</p></details>
| Distutils config buggy | https://api.github.com/repos/python/cpython/issues/34778/comments | 3 | 2001-07-18T18:51:05Z | 2022-04-09T21:35:48Z | https://github.com/python/cpython/issues/34778 | 1,198,778,332 | 34,778 |
[
"python",
"cpython"
] | BPO | [442526](https://bugs.python.org/issue442526)
--- | :---
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 2001-08-20.18:55:44.000>
created_at = <Date 2001-07-18.18:44:17.000>
labels = ['docs']
title = 'lang ref: Unicode literals undocumented'
updated_at = <Date 2001-08-20.18:55:44.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-20.18:55:44.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-18.18:44:17.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 442526
keywords = []
message_count = 3.0
messages = ['5446', '5447', '5448']
nosy_count = 1.0
nosy_names = ['fdrake']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442526'
versions = []
```
</p></details>
| lang ref: Unicode literals undocumented | https://api.github.com/repos/python/cpython/issues/34777/comments | 3 | 2001-07-18T18:44:17Z | 2022-04-09T21:35:47Z | https://github.com/python/cpython/issues/34777 | 1,198,778,327 | 34,777 |
[
"python",
"cpython"
] | BPO | [442520](https://bugs.python.org/issue442520)
--- | :---
Nosy | @gvanrossum, @tim-one, @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2001-07-19.09:53:34.000>
created_at = <Date 2001-07-18.18:39:02.000>
labels = ['extension-modules']
title = 'test_struct fails on SPARC'
updated_at = <Date 2001-07-19.09:53:34.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.09:53:34.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-18.18:39:02.000>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 442520
keywords = []
message_count = 6.0
messages = ['5440', '5441', '5442', '5443', '5444', '5445']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'loewis']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442520'
versions = []
```
</p></details>
| test_struct fails on SPARC | https://api.github.com/repos/python/cpython/issues/34776/comments | 6 | 2001-07-18T18:39:02Z | 2022-04-09T21:35:45Z | https://github.com/python/cpython/issues/34776 | 1,198,778,324 | 34,776 |
[
"python",
"cpython"
] | BPO | [442512](https://bugs.python.org/issue442512)
--- | :---
Nosy | @loewis
Files | <li>[sre.patch](https://bugs.python.org/file3447/sre.patch "Uploaded as text/plain at 2001-07-18.18:24:39 by @loewis")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-07-19.14:26:43.000>
created_at = <Date 2001-07-18.18:24:38.000>
labels = ['library']
title = 'SRE BIGCHARSET endianness fix'
updated_at = <Date 2001-07-19.14:26:43.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-19.14:26:43.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-18.18:24:38.000>
creator = 'loewis'
dependencies = []
files = ['3447']
hgrepos = []
issue_num = 442512
keywords = ['patch']
message_count = 2.0
messages = ['37027', '37028']
nosy_count = 1.0
nosy_names = ['loewis']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442512'
versions = []
```
</p></details>
| SRE BIGCHARSET endianness fix | https://api.github.com/repos/python/cpython/issues/34775/comments | 2 | 2001-07-18T18:24:38Z | 2022-04-09T21:35:43Z | https://github.com/python/cpython/issues/34775 | 1,198,778,315 | 34,775 |
[
"python",
"cpython"
] | BPO | [442501](https://bugs.python.org/issue442501)
--- | :---
Nosy | @gvanrossum, @doerwalter
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-08-16.09:19:16.000>
created_at = <Date 2001-07-18.18:04:42.000>
labels = ['interpreter-core']
title = 'class.__module__ in 2.2'
updated_at = <Date 2001-08-16.09:19:16.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.09:19:16.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-18.18:04:42.000>
creator = 'doerwalter'
dependencies = []
files = []
hgrepos = []
issue_num = 442501
keywords = []
message_count = 3.0
messages = ['5437', '5438', '5439']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442501'
versions = ['Python 2.2']
```
</p></details>
| class.__module__ in 2.2 | https://api.github.com/repos/python/cpython/issues/34774/comments | 3 | 2001-07-18T18:04:42Z | 2022-04-09T21:35:43Z | https://github.com/python/cpython/issues/34774 | 1,198,778,311 | 34,774 |
[
"python",
"cpython"
] | BPO | [442374](https://bugs.python.org/issue442374)
--- | :---
Nosy | @mhammond, @theller
Files | <li>[diff.txt](https://bugs.python.org/file99/diff.txt "Uploaded as text/plain at 2001-07-18.11:24:38 by @theller")</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 2001-09-05.23:45:28.000>
created_at = <Date 2001-07-18.11:24:37.000>
labels = ['OS-windows']
title = 'Modulefinder registry support broken'
updated_at = <Date 2001-09-05.23:45:28.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-05.23:45:28.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-18.11:24:37.000>
creator = 'theller'
dependencies = []
files = ['99']
hgrepos = []
issue_num = 442374
keywords = []
message_count = 2.0
messages = ['5435', '5436']
nosy_count = 2.0
nosy_names = ['mhammond', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442374'
versions = []
```
</p></details>
| Modulefinder registry support broken | https://api.github.com/repos/python/cpython/issues/34773/comments | 2 | 2001-07-18T11:24:37Z | 2022-04-09T21:35:42Z | https://github.com/python/cpython/issues/34773 | 1,198,778,309 | 34,773 |
[
"python",
"cpython"
] | BPO | [442351](https://bugs.python.org/issue442351)
--- | :---
Nosy | @warsaw
Files | <li>[patch_copy](https://bugs.python.org/file3446/patch_copy "Uploaded as text/plain at 2001-07-18.10:23:23 by bckfnn")</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 2001-09-02.16:24:43.000>
created_at = <Date 2001-07-18.10:23:22.000>
labels = ['library']
title = 'Copy of classes with __del_ in jython'
updated_at = <Date 2001-09-02.16:24:43.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-02.16:24:43.000>
actor = 'bckfnn'
assignee = 'bckfnn'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-18.10:23:22.000>
creator = 'bckfnn'
dependencies = []
files = ['3446']
hgrepos = []
issue_num = 442351
keywords = ['patch']
message_count = 4.0
messages = ['37023', '37024', '37025', '37026']
nosy_count = 2.0
nosy_names = ['barry', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442351'
versions = []
```
</p></details>
| Copy of classes with __del_ in jython | https://api.github.com/repos/python/cpython/issues/34772/comments | 4 | 2001-07-18T10:23:22Z | 2022-04-09T21:35:40Z | https://github.com/python/cpython/issues/34772 | 1,198,778,306 | 34,772 |
[
"python",
"cpython"
] | BPO | [442142](https://bugs.python.org/issue442142)
--- | :---
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 2001-09-06.23:23:10.000>
created_at = <Date 2001-07-17.20:28:48.000>
labels = ['OS-windows']
title = 'DLL base assignments need update'
updated_at = <Date 2001-09-06.23:23:10.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-06.23:23:10.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-07-17.20:28:48.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 442142
keywords = []
message_count = 3.0
messages = ['5432', '5433', '5434']
nosy_count = 2.0
nosy_names = ['tim.peters', 'mhammond']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442142'
versions = []
```
</p></details>
| DLL base assignments need update | https://api.github.com/repos/python/cpython/issues/34771/comments | 3 | 2001-07-17T20:28:48Z | 2022-04-09T21:35:40Z | https://github.com/python/cpython/issues/34771 | 1,198,778,300 | 34,771 |
[
"python",
"cpython"
] | BPO | [442128](https://bugs.python.org/issue442128)
--- | :---
Files | <li>[patch_zipfile](https://bugs.python.org/file3445/patch_zipfile "Uploaded as text/plain at 2001-07-17.19:22:51 by bckfnn"): The -c patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-09-05.18:48:24.000>
created_at = <Date 2001-07-17.19:22:50.000>
labels = []
title = 'Creates zipfiles that java can read'
updated_at = <Date 2001-09-05.18:48:24.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-05.18:48:24.000>
actor = 'bckfnn'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-17.19:22:50.000>
creator = 'bckfnn'
dependencies = []
files = ['3445']
hgrepos = []
issue_num = 442128
keywords = ['patch']
message_count = 3.0
messages = ['37020', '37021', '37022']
nosy_count = 2.0
nosy_names = ['bckfnn', 'ahlstromjc']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue442128'
versions = []
```
</p></details>
| Creates zipfiles that java can read | https://api.github.com/repos/python/cpython/issues/34770/comments | 3 | 2001-07-17T19:22:50Z | 2022-04-09T21:35:38Z | https://github.com/python/cpython/issues/34770 | 1,198,778,293 | 34,770 |
[
"python",
"cpython"
] | BPO | [441851](https://bugs.python.org/issue441851)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-07-17.00:30:45.000>
created_at = <Date 2001-07-17.00:30:45.000>
labels = []
title = 'SystemError in sre scanner'
updated_at = <Date 2001-07-17.00:30:45.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-17.00:30:45.000>
actor = 'nobody'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-17.00:30:45.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 441851
keywords = []
message_count = 1.0
messages = ['5431']
nosy_count = 1.0
nosy_names = ['effbot']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441851'
versions = []
```
</p></details>
| SystemError in sre scanner | https://api.github.com/repos/python/cpython/issues/34769/comments | 1 | 2001-07-17T00:30:45Z | 2022-04-09T21:35:37Z | https://github.com/python/cpython/issues/34769 | 1,198,778,284 | 34,769 |
[
"python",
"cpython"
] | BPO | [441833](https://bugs.python.org/issue441833)
--- | :---
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 = None
closed_at = <Date 2001-07-17.13:49:51.000>
created_at = <Date 2001-07-16.22:40:43.000>
labels = ['type-feature']
title = 'Rule-based logic '
updated_at = <Date 2001-07-17.13:49:51.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-17.13:49:51.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-07-16.22:40:43.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 441833
keywords = []
message_count = 2.0
messages = ['53168', '53169']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue441833'
versions = []
```
</p></details>
| Rule-based logic | https://api.github.com/repos/python/cpython/issues/34768/comments | 2 | 2001-07-16T22:40:43Z | 2022-04-09T21:35:36Z | https://github.com/python/cpython/issues/34768 | 1,198,778,279 | 34,768 |
[
"python",
"cpython"
] | BPO | [441793](https://bugs.python.org/issue441793)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-07-16.19:34:14.000>
created_at = <Date 2001-07-16.19:34:14.000>
labels = ['interpreter-core']
title = 'Improvment to package import semantics'
updated_at = <Date 2001-07-16.19:34:14.000>
user = 'https://bugs.python.org/alexcoventry'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-16.19:34:14.000>
actor = 'alex_coventry'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-16.19:34:14.000>
creator = 'alex_coventry'
dependencies = []
files = []
hgrepos = []
issue_num = 441793
keywords = ['patch']
message_count = 1.0
messages = ['37019']
nosy_count = 1.0
nosy_names = ['alex_coventry']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441793'
versions = []
```
</p></details>
| Improvment to package import semantics | https://api.github.com/repos/python/cpython/issues/34767/comments | 1 | 2001-07-16T19:34:14Z | 2022-04-09T21:35:35Z | https://github.com/python/cpython/issues/34767 | 1,198,778,271 | 34,767 |
[
"python",
"cpython"
] | BPO | [441791](https://bugs.python.org/issue441791)
--- | :---
Nosy | @gvanrossum, @Yhg1s
Files | <li>[importpatch.txt](https://bugs.python.org/file3441/importpatch.txt "Uploaded as text/plain at 2001-07-20.19:25:26 by @gvanrossum"): The Patch (three's a charm)</li><li>[importpatch2.txt](https://bugs.python.org/file3442/importpatch2.txt "Uploaded as text/plain at 2001-07-20.19:42:50 by @gvanrossum"): Guido's streamlined version</li><li>[importpatch2.txt](https://bugs.python.org/file3443/importpatch2.txt "Uploaded as text/plain at 2001-07-20.19:47:54 by @gvanrossum"): Guido's streamlined version</li><li>[import_semantics.py](https://bugs.python.org/file3444/import_semantics.py "Uploaded as text/plain at 2001-07-20.21:53:11 by alex_coventry"): unit test</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-08-02.14:23:36.000>
created_at = <Date 2001-07-16.19:34:13.000>
labels = ['interpreter-core']
title = 'Improvment to package import semantics'
updated_at = <Date 2001-08-02.14:23:36.000>
user = 'https://bugs.python.org/alexcoventry'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-02.14:23:36.000>
actor = 'alex_coventry'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-16.19:34:13.000>
creator = 'alex_coventry'
dependencies = []
files = ['3441', '3442', '3443', '3444']
hgrepos = []
issue_num = 441791
keywords = ['patch']
message_count = 10.0
messages = ['37009', '37010', '37011', '37012', '37013', '37014', '37015', '37016', '37017', '37018']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'twouters', 'alex_coventry']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441791'
versions = []
```
</p></details>
| Improvment to package import semantics | https://api.github.com/repos/python/cpython/issues/34766/comments | 10 | 2001-07-16T19:34:13Z | 2022-04-09T21:35:34Z | https://github.com/python/cpython/issues/34766 | 1,198,778,266 | 34,766 |
[
"python",
"cpython"
] | BPO | [441781](https://bugs.python.org/issue441781)
--- | :---
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 2001-07-17.03:03:12.000>
created_at = <Date 2001-07-16.19:01:21.000>
labels = ['extension-modules']
title = 'parser module does not support yield'
updated_at = <Date 2001-07-17.03:03:12.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-17.03:03:12.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-16.19:01:21.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 441781
keywords = []
message_count = 2.0
messages = ['5429', '5430']
nosy_count = 1.0
nosy_names = ['fdrake']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441781'
versions = []
```
</p></details>
| parser module does not support yield | https://api.github.com/repos/python/cpython/issues/34765/comments | 2 | 2001-07-16T19:01:21Z | 2022-04-09T21:35:33Z | https://github.com/python/cpython/issues/34765 | 1,198,778,264 | 34,765 |
[
"python",
"cpython"
] | BPO | [441712](https://bugs.python.org/issue441712)
--- | :---
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 = None
closed_at = <Date 2001-08-17.17:25:54.000>
created_at = <Date 2001-07-16.15:11:07.000>
labels = ['library']
title = 'Exception using passive ftp with OS 390'
updated_at = <Date 2001-08-17.17:25:54.000>
user = 'https://bugs.python.org/hweber'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-17.17:25:54.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-16.15:11:07.000>
creator = 'hweber'
dependencies = []
files = []
hgrepos = []
issue_num = 441712
keywords = []
message_count = 2.0
messages = ['5427', '5428']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'hweber']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441712'
versions = []
```
</p></details>
| Exception using passive ftp with OS 390 | https://api.github.com/repos/python/cpython/issues/34764/comments | 2 | 2001-07-16T15:11:07Z | 2022-04-09T21:35:31Z | https://github.com/python/cpython/issues/34764 | 1,198,778,260 | 34,764 |
[
"python",
"cpython"
] | BPO | [441691](https://bugs.python.org/issue441691)
--- | :---
Nosy | @akuchling
Files | <li>[pp.py](https://bugs.python.org/file3440/pp.py "Uploaded as text/plain at 2001-07-16.14:27:32 by twburton")</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 2001-08-16.20:18:06.000>
created_at = <Date 2001-07-16.14:27:30.000>
labels = ['library']
title = 'BCPP Preprocessor'
updated_at = <Date 2001-08-16.20:18:06.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.20:18:06.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-16.14:27:30.000>
creator = 'twburton'
dependencies = []
files = ['3440']
hgrepos = []
issue_num = 441691
keywords = ['patch']
message_count = 2.0
messages = ['37007', '37008']
nosy_count = 2.0
nosy_names = ['akuchling', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441691'
versions = []
```
</p></details>
| BCPP Preprocessor | https://api.github.com/repos/python/cpython/issues/34763/comments | 2 | 2001-07-16T14:27:30Z | 2022-04-09T21:35:31Z | https://github.com/python/cpython/issues/34763 | 1,198,778,258 | 34,763 |
[
"python",
"cpython"
] | BPO | [441664](https://bugs.python.org/issue441664)
--- | :---
Nosy | @Yhg1s, @aleaxit
<sup>*Note: these values reflect the state of the issue at 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/Yhg1s'
closed_at = <Date 2001-07-16.15:49:25.000>
created_at = <Date 2001-07-16.11:39:28.000>
labels = ['extension-modules']
title = 'Python crash on del of a slice of a mmap'
updated_at = <Date 2001-07-16.15:49:25.000>
user = 'https://github.com/aleaxit'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-16.15:49:25.000>
actor = 'twouters'
assignee = 'twouters'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-16.11:39:28.000>
creator = 'aleax'
dependencies = []
files = []
hgrepos = []
issue_num = 441664
keywords = []
message_count = 2.0
messages = ['5425', '5426']
nosy_count = 2.0
nosy_names = ['twouters', 'aleax']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441664'
versions = []
```
</p></details>
| Python crash on del of a slice of a mmap | https://api.github.com/repos/python/cpython/issues/34762/comments | 2 | 2001-07-16T11:39:28Z | 2022-04-09T21:35:30Z | https://github.com/python/cpython/issues/34762 | 1,198,778,256 | 34,762 |
[
"python",
"cpython"
] | BPO | [441600](https://bugs.python.org/issue441600)
--- | :---
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 2001-07-23.21:16:09.000>
created_at = <Date 2001-07-16.05:29:23.000>
labels = ['docs']
title = 'Misleading doc of $ metacharacter in re'
updated_at = <Date 2001-07-23.21:16:09.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-23.21:16:09.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-16.05:29:23.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 441600
keywords = []
message_count = 2.0
messages = ['5423', '5424']
nosy_count = 1.0
nosy_names = ['fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441600'
versions = []
```
</p></details>
| Misleading doc of $ metacharacter in re | https://api.github.com/repos/python/cpython/issues/34761/comments | 2 | 2001-07-16T05:29:23Z | 2022-04-09T21:35:29Z | https://github.com/python/cpython/issues/34761 | 1,198,778,251 | 34,761 |
[
"python",
"cpython"
] | BPO | [441580](https://bugs.python.org/issue441580)
--- | :---
Nosy | @Yhg1s, @akuchling, @nascheme
Files | <li>[patch](https://bugs.python.org/file98/patch "Uploaded as text/plain at 2001-08-10.19:54:53 by @akuchling")</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 2001-08-16.20:30:25.000>
created_at = <Date 2001-07-16.04:05:45.000>
labels = ['build']
title = "can't import readline in 2.1.1c1"
updated_at = <Date 2001-08-16.20:30:25.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.20:30:25.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-07-16.04:05:45.000>
creator = 'anonymous'
dependencies = []
files = ['98']
hgrepos = []
issue_num = 441580
keywords = []
message_count = 8.0
messages = ['5415', '5416', '5417', '5418', '5419', '5420', '5421', '5422']
nosy_count = 5.0
nosy_names = ['nobody', 'twouters', 'akuchling', 'nascheme', 'charris208']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441580'
versions = []
```
</p></details>
| can't import readline in 2.1.1c1 | https://api.github.com/repos/python/cpython/issues/34760/comments | 8 | 2001-07-16T04:05:45Z | 2022-04-09T21:35:28Z | https://github.com/python/cpython/issues/34760 | 1,198,778,249 | 34,760 |
[
"python",
"cpython"
] | BPO | [441528](https://bugs.python.org/issue441528)
--- | :---
Nosy | @gvanrossum, @loewis, @akuchling, @theller
Files | <li>[pp.py](https://bugs.python.org/file3436/pp.py "Uploaded as text/plain at 2001-07-15.22:31:34 by twburton")</li><li>[config.py](https://bugs.python.org/file3437/config.py "Uploaded as text/plain at 2001-07-18.18:56:19 by twburton")</li><li>[msvccompiler.py](https://bugs.python.org/file3438/msvccompiler.py "Uploaded as text/plain at 2001-07-18.18:56:43 by twburton")</li><li>[test.py](https://bugs.python.org/file3439/test.py "Uploaded as text/plain at 2001-08-16.20:47:43 by twburton"): Test script</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/theller'
closed_at = <Date 2002-09-22.09:33:07.000>
created_at = <Date 2001-07-15.22:31:34.000>
labels = ['library']
title = 'MSVC Preprocessor'
updated_at = <Date 2002-09-22.09:33:07.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2002-09-22.09:33:07.000>
actor = 'loewis'
assignee = 'theller'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-15.22:31:34.000>
creator = 'twburton'
dependencies = []
files = ['3436', '3437', '3438', '3439']
hgrepos = []
issue_num = 441528
keywords = ['patch']
message_count = 10.0
messages = ['36997', '36998', '36999', '37000', '37001', '37002', '37003', '37004', '37005', '37006']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'loewis', 'akuchling', 'theller', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441528'
versions = []
```
</p></details>
| MSVC Preprocessor | https://api.github.com/repos/python/cpython/issues/34759/comments | 10 | 2001-07-15T22:31:34Z | 2022-04-09T21:35:27Z | https://github.com/python/cpython/issues/34759 | 1,198,778,243 | 34,759 |
[
"python",
"cpython"
] | BPO | [441527](https://bugs.python.org/issue441527)
--- | :---
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 2001-07-16.14:21:31.000>
created_at = <Date 2001-07-15.22:25:51.000>
labels = ['library']
title = 'unixccompiler preprocessor broken'
updated_at = <Date 2001-07-16.14:21:31.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-16.14:21:31.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-15.22:25:51.000>
creator = 'twburton'
dependencies = []
files = []
hgrepos = []
issue_num = 441527
keywords = ['patch']
message_count = 2.0
messages = ['36995', '36996']
nosy_count = 2.0
nosy_names = ['akuchling', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441527'
versions = []
```
</p></details>
| unixccompiler preprocessor broken | https://api.github.com/repos/python/cpython/issues/34758/comments | 2 | 2001-07-15T22:25:51Z | 2022-04-09T21:35:26Z | https://github.com/python/cpython/issues/34758 | 1,198,778,240 | 34,758 |
[
"python",
"cpython"
] | BPO | [441429](https://bugs.python.org/issue441429)
--- | :---
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 2001-08-10.21:57:44.000>
created_at = <Date 2001-07-15.11:18:23.000>
labels = ['extension-modules']
title = "curses, can't write to loverright corner"
updated_at = <Date 2001-08-10.21:57:44.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-10.21:57:44.000>
actor = 'nobody'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-07-15.11:18:23.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 441429
keywords = []
message_count = 3.0
messages = ['5412', '5413', '5414']
nosy_count = 2.0
nosy_names = ['nobody', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441429'
versions = []
```
</p></details>
| curses, can't write to loverright corner | https://api.github.com/repos/python/cpython/issues/34757/comments | 3 | 2001-07-15T11:18:23Z | 2022-04-09T21:35:25Z | https://github.com/python/cpython/issues/34757 | 1,198,778,232 | 34,757 |
[
"python",
"cpython"
] | BPO | [441409](https://bugs.python.org/issue441409)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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 2001-10-18.19:08:25.000>
created_at = <Date 2001-07-15.07:30:54.000>
labels = ['expert-regex']
title = 're.compile of non-string misleading'
updated_at = <Date 2001-10-18.19:08:25.000>
user = 'https://bugs.python.org/bescoto'
```
bugs.python.org fields:
```python
activity = <Date 2001-10-18.19:08:25.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2001-07-15.07:30:54.000>
creator = 'bescoto'
dependencies = []
files = []
hgrepos = []
issue_num = 441409
keywords = []
message_count = 2.0
messages = ['5410', '5411']
nosy_count = 2.0
nosy_names = ['effbot', 'bescoto']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441409'
versions = []
```
</p></details>
| re.compile of non-string misleading | https://api.github.com/repos/python/cpython/issues/34756/comments | 2 | 2001-07-15T07:30:54Z | 2022-04-09T21:35:22Z | https://github.com/python/cpython/issues/34756 | 1,198,778,227 | 34,756 |
[
"python",
"cpython"
] | BPO | [441400](https://bugs.python.org/issue441400)
--- | :---
Nosy | @gvanrossum, @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2001-07-15.16:58:42.000>
created_at = <Date 2001-07-15.06:57:21.000>
labels = ['build']
title = '[UNIX] #define NDEBUG for release build'
updated_at = <Date 2001-07-15.16:58:42.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-15.16:58:42.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-07-15.06:57:21.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 441400
keywords = []
message_count = 2.0
messages = ['5408', '5409']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'tim.peters']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441400'
versions = []
```
</p></details>
| [UNIX] #define NDEBUG for release build | https://api.github.com/repos/python/cpython/issues/34755/comments | 2 | 2001-07-15T06:57:21Z | 2022-04-09T21:35:22Z | https://github.com/python/cpython/issues/34755 | 1,198,778,223 | 34,755 |
[
"python",
"cpython"
] | BPO | [441357](https://bugs.python.org/issue441357)
--- | :---
Nosy | @tim-one, @freddrake
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2001-07-16.15:42:09.000>
created_at = <Date 2001-07-14.23:40:09.000>
labels = ['docs']
title = 'time.clock() docs wrong for Windows'
updated_at = <Date 2001-07-16.15:42:09.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-16.15:42:09.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-07-14.23:40:09.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 441357
keywords = []
message_count = 2.0
messages = ['5406', '5407']
nosy_count = 2.0
nosy_names = ['tim.peters', 'fdrake']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441357'
versions = []
```
</p></details>
| time.clock() docs wrong for Windows | https://api.github.com/repos/python/cpython/issues/34754/comments | 2 | 2001-07-14T23:40:09Z | 2022-04-09T21:35:21Z | https://github.com/python/cpython/issues/34754 | 1,198,778,222 | 34,754 |
[
"python",
"cpython"
] | BPO | [441350](https://bugs.python.org/issue441350)
--- | :---
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 2001-08-16.14:12:10.000>
created_at = <Date 2001-07-14.22:46:13.000>
labels = ['library']
title = 'Disutils config try_run broken'
updated_at = <Date 2001-08-16.14:12:10.000>
user = 'https://bugs.python.org/twburton'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-16.14:12:10.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-07-14.22:46:13.000>
creator = 'twburton'
dependencies = []
files = []
hgrepos = []
issue_num = 441350
keywords = ['patch']
message_count = 2.0
messages = ['36993', '36994']
nosy_count = 2.0
nosy_names = ['akuchling', 'twburton']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441350'
versions = []
```
</p></details>
| Disutils config try_run broken | https://api.github.com/repos/python/cpython/issues/34753/comments | 2 | 2001-07-14T22:46:13Z | 2022-04-09T21:35:20Z | https://github.com/python/cpython/issues/34753 | 1,198,778,217 | 34,753 |
[
"python",
"cpython"
] | BPO | [441348](https://bugs.python.org/issue441348)
--- | :---
Nosy | @loewis, @warsaw
Files | <li>[test_charmap.patch](https://bugs.python.org/file3435/test_charmap.patch "Uploaded as text/plain at 2001-07-14.22:18:55 by bckfnn")</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 2001-08-23.19:00:09.000>
created_at = <Date 2001-07-14.22:18:54.000>
labels = ['library']
title = 'Allow jython to complete test_charmap'
updated_at = <Date 2001-08-23.19:00:09.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-23.19:00:09.000>
actor = 'bckfnn'
assignee = 'bckfnn'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-14.22:18:54.000>
creator = 'bckfnn'
dependencies = []
files = ['3435']
hgrepos = []
issue_num = 441348
keywords = ['patch']
message_count = 5.0
messages = ['36988', '36989', '36990', '36991', '36992']
nosy_count = 3.0
nosy_names = ['loewis', 'barry', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441348'
versions = []
```
</p></details>
| Allow jython to complete test_charmap | https://api.github.com/repos/python/cpython/issues/34752/comments | 5 | 2001-07-14T22:18:54Z | 2022-04-09T21:35:18Z | https://github.com/python/cpython/issues/34752 | 1,198,778,212 | 34,752 |
[
"python",
"cpython"
] | BPO | [441314](https://bugs.python.org/issue441314)
--- | :---
Nosy | @gvanrossum, @chmarr
<sup>*Note: these values reflect the state of the issue at 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 2001-07-14.18:24:12.000>
created_at = <Date 2001-07-14.18:08:22.000>
labels = ['interpreter-core', 'type-feature']
title = '__init__ not callable if non existant.'
updated_at = <Date 2001-07-14.18:24:12.000>
user = 'https://github.com/chmarr'
```
bugs.python.org fields:
```python
activity = <Date 2001-07-14.18:24:12.000>
actor = 'chriscog'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-14.18:08:22.000>
creator = 'chriscog'
dependencies = []
files = []
hgrepos = []
issue_num = 441314
keywords = []
message_count = 3.0
messages = ['5403', '5404', '5405']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'chriscog']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue441314'
versions = []
```
</p></details>
| __init__ not callable if non existant. | https://api.github.com/repos/python/cpython/issues/34751/comments | 3 | 2001-07-14T18:08:22Z | 2022-04-09T21:35:18Z | https://github.com/python/cpython/issues/34751 | 1,198,778,210 | 34,751 |
[
"python",
"cpython"
] | BPO | [441279](https://bugs.python.org/issue441279)
--- | :---
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-04-19.03:33:34.000>
created_at = <Date 2001-07-14.11:11:21.000>
labels = ['library']
title = 'ConfigParser.options return default opts'
updated_at = <Date 2002-04-19.03:33:34.000>
user = 'https://bugs.python.org/jkuan'
```
bugs.python.org fields:
```python
activity = <Date 2002-04-19.03:33:34.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-07-14.11:11:21.000>
creator = 'jkuan'
dependencies = []
files = []
hgrepos = []
issue_num = 441279
keywords = []
message_count = 4.0
messages = ['5399', '5400', '5401', '5402']
nosy_count = 3.0
nosy_names = ['fdrake', 'jkuan', 'shaleh']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441279'
versions = []
```
</p></details>
| ConfigParser.options return default opts | https://api.github.com/repos/python/cpython/issues/34750/comments | 4 | 2001-07-14T11:11:21Z | 2022-04-09T21:35:17Z | https://github.com/python/cpython/issues/34750 | 1,198,778,205 | 34,750 |
[
"python",
"cpython"
] | BPO | [441229](https://bugs.python.org/issue441229)
--- | :---
Nosy | @gvanrossum
Files | <li>[python.patch](https://bugs.python.org/file3434/python.patch "Uploaded as text/plain at 2001-07-14.00:12:05 by nobody")</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 2001-08-09.18:15:42.000>
created_at = <Date 2001-07-14.00:12:03.000>
labels = ['interpreter-core']
title = 'f.readline() checks for errors'
updated_at = <Date 2001-08-09.18:15:42.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-09.18:15:42.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-07-14.00:12:03.000>
creator = 'anonymous'
dependencies = []
files = ['3434']
hgrepos = []
issue_num = 441229
keywords = ['patch']
message_count = 2.0
messages = ['36986', '36987']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue441229'
versions = []
```
</p></details>
| f.readline() checks for errors | https://api.github.com/repos/python/cpython/issues/34749/comments | 2 | 2001-07-14T00:12:03Z | 2022-04-09T21:35:16Z | https://github.com/python/cpython/issues/34749 | 1,198,778,200 | 34,749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.