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 | [231170](https://bugs.python.org/issue231170)
--- | :---
Nosy | @tim-one, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-02-16.03:05:15.000>
created_at = <Date 2001-02-05.20:51:04.000>
labels = ['build']
title = 'make install fails on macosx for Python-2.1a2'
updated_at = <Date 2001-02-16.03:05:15.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-16.03:05:15.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-02-05.20:51:04.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 231170
keywords = []
message_count = 8.0
messages = ['3169', '3170', '3171', '3172', '3173', '3174', '3175', '3176']
nosy_count = 4.0
nosy_names = ['tim.peters', 'nobody', 'nascheme', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue231170'
versions = []
```
</p></details>
| make install fails on macosx for Python-2.1a2 | https://api.github.com/repos/python/cpython/issues/33848/comments | 8 | 2001-02-05T20:51:04Z | 2022-04-09T21:18:21Z | https://github.com/python/cpython/issues/33848 | 1,198,774,101 | 33,848 |
[
"python",
"cpython"
] | BPO | [231064](https://bugs.python.org/issue231064)
--- | :---
Nosy | @tim-one, @mhammond, @theller
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2001-02-23.11:45:55.000>
created_at = <Date 2001-02-05.09:54:15.000>
labels = ['OS-windows']
title = 'sys.path not set correctly in embedded python interpreter.'
updated_at = <Date 2001-02-23.11:45:55.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-23.11:45:55.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-02-05.09:54:15.000>
creator = 'theller'
dependencies = []
files = []
hgrepos = []
issue_num = 231064
keywords = []
message_count = 3.0
messages = ['3166', '3167', '3168']
nosy_count = 3.0
nosy_names = ['tim.peters', 'mhammond', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue231064'
versions = []
```
</p></details>
| sys.path not set correctly in embedded python interpreter. | https://api.github.com/repos/python/cpython/issues/33847/comments | 3 | 2001-02-05T09:54:15Z | 2022-04-09T21:18:21Z | https://github.com/python/cpython/issues/33847 | 1,198,774,096 | 33,847 |
[
"python",
"cpython"
] | BPO | [403596](https://bugs.python.org/issue403596)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3090/None "Uploaded as text/plain at 2001-02-04.15:18:03 by nickm"): None</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-02-05.18:34:39.000>
created_at = <Date 2001-02-04.15:18:03.000>
labels = ['interpreter-core']
title = 'Make UnboundLocalError work in nested scopes (fix segfault)'
updated_at = <Date 2001-02-05.18:34:39.000>
user = 'https://bugs.python.org/nickm'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-05.18:34:39.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-02-04.15:18:03.000>
creator = 'nickm'
dependencies = []
files = ['3090']
hgrepos = []
issue_num = 403596
keywords = ['patch']
message_count = 4.0
messages = ['35578', '35579', '35580', '35581']
nosy_count = 3.0
nosy_names = ['tim.peters', 'jhylton', 'nickm']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403596'
versions = []
```
</p></details>
| Make UnboundLocalError work in nested scopes (fix segfault) | https://api.github.com/repos/python/cpython/issues/33846/comments | 4 | 2001-02-04T15:18:03Z | 2022-04-09T21:18:19Z | https://github.com/python/cpython/issues/33846 | 1,198,774,090 | 33,846 |
[
"python",
"cpython"
] | BPO | [403589](https://bugs.python.org/issue403589)
--- | :---
Nosy | @gvanrossum
Files | <li>[None](https://bugs.python.org/file3089/None "Uploaded as text/plain at 2001-02-04.00:23:55 by nickm"): None</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-02-09.23:05:11.000>
created_at = <Date 2001-02-04.00:23:55.000>
labels = ['interpreter-core']
title = 'Fix segfault related to nested scopes'
updated_at = <Date 2001-02-09.23:05:11.000>
user = 'https://bugs.python.org/nickm'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-09.23:05:11.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-02-04.00:23:55.000>
creator = 'nickm'
dependencies = []
files = ['3089']
hgrepos = []
issue_num = 403589
keywords = ['patch']
message_count = 10.0
messages = ['35568', '35569', '35570', '35571', '35572', '35573', '35574', '35575', '35576', '35577']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'jhylton', 'moshez', 'nickm']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403589'
versions = []
```
</p></details>
| Fix segfault related to nested scopes | https://api.github.com/repos/python/cpython/issues/33845/comments | 10 | 2001-02-04T00:23:55Z | 2022-04-09T21:18:18Z | https://github.com/python/cpython/issues/33845 | 1,198,774,086 | 33,845 |
[
"python",
"cpython"
] | BPO | [403587](https://bugs.python.org/issue403587)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3088/None "Uploaded as text/plain at 2001-02-03.22:46:57 by uche"): None</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-02-05.17:44:40.000>
created_at = <Date 2001-02-03.22:46:57.000>
labels = ['library']
title = 'Python 2.1a2 distutils install_data command broken'
updated_at = <Date 2001-02-05.17:44:40.000>
user = 'https://bugs.python.org/uche'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-05.17:44:40.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-02-03.22:46:57.000>
creator = 'uche'
dependencies = []
files = ['3088']
hgrepos = []
issue_num = 403587
keywords = ['patch']
message_count = 2.0
messages = ['35566', '35567']
nosy_count = 2.0
nosy_names = ['akuchling', 'uche']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403587'
versions = []
```
</p></details>
| Python 2.1a2 distutils install_data command broken | https://api.github.com/repos/python/cpython/issues/33844/comments | 2 | 2001-02-03T22:46:57Z | 2022-04-09T21:18:18Z | https://github.com/python/cpython/issues/33844 | 1,198,774,085 | 33,844 |
[
"python",
"cpython"
] | BPO | [403578](https://bugs.python.org/issue403578)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3087/None "Uploaded as text/plain at 2001-02-03.17:37:31 by mfx"): None</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-02-06.22:16:04.000>
created_at = <Date 2001-02-03.17:37:31.000>
labels = ['build']
title = 'setup.py: _tkinter build fix for Debian unstable'
updated_at = <Date 2001-02-06.22:16:04.000>
user = 'https://bugs.python.org/mfx'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-06.22:16:04.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-02-03.17:37:31.000>
creator = 'mfx'
dependencies = []
files = ['3087']
hgrepos = []
issue_num = 403578
keywords = ['patch']
message_count = 3.0
messages = ['35563', '35564', '35565']
nosy_count = 3.0
nosy_names = ['moshez', 'akuchling', 'mfx']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403578'
versions = []
```
</p></details>
| setup.py: _tkinter build fix for Debian unstable | https://api.github.com/repos/python/cpython/issues/33843/comments | 3 | 2001-02-03T17:37:31Z | 2022-04-09T21:18:16Z | https://github.com/python/cpython/issues/33843 | 1,198,774,079 | 33,843 |
[
"python",
"cpython"
] | BPO | [403557](https://bugs.python.org/issue403557)
--- | :---
Nosy | @loewis
Files | <li>[None](https://bugs.python.org/file3086/None "Uploaded as text/plain at 2001-02-02.09:01:22 by @loewis"): None</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-02-02.09:18:57.000>
created_at = <Date 2001-02-02.09:01:22.000>
labels = ['interpreter-core']
title = 'Speed-up PyObject_IsTrue'
updated_at = <Date 2001-02-02.09:18:57.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-02.09:18:57.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-02-02.09:01:22.000>
creator = 'loewis'
dependencies = []
files = ['3086']
hgrepos = []
issue_num = 403557
keywords = ['patch']
message_count = 2.0
messages = ['35561', '35562']
nosy_count = 1.0
nosy_names = ['loewis']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403557'
versions = []
```
</p></details>
| Speed-up PyObject_IsTrue | https://api.github.com/repos/python/cpython/issues/33842/comments | 2 | 2001-02-02T09:01:22Z | 2022-04-09T21:18:15Z | https://github.com/python/cpython/issues/33842 | 1,198,774,075 | 33,842 |
[
"python",
"cpython"
] | BPO | [230748](https://bugs.python.org/issue230748)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-02-01.21:53:48.000>
created_at = <Date 2001-02-01.21:53:48.000>
labels = ['expert-regex']
title = 're punts on "^*"'
updated_at = <Date 2001-02-01.21:53:48.000>
user = 'https://bugs.python.org/dspguru'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-01.21:53:48.000>
actor = 'dspguru'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2001-02-01.21:53:48.000>
creator = 'dspguru'
dependencies = []
files = []
hgrepos = []
issue_num = 230748
keywords = []
message_count = 1.0
messages = ['3165']
nosy_count = 2.0
nosy_names = ['effbot', 'dspguru']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230748'
versions = []
```
</p></details>
| re punts on "^*" | https://api.github.com/repos/python/cpython/issues/33841/comments | 1 | 2001-02-01T21:53:48Z | 2022-04-09T21:18:14Z | https://github.com/python/cpython/issues/33841 | 1,198,774,071 | 33,841 |
[
"python",
"cpython"
] | BPO | [230712](https://bugs.python.org/issue230712)
--- | :---
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/gvanrossum'
closed_at = <Date 2001-02-05.15:18:54.000>
created_at = <Date 2001-02-01.17:11:59.000>
labels = ['library']
title = 'BaseHTTPServer.HTTPServer.serve_forever() is stuck'
updated_at = <Date 2001-02-05.15:18:54.000>
user = 'https://bugs.python.org/danielnuriyev'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-05.15:18:54.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-02-01.17:11:59.000>
creator = 'danielnuriyev'
dependencies = []
files = []
hgrepos = []
issue_num = 230712
keywords = []
message_count = 5.0
messages = ['3160', '3161', '3162', '3163', '3164']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'fdrake', 'danielnuriyev']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230712'
versions = []
```
</p></details>
| BaseHTTPServer.HTTPServer.serve_forever() is stuck | https://api.github.com/repos/python/cpython/issues/33840/comments | 5 | 2001-02-01T17:11:59Z | 2022-04-09T21:18:13Z | https://github.com/python/cpython/issues/33840 | 1,198,774,066 | 33,840 |
[
"python",
"cpython"
] | BPO | [403547](https://bugs.python.org/issue403547)
--- | :---
Nosy | @freddrake
Files | <li>[None](https://bugs.python.org/file3085/None "Uploaded as text/plain at 2001-02-01.16:44:19 by rfish"): None</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-02-12.16:49:00.000>
created_at = <Date 2001-02-01.16:44:19.000>
labels = ['extension-modules']
title = 'Fix mpz.binary method to handle 64-bit systems'
updated_at = <Date 2001-02-12.16:49:00.000>
user = 'https://bugs.python.org/rfish'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-12.16:49:00.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-02-01.16:44:19.000>
creator = 'rfish'
dependencies = []
files = ['3085']
hgrepos = []
issue_num = 403547
keywords = ['patch']
message_count = 2.0
messages = ['35559', '35560']
nosy_count = 2.0
nosy_names = ['fdrake', 'rfish']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403547'
versions = []
```
</p></details>
| Fix mpz.binary method to handle 64-bit systems | https://api.github.com/repos/python/cpython/issues/33839/comments | 2 | 2001-02-01T16:44:19Z | 2022-04-09T21:18:12Z | https://github.com/python/cpython/issues/33839 | 1,198,774,063 | 33,839 |
[
"python",
"cpython"
] | BPO | [403544](https://bugs.python.org/issue403544)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3084/None "Uploaded as text/plain at 2001-02-01.13:02:29 by nobody"): None</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-02-21.02:40:20.000>
created_at = <Date 2001-02-01.13:02:29.000>
labels = ['build']
title = 'Minor cleanup and support for NIS and bsddb on BSD systems'
updated_at = <Date 2001-02-21.02:40:20.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-21.02:40:20.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-02-01.13:02:29.000>
creator = 'anonymous'
dependencies = []
files = ['3084']
hgrepos = []
issue_num = 403544
keywords = ['patch']
message_count = 2.0
messages = ['35557', '35558']
nosy_count = 1.0
nosy_names = ['akuchling']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403544'
versions = []
```
</p></details>
| Minor cleanup and support for NIS and bsddb on BSD systems | https://api.github.com/repos/python/cpython/issues/33838/comments | 2 | 2001-02-01T13:02:29Z | 2022-04-09T21:18:11Z | https://github.com/python/cpython/issues/33838 | 1,198,774,060 | 33,838 |
[
"python",
"cpython"
] | BPO | [403543](https://bugs.python.org/issue403543)
--- | :---
Files | <li>[None](https://bugs.python.org/file3083/None "Uploaded as text/plain at 2001-02-01.12:59:46 by nobody"): None</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-02-01.23:54:00.000>
created_at = <Date 2001-02-01.12:59:46.000>
labels = ['interpreter-core']
title = "`result' undeclared in Objects/floatobject.c"
updated_at = <Date 2001-02-01.23:54:00.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-01.23:54:00.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-02-01.12:59:46.000>
creator = 'anonymous'
dependencies = []
files = ['3083']
hgrepos = []
issue_num = 403543
keywords = ['patch']
message_count = 1.0
messages = ['35556']
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/issue403543'
versions = []
```
</p></details>
| `result' undeclared in Objects/floatobject.c | https://api.github.com/repos/python/cpython/issues/33837/comments | 1 | 2001-02-01T12:59:46Z | 2022-04-09T21:18:09Z | https://github.com/python/cpython/issues/33837 | 1,198,774,053 | 33,837 |
[
"python",
"cpython"
] | BPO | [230656](https://bugs.python.org/issue230656)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-02-01.14:26:24.000>
created_at = <Date 2001-02-01.00:41:25.000>
labels = ['build']
title = "'from ... import' error from setup.py"
updated_at = <Date 2001-02-01.14:26:24.000>
user = 'https://bugs.python.org/bcollar'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-01.14:26:24.000>
actor = 'jhylton'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-02-01.00:41:25.000>
creator = 'bcollar'
dependencies = []
files = []
hgrepos = []
issue_num = 230656
keywords = []
message_count = 2.0
messages = ['3158', '3159']
nosy_count = 2.0
nosy_names = ['jhylton', 'bcollar']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230656'
versions = []
```
</p></details>
| 'from ... import' error from setup.py | https://api.github.com/repos/python/cpython/issues/33836/comments | 2 | 2001-02-01T00:41:25Z | 2022-04-09T21:18:08Z | https://github.com/python/cpython/issues/33836 | 1,198,774,047 | 33,836 |
[
"python",
"cpython"
] | BPO | [403523](https://bugs.python.org/issue403523)
--- | :---
Nosy | @tim-one, @akuchling
Files | <li>[None](https://bugs.python.org/file3082/None "Uploaded as text/plain at 2001-01-31.07:51:00 by nobody"): None</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-02-06.22:34:29.000>
created_at = <Date 2001-01-31.07:51:00.000>
labels = ['extension-modules']
title = "mpz module doesn't build under cygwin"
updated_at = <Date 2001-02-06.22:34:29.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-06.22:34:29.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-31.07:51:00.000>
creator = 'anonymous'
dependencies = []
files = ['3082']
hgrepos = []
issue_num = 403523
keywords = ['patch']
message_count = 3.0
messages = ['35553', '35554', '35555']
nosy_count = 2.0
nosy_names = ['tim.peters', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403523'
versions = []
```
</p></details>
| mpz module doesn't build under cygwin | https://api.github.com/repos/python/cpython/issues/33835/comments | 3 | 2001-01-31T07:51:00Z | 2022-04-09T21:18:08Z | https://github.com/python/cpython/issues/33835 | 1,198,774,045 | 33,835 |
[
"python",
"cpython"
] | BPO | [230532](https://bugs.python.org/issue230532)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-01-31.01:18:27.000>
created_at = <Date 2001-01-31.00:20:28.000>
labels = ['interpreter-core']
title = "newest CVS won't build on AIX"
updated_at = <Date 2001-01-31.01:18:27.000>
user = 'https://bugs.python.org/bcollar'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-31.01:18:27.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-31.00:20:28.000>
creator = 'bcollar'
dependencies = []
files = []
hgrepos = []
issue_num = 230532
keywords = []
message_count = 3.0
messages = ['3155', '3156', '3157']
nosy_count = 2.0
nosy_names = ['tim.peters', 'bcollar']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230532'
versions = []
```
</p></details>
| newest CVS won't build on AIX | https://api.github.com/repos/python/cpython/issues/33834/comments | 3 | 2001-01-31T00:20:28Z | 2022-04-09T21:18:07Z | https://github.com/python/cpython/issues/33834 | 1,198,774,044 | 33,834 |
[
"python",
"cpython"
] | BPO | [403517](https://bugs.python.org/issue403517)
--- | :---
Nosy | @gvanrossum
Files | <li>[None](https://bugs.python.org/file3081/None "Uploaded as text/plain at 2001-01-30.21:01:38 by mfx"): None</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-02-15.13:51:16.000>
created_at = <Date 2001-01-30.21:01:38.000>
labels = ['library']
title = 'ftplib.py: provide a default blocksize arg in storbinary'
updated_at = <Date 2001-02-15.13:51:16.000>
user = 'https://bugs.python.org/mfx'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-15.13:51:16.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-30.21:01:38.000>
creator = 'mfx'
dependencies = []
files = ['3081']
hgrepos = []
issue_num = 403517
keywords = ['patch']
message_count = 2.0
messages = ['35551', '35552']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'mfx']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403517'
versions = []
```
</p></details>
| ftplib.py: provide a default blocksize arg in storbinary | https://api.github.com/repos/python/cpython/issues/33833/comments | 2 | 2001-01-30T21:01:38Z | 2022-04-09T21:18:06Z | https://github.com/python/cpython/issues/33833 | 1,198,774,036 | 33,833 |
[
"python",
"cpython"
] | BPO | [403516](https://bugs.python.org/issue403516)
--- | :---
Nosy | @freddrake
Files | <li>[None](https://bugs.python.org/file3080/None "Uploaded as text/plain at 2001-01-30.20:46:07 by mfx"): None</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-02-20.18:15:54.000>
created_at = <Date 2001-01-30.20:46:07.000>
labels = ['library']
title = 'zipfile.py: use hex constants for magic numbers'
updated_at = <Date 2001-02-20.18:15:54.000>
user = 'https://bugs.python.org/mfx'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-20.18:15:54.000>
actor = 'fdrake'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-30.20:46:07.000>
creator = 'mfx'
dependencies = []
files = ['3080']
hgrepos = []
issue_num = 403516
keywords = ['patch']
message_count = 2.0
messages = ['35549', '35550']
nosy_count = 3.0
nosy_names = ['jhylton', 'fdrake', 'mfx']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403516'
versions = []
```
</p></details>
| zipfile.py: use hex constants for magic numbers | https://api.github.com/repos/python/cpython/issues/33832/comments | 2 | 2001-01-30T20:46:07Z | 2022-04-09T21:18:04Z | https://github.com/python/cpython/issues/33832 | 1,198,774,033 | 33,832 |
[
"python",
"cpython"
] | BPO | [403514](https://bugs.python.org/issue403514)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[None](https://bugs.python.org/file3079/None "Uploaded as text/plain at 2001-01-30.20:21:44 by mfx"): None</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-09.16:58:07.000>
created_at = <Date 2001-01-30.20:21:44.000>
labels = ['expert-tkinter']
title = 'small speedup in Tkinter.Misc._bind'
updated_at = <Date 2001-08-09.16:58:07.000>
user = 'https://bugs.python.org/mfx'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-09.16:58:07.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2001-01-30.20:21:44.000>
creator = 'mfx'
dependencies = []
files = ['3079']
hgrepos = []
issue_num = 403514
keywords = ['patch']
message_count = 4.0
messages = ['35545', '35546', '35547', '35548']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'mfx']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403514'
versions = []
```
</p></details>
| small speedup in Tkinter.Misc._bind | https://api.github.com/repos/python/cpython/issues/33831/comments | 4 | 2001-01-30T20:21:44Z | 2022-04-09T21:18:03Z | https://github.com/python/cpython/issues/33831 | 1,198,774,027 | 33,831 |
[
"python",
"cpython"
] | BPO | [403513](https://bugs.python.org/issue403513)
--- | :---
Nosy | @loewis
Files | <li>[None](https://bugs.python.org/file3078/None "Uploaded as text/plain at 2001-01-30.20:00:47 by mfx"): None</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-06-16.08:24:11.000>
created_at = <Date 2001-01-30.20:00:47.000>
labels = ['expert-tkinter']
title = 'Canvas.py fixes'
updated_at = <Date 2001-06-16.08:24:11.000>
user = 'https://bugs.python.org/mfx'
```
bugs.python.org fields:
```python
activity = <Date 2001-06-16.08:24:11.000>
actor = 'loewis'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2001-01-30.20:00:47.000>
creator = 'mfx'
dependencies = []
files = ['3078']
hgrepos = []
issue_num = 403513
keywords = ['patch']
message_count = 2.0
messages = ['35543', '35544']
nosy_count = 3.0
nosy_names = ['loewis', 'effbot', 'mfx']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403513'
versions = []
```
</p></details>
| Canvas.py fixes | https://api.github.com/repos/python/cpython/issues/33830/comments | 2 | 2001-01-30T20:00:47Z | 2022-04-09T21:18:01Z | https://github.com/python/cpython/issues/33830 | 1,198,774,024 | 33,830 |
[
"python",
"cpython"
] | BPO | [403512](https://bugs.python.org/issue403512)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3077/None "Uploaded as text/plain at 2001-01-30.18:59:33 by donnc"): None</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-02-01.01:30:34.000>
created_at = <Date 2001-01-30.18:59:33.000>
labels = ['interpreter-core']
title = "symtable['.noopt'] = None, should be = 0"
updated_at = <Date 2001-02-01.01:30:34.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-01.01:30:34.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-30.18:59:33.000>
creator = 'donnc'
dependencies = []
files = ['3077']
hgrepos = []
issue_num = 403512
keywords = ['patch']
message_count = 3.0
messages = ['35540', '35541', '35542']
nosy_count = 3.0
nosy_names = ['tim.peters', 'jhylton', 'donnc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403512'
versions = []
```
</p></details>
| symtable['.noopt'] = None, should be = 0 | https://api.github.com/repos/python/cpython/issues/33829/comments | 3 | 2001-01-30T18:59:33Z | 2022-04-09T21:18:00Z | https://github.com/python/cpython/issues/33829 | 1,198,774,021 | 33,829 |
[
"python",
"cpython"
] | BPO | [403511](https://bugs.python.org/issue403511)
--- | :---
Nosy | @smontanaro
Files | <li>[None](https://bugs.python.org/file3076/None "Uploaded as text/plain at 2001-01-30.18:43:56 by dcohen"): None</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-02-15.17:00:03.000>
created_at = <Date 2001-01-30.18:43:56.000>
labels = ['library']
title = 'robotparser.py: fix for top-level web names'
updated_at = <Date 2001-02-15.17:00:03.000>
user = 'https://bugs.python.org/dcohen'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-15.17:00:03.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-30.18:43:56.000>
creator = 'dcohen'
dependencies = []
files = ['3076']
hgrepos = []
issue_num = 403511
keywords = ['patch']
message_count = 3.0
messages = ['35537', '35538', '35539']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'dcohen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403511'
versions = []
```
</p></details>
| robotparser.py: fix for top-level web names | https://api.github.com/repos/python/cpython/issues/33828/comments | 3 | 2001-01-30T18:43:56Z | 2022-04-09T21:18:00Z | https://github.com/python/cpython/issues/33828 | 1,198,774,018 | 33,828 |
[
"python",
"cpython"
] | BPO | [403495](https://bugs.python.org/issue403495)
--- | :---
Nosy | @tim-one, @warsaw
Files | <li>[None](https://bugs.python.org/file3075/None "Uploaded as text/plain at 2001-01-29.23:53:32 by sdm7g"): None</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2001-02-26.16:56:48.000>
created_at = <Date 2001-01-29.23:53:32.000>
labels = ['interpreter-core']
title = 'case sensitive import for case insensitive FileSystem'
updated_at = <Date 2001-02-26.16:56:48.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-26.16:56:48.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-29.23:53:32.000>
creator = 'sdm7g'
dependencies = []
files = ['3075']
hgrepos = []
issue_num = 403495
keywords = ['patch']
message_count = 9.0
messages = ['35528', '35529', '35530', '35531', '35532', '35533', '35534', '35535', '35536']
nosy_count = 4.0
nosy_names = ['tim.peters', 'barry', 'jlt63', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403495'
versions = []
```
</p></details>
| case sensitive import for case insensitive FileSystem | https://api.github.com/repos/python/cpython/issues/33827/comments | 9 | 2001-01-29T23:53:32Z | 2022-04-09T21:17:59Z | https://github.com/python/cpython/issues/33827 | 1,198,774,011 | 33,827 |
[
"python",
"cpython"
] | BPO | [403487](https://bugs.python.org/issue403487)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3074/None "Uploaded as text/plain at 2001-01-29.22:19:21 by donnc"): None</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-02-08.16:38:29.000>
created_at = <Date 2001-01-29.22:19:21.000>
labels = ['build']
title = 'BeOS build scripts, setup.py'
updated_at = <Date 2001-02-08.16:38:29.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-08.16:38:29.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-29.22:19:21.000>
creator = 'donnc'
dependencies = []
files = ['3074']
hgrepos = []
issue_num = 403487
keywords = ['patch']
message_count = 5.0
messages = ['35523', '35524', '35525', '35526', '35527']
nosy_count = 2.0
nosy_names = ['akuchling', 'donnc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403487'
versions = []
```
</p></details>
| BeOS build scripts, setup.py | https://api.github.com/repos/python/cpython/issues/33826/comments | 5 | 2001-01-29T22:19:21Z | 2022-04-09T21:17:58Z | https://github.com/python/cpython/issues/33826 | 1,198,774,007 | 33,826 |
[
"python",
"cpython"
] | BPO | [403485](https://bugs.python.org/issue403485)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3073/None "Uploaded as text/plain at 2001-01-29.19:29:44 by donnc"): None</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-01-29.21:42:28.000>
created_at = <Date 2001-01-29.19:29:44.000>
labels = ['extension-modules']
title = '_cursesmodule.c, AIX and NetBSD'
updated_at = <Date 2001-01-29.21:42:28.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-29.21:42:28.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-29.19:29:44.000>
creator = 'donnc'
dependencies = []
files = ['3073']
hgrepos = []
issue_num = 403485
keywords = ['patch']
message_count = 4.0
messages = ['35519', '35520', '35521', '35522']
nosy_count = 2.0
nosy_names = ['akuchling', 'donnc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403485'
versions = []
```
</p></details>
| _cursesmodule.c, AIX and NetBSD | https://api.github.com/repos/python/cpython/issues/33825/comments | 4 | 2001-01-29T19:29:44Z | 2022-04-09T21:17:57Z | https://github.com/python/cpython/issues/33825 | 1,198,774,001 | 33,825 |
[
"python",
"cpython"
] | BPO | [403478](https://bugs.python.org/issue403478)
--- | :---
Nosy | @gvanrossum
Files | <li>[None](https://bugs.python.org/file3072/None "Uploaded as text/plain at 2001-01-29.07:58:31 by donnc"): None</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-01-30.18:40:48.000>
created_at = <Date 2001-01-29.07:58:31.000>
labels = ['library']
title = 'Lib/test for BeOS'
updated_at = <Date 2001-01-30.18:40:48.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-30.18:40:48.000>
actor = 'moshez'
assignee = 'moshez'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-29.07:58:31.000>
creator = 'donnc'
dependencies = []
files = ['3072']
hgrepos = []
issue_num = 403478
keywords = ['patch']
message_count = 5.0
messages = ['35514', '35515', '35516', '35517', '35518']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'moshez', 'donnc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403478'
versions = []
```
</p></details>
| Lib/test for BeOS | https://api.github.com/repos/python/cpython/issues/33824/comments | 5 | 2001-01-29T07:58:31Z | 2022-04-09T21:17:55Z | https://github.com/python/cpython/issues/33824 | 1,198,773,997 | 33,824 |
[
"python",
"cpython"
] | BPO | [403477](https://bugs.python.org/issue403477)
--- | :---
Files | <li>[None](https://bugs.python.org/file3071/None "Uploaded as text/plain at 2001-01-29.07:53:17 by donnc"): None</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-01-29.22:23:55.000>
created_at = <Date 2001-01-29.07:53:17.000>
labels = []
title = 'BeOS build scripts, setup.py'
updated_at = <Date 2001-01-29.22:23:55.000>
user = 'https://bugs.python.org/donnc'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-29.22:23:55.000>
actor = 'donnc'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-01-29.07:53:17.000>
creator = 'donnc'
dependencies = []
files = ['3071']
hgrepos = []
issue_num = 403477
keywords = ['patch']
message_count = 2.0
messages = ['35512', '35513']
nosy_count = 1.0
nosy_names = ['donnc']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403477'
versions = []
```
</p></details>
| BeOS build scripts, setup.py | https://api.github.com/repos/python/cpython/issues/33823/comments | 2 | 2001-01-29T07:53:17Z | 2022-04-09T21:17:54Z | https://github.com/python/cpython/issues/33823 | 1,198,773,992 | 33,823 |
[
"python",
"cpython"
] | BPO | [403476](https://bugs.python.org/issue403476)
--- | :---
Nosy | @Yhg1s, @warsaw
Files | <li>[None](https://bugs.python.org/file3070/None "Uploaded as text/plain at 2001-01-29.05:47:05 by @warsaw"): None</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2001-01-31.22:14:05.000>
created_at = <Date 2001-01-29.05:47:05.000>
labels = ['library']
title = 'Two Lib/mailbox.py fixes'
updated_at = <Date 2001-01-31.22:14:05.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-31.22:14:05.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-29.05:47:05.000>
creator = 'barry'
dependencies = []
files = ['3070']
hgrepos = []
issue_num = 403476
keywords = ['patch']
message_count = 6.0
messages = ['35506', '35507', '35508', '35509', '35510', '35511']
nosy_count = 2.0
nosy_names = ['twouters', 'barry']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403476'
versions = []
```
</p></details>
| Two Lib/mailbox.py fixes | https://api.github.com/repos/python/cpython/issues/33822/comments | 6 | 2001-01-29T05:47:05Z | 2022-04-09T21:17:54Z | https://github.com/python/cpython/issues/33822 | 1,198,773,989 | 33,822 |
[
"python",
"cpython"
] | BPO | [230359](https://bugs.python.org/issue230359)
--- | :---
Nosy | @gvanrossum, @loewis, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2003-01-23.04:53:45.000>
created_at = <Date 2001-01-28.23:31:25.000>
labels = ['expert-IDLE', 'type-feature']
title = 'Run script should not appear in shell window'
updated_at = <Date 2003-01-23.04:53:45.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2003-01-23.04:53:45.000>
actor = 'rhettinger'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2001-01-28.23:31:25.000>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 230359
keywords = []
message_count = 4.0
messages = ['53071', '53072', '53073', '53074']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'loewis', 'nnorwitz', 'rhettinger']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue230359'
versions = []
```
</p></details>
| Run script should not appear in shell window | https://api.github.com/repos/python/cpython/issues/33821/comments | 4 | 2001-01-28T23:31:25Z | 2022-04-09T21:17:52Z | https://github.com/python/cpython/issues/33821 | 1,198,773,982 | 33,821 |
[
"python",
"cpython"
] | BPO | [230355](https://bugs.python.org/issue230355)
--- | :---
Nosy | @mwhudson, @malemburg
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2001-01-29.11:14:15.000>
created_at = <Date 2001-01-28.22:22:44.000>
labels = ['expert-unicode']
title = 'unicode capitalize method does the wrong thing'
updated_at = <Date 2001-01-29.11:14:15.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-29.11:14:15.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2001-01-28.22:22:44.000>
creator = 'mwh'
dependencies = []
files = []
hgrepos = []
issue_num = 230355
keywords = []
message_count = 3.0
messages = ['3152', '3153', '3154']
nosy_count = 2.0
nosy_names = ['mwh', 'lemburg']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230355'
versions = []
```
</p></details>
| unicode capitalize method does the wrong thing | https://api.github.com/repos/python/cpython/issues/33820/comments | 3 | 2001-01-28T22:22:44Z | 2022-04-09T21:17:51Z | https://github.com/python/cpython/issues/33820 | 1,198,773,975 | 33,820 |
[
"python",
"cpython"
] | BPO | [403473](https://bugs.python.org/issue403473)
--- | :---
Nosy | @gvanrossum, @akuchling
Files | <li>[None](https://bugs.python.org/file3069/None "Uploaded as text/plain at 2001-01-28.20:32:16 by dougfort"): None</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-02-20.22:11:40.000>
created_at = <Date 2001-01-28.20:32:16.000>
labels = ['library']
title = "Cookie.py: Allow values containing '='"
updated_at = <Date 2001-02-20.22:11:40.000>
user = 'https://bugs.python.org/dougfort'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-20.22:11:40.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-28.20:32:16.000>
creator = 'dougfort'
dependencies = []
files = ['3069']
hgrepos = []
issue_num = 403473
keywords = ['patch']
message_count = 4.0
messages = ['35502', '35503', '35504', '35505']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'akuchling', 'dougfort']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403473'
versions = []
```
</p></details>
| Cookie.py: Allow values containing '=' | https://api.github.com/repos/python/cpython/issues/33819/comments | 4 | 2001-01-28T20:32:16Z | 2022-04-09T21:17:50Z | https://github.com/python/cpython/issues/33819 | 1,198,773,973 | 33,819 |
[
"python",
"cpython"
] | BPO | [403471](https://bugs.python.org/issue403471)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[None](https://bugs.python.org/file3068/None "Uploaded as text/plain at 2001-01-28.17:44:29 by isk"): None</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-02-06.00:15:20.000>
created_at = <Date 2001-01-28.17:44:29.000>
labels = ['library']
title = 'xml pretty-printing in minidom'
updated_at = <Date 2001-02-06.00:15:20.000>
user = 'https://bugs.python.org/isk'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-06.00:15:20.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-28.17:44:29.000>
creator = 'isk'
dependencies = []
files = ['3068']
hgrepos = []
issue_num = 403471
keywords = ['patch']
message_count = 3.0
messages = ['35499', '35500', '35501']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'isk']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403471'
versions = []
```
</p></details>
| xml pretty-printing in minidom | https://api.github.com/repos/python/cpython/issues/33818/comments | 3 | 2001-01-28T17:44:29Z | 2022-04-09T21:17:48Z | https://github.com/python/cpython/issues/33818 | 1,198,773,967 | 33,818 |
[
"python",
"cpython"
] | BPO | [230306](https://bugs.python.org/issue230306)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-01-28.05:08:11.000>
created_at = <Date 2001-01-28.02:13:23.000>
labels = ['interpreter-core']
title = 'statcache.py full of thread problems'
updated_at = <Date 2001-01-28.05:08:11.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-28.05:08:11.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-28.02:13:23.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 230306
keywords = []
message_count = 2.0
messages = ['3150', '3151']
nosy_count = 1.0
nosy_names = ['tim.peters']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230306'
versions = []
```
</p></details>
| statcache.py full of thread problems | https://api.github.com/repos/python/cpython/issues/33817/comments | 2 | 2001-01-28T02:13:23Z | 2022-04-09T21:17:48Z | https://github.com/python/cpython/issues/33817 | 1,198,773,963 | 33,817 |
[
"python",
"cpython"
] | BPO | [403457](https://bugs.python.org/issue403457)
--- | :---
Nosy | @gvanrossum, @brianquinlan
Files | <li>[None](https://bugs.python.org/file3067/None "Uploaded as text/plain at 2001-01-27.20:28:26 by @brianquinlan"): None</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-01-30.00:02:54.000>
created_at = <Date 2001-01-27.20:28:26.000>
labels = ['interpreter-core']
title = 'Fixed shadowing problem with cmpfunc in Mac OS X'
updated_at = <Date 2001-01-30.00:02:54.000>
user = 'https://github.com/brianquinlan'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-30.00:02:54.000>
actor = 'nobody'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-27.20:28:26.000>
creator = 'bquinlan'
dependencies = []
files = ['3067']
hgrepos = []
issue_num = 403457
keywords = ['patch']
message_count = 4.0
messages = ['35495', '35496', '35497', '35498']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nobody', 'bquinlan']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403457'
versions = []
```
</p></details>
| Fixed shadowing problem with cmpfunc in Mac OS X | https://api.github.com/repos/python/cpython/issues/33816/comments | 4 | 2001-01-27T20:28:26Z | 2022-04-09T21:17:47Z | https://github.com/python/cpython/issues/33816 | 1,198,773,961 | 33,816 |
[
"python",
"cpython"
] | BPO | [230242](https://bugs.python.org/issue230242)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-01-27.06:22:43.000>
created_at = <Date 2001-01-27.04:09:40.000>
labels = ['interpreter-core']
title = 'PyMember_Set of T_CHAR always raises exception'
updated_at = <Date 2001-01-27.06:22:43.000>
user = 'https://bugs.python.org/davecole'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-27.06:22:43.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-27.04:09:40.000>
creator = 'davecole'
dependencies = []
files = []
hgrepos = []
issue_num = 230242
keywords = []
message_count = 3.0
messages = ['3147', '3148', '3149']
nosy_count = 2.0
nosy_names = ['tim.peters', 'davecole']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230242'
versions = []
```
</p></details>
| PyMember_Set of T_CHAR always raises exception | https://api.github.com/repos/python/cpython/issues/33815/comments | 3 | 2001-01-27T04:09:40Z | 2022-04-09T21:17:46Z | https://github.com/python/cpython/issues/33815 | 1,198,773,955 | 33,815 |
[
"python",
"cpython"
] | BPO | [403453](https://bugs.python.org/issue403453)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3066/None "Uploaded as text/plain at 2001-01-27.04:04:02 by davecole"): None</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-01-27.06:21:44.000>
created_at = <Date 2001-01-27.04:04:02.000>
labels = ['interpreter-core']
title = 'PyMember_Set of T_CHAR always raises exception'
updated_at = <Date 2001-01-27.06:21:44.000>
user = 'https://bugs.python.org/davecole'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-27.06:21:44.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-27.04:04:02.000>
creator = 'davecole'
dependencies = []
files = ['3066']
hgrepos = []
issue_num = 403453
keywords = ['patch']
message_count = 3.0
messages = ['35492', '35493', '35494']
nosy_count = 2.0
nosy_names = ['tim.peters', 'davecole']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403453'
versions = []
```
</p></details>
| PyMember_Set of T_CHAR always raises exception | https://api.github.com/repos/python/cpython/issues/33814/comments | 3 | 2001-01-27T04:04:02Z | 2022-04-09T21:17:45Z | https://github.com/python/cpython/issues/33814 | 1,198,773,954 | 33,814 |
[
"python",
"cpython"
] | BPO | [230197](https://bugs.python.org/issue230197)
--- | :---
Nosy | @freddrake, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-01-27.07:15:54.000>
created_at = <Date 2001-01-26.19:11:59.000>
labels = ['build']
title = '--with-suffix removal breaks macosx build'
updated_at = <Date 2001-01-27.07:15:54.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-27.07:15:54.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-26.19:11:59.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 230197
keywords = []
message_count = 4.0
messages = ['3143', '3144', '3145', '3146']
nosy_count = 3.0
nosy_names = ['fdrake', 'nascheme', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230197'
versions = []
```
</p></details>
| --with-suffix removal breaks macosx build | https://api.github.com/repos/python/cpython/issues/33813/comments | 4 | 2001-01-26T19:11:59Z | 2022-04-09T21:17:43Z | https://github.com/python/cpython/issues/33813 | 1,198,773,947 | 33,813 |
[
"python",
"cpython"
] | BPO | [403445](https://bugs.python.org/issue403445)
--- | :---
Nosy | @freddrake
Files | <li>[None](https://bugs.python.org/file3065/None "Uploaded as text/plain at 2001-01-26.18:34:40 by niemeyer"): None</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-02-27.18:58:32.000>
created_at = <Date 2001-01-26.18:34:40.000>
labels = ['extension-modules']
title = 'Fixed DB_RECNO support in bsddb module'
updated_at = <Date 2001-02-27.18:58:32.000>
user = 'https://bugs.python.org/niemeyer'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-27.18:58:32.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-26.18:34:40.000>
creator = 'niemeyer'
dependencies = []
files = ['3065']
hgrepos = []
issue_num = 403445
keywords = ['patch']
message_count = 6.0
messages = ['35486', '35487', '35488', '35489', '35490', '35491']
nosy_count = 2.0
nosy_names = ['fdrake', 'niemeyer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403445'
versions = []
```
</p></details>
| Fixed DB_RECNO support in bsddb module | https://api.github.com/repos/python/cpython/issues/33812/comments | 6 | 2001-01-26T18:34:40Z | 2022-04-09T21:17:43Z | https://github.com/python/cpython/issues/33812 | 1,198,773,942 | 33,812 |
[
"python",
"cpython"
] | BPO | [403441](https://bugs.python.org/issue403441)
--- | :---
Nosy | @mwhudson, @gvanrossum, @tim-one
Files | <li>[None](https://bugs.python.org/file3064/None "Uploaded as text/plain at 2001-01-26.16:22:05 by @mwhudson"): None</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-01-30.03:37:11.000>
created_at = <Date 2001-01-26.16:22:05.000>
labels = ['interpreter-core']
title = 'an inline syntax for function attributes'
updated_at = <Date 2001-01-30.03:37:11.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-30.03:37:11.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-26.16:22:05.000>
creator = 'mwh'
dependencies = []
files = ['3064']
hgrepos = []
issue_num = 403441
keywords = ['patch']
message_count = 3.0
messages = ['35483', '35484', '35485']
nosy_count = 3.0
nosy_names = ['mwh', 'gvanrossum', 'tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403441'
versions = []
```
</p></details>
| an inline syntax for function attributes | https://api.github.com/repos/python/cpython/issues/33811/comments | 3 | 2001-01-26T16:22:05Z | 2022-04-09T21:17:41Z | https://github.com/python/cpython/issues/33811 | 1,198,773,936 | 33,811 |
[
"python",
"cpython"
] | BPO | [230165](https://bugs.python.org/issue230165)
--- | :---
Nosy | @akuchling, @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/akuchling'
closed_at = <Date 2001-02-14.17:30:14.000>
created_at = <Date 2001-01-26.14:46:24.000>
labels = []
title = 'Python 2.1a1 Makefile changed OPT value not used in module c'
updated_at = <Date 2001-02-14.17:30:14.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-14.17:30:14.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-01-26.14:46:24.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 230165
keywords = []
message_count = 6.0
messages = ['3137', '3138', '3139', '3140', '3141', '3142']
nosy_count = 3.0
nosy_names = ['nobody', 'akuchling', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230165'
versions = []
```
</p></details>
| Python 2.1a1 Makefile changed OPT value not used in module c | https://api.github.com/repos/python/cpython/issues/33810/comments | 6 | 2001-01-26T14:46:24Z | 2022-04-09T21:17:40Z | https://github.com/python/cpython/issues/33810 | 1,198,773,930 | 33,810 |
[
"python",
"cpython"
] | BPO | [230117](https://bugs.python.org/issue230117)
--- | :---
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-01-28.18:11:33.000>
created_at = <Date 2001-01-26.04:51:47.000>
labels = ['build']
title = 'Python-2.1a1 sgi build _curses Module fix'
updated_at = <Date 2001-01-28.18:11:33.000>
user = 'https://bugs.python.org/pj99'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-28.18:11:33.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-26.04:51:47.000>
creator = 'pj99'
dependencies = []
files = []
hgrepos = []
issue_num = 230117
keywords = []
message_count = 4.0
messages = ['3133', '3134', '3135', '3136']
nosy_count = 2.0
nosy_names = ['akuchling', 'pj99']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230117'
versions = []
```
</p></details>
| Python-2.1a1 sgi build _curses Module fix | https://api.github.com/repos/python/cpython/issues/33809/comments | 4 | 2001-01-26T04:51:47Z | 2022-04-09T21:17:39Z | https://github.com/python/cpython/issues/33809 | 1,198,773,925 | 33,809 |
[
"python",
"cpython"
] | BPO | [230077](https://bugs.python.org/issue230077)
--- | :---
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/gvanrossum'
closed_at = <Date 2001-01-26.15:21:51.000>
created_at = <Date 2001-01-25.20:31:31.000>
labels = ['library']
title = 'one-line typo in arraymodule.c'
updated_at = <Date 2001-01-26.15:21:51.000>
user = 'https://bugs.python.org/yole'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.15:21:51.000>
actor = 'fdrake'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-25.20:31:31.000>
creator = 'yole'
dependencies = []
files = []
hgrepos = []
issue_num = 230077
keywords = []
message_count = 2.0
messages = ['3131', '3132']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'fdrake', 'yole']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230077'
versions = []
```
</p></details>
| one-line typo in arraymodule.c | https://api.github.com/repos/python/cpython/issues/33808/comments | 2 | 2001-01-25T20:31:31Z | 2022-04-09T21:17:38Z | https://github.com/python/cpython/issues/33808 | 1,198,773,920 | 33,808 |
[
"python",
"cpython"
] | BPO | [230075](https://bugs.python.org/issue230075)
--- | :---
Nosy | @gvanrossum, @Yhg1s, @akuchling, @nascheme
Files | <li>[bsddb.diff](https://bugs.python.org/file9/bsddb.diff "Uploaded as text/plain at 2001-10-20.20:45:06 by @nascheme"): Build dbm and bsddb on Debian woody</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-10-21.22:17:25.000>
created_at = <Date 2001-01-25.20:16:31.000>
labels = ['build']
title = 'dbmmodule build fails on Debian GNU/Linux unstable (Sid)'
updated_at = <Date 2001-10-21.22:17:25.000>
user = 'https://bugs.python.org/krftkndl'
```
bugs.python.org fields:
```python
activity = <Date 2001-10-21.22:17:25.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-25.20:16:31.000>
creator = 'krftkndl'
dependencies = []
files = ['9']
hgrepos = []
issue_num = 230075
keywords = []
message_count = 13.0
messages = ['3118', '3119', '3120', '3121', '3122', '3123', '3124', '3125', '3126', '3127', '3128', '3129', '3130']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'twouters', 'akuchling', 'nascheme', 'krftkndl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230075'
versions = []
```
</p></details>
| dbmmodule build fails on Debian GNU/Linux unstable (Sid) | https://api.github.com/repos/python/cpython/issues/33807/comments | 13 | 2001-01-25T20:16:31Z | 2022-04-09T21:17:36Z | https://github.com/python/cpython/issues/33807 | 1,198,773,917 | 33,807 |
[
"python",
"cpython"
] | BPO | [230030](https://bugs.python.org/issue230030)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tim-one'
closed_at = <Date 2001-01-26.06:51:53.000>
created_at = <Date 2001-01-25.11:03:09.000>
labels = ['library']
title = 'Claim of bad betavariate algorithm'
updated_at = <Date 2001-01-26.06:51:53.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.06:51:53.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-25.11:03:09.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 230030
keywords = []
message_count = 5.0
messages = ['3113', '3114', '3115', '3116', '3117']
nosy_count = 1.0
nosy_names = ['tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230030'
versions = []
```
</p></details>
| Claim of bad betavariate algorithm | https://api.github.com/repos/python/cpython/issues/33806/comments | 5 | 2001-01-25T11:03:09Z | 2022-04-09T21:17:36Z | https://github.com/python/cpython/issues/33806 | 1,198,773,913 | 33,806 |
[
"python",
"cpython"
] | BPO | [230029](https://bugs.python.org/issue230029)
--- | :---
Nosy | @gvanrossum, @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/gvanrossum'
closed_at = <Date 2001-08-07.19:28:14.000>
created_at = <Date 2001-01-25.10:55:28.000>
labels = ['interpreter-core']
title = '[HP-UX] Python chokes on pthread_mutex_init'
updated_at = <Date 2001-08-07.19:28:14.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-07.19:28:14.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-25.10:55:28.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 230029
keywords = []
message_count = 7.0
messages = ['3106', '3107', '3108', '3109', '3110', '3111', '3112']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'tim.peters', 'fdrake', 'harripasanen', 'toddw']
pr_nums = []
priority = 'low'
resolution = 'later'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230029'
versions = []
```
</p></details>
| [HP-UX] Python chokes on pthread_mutex_init | https://api.github.com/repos/python/cpython/issues/33805/comments | 7 | 2001-01-25T10:55:28Z | 2022-04-09T21:17:35Z | https://github.com/python/cpython/issues/33805 | 1,198,773,908 | 33,805 |
[
"python",
"cpython"
] | BPO | [230010](https://bugs.python.org/issue230010)
--- | :---
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-08-07.19:27:38.000>
created_at = <Date 2001-01-25.05:14:41.000>
labels = ['interpreter-core']
title = 'Nasty case for comparison performance'
updated_at = <Date 2001-08-07.19:27:38.000>
user = 'https://github.com/tim-one'
```
bugs.python.org fields:
```python
activity = <Date 2001-08-07.19:27:38.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-25.05:14:41.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 230010
keywords = []
message_count = 3.0
messages = ['3103', '3104', '3105']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'tim.peters', 'nobody']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230010'
versions = []
```
</p></details>
| Nasty case for comparison performance | https://api.github.com/repos/python/cpython/issues/33804/comments | 3 | 2001-01-25T05:14:41Z | 2022-04-09T21:17:34Z | https://github.com/python/cpython/issues/33804 | 1,198,773,901 | 33,804 |
[
"python",
"cpython"
] | BPO | [230006](https://bugs.python.org/issue230006)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-04-13.14:37:16.000>
created_at = <Date 2001-01-25.04:00:19.000>
labels = []
title = '/test/tokenize_tests_.py minor bug'
updated_at = <Date 2001-04-13.14:37:16.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-04-13.14:37:16.000>
actor = 'jhylton'
assignee = 'jhylton'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2001-01-25.04:00:19.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 230006
keywords = []
message_count = 4.0
messages = ['3099', '3100', '3101', '3102']
nosy_count = 2.0
nosy_names = ['nobody', 'jhylton']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue230006'
versions = []
```
</p></details>
| /test/tokenize_tests_.py minor bug | https://api.github.com/repos/python/cpython/issues/33803/comments | 4 | 2001-01-25T04:00:19Z | 2022-04-09T21:17:32Z | https://github.com/python/cpython/issues/33803 | 1,198,773,895 | 33,803 |
[
"python",
"cpython"
] | BPO | [403412](https://bugs.python.org/issue403412)
--- | :---
Nosy | @freddrake
Files | <li>[None](https://bugs.python.org/file3063/None "Uploaded as text/plain at 2001-01-25.02:45:38 by efm"): None</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-01-26.20:49:28.000>
created_at = <Date 2001-01-25.02:45:38.000>
labels = ['docs']
title = 'Complete description of percent formatting in libstdtypes'
updated_at = <Date 2001-01-26.20:49:28.000>
user = 'https://bugs.python.org/efm'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.20:49:28.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-25.02:45:38.000>
creator = 'efm'
dependencies = []
files = ['3063']
hgrepos = []
issue_num = 403412
keywords = ['patch']
message_count = 3.0
messages = ['35480', '35481', '35482']
nosy_count = 3.0
nosy_names = ['fdrake', 'moshez', 'efm']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403412'
versions = []
```
</p></details>
| Complete description of percent formatting in libstdtypes | https://api.github.com/repos/python/cpython/issues/33802/comments | 3 | 2001-01-25T02:45:38Z | 2022-04-09T21:17:32Z | https://github.com/python/cpython/issues/33802 | 1,198,773,892 | 33,802 |
[
"python",
"cpython"
] | BPO | [229998](https://bugs.python.org/issue229998)
--- | :---
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-04-26.00:59:47.000>
created_at = <Date 2001-01-25.01:57:55.000>
labels = ['OS-windows']
title = '"Corrupt installation" when installed without admin privs'
updated_at = <Date 2001-04-26.00:59:47.000>
user = 'https://bugs.python.org/tlau'
```
bugs.python.org fields:
```python
activity = <Date 2001-04-26.00:59:47.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-01-25.01:57:55.000>
creator = 'tlau'
dependencies = []
files = []
hgrepos = []
issue_num = 229998
keywords = []
message_count = 10.0
messages = ['3089', '3090', '3091', '3092', '3093', '3094', '3095', '3096', '3097', '3098']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'nobody', 'tlau']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229998'
versions = []
```
</p></details>
| "Corrupt installation" when installed without admin privs | https://api.github.com/repos/python/cpython/issues/33801/comments | 10 | 2001-01-25T01:57:55Z | 2022-04-09T21:17:30Z | https://github.com/python/cpython/issues/33801 | 1,198,773,882 | 33,801 |
[
"python",
"cpython"
] | BPO | [229995](https://bugs.python.org/issue229995)
--- | :---
Nosy | @Yhg1s, @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/Yhg1s'
closed_at = <Date 2001-02-16.10:53:06.000>
created_at = <Date 2001-01-25.00:44:39.000>
labels = ['interpreter-core']
title = 'segfaults on AIX if configured with threads'
updated_at = <Date 2001-02-16.10:53:06.000>
user = 'https://bugs.python.org/bcollar'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-16.10:53:06.000>
actor = 'twouters'
assignee = 'twouters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-25.00:44:39.000>
creator = 'bcollar'
dependencies = []
files = []
hgrepos = []
issue_num = 229995
keywords = []
message_count = 8.0
messages = ['3081', '3082', '3083', '3084', '3085', '3086', '3087', '3088']
nosy_count = 4.0
nosy_names = ['twouters', 'barry', 'donnc', 'bcollar']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229995'
versions = []
```
</p></details>
| segfaults on AIX if configured with threads | https://api.github.com/repos/python/cpython/issues/33800/comments | 8 | 2001-01-25T00:44:39Z | 2022-04-09T21:17:29Z | https://github.com/python/cpython/issues/33800 | 1,198,773,879 | 33,800 |
[
"python",
"cpython"
] | BPO | [229994](https://bugs.python.org/issue229994)
--- | :---
Nosy | @malemburg, @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/malemburg'
closed_at = <Date 2001-01-26.18:05:11.000>
created_at = <Date 2001-01-25.00:40:26.000>
labels = ['extension-modules']
title = 'problem building readline extension on linux'
updated_at = <Date 2001-01-26.18:05:11.000>
user = 'https://bugs.python.org/bcollar'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.18:05:11.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-25.00:40:26.000>
creator = 'bcollar'
dependencies = []
files = []
hgrepos = []
issue_num = 229994
keywords = []
message_count = 4.0
messages = ['3077', '3078', '3079', '3080']
nosy_count = 3.0
nosy_names = ['lemburg', 'fdrake', 'bcollar']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229994'
versions = []
```
</p></details>
| problem building readline extension on linux | https://api.github.com/repos/python/cpython/issues/33799/comments | 4 | 2001-01-25T00:40:26Z | 2022-04-09T21:17:28Z | https://github.com/python/cpython/issues/33799 | 1,198,773,876 | 33,799 |
[
"python",
"cpython"
] | BPO | [229991](https://bugs.python.org/issue229991)
--- | :---
Nosy | @malemburg
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2001-02-09.11:53:08.000>
created_at = <Date 2001-01-25.00:22:01.000>
labels = ['build']
title = 'build process references ld_so_aix in lib before it exists'
updated_at = <Date 2001-02-09.11:53:08.000>
user = 'https://bugs.python.org/bcollar'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-09.11:53:08.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-25.00:22:01.000>
creator = 'bcollar'
dependencies = []
files = []
hgrepos = []
issue_num = 229991
keywords = []
message_count = 3.0
messages = ['3074', '3075', '3076']
nosy_count = 3.0
nosy_names = ['lemburg', 'donnc', 'bcollar']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229991'
versions = []
```
</p></details>
| build process references ld_so_aix in lib before it exists | https://api.github.com/repos/python/cpython/issues/33798/comments | 3 | 2001-01-25T00:22:01Z | 2022-04-09T21:17:27Z | https://github.com/python/cpython/issues/33798 | 1,198,773,869 | 33,798 |
[
"python",
"cpython"
] | BPO | [403409](https://bugs.python.org/issue403409)
--- | :---
Files | <li>[None](https://bugs.python.org/file3062/None "Uploaded as text/plain at 2001-01-24.22:32:41 by calvin"): None</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-01-25.08:09:14.000>
created_at = <Date 2001-01-24.22:32:41.000>
labels = ['build']
title = "install: setup.py 'dbm' header file searching"
updated_at = <Date 2001-01-25.08:09:14.000>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-25.08:09:14.000>
actor = 'moshez'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-24.22:32:41.000>
creator = 'calvin'
dependencies = []
files = ['3062']
hgrepos = []
issue_num = 403409
keywords = ['patch']
message_count = 4.0
messages = ['35476', '35477', '35478', '35479']
nosy_count = 2.0
nosy_names = ['moshez', 'calvin']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403409'
versions = []
```
</p></details>
| install: setup.py 'dbm' header file searching | https://api.github.com/repos/python/cpython/issues/33797/comments | 4 | 2001-01-24T22:32:41Z | 2022-04-09T21:17:25Z | https://github.com/python/cpython/issues/33797 | 1,198,773,864 | 33,797 |
[
"python",
"cpython"
] | BPO | [403395](https://bugs.python.org/issue403395)
--- | :---
Nosy | @tim-one, @Yhg1s
Files | <li>[None](https://bugs.python.org/file3061/None "Uploaded as text/plain at 2001-01-24.06:53:36 by @Yhg1s"): None</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-01-30.03:22:34.000>
created_at = <Date 2001-01-24.06:53:36.000>
labels = ['interpreter-core']
title = "Guido changed his mind! Quickly, add 'if key in dict'!"
updated_at = <Date 2001-01-30.03:22:34.000>
user = 'https://github.com/Yhg1s'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-30.03:22:34.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-24.06:53:36.000>
creator = 'twouters'
dependencies = []
files = ['3061']
hgrepos = []
issue_num = 403395
keywords = ['patch']
message_count = 9.0
messages = ['35467', '35468', '35469', '35470', '35471', '35472', '35473', '35474', '35475']
nosy_count = 2.0
nosy_names = ['tim.peters', 'twouters']
pr_nums = []
priority = 'normal'
resolution = 'postponed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403395'
versions = []
```
</p></details>
| Guido changed his mind! Quickly, add 'if key in dict'! | https://api.github.com/repos/python/cpython/issues/33796/comments | 9 | 2001-01-24T06:53:36Z | 2022-04-09T21:17:25Z | https://github.com/python/cpython/issues/33796 | 1,198,773,859 | 33,796 |
[
"python",
"cpython"
] | BPO | [403394](https://bugs.python.org/issue403394)
--- | :---
Nosy | @malemburg, @freddrake
Files | <li>[None](https://bugs.python.org/file3060/None "Uploaded as text/plain at 2001-01-24.06:35:20 by sdm7g"): None</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2001-01-26.18:23:21.000>
created_at = <Date 2001-01-24.06:35:20.000>
labels = ['build']
title = 'check for libtermcap as well as libreadline'
updated_at = <Date 2001-01-26.18:23:21.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.18:23:21.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-24.06:35:20.000>
creator = 'sdm7g'
dependencies = []
files = ['3060']
hgrepos = []
issue_num = 403394
keywords = ['patch']
message_count = 3.0
messages = ['35464', '35465', '35466']
nosy_count = 3.0
nosy_names = ['lemburg', 'fdrake', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403394'
versions = []
```
</p></details>
| check for libtermcap as well as libreadline | https://api.github.com/repos/python/cpython/issues/33795/comments | 3 | 2001-01-24T06:35:20Z | 2022-04-09T21:17:23Z | https://github.com/python/cpython/issues/33795 | 1,198,773,845 | 33,795 |
[
"python",
"cpython"
] | BPO | [229904](https://bugs.python.org/issue229904)
--- | :---
Nosy | @gvanrossum, @tim-one, @akuchling, @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/akuchling'
closed_at = <Date 2001-01-27.14:18:05.000>
created_at = <Date 2001-01-24.06:22:34.000>
labels = ['expert-tkinter']
title = '2.1a1: lib-tk not in sys.path: import fails'
updated_at = <Date 2001-01-27.14:18:05.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-27.14:18:05.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2001-01-24.06:22:34.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 229904
keywords = []
message_count = 6.0
messages = ['3068', '3069', '3070', '3071', '3072', '3073']
nosy_count = 6.0
nosy_names = ['gvanrossum', 'tim.peters', 'jhylton', 'akuchling', 'nascheme', 'sdm7g']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229904'
versions = []
```
</p></details>
| 2.1a1: lib-tk not in sys.path: import fails | https://api.github.com/repos/python/cpython/issues/33794/comments | 6 | 2001-01-24T06:22:34Z | 2022-04-09T21:17:22Z | https://github.com/python/cpython/issues/33794 | 1,198,773,838 | 33,794 |
[
"python",
"cpython"
] | BPO | [403392](https://bugs.python.org/issue403392)
--- | :---
Nosy | @brianquinlan
Files | <li>[None](https://bugs.python.org/file3059/None "Uploaded as text/plain at 2001-01-24.04:01:20 by @brianquinlan"): None</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-01-25.08:10:38.000>
created_at = <Date 2001-01-24.04:01:20.000>
labels = ['library']
title = 'Add support for lists in urlencode'
updated_at = <Date 2001-01-25.08:10:38.000>
user = 'https://github.com/brianquinlan'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-25.08:10:38.000>
actor = 'moshez'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-24.04:01:20.000>
creator = 'bquinlan'
dependencies = []
files = ['3059']
hgrepos = []
issue_num = 403392
keywords = ['patch']
message_count = 3.0
messages = ['35461', '35462', '35463']
nosy_count = 2.0
nosy_names = ['moshez', 'bquinlan']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403392'
versions = []
```
</p></details>
| Add support for lists in urlencode | https://api.github.com/repos/python/cpython/issues/33793/comments | 3 | 2001-01-24T04:01:20Z | 2022-04-09T21:17:20Z | https://github.com/python/cpython/issues/33793 | 1,198,773,835 | 33,793 |
[
"python",
"cpython"
] | BPO | [403391](https://bugs.python.org/issue403391)
--- | :---
Nosy | @freddrake, @smontanaro, @brianquinlan
Files | <li>[None](https://bugs.python.org/file3058/None "Uploaded as text/plain at 2001-01-24.04:00:06 by @brianquinlan"): None</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-01-28.21:19:43.000>
created_at = <Date 2001-01-24.04:00:06.000>
labels = ['library']
title = 'Add support for lists in urlencode'
updated_at = <Date 2001-01-28.21:19:43.000>
user = 'https://github.com/brianquinlan'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-28.21:19:43.000>
actor = 'skip.montanaro'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-24.04:00:06.000>
creator = 'bquinlan'
dependencies = []
files = ['3058']
hgrepos = []
issue_num = 403391
keywords = ['patch']
message_count = 7.0
messages = ['35454', '35455', '35456', '35457', '35458', '35459', '35460']
nosy_count = 3.0
nosy_names = ['fdrake', 'skip.montanaro', 'bquinlan']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403391'
versions = []
```
</p></details>
| Add support for lists in urlencode | https://api.github.com/repos/python/cpython/issues/33792/comments | 7 | 2001-01-24T04:00:06Z | 2022-04-09T21:17:20Z | https://github.com/python/cpython/issues/33792 | 1,198,773,829 | 33,792 |
[
"python",
"cpython"
] | BPO | [229854](https://bugs.python.org/issue229854)
--- | :---
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-02-17.05:35:15.000>
created_at = <Date 2001-01-23.21:18:48.000>
labels = ['build']
title = 'old PYTHONPATH confuses setup.py [build|install]'
updated_at = <Date 2001-02-17.05:35:15.000>
user = 'https://bugs.python.org/pj99'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-17.05:35:15.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.21:18:48.000>
creator = 'pj99'
dependencies = []
files = []
hgrepos = []
issue_num = 229854
keywords = []
message_count = 2.0
messages = ['3066', '3067']
nosy_count = 2.0
nosy_names = ['akuchling', 'pj99']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229854'
versions = []
```
</p></details>
| old PYTHONPATH confuses setup.py [build|install] | https://api.github.com/repos/python/cpython/issues/33791/comments | 2 | 2001-01-23T21:18:48Z | 2022-04-09T21:17:19Z | https://github.com/python/cpython/issues/33791 | 1,198,773,822 | 33,791 |
[
"python",
"cpython"
] | BPO | [229843](https://bugs.python.org/issue229843)
--- | :---
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-03-20.20:22:10.000>
created_at = <Date 2001-01-23.19:38:27.000>
labels = ['build']
title = 'MacOSX case insensitivity bug resurfaces'
updated_at = <Date 2001-03-20.20:22:10.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-03-20.20:22:10.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.19:38:27.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229843
keywords = []
message_count = 5.0
messages = ['3061', '3062', '3063', '3064', '3065']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nobody', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229843'
versions = []
```
</p></details>
| MacOSX case insensitivity bug resurfaces | https://api.github.com/repos/python/cpython/issues/33790/comments | 5 | 2001-01-23T19:38:27Z | 2022-04-09T21:17:18Z | https://github.com/python/cpython/issues/33790 | 1,198,773,819 | 33,790 |
[
"python",
"cpython"
] | BPO | [229841](https://bugs.python.org/issue229841)
--- | :---
Nosy | @loewis, @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-02-27.19:18:02.000>
created_at = <Date 2001-01-23.19:10:42.000>
labels = ['build']
title = "'make install' needs write access to build directory"
updated_at = <Date 2001-02-27.19:18:02.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-27.19:18:02.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.19:10:42.000>
creator = 'loewis'
dependencies = []
files = []
hgrepos = []
issue_num = 229841
keywords = []
message_count = 2.0
messages = ['3059', '3060']
nosy_count = 2.0
nosy_names = ['loewis', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229841'
versions = []
```
</p></details>
| 'make install' needs write access to build directory | https://api.github.com/repos/python/cpython/issues/33789/comments | 2 | 2001-01-23T19:10:42Z | 2022-04-09T21:17:16Z | https://github.com/python/cpython/issues/33789 | 1,198,773,807 | 33,789 |
[
"python",
"cpython"
] | BPO | [229840](https://bugs.python.org/issue229840)
--- | :---
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 = None
closed_at = <Date 2003-06-16.23:40:23.000>
created_at = <Date 2001-01-23.18:52:25.000>
labels = ['expert-IDLE', 'type-feature']
title = 'IDLE needs to print !'
updated_at = <Date 2003-06-16.23:40:23.000>
user = 'https://bugs.python.org/cdoutri'
```
bugs.python.org fields:
```python
activity = <Date 2003-06-16.23:40:23.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2001-01-23.18:52:25.000>
creator = 'cdoutri'
dependencies = []
files = []
hgrepos = []
issue_num = 229840
keywords = []
message_count = 5.0
messages = ['53066', '53067', '53068', '53069', '53070']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'nnorwitz', 'cdoutri']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue229840'
versions = []
```
</p></details>
| IDLE needs to print ! | https://api.github.com/repos/python/cpython/issues/33788/comments | 5 | 2001-01-23T18:52:25Z | 2022-04-09T21:17:15Z | https://github.com/python/cpython/issues/33788 | 1,198,773,803 | 33,788 |
[
"python",
"cpython"
] | BPO | [229833](https://bugs.python.org/issue229833)
--- | :---
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-01-24.03:32:15.000>
created_at = <Date 2001-01-23.17:57:16.000>
labels = ['build']
title = '2.1a Mac OSX build fails on "-lm" switch'
updated_at = <Date 2001-01-24.03:32:15.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-24.03:32:15.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.17:57:16.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 229833
keywords = []
message_count = 3.0
messages = ['3056', '3057', '3058']
nosy_count = 2.0
nosy_names = ['akuchling', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229833'
versions = []
```
</p></details>
| 2.1a Mac OSX build fails on "-lm" switch | https://api.github.com/repos/python/cpython/issues/33787/comments | 3 | 2001-01-23T17:57:16Z | 2022-04-09T21:17:14Z | https://github.com/python/cpython/issues/33787 | 1,198,773,797 | 33,787 |
[
"python",
"cpython"
] | BPO | [229832](https://bugs.python.org/issue229832)
--- | :---
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-01-24.03:26:54.000>
created_at = <Date 2001-01-23.17:56:30.000>
labels = ['build']
title = '2.1a Mac OSX build fails on "-lm" switch'
updated_at = <Date 2001-01-24.03:26:54.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-24.03:26:54.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.17:56:30.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 229832
keywords = []
message_count = 2.0
messages = ['3054', '3055']
nosy_count = 2.0
nosy_names = ['akuchling', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229832'
versions = []
```
</p></details>
| 2.1a Mac OSX build fails on "-lm" switch | https://api.github.com/repos/python/cpython/issues/33786/comments | 2 | 2001-01-23T17:56:30Z | 2022-04-09T21:17:13Z | https://github.com/python/cpython/issues/33786 | 1,198,773,790 | 33,786 |
[
"python",
"cpython"
] | BPO | [229829](https://bugs.python.org/issue229829)
--- | :---
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-01-24.03:27:10.000>
created_at = <Date 2001-01-23.17:42:46.000>
labels = ['build']
title = '2.1a Mac OSX build fails on "-lm" switch'
updated_at = <Date 2001-01-24.03:27:10.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-24.03:27:10.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.17:42:46.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 229829
keywords = []
message_count = 2.0
messages = ['3052', '3053']
nosy_count = 2.0
nosy_names = ['akuchling', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229829'
versions = []
```
</p></details>
| 2.1a Mac OSX build fails on "-lm" switch | https://api.github.com/repos/python/cpython/issues/33785/comments | 2 | 2001-01-23T17:42:46Z | 2022-04-09T21:17:12Z | https://github.com/python/cpython/issues/33785 | 1,198,773,782 | 33,785 |
[
"python",
"cpython"
] | BPO | [229827](https://bugs.python.org/issue229827)
--- | :---
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-02-01.19:44:20.000>
created_at = <Date 2001-01-23.17:34:46.000>
labels = ['build']
title = 'Mac OSX build of 2.1a needs "-traditional-cpp"'
updated_at = <Date 2001-02-01.19:44:20.000>
user = 'https://bugs.python.org/sdm7g'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-01.19:44:20.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.17:34:46.000>
creator = 'sdm7g'
dependencies = []
files = []
hgrepos = []
issue_num = 229827
keywords = []
message_count = 8.0
messages = ['3044', '3045', '3046', '3047', '3048', '3049', '3050', '3051']
nosy_count = 3.0
nosy_names = ['fdrake', 'dkwolfe', 'sdm7g']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229827'
versions = []
```
</p></details>
| Mac OSX build of 2.1a needs "-traditional-cpp" | https://api.github.com/repos/python/cpython/issues/33784/comments | 8 | 2001-01-23T17:34:46Z | 2022-04-09T21:17:11Z | https://github.com/python/cpython/issues/33784 | 1,198,773,779 | 33,784 |
[
"python",
"cpython"
] | BPO | [403373](https://bugs.python.org/issue403373)
--- | :---
Nosy | @akuchling, @dbaarda
Files | <li>[None](https://bugs.python.org/file3057/None "Uploaded as text/plain at 2001-01-23.16:15:54 by @dbaarda"): None</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-02-21.02:18:50.000>
created_at = <Date 2001-01-23.16:15:54.000>
labels = ['extension-modules']
title = 'zlib sync-flush fix'
updated_at = <Date 2001-02-21.02:18:50.000>
user = 'https://github.com/dbaarda'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-21.02:18:50.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-23.16:15:54.000>
creator = 'abo'
dependencies = []
files = ['3057']
hgrepos = []
issue_num = 403373
keywords = ['patch']
message_count = 5.0
messages = ['35449', '35450', '35451', '35452', '35453']
nosy_count = 3.0
nosy_names = ['nobody', 'akuchling', 'abo']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403373'
versions = []
```
</p></details>
| zlib sync-flush fix | https://api.github.com/repos/python/cpython/issues/33783/comments | 5 | 2001-01-23T16:15:54Z | 2022-04-09T21:17:10Z | https://github.com/python/cpython/issues/33783 | 1,198,773,773 | 33,783 |
[
"python",
"cpython"
] | BPO | [229810](https://bugs.python.org/issue229810)
--- | :---
Nosy | @gvanrossum, @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/gvanrossum'
closed_at = <Date 2001-04-25.17:27:49.000>
created_at = <Date 2001-01-23.15:28:11.000>
labels = ['library']
title = 'Memore leak in pickle and cPickle'
updated_at = <Date 2001-04-25.17:27:49.000>
user = 'https://bugs.python.org/vlk'
```
bugs.python.org fields:
```python
activity = <Date 2001-04-25.17:27:49.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-23.15:28:11.000>
creator = 'vlk'
dependencies = []
files = []
hgrepos = []
issue_num = 229810
keywords = []
message_count = 6.0
messages = ['3038', '3039', '3040', '3041', '3042', '3043']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'barry', 'naris', 'vlk']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229810'
versions = []
```
</p></details>
| Memore leak in pickle and cPickle | https://api.github.com/repos/python/cpython/issues/33782/comments | 6 | 2001-01-23T15:28:11Z | 2022-04-09T21:17:08Z | https://github.com/python/cpython/issues/33782 | 1,198,773,762 | 33,782 |
[
"python",
"cpython"
] | BPO | [229788](https://bugs.python.org/issue229788)
--- | :---
Nosy | @freddrake, @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2001-01-29.02:59:39.000>
created_at = <Date 2001-01-23.09:28:00.000>
labels = ['invalid', 'library']
title = 'cgi module. FieldStorage class returns keys blank fields.'
updated_at = <Date 2001-01-29.02:59:39.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-29.02:59:39.000>
actor = 'nobody'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-23.09:28:00.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229788
keywords = []
message_count = 3.0
messages = ['3035', '3036', '3037']
nosy_count = 3.0
nosy_names = ['nobody', 'fdrake', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229788'
versions = []
```
</p></details>
| cgi module. FieldStorage class returns keys blank fields. | https://api.github.com/repos/python/cpython/issues/33781/comments | 3 | 2001-01-23T09:28:00Z | 2022-04-09T21:17:07Z | https://github.com/python/cpython/issues/33781 | 1,198,773,754 | 33,781 |
[
"python",
"cpython"
] | BPO | [229762](https://bugs.python.org/issue229762)
--- | :---
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-01-26.15:25:02.000>
created_at = <Date 2001-01-23.05:03:29.000>
labels = ['build', 'invalid']
title = 'Python 2.1a1 build on Irix - Makefile syntax'
updated_at = <Date 2001-01-26.15:25:02.000>
user = 'https://bugs.python.org/pj99'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.15:25:02.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.05:03:29.000>
creator = 'pj99'
dependencies = []
files = []
hgrepos = []
issue_num = 229762
keywords = []
message_count = 2.0
messages = ['3033', '3034']
nosy_count = 2.0
nosy_names = ['fdrake', 'pj99']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229762'
versions = []
```
</p></details>
| Python 2.1a1 build on Irix - Makefile syntax | https://api.github.com/repos/python/cpython/issues/33780/comments | 2 | 2001-01-23T05:03:29Z | 2022-04-09T21:17:06Z | https://github.com/python/cpython/issues/33780 | 1,198,773,753 | 33,780 |
[
"python",
"cpython"
] | BPO | [229759](https://bugs.python.org/issue229759)
--- | :---
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-01-26.15:28:16.000>
created_at = <Date 2001-01-23.03:41:40.000>
labels = ['docs']
title = 'typo'
updated_at = <Date 2001-01-26.15:28:16.000>
user = 'https://bugs.python.org/noah'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.15:28:16.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-23.03:41:40.000>
creator = 'noah'
dependencies = []
files = []
hgrepos = []
issue_num = 229759
keywords = []
message_count = 2.0
messages = ['3031', '3032']
nosy_count = 2.0
nosy_names = ['fdrake', 'noah']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229759'
versions = []
```
</p></details>
| typo | https://api.github.com/repos/python/cpython/issues/33779/comments | 2 | 2001-01-23T03:41:40Z | 2022-04-09T21:17:05Z | https://github.com/python/cpython/issues/33779 | 1,198,773,747 | 33,779 |
[
"python",
"cpython"
] | BPO | [229740](https://bugs.python.org/issue229740)
--- | :---
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-02-04.15:23:00.000>
created_at = <Date 2001-01-23.00:12:07.000>
labels = ['type-feature', 'build']
title = 'mkhowto needs better diagnostic messages'
updated_at = <Date 2001-02-04.15:23:00.000>
user = 'https://bugs.python.org/esr'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-04.15:23:00.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-23.00:12:07.000>
creator = 'esr'
dependencies = []
files = []
hgrepos = []
issue_num = 229740
keywords = []
message_count = 5.0
messages = ['3026', '3027', '3028', '3029', '3030']
nosy_count = 2.0
nosy_names = ['fdrake', 'esr']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue229740'
versions = []
```
</p></details>
| mkhowto needs better diagnostic messages | https://api.github.com/repos/python/cpython/issues/33778/comments | 5 | 2001-01-23T00:12:07Z | 2022-04-09T21:17:04Z | https://github.com/python/cpython/issues/33778 | 1,198,773,745 | 33,778 |
[
"python",
"cpython"
] | BPO | [229718](https://bugs.python.org/issue229718)
--- | :---
Nosy | @freddrake, @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2001-02-27.03:49:26.000>
created_at = <Date 2001-01-22.20:43:08.000>
labels = ['library']
title = 'file locking lossage'
updated_at = <Date 2001-02-27.03:49:26.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-27.03:49:26.000>
actor = 'nobody'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-22.20:43:08.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229718
keywords = []
message_count = 6.0
messages = ['3020', '3021', '3022', '3023', '3024', '3025']
nosy_count = 4.0
nosy_names = ['nobody', 'fdrake', 'barry', 'donnc']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229718'
versions = []
```
</p></details>
| file locking lossage | https://api.github.com/repos/python/cpython/issues/33777/comments | 6 | 2001-01-22T20:43:08Z | 2022-04-09T21:17:03Z | https://github.com/python/cpython/issues/33777 | 1,198,773,741 | 33,777 |
[
"python",
"cpython"
] | BPO | [229692](https://bugs.python.org/issue229692)
--- | :---
Nosy | @freddrake, @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/freddrake'
closed_at = <Date 2001-01-22.17:36:23.000>
created_at = <Date 2001-01-22.16:34:49.000>
labels = ['docs']
title = '\\seepep{} not correct in HTML translation'
updated_at = <Date 2001-01-22.17:36:23.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-22.17:36:23.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-22.16:34:49.000>
creator = 'akuchling'
dependencies = []
files = []
hgrepos = []
issue_num = 229692
keywords = []
message_count = 2.0
messages = ['3018', '3019']
nosy_count = 2.0
nosy_names = ['fdrake', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229692'
versions = []
```
</p></details>
| \seepep{} not correct in HTML translation | https://api.github.com/repos/python/cpython/issues/33776/comments | 2 | 2001-01-22T16:34:49Z | 2022-04-09T21:17:02Z | https://github.com/python/cpython/issues/33776 | 1,198,773,736 | 33,776 |
[
"python",
"cpython"
] | BPO | [229683](https://bugs.python.org/issue229683)
--- | :---
Nosy | @freddrake, @smontanaro, @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2001-01-26.19:58:21.000>
created_at = <Date 2001-01-22.15:40:36.000>
labels = ['library']
title = 'test___all__ expects all referenced modules to exist'
updated_at = <Date 2001-01-26.19:58:21.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-26.19:58:21.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-22.15:40:36.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 229683
keywords = []
message_count = 3.0
messages = ['3015', '3016', '3017']
nosy_count = 3.0
nosy_names = ['fdrake', 'skip.montanaro', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229683'
versions = []
```
</p></details>
| test___all__ expects all referenced modules to exist | https://api.github.com/repos/python/cpython/issues/33775/comments | 3 | 2001-01-22T15:40:36Z | 2022-04-09T21:17:01Z | https://github.com/python/cpython/issues/33775 | 1,198,773,733 | 33,775 |
[
"python",
"cpython"
] | BPO | [229661](https://bugs.python.org/issue229661)
--- | :---
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-02-18.14:36:19.000>
created_at = <Date 2001-01-22.10:16:58.000>
labels = ['library']
title = 'library-dirs option in setup.cfg crashes distutils'
updated_at = <Date 2001-02-18.14:36:19.000>
user = 'https://bugs.python.org/larsga'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-18.14:36:19.000>
actor = 'larsga'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-01-22.10:16:58.000>
creator = 'larsga'
dependencies = []
files = []
hgrepos = []
issue_num = 229661
keywords = []
message_count = 3.0
messages = ['3012', '3013', '3014']
nosy_count = 2.0
nosy_names = ['akuchling', 'larsga']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229661'
versions = []
```
</p></details>
| library-dirs option in setup.cfg crashes distutils | https://api.github.com/repos/python/cpython/issues/33774/comments | 3 | 2001-01-22T10:16:58Z | 2022-04-09T21:17:00Z | https://github.com/python/cpython/issues/33774 | 1,198,773,728 | 33,774 |
[
"python",
"cpython"
] | BPO | [229651](https://bugs.python.org/issue229651)
--- | :---
Nosy | @freddrake, @gaul
<sup>*Note: these values reflect the state of the issue at the time it 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-01-22.15:54:41.000>
created_at = <Date 2001-01-22.08:36:03.000>
labels = ['docs']
title = 'documentation error in 2.0, section 11.4.2 (httplib example)'
updated_at = <Date 2001-01-22.15:54:41.000>
user = 'https://github.com/gaul'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-22.15:54:41.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-22.08:36:03.000>
creator = 'gaul'
dependencies = []
files = []
hgrepos = []
issue_num = 229651
keywords = []
message_count = 2.0
messages = ['3010', '3011']
nosy_count = 2.0
nosy_names = ['fdrake', 'gaul']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229651'
versions = []
```
</p></details>
| documentation error in 2.0, section 11.4.2 (httplib example) | https://api.github.com/repos/python/cpython/issues/33773/comments | 2 | 2001-01-22T08:36:03Z | 2022-04-09T21:16:59Z | https://github.com/python/cpython/issues/33773 | 1,198,773,725 | 33,773 |
[
"python",
"cpython"
] | BPO | [229626](https://bugs.python.org/issue229626)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2001-01-22.01:55:47.000>
created_at = <Date 2001-01-22.01:46:41.000>
labels = ['extension-modules', 'invalid']
title = 'Size command broken?'
updated_at = <Date 2001-01-22.01:55:47.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-22.01:55:47.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-01-22.01:46:41.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229626
keywords = []
message_count = 2.0
messages = ['3008', '3009']
nosy_count = 1.0
nosy_names = ['tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229626'
versions = []
```
</p></details>
| Size command broken? | https://api.github.com/repos/python/cpython/issues/33772/comments | 2 | 2001-01-22T01:46:41Z | 2022-04-09T21:16:57Z | https://github.com/python/cpython/issues/33772 | 1,198,773,718 | 33,772 |
[
"python",
"cpython"
] | BPO | [403349](https://bugs.python.org/issue403349)
--- | :---
Nosy | @gvanrossum
Files | <li>[None](https://bugs.python.org/file3056/None "Uploaded as text/plain at 2001-01-21.16:11:23 by bckfnn"): None</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-01-22.14:53:38.000>
created_at = <Date 2001-01-21.16:11:23.000>
labels = ['library']
title = 'Allow pickle.py to be using with Jython unicode strings'
updated_at = <Date 2001-01-22.14:53:38.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-22.14:53:38.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-21.16:11:23.000>
creator = 'bckfnn'
dependencies = []
files = ['3056']
hgrepos = []
issue_num = 403349
keywords = ['patch']
message_count = 2.0
messages = ['35447', '35448']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403349'
versions = []
```
</p></details>
| Allow pickle.py to be using with Jython unicode strings | https://api.github.com/repos/python/cpython/issues/33771/comments | 2 | 2001-01-21T16:11:23Z | 2022-04-09T21:16:56Z | https://github.com/python/cpython/issues/33771 | 1,198,773,717 | 33,771 |
[
"python",
"cpython"
] | BPO | [403345](https://bugs.python.org/issue403345)
--- | :---
Nosy | @gvanrossum
Files | <li>[None](https://bugs.python.org/file3055/None "Uploaded as text/plain at 2001-01-21.13:39:55 by bckfnn"): None</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-01-22.14:51:48.000>
created_at = <Date 2001-01-21.13:39:55.000>
labels = ['library']
title = 'Avoid outdated exec form in test_class.py.'
updated_at = <Date 2001-01-22.14:51:48.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-22.14:51:48.000>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-21.13:39:55.000>
creator = 'bckfnn'
dependencies = []
files = ['3055']
hgrepos = []
issue_num = 403345
keywords = ['patch']
message_count = 2.0
messages = ['35445', '35446']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403345'
versions = []
```
</p></details>
| Avoid outdated exec form in test_class.py. | https://api.github.com/repos/python/cpython/issues/33770/comments | 2 | 2001-01-21T13:39:55Z | 2022-04-09T21:16:54Z | https://github.com/python/cpython/issues/33770 | 1,198,773,710 | 33,770 |
[
"python",
"cpython"
] | BPO | [403344](https://bugs.python.org/issue403344)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3054/None "Uploaded as text/plain at 2001-01-21.13:31:54 by bckfnn"): None</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-01-21.18:54:12.000>
created_at = <Date 2001-01-21.13:31:54.000>
labels = ['library']
title = 'Sort dicts from extcall for easier comparison with Jython'
updated_at = <Date 2001-01-21.18:54:12.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-21.18:54:12.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-21.13:31:54.000>
creator = 'bckfnn'
dependencies = []
files = ['3054']
hgrepos = []
issue_num = 403344
keywords = ['patch']
message_count = 2.0
messages = ['35443', '35444']
nosy_count = 2.0
nosy_names = ['tim.peters', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403344'
versions = []
```
</p></details>
| Sort dicts from extcall for easier comparison with Jython | https://api.github.com/repos/python/cpython/issues/33769/comments | 2 | 2001-01-21T13:31:54Z | 2022-04-09T21:16:54Z | https://github.com/python/cpython/issues/33769 | 1,198,773,707 | 33,769 |
[
"python",
"cpython"
] | BPO | [403343](https://bugs.python.org/issue403343)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3053/None "Uploaded as text/plain at 2001-01-21.13:25:17 by bckfnn"): None</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-01-21.19:53:21.000>
created_at = <Date 2001-01-21.13:25:17.000>
labels = ['library']
title = 'Allow the important test_pkg to succeed under Jython'
updated_at = <Date 2001-01-21.19:53:21.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-21.19:53:21.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-21.13:25:17.000>
creator = 'bckfnn'
dependencies = []
files = ['3053']
hgrepos = []
issue_num = 403343
keywords = ['patch']
message_count = 2.0
messages = ['35441', '35442']
nosy_count = 2.0
nosy_names = ['tim.peters', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403343'
versions = []
```
</p></details>
| Allow the important test_pkg to succeed under Jython | https://api.github.com/repos/python/cpython/issues/33768/comments | 2 | 2001-01-21T13:25:17Z | 2022-04-09T21:16:53Z | https://github.com/python/cpython/issues/33768 | 1,198,773,701 | 33,768 |
[
"python",
"cpython"
] | BPO | [403342](https://bugs.python.org/issue403342)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3052/None "Uploaded as text/plain at 2001-01-21.13:20:49 by bckfnn"): None</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-01-21.20:00:40.000>
created_at = <Date 2001-01-21.13:20:49.000>
labels = ['library']
title = 'Make shutil.copytree more useful under Jython'
updated_at = <Date 2001-01-21.20:00:40.000>
user = 'https://bugs.python.org/bckfnn'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-21.20:00:40.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-21.13:20:49.000>
creator = 'bckfnn'
dependencies = []
files = ['3052']
hgrepos = []
issue_num = 403342
keywords = ['patch']
message_count = 2.0
messages = ['35439', '35440']
nosy_count = 2.0
nosy_names = ['tim.peters', 'bckfnn']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403342'
versions = []
```
</p></details>
| Make shutil.copytree more useful under Jython | https://api.github.com/repos/python/cpython/issues/33767/comments | 2 | 2001-01-21T13:20:49Z | 2022-04-09T21:16:52Z | https://github.com/python/cpython/issues/33767 | 1,198,773,697 | 33,767 |
[
"python",
"cpython"
] | BPO | [229584](https://bugs.python.org/issue229584)
--- | :---
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-02-23.11:46:37.000>
created_at = <Date 2001-01-21.12:48:47.000>
labels = ['OS-windows']
title = 'pythonpath registry value ignored in 2.0'
updated_at = <Date 2001-02-23.11:46:37.000>
user = 'https://bugs.python.org/esasaki'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-23.11:46:37.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-01-21.12:48:47.000>
creator = 'esasaki'
dependencies = []
files = []
hgrepos = []
issue_num = 229584
keywords = []
message_count = 6.0
messages = ['3002', '3003', '3004', '3005', '3006', '3007']
nosy_count = 3.0
nosy_names = ['tim.peters', 'mhammond', 'esasaki']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229584'
versions = []
```
</p></details>
| pythonpath registry value ignored in 2.0 | https://api.github.com/repos/python/cpython/issues/33766/comments | 6 | 2001-01-21T12:48:47Z | 2022-04-09T21:16:50Z | https://github.com/python/cpython/issues/33766 | 1,198,773,692 | 33,766 |
[
"python",
"cpython"
] | BPO | [229475](https://bugs.python.org/issue229475)
--- | :---
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-01-20.16:56:27.000>
created_at = <Date 2001-01-20.13:03:07.000>
labels = ['invalid']
title = 'How to validate a text box using Python'
updated_at = <Date 2001-01-20.16:56:27.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-20.16:56:27.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2001-01-20.13:03:07.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229475
keywords = []
message_count = 2.0
messages = ['3000', '3001']
nosy_count = 1.0
nosy_names = ['gvanrossum']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229475'
versions = []
```
</p></details>
| How to validate a text box using Python | https://api.github.com/repos/python/cpython/issues/33765/comments | 2 | 2001-01-20T13:03:07Z | 2022-04-09T21:16:49Z | https://github.com/python/cpython/issues/33765 | 1,198,773,686 | 33,765 |
[
"python",
"cpython"
] | BPO | [403336](https://bugs.python.org/issue403336)
--- | :---
Nosy | @tim-one, @jackjansen
Files | <li>[None](https://bugs.python.org/file3051/None "Uploaded as text/plain at 2001-01-19.23:42:39 by @jackjansen"): None</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-01-20.05:16:11.000>
created_at = <Date 2001-01-19.23:42:39.000>
labels = ['interpreter-core']
title = 'Missing cast'
updated_at = <Date 2001-01-20.05:16:11.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-20.05:16:11.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2001-01-19.23:42:39.000>
creator = 'jackjansen'
dependencies = []
files = ['3051']
hgrepos = []
issue_num = 403336
keywords = ['patch']
message_count = 1.0
messages = ['35438']
nosy_count = 2.0
nosy_names = ['tim.peters', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403336'
versions = []
```
</p></details>
| Missing cast | https://api.github.com/repos/python/cpython/issues/33764/comments | 1 | 2001-01-19T23:42:39Z | 2022-04-09T21:16:48Z | https://github.com/python/cpython/issues/33764 | 1,198,773,684 | 33,764 |
[
"python",
"cpython"
] | BPO | [403334](https://bugs.python.org/issue403334)
--- | :---
Nosy | @gvanrossum, @akuchling, @jackjansen
Files | <li>[None](https://bugs.python.org/file3050/None "Uploaded as text/plain at 2001-01-19.22:35:14 by @jackjansen"): None</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-01-25.01:00:21.000>
created_at = <Date 2001-01-19.22:35:14.000>
labels = ['library']
title = 'Strip "." pathname components'
updated_at = <Date 2001-01-25.01:00:21.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-25.01:00:21.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-01-19.22:35:14.000>
creator = 'jackjansen'
dependencies = []
files = ['3050']
hgrepos = []
issue_num = 403334
keywords = ['patch']
message_count = 3.0
messages = ['35435', '35436', '35437']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'akuchling', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403334'
versions = []
```
</p></details>
| Strip "." pathname components | https://api.github.com/repos/python/cpython/issues/33763/comments | 3 | 2001-01-19T22:35:14Z | 2022-04-09T21:16:47Z | https://github.com/python/cpython/issues/33763 | 1,198,773,677 | 33,763 |
[
"python",
"cpython"
] | BPO | [403333](https://bugs.python.org/issue403333)
--- | :---
Nosy | @gvanrossum, @akuchling, @jackjansen
Files | <li>[None](https://bugs.python.org/file3049/None "Uploaded as text/plain at 2001-01-19.22:31:40 by @jackjansen"): None</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-01-25.01:01:27.000>
created_at = <Date 2001-01-19.22:31:40.000>
labels = ['library']
title = 'install_data does not do pathname conversion'
updated_at = <Date 2001-01-25.01:01:27.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-25.01:01:27.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-01-19.22:31:40.000>
creator = 'jackjansen'
dependencies = []
files = ['3049']
hgrepos = []
issue_num = 403333
keywords = ['patch']
message_count = 3.0
messages = ['35432', '35433', '35434']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'akuchling', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403333'
versions = []
```
</p></details>
| install_data does not do pathname conversion | https://api.github.com/repos/python/cpython/issues/33762/comments | 3 | 2001-01-19T22:31:40Z | 2022-04-09T21:16:46Z | https://github.com/python/cpython/issues/33762 | 1,198,773,672 | 33,762 |
[
"python",
"cpython"
] | BPO | [229417](https://bugs.python.org/issue229417)
--- | :---
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 2001-01-21.18:53:45.000>
created_at = <Date 2001-01-19.21:00:16.000>
labels = ['library']
title = 'Negative numbers are grouped incorrectly'
updated_at = <Date 2001-01-21.18:53:45.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-21.18:53:45.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-19.21:00:16.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229417
keywords = []
message_count = 4.0
messages = ['2996', '2997', '2998', '2999']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nobody', 'loewis']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229417'
versions = []
```
</p></details>
| Negative numbers are grouped incorrectly | https://api.github.com/repos/python/cpython/issues/33761/comments | 4 | 2001-01-19T21:00:16Z | 2022-04-09T21:16:44Z | https://github.com/python/cpython/issues/33761 | 1,198,773,670 | 33,761 |
[
"python",
"cpython"
] | BPO | [229379](https://bugs.python.org/issue229379)
--- | :---
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-01-19.21:15:14.000>
created_at = <Date 2001-01-19.14:33:54.000>
labels = ['docs']
title = 'LINKFORSHARED usage incorrently documented'
updated_at = <Date 2001-01-19.21:15:14.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.21:15:14.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-19.14:33:54.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229379
keywords = []
message_count = 2.0
messages = ['2994', '2995']
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/issue229379'
versions = []
```
</p></details>
| LINKFORSHARED usage incorrently documented | https://api.github.com/repos/python/cpython/issues/33760/comments | 2 | 2001-01-19T14:33:54Z | 2022-04-09T21:16:44Z | https://github.com/python/cpython/issues/33760 | 1,198,773,665 | 33,760 |
[
"python",
"cpython"
] | BPO | [403329](https://bugs.python.org/issue403329)
--- | :---
Nosy | @gvanrossum, @akuchling
Files | <li>[None](https://bugs.python.org/file3048/None "Uploaded as text/plain at 2001-01-19.09:41:19 by moshez"): None</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-01-19.20:00:33.000>
created_at = <Date 2001-01-19.09:41:19.000>
labels = ['library']
title = 'Update poplib to use re'
updated_at = <Date 2001-01-19.20:00:33.000>
user = 'https://bugs.python.org/moshez'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.20:00:33.000>
actor = 'moshez'
assignee = 'moshez'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-19.09:41:19.000>
creator = 'moshez'
dependencies = []
files = ['3048']
hgrepos = []
issue_num = 403329
keywords = ['patch']
message_count = 4.0
messages = ['35428', '35429', '35430', '35431']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'moshez', 'akuchling']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403329'
versions = []
```
</p></details>
| Update poplib to use re | https://api.github.com/repos/python/cpython/issues/33759/comments | 4 | 2001-01-19T09:41:19Z | 2022-04-09T21:16:42Z | https://github.com/python/cpython/issues/33759 | 1,198,773,660 | 33,759 |
[
"python",
"cpython"
] | BPO | [229345](https://bugs.python.org/issue229345)
--- | :---
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-01-19.22:35:21.000>
created_at = <Date 2001-01-19.03:58:01.000>
labels = ['docs']
title = 'Section 4.6, Minor grammatical error'
updated_at = <Date 2001-01-19.22:35:21.000>
user = 'https://bugs.python.org/andrewwhite'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.22:35:21.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-19.03:58:01.000>
creator = 'andrewwhite'
dependencies = []
files = []
hgrepos = []
issue_num = 229345
keywords = []
message_count = 2.0
messages = ['2992', '2993']
nosy_count = 2.0
nosy_names = ['fdrake', 'andrewwhite']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229345'
versions = []
```
</p></details>
| Section 4.6, Minor grammatical error | https://api.github.com/repos/python/cpython/issues/33758/comments | 2 | 2001-01-19T03:58:01Z | 2022-04-09T21:16:42Z | https://github.com/python/cpython/issues/33758 | 1,198,773,657 | 33,758 |
[
"python",
"cpython"
] | BPO | [229344](https://bugs.python.org/issue229344)
--- | :---
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-01-19.22:31:49.000>
created_at = <Date 2001-01-19.03:55:37.000>
labels = ['docs']
title = 'Section 7.1, Sentence makes no sense'
updated_at = <Date 2001-01-19.22:31:49.000>
user = 'https://bugs.python.org/andrewwhite'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.22:31:49.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-19.03:55:37.000>
creator = 'andrewwhite'
dependencies = []
files = []
hgrepos = []
issue_num = 229344
keywords = []
message_count = 2.0
messages = ['2990', '2991']
nosy_count = 2.0
nosy_names = ['fdrake', 'andrewwhite']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229344'
versions = []
```
</p></details>
| Section 7.1, Sentence makes no sense | https://api.github.com/repos/python/cpython/issues/33757/comments | 2 | 2001-01-19T03:55:37Z | 2022-04-09T21:16:41Z | https://github.com/python/cpython/issues/33757 | 1,198,773,655 | 33,757 |
[
"python",
"cpython"
] | BPO | [403323](https://bugs.python.org/issue403323)
--- | :---
Nosy | @tim-one
Files | <li>[None](https://bugs.python.org/file3047/None "Uploaded as text/plain at 2001-01-19.03:18:11 by jhylton"): None</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-01-19.05:41:56.000>
created_at = <Date 2001-01-19.03:18:11.000>
labels = ['library']
title = 'trivial tests of all untested modules'
updated_at = <Date 2001-01-19.05:41:56.000>
user = 'https://bugs.python.org/jhylton'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.05:41:56.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-19.03:18:11.000>
creator = 'jhylton'
dependencies = []
files = ['3047']
hgrepos = []
issue_num = 403323
keywords = ['patch']
message_count = 2.0
messages = ['35426', '35427']
nosy_count = 2.0
nosy_names = ['tim.peters', 'jhylton']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403323'
versions = []
```
</p></details>
| trivial tests of all untested modules | https://api.github.com/repos/python/cpython/issues/33756/comments | 2 | 2001-01-19T03:18:11Z | 2022-04-09T21:16:39Z | https://github.com/python/cpython/issues/33756 | 1,198,773,648 | 33,756 |
[
"python",
"cpython"
] | BPO | [403318](https://bugs.python.org/issue403318)
--- | :---
Nosy | @gvanrossum, @nascheme
Files | <li>[None](https://bugs.python.org/file3046/None "Uploaded as text/plain at 2001-01-18.23:14:47 by @nascheme"): None</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-01-24.17:29:34.000>
created_at = <Date 2001-01-18.23:14:47.000>
labels = ['build']
title = 'non-recursive makefile'
updated_at = <Date 2001-01-24.17:29:34.000>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-24.17:29:34.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-18.23:14:47.000>
creator = 'nascheme'
dependencies = []
files = ['3046']
hgrepos = []
issue_num = 403318
keywords = ['patch']
message_count = 9.0
messages = ['35417', '35418', '35419', '35420', '35421', '35422', '35423', '35424', '35425']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'nascheme']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403318'
versions = []
```
</p></details>
| non-recursive makefile | https://api.github.com/repos/python/cpython/issues/33755/comments | 9 | 2001-01-18T23:14:47Z | 2022-04-09T21:16:37Z | https://github.com/python/cpython/issues/33755 | 1,198,773,642 | 33,755 |
[
"python",
"cpython"
] | BPO | [229293](https://bugs.python.org/issue229293)
--- | :---
Nosy | @gvanrossum, @tim-one, @mhammond, @gpshead
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2001-01-31.22:24:22.000>
created_at = <Date 2001-01-18.20:41:14.000>
labels = ['OS-windows']
title = 'zlib library used for binary win32 distribution can crash'
updated_at = <Date 2001-01-31.22:24:22.000>
user = 'https://github.com/gpshead'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-31.22:24:22.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2001-01-18.20:41:14.000>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 229293
keywords = []
message_count = 7.0
messages = ['2983', '2984', '2985', '2986', '2987', '2988', '2989']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'mhammond', 'gregory.p.smith']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229293'
versions = []
```
</p></details>
| zlib library used for binary win32 distribution can crash | https://api.github.com/repos/python/cpython/issues/33754/comments | 7 | 2001-01-18T20:41:14Z | 2022-04-09T21:16:37Z | https://github.com/python/cpython/issues/33754 | 1,198,773,637 | 33,754 |
[
"python",
"cpython"
] | BPO | [229288](https://bugs.python.org/issue229288)
--- | :---
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.01:40:50.000>
created_at = <Date 2001-01-18.19:26:06.000>
labels = ['library']
title = 'urllib.quote et al do lowercase %xx'
updated_at = <Date 2001-09-11.01:40:50.000>
user = 'https://bugs.python.org/anonymous'
```
bugs.python.org fields:
```python
activity = <Date 2001-09-11.01:40:50.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-18.19:26:06.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 229288
keywords = []
message_count = 6.0
messages = ['2977', '2978', '2979', '2980', '2981', '2982']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'nobody', 'rhiller']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229288'
versions = []
```
</p></details>
| urllib.quote et al do lowercase %xx | https://api.github.com/repos/python/cpython/issues/33753/comments | 6 | 2001-01-18T19:26:06Z | 2022-04-09T21:16:35Z | https://github.com/python/cpython/issues/33753 | 1,198,773,631 | 33,753 |
[
"python",
"cpython"
] | BPO | [229280](https://bugs.python.org/issue229280)
--- | :---
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-02-27.19:26:33.000>
created_at = <Date 2001-01-18.18:53:44.000>
labels = ['library']
title = 'Weird build directory on BSDI'
updated_at = <Date 2001-02-27.19:26:33.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2001-02-27.19:26:33.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2001-01-18.18:53:44.000>
creator = 'akuchling'
dependencies = []
files = []
hgrepos = []
issue_num = 229280
keywords = []
message_count = 2.0
messages = ['2975', '2976']
nosy_count = 1.0
nosy_names = ['akuchling']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229280'
versions = []
```
</p></details>
| Weird build directory on BSDI | https://api.github.com/repos/python/cpython/issues/33752/comments | 2 | 2001-01-18T18:53:44Z | 2022-04-09T21:16:34Z | https://github.com/python/cpython/issues/33752 | 1,198,773,624 | 33,752 |
[
"python",
"cpython"
] | BPO | [403314](https://bugs.python.org/issue403314)
--- | :---
Nosy | @gvanrossum, @freddrake, @smontanaro
Files | <li>[None](https://bugs.python.org/file3045/None "Uploaded as text/plain at 2001-01-18.17:38:51 by @smontanaro"): None</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-01-24.04:28:57.000>
created_at = <Date 2001-01-18.17:38:51.000>
labels = ['library']
title = 'allow urllib.urlencode to work with multivalued parameters'
updated_at = <Date 2001-01-24.04:28:57.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-24.04:28:57.000>
actor = 'fdrake'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2001-01-18.17:38:51.000>
creator = 'skip.montanaro'
dependencies = []
files = ['3045']
hgrepos = []
issue_num = 403314
keywords = ['patch']
message_count = 5.0
messages = ['35412', '35413', '35414', '35415', '35416']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'fdrake', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403314'
versions = []
```
</p></details>
| allow urllib.urlencode to work with multivalued parameters | https://api.github.com/repos/python/cpython/issues/33751/comments | 5 | 2001-01-18T17:38:51Z | 2022-04-09T21:16:33Z | https://github.com/python/cpython/issues/33751 | 1,198,773,620 | 33,751 |
[
"python",
"cpython"
] | BPO | [403313](https://bugs.python.org/issue403313)
--- | :---
Nosy | @akuchling
Files | <li>[None](https://bugs.python.org/file3044/None "Uploaded as text/plain at 2001-01-18.16:02:45 by @akuchling"): None</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-01-18.21:23:26.000>
created_at = <Date 2001-01-18.16:02:45.000>
labels = ['build']
title = 'Include build directory when running "make test"'
updated_at = <Date 2001-01-18.21:23:26.000>
user = 'https://github.com/akuchling'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-18.21:23:26.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2001-01-18.16:02:45.000>
creator = 'akuchling'
dependencies = []
files = ['3044']
hgrepos = []
issue_num = 403313
keywords = ['patch']
message_count = 2.0
messages = ['35410', '35411']
nosy_count = 1.0
nosy_names = ['akuchling']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue403313'
versions = []
```
</p></details>
| Include build directory when running "make test" | https://api.github.com/repos/python/cpython/issues/33750/comments | 2 | 2001-01-18T16:02:45Z | 2022-04-09T21:16:32Z | https://github.com/python/cpython/issues/33750 | 1,198,773,615 | 33,750 |
[
"python",
"cpython"
] | BPO | [229234](https://bugs.python.org/issue229234)
--- | :---
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-01-19.22:49:02.000>
created_at = <Date 2001-01-18.13:20:42.000>
labels = ['docs']
title = 'Various typo in the API ref manual'
updated_at = <Date 2001-01-19.22:49:02.000>
user = 'https://bugs.python.org/gcivario'
```
bugs.python.org fields:
```python
activity = <Date 2001-01-19.22:49:02.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2001-01-18.13:20:42.000>
creator = 'gcivario'
dependencies = []
files = []
hgrepos = []
issue_num = 229234
keywords = []
message_count = 2.0
messages = ['2973', '2974']
nosy_count = 2.0
nosy_names = ['fdrake', 'gcivario']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue229234'
versions = []
```
</p></details>
| Various typo in the API ref manual | https://api.github.com/repos/python/cpython/issues/33749/comments | 2 | 2001-01-18T13:20:42Z | 2022-04-09T21:16:31Z | https://github.com/python/cpython/issues/33749 | 1,198,773,609 | 33,749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.