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 | [1103213](https://bugs.python.org/issue1103213)
--- | :---
Nosy | @loewis, @pfalcon, @irmen, @pitrou, @vstinner, @giampaolo, @vadmium
Files | <li>[socketmodulepatch.txt](https://bugs.python.org/file16762/socketmodulepatch.txt "Uploaded as text/plain at 2010-04-05.15:07:44 by @irmen"): patch for Modules/socketmodule.c</li><li>[libpatch.txt](https://bugs.python.org/file16763/libpatch.txt "Uploaded as text/plain at 2010-04-05.15:08:24 by @irmen"): patch for Lib/socket.py</li><li>[docpatch.txt](https://bugs.python.org/file16764/docpatch.txt "Uploaded as text/plain at 2010-04-05.15:08:59 by @irmen"): patch for Doc/library/socket.rst</li><li>[recvall.patch](https://bugs.python.org/file40344/recvall.patch "Uploaded as text/plain at 2015-09-03.15:47:42 by @vstinner")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2005-01-16.04:02:31.000>
labels = ['extension-modules', 'type-feature']
title = 'Adding a recvexactly() to socket.socket: receive exactly n bytes'
updated_at = <Date 2016-04-08.22:49:31.159>
user = 'https://github.com/irmen'
```
bugs.python.org fields:
```python
activity = <Date 2016-04-08.22:49:31.159>
actor = 'pfalcon'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-16.04:02:31.000>
creator = 'irmen'
dependencies = []
files = ['16762', '16763', '16764', '40344']
hgrepos = []
issue_num = 1103213
keywords = ['patch']
message_count = 16.0
messages = ['47558', '47559', '99844', '101178', '101206', '102374', '102382', '102391', '114395', '234117', '234126', '234157', '239975', '249662', '250402', '254428']
nosy_count = 7.0
nosy_names = ['loewis', 'pfalcon', 'irmen', 'pitrou', 'vstinner', 'giampaolo.rodola', 'martin.panter']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'test needed'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1103213'
versions = ['Python 3.2']
```
</p></details>
| Adding a recvexactly() to socket.socket: receive exactly n bytes | https://api.github.com/repos/python/cpython/issues/41448/comments | 17 | 2005-01-16T04:02:31Z | 2023-05-09T17:18:26Z | https://github.com/python/cpython/issues/41448 | 1,198,806,516 | 41,448 |
[
"python",
"cpython"
] | BPO | [1103116](https://bugs.python.org/issue1103116)
--- | :---
Nosy | @loewis
Files | <li>[netlink_patch.diff](https://bugs.python.org/file6438/netlink_patch.diff "Uploaded as text/plain at 2006-01-14.17:05:04 by drphil"): netlink patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-01-14.18:13:35.000>
created_at = <Date 2005-01-15.22:23:27.000>
labels = ['extension-modules']
title = 'AF_NETLINK sockets basic support'
updated_at = <Date 2006-01-14.18:13:35.000>
user = 'https://bugs.python.org/drphil'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-14.18:13:35.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-15.22:23:27.000>
creator = 'drphil'
dependencies = []
files = ['6438']
hgrepos = []
issue_num = 1103116
keywords = ['patch']
message_count = 4.0
messages = ['47554', '47555', '47556', '47557']
nosy_count = 2.0
nosy_names = ['loewis', 'drphil']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1103116'
versions = ['Python 2.4']
```
</p></details>
| AF_NETLINK sockets basic support | https://api.github.com/repos/python/cpython/issues/41447/comments | 4 | 2005-01-15T22:23:27Z | 2022-04-09T23:41:23Z | https://github.com/python/cpython/issues/41447 | 1,198,806,512 | 41,447 |
[
"python",
"cpython"
] | BPO | [1103046](https://bugs.python.org/issue1103046)
--- | :---
Nosy | @tim-one, @rhettinger
Files | <li>[python-PyDECREF.diff](https://bugs.python.org/file6437/python-PyDECREF.diff "Uploaded as text/plain at 2005-01-15.19:34:17 by nnemec")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-16.16:56:38.000>
created_at = <Date 2005-01-15.19:34:17.000>
labels = ['interpreter-core']
title = 'Boxing up PyDECREF correctly'
updated_at = <Date 2005-01-16.16:56:38.000>
user = 'https://bugs.python.org/nnemec'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-16.16:56:38.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-15.19:34:17.000>
creator = 'nnemec'
dependencies = []
files = ['6437']
hgrepos = []
issue_num = 1103046
keywords = ['patch']
message_count = 6.0
messages = ['47548', '47549', '47550', '47551', '47552', '47553']
nosy_count = 3.0
nosy_names = ['tim.peters', 'rhettinger', 'nnemec']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1103046'
versions = ['Python 2.4']
```
</p></details>
| Boxing up PyDECREF correctly | https://api.github.com/repos/python/cpython/issues/41446/comments | 6 | 2005-01-15T19:34:17Z | 2022-04-09T23:41:22Z | https://github.com/python/cpython/issues/41446 | 1,198,806,509 | 41,446 |
[
"python",
"cpython"
] | BPO | [1103023](https://bugs.python.org/issue1103023)
--- | :---
Nosy | @mwhudson, @devdanzin
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2009-02-10.02:10:00.353>
created_at = <Date 2005-01-15.18:10:58.000>
labels = ['library']
title = 'raw_input problem with readline and UTF8'
updated_at = <Date 2009-02-10.02:10:00.352>
user = 'https://bugs.python.org/airog'
```
bugs.python.org fields:
```python
activity = <Date 2009-02-10.02:10:00.352>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-10.02:10:00.353>
closer = 'benjamin.peterson'
components = ['Library (Lib)']
creation = <Date 2005-01-15.18:10:58.000>
creator = 'airog'
dependencies = []
files = []
hgrepos = []
issue_num = 1103023
keywords = []
message_count = 4.0
messages = ['60631', '60632', '60633', '81511']
nosy_count = 4.0
nosy_names = ['mwh', 'donut', 'ajaksu2', 'airog']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1103023'
versions = ['Python 2.3']
```
</p></details>
| raw_input problem with readline and UTF8 | https://api.github.com/repos/python/cpython/issues/41445/comments | 4 | 2005-01-15T18:10:58Z | 2022-04-09T23:41:21Z | https://github.com/python/cpython/issues/41445 | 1,198,806,507 | 41,445 |
[
"python",
"cpython"
] | BPO | [1102973](https://bugs.python.org/issue1102973)
--- | :---
Nosy | @warsaw, @raulcd
<sup>*Note: these values reflect the state of the issue at the time it 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 2015-04-14.22:08:24.709>
created_at = <Date 2005-01-15.16:13:16.000>
labels = ['library']
title = 'Incorrect RFC 2231 decoding'
updated_at = <Date 2015-04-14.22:08:24.709>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2015-04-14.22:08:24.709>
actor = 'raulcd'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-15.16:13:16.000>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 1102973
keywords = []
message_count = 1.0
messages = ['23973']
nosy_count = 2.0
nosy_names = ['barry', 'raulcd']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102973'
versions = ['Python 2.4']
```
</p></details>
| Incorrect RFC 2231 decoding | https://api.github.com/repos/python/cpython/issues/41444/comments | 1 | 2005-01-15T16:13:16Z | 2022-04-09T23:41:21Z | https://github.com/python/cpython/issues/41444 | 1,198,806,505 | 41,444 |
[
"python",
"cpython"
] | BPO | [1102879](https://bugs.python.org/issue1102879)
--- | :---
Nosy | @loewis, @irmen
Files | <li>[patch.txt](https://bugs.python.org/file6436/patch.txt "Uploaded at 2005-01-15.11:37:25 by @irmen"): patch for Modules/socketmodule.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-07-07.23:03:52.000>
created_at = <Date 2005-01-15.11:37:24.000>
labels = ['extension-modules']
title = "Fix for 926423: socket timeouts + Ctrl-C don't play nice"
updated_at = <Date 2006-07-07.23:03:52.000>
user = 'https://github.com/irmen'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-07.23:03:52.000>
actor = 'tony_nelson'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-15.11:37:24.000>
creator = 'irmen'
dependencies = []
files = ['6436']
hgrepos = []
issue_num = 1102879
keywords = ['patch']
message_count = 7.0
messages = ['47541', '47542', '47543', '47544', '47545', '47546', '47547']
nosy_count = 3.0
nosy_names = ['loewis', 'irmen', 'tony_nelson']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102879'
versions = []
```
</p></details>
| Fix for 926423: socket timeouts + Ctrl-C don't play nice | https://api.github.com/repos/python/cpython/issues/41443/comments | 7 | 2005-01-15T11:37:24Z | 2022-04-09T23:41:19Z | https://github.com/python/cpython/issues/41443 | 1,198,806,499 | 41,443 |
[
"python",
"cpython"
] | BPO | [1102710](https://bugs.python.org/issue1102710)
--- | :---
Nosy | @brettcannon
Files | <li>[codegen_for_asdl_c.diff](https://bugs.python.org/file6435/codegen_for_asdl_c.diff "Uploaded as text/plain at 2005-01-14.23:37:47 by logistix"): hacks so that asdl_c.py generates a compilable c file</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2005-03-20.23:43:28.000>
created_at = <Date 2005-01-14.23:37:46.000>
labels = ['interpreter-core']
title = 'ast-branch: hacks so asdl_c.py generates compilable code'
updated_at = <Date 2005-03-20.23:43:28.000>
user = 'https://bugs.python.org/logistix'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-20.23:43:28.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-14.23:37:46.000>
creator = 'logistix'
dependencies = []
files = ['6435']
hgrepos = []
issue_num = 1102710
keywords = ['patch']
message_count = 3.0
messages = ['47538', '47539', '47540']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102710'
versions = []
```
</p></details>
| ast-branch: hacks so asdl_c.py generates compilable code | https://api.github.com/repos/python/cpython/issues/41442/comments | 3 | 2005-01-14T23:37:46Z | 2022-04-09T23:41:19Z | https://github.com/python/cpython/issues/41442 | 1,198,806,498 | 41,442 |
[
"python",
"cpython"
] | BPO | [1102649](https://bugs.python.org/issue1102649)
--- | :---
Nosy | @tim-one, @loewis, @freddrake, @birkenfeld, @irmen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2006-02-20.13:12:26.000>
created_at = <Date 2005-01-14.21:58:27.000>
labels = ['docs']
title = 'pickle files should be opened in binary mode'
updated_at = <Date 2006-02-20.13:12:26.000>
user = 'https://bugs.python.org/sjmachin'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-20.13:12:26.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-14.21:58:27.000>
creator = 'sjmachin'
dependencies = []
files = []
hgrepos = []
issue_num = 1102649
keywords = []
message_count = 8.0
messages = ['23965', '23966', '23967', '23968', '23969', '23970', '23971', '23972']
nosy_count = 6.0
nosy_names = ['tim.peters', 'loewis', 'fdrake', 'georg.brandl', 'sjmachin', 'irmen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102649'
versions = ['Python 2.4']
```
</p></details>
| pickle files should be opened in binary mode | https://api.github.com/repos/python/cpython/issues/41441/comments | 8 | 2005-01-14T21:58:27Z | 2022-04-09T23:41:17Z | https://github.com/python/cpython/issues/41441 | 1,198,806,494 | 41,441 |
[
"python",
"cpython"
] | BPO | [1102469](https://bugs.python.org/issue1102469)
--- | :---
Nosy | @simonpercivall
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-17.14:20:01.000>
created_at = <Date 2005-01-14.17:40:50.000>
labels = ['library']
title = 'rfc822 Deprecated since release 2.3?'
updated_at = <Date 2005-01-17.14:20:01.000>
user = 'https://bugs.python.org/tungwaiyip'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-17.14:20:01.000>
actor = 'anthonybaxter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-14.17:40:50.000>
creator = 'tungwaiyip'
dependencies = []
files = []
hgrepos = []
issue_num = 1102469
keywords = []
message_count = 3.0
messages = ['23962', '23963', '23964']
nosy_count = 3.0
nosy_names = ['anthonybaxter', 'simon.percivall', 'tungwaiyip']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102469'
versions = ['Python 2.4']
```
</p></details>
| rfc822 Deprecated since release 2.3? | https://api.github.com/repos/python/cpython/issues/41440/comments | 3 | 2005-01-14T17:40:50Z | 2022-04-09T23:41:15Z | https://github.com/python/cpython/issues/41440 | 1,198,806,491 | 41,440 |
[
"python",
"cpython"
] | BPO | [1102141](https://bugs.python.org/issue1102141)
--- | :---
Files | <li>[bug.py](https://bugs.python.org/file1561/bug.py "Uploaded as text/plain at 2005-01-14.07:25:27 by bogo666"): percent_operator_bug.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-14.11:06:35.000>
created_at = <Date 2005-01-14.07:25:27.000>
labels = ['interpreter-core', 'invalid']
title = '% operator bug'
updated_at = <Date 2005-01-14.11:06:35.000>
user = 'https://bugs.python.org/bogo666'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-14.11:06:35.000>
actor = 'quiver'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-14.07:25:27.000>
creator = 'bogo666'
dependencies = []
files = ['1561']
hgrepos = []
issue_num = 1102141
keywords = []
message_count = 2.0
messages = ['23960', '23961']
nosy_count = 2.0
nosy_names = ['quiver', 'bogo666']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1102141'
versions = ['Python 2.4']
```
</p></details>
| % operator bug | https://api.github.com/repos/python/cpython/issues/41439/comments | 2 | 2005-01-14T07:25:27Z | 2022-04-09T23:41:14Z | https://github.com/python/cpython/issues/41439 | 1,198,806,489 | 41,439 |
[
"python",
"cpython"
] | BPO | [1101756](https://bugs.python.org/issue1101756)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-10-03.12:36:02.000>
created_at = <Date 2005-01-13.16:21:16.000>
labels = ['interpreter-core']
title = 'popen4/cygwin ssh hangs'
updated_at = <Date 2005-10-03.12:36:02.000>
user = 'https://bugs.python.org/phe'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.12:36:02.000>
actor = 'jlt63'
assignee = 'jlt63'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-13.16:21:16.000>
creator = 'ph_e'
dependencies = []
files = []
hgrepos = []
issue_num = 1101756
keywords = []
message_count = 4.0
messages = ['23956', '23957', '23958', '23959']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'jlt63', 'ph_e']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101756'
versions = []
```
</p></details>
| popen4/cygwin ssh hangs | https://api.github.com/repos/python/cpython/issues/41438/comments | 4 | 2005-01-13T16:21:16Z | 2022-04-09T23:41:13Z | https://github.com/python/cpython/issues/41438 | 1,198,806,486 | 41,438 |
[
"python",
"cpython"
] | BPO | [1101726](https://bugs.python.org/issue1101726)
--- | :---
Nosy | @loewis, @doerwalter
Files | <li>[tokenizer.c.3.diff](https://bugs.python.org/file6431/tokenizer.c.3.diff "Uploaded as text/plain at 2005-02-27.15:22:57 by glchapman"): patch without utf8 manipulation</li><li>[pep263tests.zip](https://bugs.python.org/file6432/pep263tests.zip "Uploaded as application/zip at 2005-02-27.15:23:57 by glchapman"): test files</li><li>[test_pep263.py.diff](https://bugs.python.org/file6433/test_pep263.py.diff "Uploaded as text/plain at 2005-03-21.13:47:02 by glchapman")</li><li>[tokenizer.c.4.diff](https://bugs.python.org/file6434/tokenizer.c.4.diff "Uploaded as text/plain at 2005-05-16.14:11:04 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2005-07-12.21:59:22.000>
created_at = <Date 2005-01-13.15:45:20.000>
labels = ['interpreter-core']
title = 'Patch for potential buffer overrun in tokenizer.c'
updated_at = <Date 2005-07-12.21:59:22.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-12.21:59:22.000>
actor = 'doerwalter'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-13.15:45:20.000>
creator = 'glchapman'
dependencies = []
files = ['6431', '6432', '6433', '6434']
hgrepos = []
issue_num = 1101726
keywords = ['patch']
message_count = 9.0
messages = ['47529', '47530', '47531', '47532', '47533', '47534', '47535', '47536', '47537']
nosy_count = 3.0
nosy_names = ['loewis', 'doerwalter', 'glchapman']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101726'
versions = ['Python 2.4']
```
</p></details>
| Patch for potential buffer overrun in tokenizer.c | https://api.github.com/repos/python/cpython/issues/41437/comments | 9 | 2005-01-13T15:45:20Z | 2022-04-09T23:41:13Z | https://github.com/python/cpython/issues/41437 | 1,198,806,481 | 41,437 |
[
"python",
"cpython"
] | BPO | [1101667](https://bugs.python.org/issue1101667)
--- | :---
Nosy | @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-07-30.11:40:07.000>
created_at = <Date 2005-01-13.14:33:05.000>
labels = ['library']
title = 'popen3 on windows loses environment variables'
updated_at = <Date 2006-07-30.11:40:07.000>
user = 'https://bugs.python.org/juneaftn'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-30.11:40:07.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-13.14:33:05.000>
creator = 'juneaftn'
dependencies = []
files = []
hgrepos = []
issue_num = 1101667
keywords = []
message_count = 6.0
messages = ['23950', '23951', '23952', '23953', '23954', '23955']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'juneaftn', 'ompeag']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101667'
versions = ['Python 2.4']
```
</p></details>
| popen3 on windows loses environment variables | https://api.github.com/repos/python/cpython/issues/41436/comments | 6 | 2005-01-13T14:33:05Z | 2022-04-09T23:41:11Z | https://github.com/python/cpython/issues/41436 | 1,198,806,477 | 41,436 |
[
"python",
"cpython"
] | BPO | [1101399](https://bugs.python.org/issue1101399)
--- | :---
Nosy | @tim-one, @nascheme, @devdanzin
Files | <li>[noload.py](https://bugs.python.org/file1558/noload.py "Uploaded as text/plain at 2005-01-13.04:37:32 by @nascheme")</li><li>[noload_setitem.txt](https://bugs.python.org/file1559/noload_setitem.txt "Uploaded at 2005-01-13.04:54:10 by @nascheme"): patch to add noload_setitem</li><li>[noload-patch2.txt](https://bugs.python.org/file1560/noload-patch2.txt "Uploaded at 2005-01-14.00:06:59 by @nascheme"): version 2 of patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2009-10-14.19:41:50.048>
created_at = <Date 2005-01-13.04:37:32.000>
labels = ['type-bug', 'library']
title = 'dict subclass breaks cPickle noload()'
updated_at = <Date 2009-10-14.19:41:50.019>
user = 'https://github.com/nascheme'
```
bugs.python.org fields:
```python
activity = <Date 2009-10-14.19:41:50.019>
actor = 'nascheme'
assignee = 'dcjim'
closed = True
closed_date = <Date 2009-10-14.19:41:50.048>
closer = 'nascheme'
components = ['Library (Lib)']
creation = <Date 2005-01-13.04:37:32.000>
creator = 'nascheme'
dependencies = []
files = ['1558', '1559', '1560']
hgrepos = []
issue_num = 1101399
keywords = []
message_count = 7.0
messages = ['23945', '23946', '23947', '23948', '23949', '82110', '94020']
nosy_count = 4.0
nosy_names = ['tim.peters', 'dcjim', 'nascheme', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1101399'
versions = ['Python 2.6']
```
</p></details>
| dict subclass breaks cPickle noload() | https://api.github.com/repos/python/cpython/issues/41435/comments | 7 | 2005-01-13T04:37:32Z | 2022-04-09T23:41:10Z | https://github.com/python/cpython/issues/41435 | 1,198,806,473 | 41,435 |
[
"python",
"cpython"
] | BPO | [1101236](https://bugs.python.org/issue1101236)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-13.07:23:52.000>
created_at = <Date 2005-01-12.21:35:15.000>
labels = ['build']
title = 'test_shutil fails on NetBSD 2.0'
updated_at = <Date 2005-01-13.07:23:52.000>
user = 'https://bugs.python.org/mikeh-id'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-13.07:23:52.000>
actor = 'jlgijsbers'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-01-12.21:35:15.000>
creator = 'mikeh-id'
dependencies = []
files = []
hgrepos = []
issue_num = 1101236
keywords = []
message_count = 2.0
messages = ['23943', '23944']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'mikeh-id']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101236'
versions = ['Python 2.4']
```
</p></details>
| test_shutil fails on NetBSD 2.0 | https://api.github.com/repos/python/cpython/issues/41434/comments | 2 | 2005-01-12T21:35:15Z | 2022-04-09T23:41:09Z | https://github.com/python/cpython/issues/41434 | 1,198,806,466 | 41,434 |
[
"python",
"cpython"
] | BPO | [1101233](https://bugs.python.org/issue1101233)
--- | :---
Nosy | @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-02-20.10:32:22.000>
created_at = <Date 2005-01-12.21:30:04.000>
labels = ['build']
title = 'test_fcntl fails on netbsd2'
updated_at = <Date 2006-02-20.10:32:22.000>
user = 'https://bugs.python.org/mikeh-id'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-20.10:32:22.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-01-12.21:30:04.000>
creator = 'mikeh-id'
dependencies = []
files = []
hgrepos = []
issue_num = 1101233
keywords = []
message_count = 2.0
messages = ['23941', '23942']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'mikeh-id']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101233'
versions = ['Python 2.4']
```
</p></details>
| test_fcntl fails on netbsd2 | https://api.github.com/repos/python/cpython/issues/41433/comments | 2 | 2005-01-12T21:30:04Z | 2022-04-09T23:41:08Z | https://github.com/python/cpython/issues/41433 | 1,198,806,463 | 41,433 |
[
"python",
"cpython"
] | BPO | [1101097](https://bugs.python.org/issue1101097)
--- | :---
Nosy | @malemburg, @doerwalter
Files | <li>[diff.txt](https://bugs.python.org/file6429/diff.txt "Uploaded at 2005-01-12.18:14:43 by @doerwalter")</li><li>[diff2.txt](https://bugs.python.org/file6430/diff2.txt "Uploaded as text/plain at 2006-01-11.21:48:50 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2006-02-17.16:16:32.000>
created_at = <Date 2005-01-12.18:14:42.000>
labels = ['library']
title = 'Feed style codec API'
updated_at = <Date 2006-02-17.16:16:32.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-17.16:16:32.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-12.18:14:42.000>
creator = 'doerwalter'
dependencies = []
files = ['6429', '6430']
hgrepos = []
issue_num = 1101097
keywords = ['patch']
message_count = 8.0
messages = ['47521', '47522', '47523', '47524', '47525', '47526', '47527', '47528']
nosy_count = 2.0
nosy_names = ['lemburg', 'doerwalter']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1101097'
versions = []
```
</p></details>
| Feed style codec API | https://api.github.com/repos/python/cpython/issues/41432/comments | 8 | 2005-01-12T18:14:42Z | 2022-04-09T23:41:07Z | https://github.com/python/cpython/issues/41432 | 1,198,806,457 | 41,432 |
[
"python",
"cpython"
] | BPO | [1100942](https://bugs.python.org/issue1100942)
--- | :---
Nosy | @amauryfa, @abalkin, @vstinner, @devdanzin, @berkerpeksag, @soltysh, @matrixise, @vajrasky, @matheusportela, @pganssle
PRs | <li>python/cpython#5578</li>
Files | <li>[strptime.diff](https://bugs.python.org/file6427/strptime.diff "Uploaded as text/plain at 2005-01-12.14:54:54 by josh-sf")</li><li>[strptime2.diff](https://bugs.python.org/file6428/strptime2.diff "Uploaded as text/plain at 2005-02-02.22:00:44 by josh-sf"): time.strptime and date.strptime as well</li><li>[date-strptime.patch](https://bugs.python.org/file14351/date-strptime.patch "Uploaded as text/plain at 2009-06-23.23:18:57 by @amauryfa")</li><li>[issue1100942.diff](https://bugs.python.org/file17599/issue1100942.diff "Uploaded as text/plain at 2010-06-09.15:17:21 by @abalkin")</li><li>[issue1100942_pure.diff](https://bugs.python.org/file26446/issue1100942_pure.diff "Uploaded as text/plain at 2012-07-20.09:19:09 by Juarez.Bochi")</li><li>[issue1100942_pure2.diff](https://bugs.python.org/file26452/issue1100942_pure2.diff "Uploaded as text/plain at 2012-07-20.14:18:45 by Juarez.Bochi")</li><li>[issue1100942_v4.diff](https://bugs.python.org/file29117/issue1100942_v4.diff "Uploaded as text/plain at 2013-02-18.19:25:34 by @berkerpeksag")</li><li>[issue1100942_full.patch](https://bugs.python.org/file33240/issue1100942_full.patch "Uploaded as text/plain at 2013-12-20.23:28:14 by @soltysh"): Full (merged) patch against current HEAD</li><li>[issue1100942_20140409.patch](https://bugs.python.org/file34778/issue1100942_20140409.patch "Uploaded as text/plain at 2014-04-09.20:05:34 by @soltysh"): Patch fixed against current default branch</li><li>[issue1100942.patch](https://bugs.python.org/file39345/issue1100942.patch "Uploaded as text/plain at 2015-05-11.21:23:03 by @soltysh")</li><li>[issue1100942-3.6.patch](https://bugs.python.org/file44044/issue1100942-3.6.patch "Uploaded as text/plain at 2016-08-08.07:11:57 by @matrixise")</li><li>[issue1100942_20170722.patch](https://bugs.python.org/file47032/issue1100942_20170722.patch "Uploaded as text/plain at 2017-07-22.08:03:47 by @matheusportela")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2005-01-12.14:53:01.000>
labels = ['extension-modules', 'type-feature', '3.8']
title = 'Add datetime.time.strptime and datetime.date.strptime'
updated_at = <Date 2018-08-20.19:46:06.268>
user = 'https://bugs.python.org/josh-sf'
```
bugs.python.org fields:
```python
activity = <Date 2018-08-20.19:46:06.268>
actor = 'p-ganssle'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-12.14:53:01.000>
creator = 'josh-sf'
dependencies = []
files = ['6427', '6428', '14351', '17599', '26446', '26452', '29117', '33240', '34778', '39345', '44044', '47032']
hgrepos = []
issue_num = 1100942
keywords = ['patch', 'needs review']
message_count = 48.0
messages = ['47516', '47517', '47518', '47519', '47520', '82109', '89650', '103731', '103732', '106805', '106807', '107402', '114247', '126013', '162732', '165882', '165905', '165906', '165929', '174743', '174746', '182336', '184577', '206495', '206498', '206500', '206519', '206717', '215472', '215474', '215491', '215537', '215559', '215843', '242569', '242803', '242809', '242917', '272149', '273568', '279331', '279333', '279334', '298841', '298842', '311783', '313948', '321550']
nosy_count = 22.0
nosy_names = ['jafo', 'guettli', 'amaury.forgeotdarc', 'belopolsky', 'sonderblade', 'alanvgreen', 'vstinner', 'ajaksu2', 'josh-sf', 'cvrebert', 'tiktuk', 'adam-collard', 'westley.martinez', 'berker.peksag', 'maciej.szulik', 'Juarez.Bochi', 'petre', 'matrixise', 'vajrasky', 'Julian.Gindi', 'matheus.v.portela', 'p-ganssle']
pr_nums = ['5578']
priority = None
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1100942'
versions = ['Python 3.8']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-120752
<!-- /gh-linked-prs -->
| Add datetime.time.strptime and datetime.date.strptime | https://api.github.com/repos/python/cpython/issues/41431/comments | 51 | 2005-01-12T14:53:01Z | 2024-06-19T19:04:51Z | https://github.com/python/cpython/issues/41431 | 1,198,806,455 | 41,431 |
[
"python",
"cpython"
] | BPO | [1100673](https://bugs.python.org/issue1100673)
--- | :---
Nosy | @mwhudson, @facundobatista
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-04-19.15:02:41.000>
created_at = <Date 2005-01-12.05:49:40.000>
labels = ['interpreter-core']
title = 'Python Interpreter shell is crashed '
updated_at = <Date 2005-04-19.15:02:41.000>
user = 'https://bugs.python.org/abhishekkabra'
```
bugs.python.org fields:
```python
activity = <Date 2005-04-19.15:02:41.000>
actor = 'mwh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-12.05:49:40.000>
creator = 'abhishekkabra'
dependencies = []
files = []
hgrepos = []
issue_num = 1100673
keywords = []
message_count = 6.0
messages = ['23935', '23936', '23937', '23938', '23939', '23940']
nosy_count = 4.0
nosy_names = ['mwh', 'facundobatista', 'abhishekkabra', 'puneet_mnitian']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100673'
versions = ['Python 2.2']
```
</p></details>
| Python Interpreter shell is crashed | https://api.github.com/repos/python/cpython/issues/41430/comments | 6 | 2005-01-12T05:49:40Z | 2022-04-09T23:41:04Z | https://github.com/python/cpython/issues/41430 | 1,198,806,450 | 41,430 |
[
"python",
"cpython"
] | BPO | [1100563](https://bugs.python.org/issue1100563)
--- | :---
Nosy | @kbkaiser
Files | <li>[24_import_grammar.diff](https://bugs.python.org/file6426/24_import_grammar.diff "Uploaded as text/plain at 2005-01-12.00:50:03 by logistix"): patch for new import grammar in ast-branch</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/kbkaiser'
closed_at = <Date 2005-01-17.14:16:56.000>
created_at = <Date 2005-01-12.00:50:02.000>
labels = ['interpreter-core']
title = 'ast-branch: fix for coredump from new import grammar'
updated_at = <Date 2005-01-17.14:16:56.000>
user = 'https://bugs.python.org/logistix'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-17.14:16:56.000>
actor = 'nnorwitz'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-12.00:50:02.000>
creator = 'logistix'
dependencies = []
files = ['6426']
hgrepos = []
issue_num = 1100563
keywords = ['patch']
message_count = 3.0
messages = ['47513', '47514', '47515']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'kbk', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100563'
versions = []
```
</p></details>
| ast-branch: fix for coredump from new import grammar | https://api.github.com/repos/python/cpython/issues/41429/comments | 3 | 2005-01-12T00:50:02Z | 2022-04-09T23:41:04Z | https://github.com/python/cpython/issues/41429 | 1,198,806,445 | 41,429 |
[
"python",
"cpython"
] | BPO | [1100562](https://bugs.python.org/issue1100562)
--- | :---
Nosy | @pitrou, @devdanzin, @avassalotti, @ezio-melotti, @mmaker, @serhiy-storchaka
Files | <li>[fix_1099746.patch](https://bugs.python.org/file6425/fix_1099746.patch "Uploaded as text/plain at 2005-01-12.00:49:23 by sonderblade"): patch that should fix 1099746</li><li>[issue1100562.patch](https://bugs.python.org/file17319/issue1100562.patch "Uploaded as text/plain at 2010-05-13.21:21:00 by @mmaker"): issue1100562 patch for python2.7</li><li>[issue1100562_py3k.patch](https://bugs.python.org/file17745/issue1100562_py3k.patch "Uploaded as text/plain at 2010-06-22.15:09:28 by @mmaker"): Patch for python3</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-09-04.17:53:16.664>
created_at = <Date 2005-01-12.00:49:23.000>
labels = ['easy', 'type-bug', 'library']
title = 'deepcopying listlike and dictlike objects'
updated_at = <Date 2015-11-26.22:08:28.309>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2015-11-26.22:08:28.309>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = True
closed_date = <Date 2010-09-04.17:53:16.664>
closer = 'pitrou'
components = ['Library (Lib)']
creation = <Date 2005-01-12.00:49:23.000>
creator = 'sonderblade'
dependencies = []
files = ['6425', '17319', '17745']
hgrepos = []
issue_num = 1100562
keywords = ['patch', 'easy']
message_count = 11.0
messages = ['47512', '86304', '105659', '108391', '110430', '110447', '110477', '112773', '114993', '115592', '255438']
nosy_count = 9.0
nosy_names = ['sonderblade', 'pitrou', 'ajaksu2', 'alexandre.vassalotti', 'ezio.melotti', 'rcoyner', 'maker', 'BreamoreBoy', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1100562'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']
```
</p></details>
| deepcopying listlike and dictlike objects | https://api.github.com/repos/python/cpython/issues/41428/comments | 11 | 2005-01-12T00:49:23Z | 2022-04-09T23:41:02Z | https://github.com/python/cpython/issues/41428 | 1,198,806,442 | 41,428 |
[
"python",
"cpython"
] | BPO | [1100429](https://bugs.python.org/issue1100429)
--- | :---
Nosy | @loewis, @gustaebel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-03-03.23:16:41.000>
created_at = <Date 2005-01-11.20:54:29.000>
labels = ['library']
title = 'TarFile iteration can break (on Windows) if file has links'
updated_at = <Date 2005-03-03.23:16:41.000>
user = 'https://bugs.python.org/glchapman'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-03.23:16:41.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-11.20:54:29.000>
creator = 'glchapman'
dependencies = []
files = []
hgrepos = []
issue_num = 1100429
keywords = []
message_count = 3.0
messages = ['23932', '23933', '23934']
nosy_count = 3.0
nosy_names = ['loewis', 'glchapman', 'lars.gustaebel']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100429'
versions = ['Python 2.4']
```
</p></details>
| TarFile iteration can break (on Windows) if file has links | https://api.github.com/repos/python/cpython/issues/41427/comments | 3 | 2005-01-11T20:54:29Z | 2022-04-09T23:41:01Z | https://github.com/python/cpython/issues/41427 | 1,198,806,439 | 41,427 |
[
"python",
"cpython"
] | BPO | [1100368](https://bugs.python.org/issue1100368)
--- | :---
Nosy | @rhettinger, @facundobatista
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2005-08-13.23:32:26.000>
created_at = <Date 2005-01-11.19:03:09.000>
labels = ['docs']
title = 'Wrong "type()" syntax in docs'
updated_at = <Date 2005-08-13.23:32:26.000>
user = 'https://github.com/facundobatista'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-13.23:32:26.000>
actor = 'bethard'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-11.19:03:09.000>
creator = 'facundobatista'
dependencies = []
files = []
hgrepos = []
issue_num = 1100368
keywords = []
message_count = 4.0
messages = ['23928', '23929', '23930', '23931']
nosy_count = 5.0
nosy_names = ['mcherm', 'rhettinger', 'facundobatista', 'cjwhrh', 'bethard']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100368'
versions = ['Python 2.4']
```
</p></details>
| Wrong "type()" syntax in docs | https://api.github.com/repos/python/cpython/issues/41426/comments | 4 | 2005-01-11T19:03:09Z | 2022-04-09T23:40:57Z | https://github.com/python/cpython/issues/41426 | 1,198,806,431 | 41,426 |
[
"python",
"cpython"
] | BPO | [1100366](https://bugs.python.org/issue1100366)
--- | :---
Nosy | @loewis
Files | <li>[EventTest.py](https://bugs.python.org/file1557/EventTest.py "Uploaded as text/plain at 2005-01-11.19:02:15 by akameswaran"): simple code which shows the problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2009-04-22.20:03:03.474>
created_at = <Date 2005-01-11.19:02:12.000>
labels = ['invalid', 'type-bug', 'expert-tkinter']
title = 'Frame does not receive configure event on move'
updated_at = <Date 2009-04-22.20:03:03.473>
user = 'https://bugs.python.org/akameswaran'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-22.20:03:03.473>
actor = 'gpolo'
assignee = 'loewis'
closed = True
closed_date = <Date 2009-04-22.20:03:03.474>
closer = 'gpolo'
components = ['Tkinter']
creation = <Date 2005-01-11.19:02:12.000>
creator = 'akameswaran'
dependencies = []
files = ['1557']
hgrepos = []
issue_num = 1100366
keywords = []
message_count = 2.0
messages = ['23927', '86324']
nosy_count = 3.0
nosy_names = ['loewis', 'akameswaran', 'gpolo']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1100366'
versions = ['Python 2.6']
```
</p></details>
| Frame does not receive configure event on move | https://api.github.com/repos/python/cpython/issues/41425/comments | 2 | 2005-01-11T19:02:12Z | 2022-04-09T23:40:56Z | https://github.com/python/cpython/issues/41425 | 1,198,806,428 | 41,425 |
[
"python",
"cpython"
] | BPO | [1100294](https://bugs.python.org/issue1100294)
--- | :---
Nosy | @smontanaro, @warsaw
Files | <li>[gc.diff](https://bugs.python.org/file6424/gc.diff "Uploaded as text/plain at 2006-02-24.02:22:03 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2006-04-21.01:34:19.000>
created_at = <Date 2005-01-11.17:11:52.000>
labels = ['library']
title = 'Log gc times when DEBUG_STATS set'
updated_at = <Date 2006-04-21.01:34:19.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-21.01:34:19.000>
actor = 'skip.montanaro'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-11.17:11:52.000>
creator = 'skip.montanaro'
dependencies = []
files = ['6424']
hgrepos = []
issue_num = 1100294
keywords = ['patch']
message_count = 6.0
messages = ['47506', '47507', '47508', '47509', '47510', '47511']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'barry']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100294'
versions = ['Python 2.5']
```
</p></details>
| Log gc times when DEBUG_STATS set | https://api.github.com/repos/python/cpython/issues/41424/comments | 6 | 2005-01-11T17:11:52Z | 2022-04-09T23:40:55Z | https://github.com/python/cpython/issues/41424 | 1,198,806,426 | 41,424 |
[
"python",
"cpython"
] | BPO | [1100235](https://bugs.python.org/issue1100235)
--- | :---
Nosy | @loewis
Files | <li>[CGIHTTPServer.py](https://bugs.python.org/file1556/CGIHTTPServer.py "Uploaded as text/plain at 2005-01-11.16:00:05 by pacote"): New version of CGIHTTPServer.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-29.13:34:38.000>
created_at = <Date 2005-01-11.16:00:05.000>
labels = ['library']
title = 'Scripts started with CGIHTTPServer: missing cgi environment'
updated_at = <Date 2005-01-29.13:34:38.000>
user = 'https://bugs.python.org/pacote'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-29.13:34:38.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-11.16:00:05.000>
creator = 'pacote'
dependencies = []
files = ['1556']
hgrepos = []
issue_num = 1100235
keywords = []
message_count = 3.0
messages = ['23924', '23925', '23926']
nosy_count = 3.0
nosy_names = ['loewis', 'juneaftn', 'pacote']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100235'
versions = ['Python 2.4']
```
</p></details>
| Scripts started with CGIHTTPServer: missing cgi environment | https://api.github.com/repos/python/cpython/issues/41423/comments | 3 | 2005-01-11T16:00:05Z | 2022-04-09T23:40:53Z | https://github.com/python/cpython/issues/41423 | 1,198,806,418 | 41,423 |
[
"python",
"cpython"
] | BPO | [1100201](https://bugs.python.org/issue1100201)
--- | :---
Nosy | @birkenfeld, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2005-06-26.21:35:00.000>
created_at = <Date 2005-01-11.15:04:06.000>
labels = ['extension-modules']
title = 'Cross-site scripting on BaseHTTPServer'
updated_at = <Date 2005-06-26.21:35:00.000>
user = 'https://bugs.python.org/paj28'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-26.21:35:00.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-11.15:04:06.000>
creator = 'paj28'
dependencies = []
files = []
hgrepos = []
issue_num = 1100201
keywords = []
message_count = 2.0
messages = ['23922', '23923']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'paj28']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100201'
versions = ['Python 2.3']
```
</p></details>
| Cross-site scripting on BaseHTTPServer | https://api.github.com/repos/python/cpython/issues/41422/comments | 2 | 2005-01-11T15:04:06Z | 2022-04-09T23:40:53Z | https://github.com/python/cpython/issues/41422 | 1,198,806,415 | 41,422 |
[
"python",
"cpython"
] | BPO | [1100140](https://bugs.python.org/issue1100140)
--- | :---
Files | <li>[smtpdebug.diff](https://bugs.python.org/file6423/smtpdebug.diff "Uploaded as text/plain at 2005-01-11.13:18:34 by calvin")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-16.13:04:48.000>
created_at = <Date 2005-01-11.13:18:34.000>
labels = ['library']
title = 'improved smtp connect debugging'
updated_at = <Date 2005-01-16.13:04:48.000>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-16.13:04:48.000>
actor = 'jlgijsbers'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-11.13:18:34.000>
creator = 'calvin'
dependencies = []
files = ['6423']
hgrepos = []
issue_num = 1100140
keywords = ['patch']
message_count = 2.0
messages = ['47504', '47505']
nosy_count = 2.0
nosy_names = ['calvin', 'jlgijsbers']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1100140'
versions = []
```
</p></details>
| improved smtp connect debugging | https://api.github.com/repos/python/cpython/issues/41421/comments | 2 | 2005-01-11T13:18:34Z | 2022-04-09T23:40:51Z | https://github.com/python/cpython/issues/41421 | 1,198,806,411 | 41,421 |
[
"python",
"cpython"
] | BPO | [1099746](https://bugs.python.org/issue1099746)
--- | :---
Superseder | <li>bpo-1100562: deepcopying listlike and dictlike objects</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 2008-01-20.19:30:38.381>
created_at = <Date 2005-01-10.21:28:19.000>
labels = ['library']
title = 'copy.deepcopy barfs when copying a class derived from dict'
updated_at = <Date 2008-01-20.19:30:38.380>
user = 'https://bugs.python.org/winjer'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-20.19:30:38.380>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-20.19:30:38.381>
closer = 'christian.heimes'
components = ['Library (Lib)']
creation = <Date 2005-01-10.21:28:19.000>
creator = 'winjer'
dependencies = []
files = []
hgrepos = []
issue_num = 1099746
keywords = []
message_count = 2.0
messages = ['60629', '60630']
nosy_count = 2.0
nosy_names = ['sonderblade', 'winjer']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = '1100562'
type = None
url = 'https://bugs.python.org/issue1099746'
versions = ['Python 2.3']
```
</p></details>
| copy.deepcopy barfs when copying a class derived from dict | https://api.github.com/repos/python/cpython/issues/41420/comments | 2 | 2005-01-10T21:28:19Z | 2022-04-09T23:40:50Z | https://github.com/python/cpython/issues/41420 | 1,198,806,408 | 41,420 |
[
"python",
"cpython"
] | BPO | [1099516](https://bugs.python.org/issue1099516)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-11.15:36:09.000>
created_at = <Date 2005-01-10.15:29:58.000>
labels = ['library']
title = 'tempfile files not types.FileType'
updated_at = <Date 2005-01-11.15:36:09.000>
user = 'https://bugs.python.org/vannieuwenhoven'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-11.15:36:09.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-10.15:29:58.000>
creator = 'vannieuwenhoven'
dependencies = []
files = []
hgrepos = []
issue_num = 1099516
keywords = []
message_count = 2.0
messages = ['23920', '23921']
nosy_count = 2.0
nosy_names = ['rhettinger', 'vannieuwenhoven']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1099516'
versions = ['Python 2.3']
```
</p></details>
| tempfile files not types.FileType | https://api.github.com/repos/python/cpython/issues/41419/comments | 2 | 2005-01-10T15:29:58Z | 2022-04-09T23:40:48Z | https://github.com/python/cpython/issues/41419 | 1,198,806,404 | 41,419 |
[
"python",
"cpython"
] | BPO | [1099364](https://bugs.python.org/issue1099364)
--- | :---
Nosy | @birkenfeld, @birkenfeld, @pepr
Files | <li>[pythonBug20050110.zip](https://bugs.python.org/file1555/pythonBug20050110.zip "Uploaded at 2005-01-10.10:33:24 by @pepr")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-06-14.16:49:41.000>
created_at = <Date 2005-01-10.10:33:24.000>
labels = ['interpreter-core']
title = 'raw_input() displays wrong unicode prompt'
updated_at = <Date 2006-06-14.16:49:41.000>
user = 'https://github.com/pepr'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-14.16:49:41.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-10.10:33:24.000>
creator = 'prikryl'
dependencies = []
files = ['1555']
hgrepos = []
issue_num = 1099364
keywords = []
message_count = 8.0
messages = ['23912', '23913', '23914', '23915', '23916', '23917', '23918', '23919']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'prikryl']
pr_nums = []
priority = 'high'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1099364'
versions = ['Python 2.4']
```
</p></details>
| raw_input() displays wrong unicode prompt | https://api.github.com/repos/python/cpython/issues/41418/comments | 8 | 2005-01-10T10:33:24Z | 2022-04-09T23:40:47Z | https://github.com/python/cpython/issues/41418 | 1,198,806,400 | 41,418 |
[
"python",
"cpython"
] | BPO | [1099363](https://bugs.python.org/issue1099363)
--- | :---
Nosy | @jackjansen, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-07-17.20:35:38.000>
created_at = <Date 2005-01-10.10:33:14.000>
labels = ['docs']
title = "refman doesn't know about universal newlines"
updated_at = <Date 2005-07-17.20:35:38.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-17.20:35:38.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-10.10:33:14.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 1099363
keywords = []
message_count = 2.0
messages = ['23910', '23911']
nosy_count = 2.0
nosy_names = ['jackjansen', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1099363'
versions = []
```
</p></details>
| refman doesn't know about universal newlines | https://api.github.com/repos/python/cpython/issues/41417/comments | 2 | 2005-01-10T10:33:14Z | 2022-04-09T23:40:46Z | https://github.com/python/cpython/issues/41417 | 1,198,806,399 | 41,417 |
[
"python",
"cpython"
] | BPO | [1099324](https://bugs.python.org/issue1099324)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-03-19.16:28:55.000>
created_at = <Date 2005-01-10.09:17:14.000>
labels = ['docs']
title = 'Optik OptionParse important undocumented option'
updated_at = <Date 2005-03-19.16:28:55.000>
user = 'https://bugs.python.org/nicolascouture'
```
bugs.python.org fields:
```python
activity = <Date 2005-03-19.16:28:55.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-10.09:17:14.000>
creator = 'nicolas_couture'
dependencies = []
files = []
hgrepos = []
issue_num = 1099324
keywords = []
message_count = 3.0
messages = ['23907', '23908', '23909']
nosy_count = 3.0
nosy_names = ['gward', 'jlgijsbers', 'nicolas_couture']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1099324'
versions = ['Python 2.4']
```
</p></details>
| Optik OptionParse important undocumented option | https://api.github.com/repos/python/cpython/issues/41416/comments | 3 | 2005-01-10T09:17:14Z | 2022-04-09T23:40:45Z | https://github.com/python/cpython/issues/41416 | 1,198,806,398 | 41,416 |
[
"python",
"cpython"
] | BPO | [1098990](https://bugs.python.org/issue1098990)
--- | :---
Nosy | @doerwalter, @irmen
Files | <li>[example.txt](https://bugs.python.org/file1554/example.txt "Uploaded at 2005-01-09.16:45:58 by @irmen"): example shell session that shows the problem</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-10.12:26:47.000>
created_at = <Date 2005-01-09.16:45:57.000>
labels = ['library']
title = 'codec readline() splits lines apart'
updated_at = <Date 2005-01-10.12:26:47.000>
user = 'https://github.com/irmen'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-10.12:26:47.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-09.16:45:57.000>
creator = 'irmen'
dependencies = []
files = ['1554']
hgrepos = []
issue_num = 1098990
keywords = []
message_count = 3.0
messages = ['23904', '23905', '23906']
nosy_count = 2.0
nosy_names = ['doerwalter', 'irmen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098990'
versions = ['Python 2.5']
```
</p></details>
| codec readline() splits lines apart | https://api.github.com/repos/python/cpython/issues/41415/comments | 3 | 2005-01-09T16:45:57Z | 2022-04-09T23:40:44Z | https://github.com/python/cpython/issues/41415 | 1,198,806,394 | 41,415 |
[
"python",
"cpython"
] | BPO | [1098985](https://bugs.python.org/issue1098985)
--- | :---
Nosy | @gvanrossum, @tim-one, @rhettinger
Files | <li>[marshal.patch](https://bugs.python.org/file1553/marshal.patch "Uploaded as text/plain at 2005-01-11.18:12:15 by greg_ball"): context diff of new marshal.c against 2.4 version</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2005-01-13.21:14:06.000>
created_at = <Date 2005-01-09.16:28:13.000>
labels = ['library']
title = 'set objects cannot be marshalled'
updated_at = <Date 2005-01-13.21:14:06.000>
user = 'https://bugs.python.org/gregball'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-13.21:14:06.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-09.16:28:13.000>
creator = 'greg_ball'
dependencies = []
files = ['1553']
hgrepos = []
issue_num = 1098985
keywords = []
message_count = 9.0
messages = ['23895', '23896', '23897', '23898', '23899', '23900', '23901', '23902', '23903']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'tim.peters', 'rhettinger', 'greg_ball']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098985'
versions = ['Python 2.5']
```
</p></details>
| set objects cannot be marshalled | https://api.github.com/repos/python/cpython/issues/41414/comments | 9 | 2005-01-09T16:28:13Z | 2022-04-09T23:40:44Z | https://github.com/python/cpython/issues/41414 | 1,198,806,391 | 41,414 |
[
"python",
"cpython"
] | BPO | [1098749](https://bugs.python.org/issue1098749)
--- | :---
Nosy | @abalkin, @merwok
Files | <li>[patch](https://bugs.python.org/file6422/patch "Uploaded as text/plain at 2005-01-09.03:01:55 by blais"): Patch of pygettext.py against 2.4</li><li>[issue1098749.diff](https://bugs.python.org/file18055/issue1098749.diff "Uploaded as text/plain at 2010-07-19.01:34:07 by @abalkin"): Patch against py3k revision 82959</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = None
created_at = <Date 2005-01-09.03:01:53.000>
labels = ['type-feature', '3.9', '3.10']
title = 'Single-line option to pygettext.py'
updated_at = <Date 2020-11-07.02:45:54.646>
user = 'https://bugs.python.org/blais'
```
bugs.python.org fields:
```python
activity = <Date 2020-11-07.02:45:54.646>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2005-01-09.03:01:53.000>
creator = 'blais'
dependencies = []
files = ['6422', '18055']
hgrepos = []
issue_num = 1098749
keywords = ['patch']
message_count = 7.0
messages = ['47502', '47503', '59750', '110703', '114992', '203395', '203396']
nosy_count = 5.0
nosy_names = ['nobody', 'blais', 'belopolsky', 'eric.araujo', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1098749'
versions = ['Python 3.9', 'Python 3.10']
```
</p></details>
| Single-line option to pygettext.py | https://api.github.com/repos/python/cpython/issues/41413/comments | 7 | 2005-01-09T03:01:53Z | 2022-10-04T13:29:25Z | https://github.com/python/cpython/issues/41413 | 1,198,806,387 | 41,413 |
[
"python",
"cpython"
] | BPO | [1098732](https://bugs.python.org/issue1098732)
--- | :---
Nosy | @loewis, @smontanaro, @pitrou, @devdanzin
Files | <li>[tb.diff](https://bugs.python.org/file6421/tb.diff "Uploaded as text/plain at 2005-01-09.01:59:11 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2009-02-16.08:20:31.988>
created_at = <Date 2005-01-09.01:59:10.000>
labels = ['library']
title = 'Enhance tracebacks and stack traces with vars'
updated_at = <Date 2009-02-17.06:40:54.450>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2009-02-17.06:40:54.450>
actor = 'skip.montanaro'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-16.08:20:31.988>
closer = 'loewis'
components = ['Library (Lib)']
creation = <Date 2005-01-09.01:59:10.000>
creator = 'skip.montanaro'
dependencies = []
files = ['6421']
hgrepos = []
issue_num = 1098732
keywords = ['patch']
message_count = 10.0
messages = ['47499', '47500', '47501', '82128', '82129', '82219', '82224', '82264', '82276', '82301']
nosy_count = 5.0
nosy_names = ['loewis', 'skip.montanaro', 'sonderblade', 'pitrou', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098732'
versions = []
```
</p></details>
| Enhance tracebacks and stack traces with vars | https://api.github.com/repos/python/cpython/issues/41412/comments | 10 | 2005-01-09T01:59:10Z | 2022-04-09T23:40:41Z | https://github.com/python/cpython/issues/41412 | 1,198,806,384 | 41,412 |
[
"python",
"cpython"
] | BPO | [1098618](https://bugs.python.org/issue1098618)
--- | :---
Nosy | @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-03-31.18:03:28.000>
created_at = <Date 2005-01-08.20:24:17.000>
labels = ['library']
title = 'socket.setdefaulttimeout() breaks smtplib.starttls()'
updated_at = <Date 2006-03-31.18:03:28.000>
user = 'https://bugs.python.org/mdcowles'
```
bugs.python.org fields:
```python
activity = <Date 2006-03-31.18:03:28.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-08.20:24:17.000>
creator = 'mdcowles'
dependencies = []
files = []
hgrepos = []
issue_num = 1098618
keywords = []
message_count = 2.0
messages = ['23893', '23894']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'mdcowles']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098618'
versions = ['Python 2.4']
```
</p></details>
| socket.setdefaulttimeout() breaks smtplib.starttls() | https://api.github.com/repos/python/cpython/issues/41411/comments | 2 | 2005-01-08T20:24:17Z | 2022-04-09T23:40:40Z | https://github.com/python/cpython/issues/41411 | 1,198,806,380 | 41,411 |
[
"python",
"cpython"
] | BPO | [1098497](https://bugs.python.org/issue1098497)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-09.00:16:17.000>
created_at = <Date 2005-01-08.15:06:54.000>
labels = ['docs']
title = 'typo in "Python Tutorial": 1. Whetting your appetite'
updated_at = <Date 2005-01-09.00:16:17.000>
user = 'https://bugs.python.org/ludootje'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-09.00:16:17.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-08.15:06:54.000>
creator = 'ludootje'
dependencies = []
files = []
hgrepos = []
issue_num = 1098497
keywords = []
message_count = 5.0
messages = ['23888', '23889', '23890', '23891', '23892']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'ludootje']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098497'
versions = []
```
</p></details>
| typo in "Python Tutorial": 1. Whetting your appetite | https://api.github.com/repos/python/cpython/issues/41410/comments | 5 | 2005-01-08T15:06:54Z | 2022-04-09T23:40:38Z | https://github.com/python/cpython/issues/41410 | 1,198,806,379 | 41,410 |
[
"python",
"cpython"
] | BPO | [1098134](https://bugs.python.org/issue1098134)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-08.11:09:45.000>
created_at = <Date 2005-01-07.20:28:46.000>
labels = ['library']
title = 'getsource and getsourcelines in the inspect module'
updated_at = <Date 2005-01-08.11:09:45.000>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-08.11:09:45.000>
actor = 'jlgijsbers'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-07.20:28:46.000>
creator = 'sonderblade'
dependencies = []
files = []
hgrepos = []
issue_num = 1098134
keywords = []
message_count = 2.0
messages = ['23886', '23887']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'sonderblade']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1098134'
versions = ['Python 2.3']
```
</p></details>
| getsource and getsourcelines in the inspect module | https://api.github.com/repos/python/cpython/issues/41409/comments | 2 | 2005-01-07T20:28:46Z | 2022-04-09T23:40:37Z | https://github.com/python/cpython/issues/41409 | 1,198,806,374 | 41,409 |
[
"python",
"cpython"
] | BPO | [1097834](https://bugs.python.org/issue1097834)
--- | :---
Nosy | @freddrake, @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-19.06:33:13.000>
created_at = <Date 2005-01-07.12:49:35.000>
labels = ['invalid']
title = "urllib2 doesn't handle urls without a scheme"
updated_at = <Date 2005-01-19.06:33:13.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-19.06:33:13.000>
actor = 'fdrake'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-01-07.12:49:35.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 1097834
keywords = []
message_count = 2.0
messages = ['23884', '23885']
nosy_count = 2.0
nosy_names = ['fdrake', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1097834'
versions = []
```
</p></details>
| urllib2 doesn't handle urls without a scheme | https://api.github.com/repos/python/cpython/issues/41408/comments | 2 | 2005-01-07T12:49:35Z | 2022-04-09T23:40:36Z | https://github.com/python/cpython/issues/41408 | 1,198,806,372 | 41,408 |
[
"python",
"cpython"
] | BPO | [1097797](https://bugs.python.org/issue1097797)
--- | :---
Nosy | @malemburg, @akuchling, @pitrou, @devdanzin, @bitdancer
Files | <li>[CP273.TXT](https://bugs.python.org/file6420/CP273.TXT "Uploaded at 2005-01-07.11:46:59 by mbieren")</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 2013-11-10.18:49:16.914>
created_at = <Date 2005-01-07.11:44:53.000>
labels = ['type-feature', 'library']
title = 'Encoding for Code Page 273 used by EBCDIC Germany Austria'
updated_at = <Date 2014-03-08.02:04:20.040>
user = 'https://bugs.python.org/mbieren'
```
bugs.python.org fields:
```python
activity = <Date 2014-03-08.02:04:20.040>
actor = 'r.david.murray'
assignee = 'none'
closed = True
closed_date = <Date 2013-11-10.18:49:16.914>
closer = 'akuchling'
components = ['Library (Lib)']
creation = <Date 2005-01-07.11:44:53.000>
creator = 'mbieren'
dependencies = []
files = ['6420']
hgrepos = []
issue_num = 1097797
keywords = ['patch']
message_count = 18.0
messages = ['47493', '47494', '47495', '47496', '47497', '47498', '82127', '82138', '82232', '82235', '99843', '99848', '114990', '202546', '202547', '202548', '202600', '212919']
nosy_count = 8.0
nosy_names = ['lemburg', 'akuchling', 'pitrou', 'ajaksu2', 'mbieren', 'r.david.murray', 'BreamoreBoy', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1097797'
versions = ['Python 3.2']
```
</p></details>
| Encoding for Code Page 273 used by EBCDIC Germany Austria | https://api.github.com/repos/python/cpython/issues/41407/comments | 18 | 2005-01-07T11:44:53Z | 2022-04-09T23:40:35Z | https://github.com/python/cpython/issues/41407 | 1,198,806,367 | 41,407 |
[
"python",
"cpython"
] | BPO | [1097739](https://bugs.python.org/issue1097739)
--- | :---
Nosy | @jackjansen, @etrepum, @ronaldoussoren
Files | <li>[direct_framework_linking.patch](https://bugs.python.org/file6419/direct_framework_linking.patch "Uploaded as text/plain at 2005-01-07.10:06:32 by @etrepum"): direct framework linking patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2006-04-17.14:31:57.000>
created_at = <Date 2005-01-07.10:06:32.000>
labels = ['OS-mac']
title = 'Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3'
updated_at = <Date 2006-04-17.14:31:57.000>
user = 'https://github.com/etrepum'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-17.14:31:57.000>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-01-07.10:06:32.000>
creator = 'bob.ippolito'
dependencies = []
files = ['6419']
hgrepos = []
issue_num = 1097739
keywords = ['patch']
message_count = 3.0
messages = ['47490', '47491', '47492']
nosy_count = 3.0
nosy_names = ['jackjansen', 'bob.ippolito', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1097739'
versions = ['Python 2.5']
```
</p></details>
| Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3 | https://api.github.com/repos/python/cpython/issues/41406/comments | 3 | 2005-01-07T10:06:32Z | 2022-04-09T23:40:35Z | https://github.com/python/cpython/issues/41406 | 1,198,806,366 | 41,406 |
[
"python",
"cpython"
] | BPO | [1097671](https://bugs.python.org/issue1097671)
--- | :---
Nosy | @brettcannon, @kbkaiser
Files | <li>[mergefile.bz2](https://bugs.python.org/file6418/mergefile.bz2 "Uploaded at 2005-01-07.06:32:37 by @kbkaiser"): merge output</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2005-11-11.21:40:35.000>
created_at = <Date 2005-01-07.06:28:09.000>
labels = ['interpreter-core']
title = 'Info Associated with Merge to AST'
updated_at = <Date 2005-11-11.21:40:35.000>
user = 'https://github.com/kbkaiser'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-11.21:40:35.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-07.06:28:09.000>
creator = 'kbk'
dependencies = []
files = ['6418']
hgrepos = []
issue_num = 1097671
keywords = ['patch']
message_count = 11.0
messages = ['47479', '47480', '47481', '47482', '47483', '47484', '47485', '47486', '47487', '47488', '47489']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'kbk', 'logistix']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1097671'
versions = []
```
</p></details>
| Info Associated with Merge to AST | https://api.github.com/repos/python/cpython/issues/41405/comments | 11 | 2005-01-07T06:28:09Z | 2022-04-09T23:40:34Z | https://github.com/python/cpython/issues/41405 | 1,198,806,362 | 41,405 |
[
"python",
"cpython"
] | BPO | [1097597](https://bugs.python.org/issue1097597)
--- | :---
Nosy | @josiahcarlson, @irmen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-10.09:29:10.000>
created_at = <Date 2005-01-07.02:34:42.000>
labels = ['library']
title = 'SimpleHTTPServer sends wrong Content-Length header'
updated_at = <Date 2005-01-10.09:29:10.000>
user = 'https://bugs.python.org/razmatazz'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-10.09:29:10.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-07.02:34:42.000>
creator = 'razmatazz'
dependencies = []
files = []
hgrepos = []
issue_num = 1097597
keywords = []
message_count = 5.0
messages = ['23879', '23880', '23881', '23882', '23883']
nosy_count = 4.0
nosy_names = ['jlgijsbers', 'josiahcarlson', 'irmen', 'razmatazz']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1097597'
versions = []
```
</p></details>
| SimpleHTTPServer sends wrong Content-Length header | https://api.github.com/repos/python/cpython/issues/41404/comments | 5 | 2005-01-07T02:34:42Z | 2022-04-09T23:40:32Z | https://github.com/python/cpython/issues/41404 | 1,198,806,358 | 41,404 |
[
"python",
"cpython"
] | BPO | [1097229](https://bugs.python.org/issue1097229)
--- | :---
Nosy | @loewis, @facundobatista
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/facundobatista'
closed_at = <Date 2005-01-07.02:51:19.000>
created_at = <Date 2005-01-06.14:39:21.000>
labels = ['docs']
title = 'Example needed in os.stat()'
updated_at = <Date 2005-01-07.02:51:19.000>
user = 'https://github.com/facundobatista'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-07.02:51:19.000>
actor = 'facundobatista'
assignee = 'facundobatista'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-06.14:39:21.000>
creator = 'facundobatista'
dependencies = []
files = []
hgrepos = []
issue_num = 1097229
keywords = []
message_count = 3.0
messages = ['23876', '23877', '23878']
nosy_count = 2.0
nosy_names = ['loewis', 'facundobatista']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1097229'
versions = ['Python 2.4']
```
</p></details>
| Example needed in os.stat() | https://api.github.com/repos/python/cpython/issues/41403/comments | 3 | 2005-01-06T14:39:21Z | 2022-04-09T23:40:31Z | https://github.com/python/cpython/issues/41403 | 1,198,806,355 | 41,403 |
[
"python",
"cpython"
] | BPO | [1096310](https://bugs.python.org/issue1096310)
--- | :---
Nosy | @birkenfeld, @kbkaiser, @devdanzin
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2009-03-31.19:10:48.612>
created_at = <Date 2005-01-05.09:18:56.000>
labels = ['docs']
title = "sys.__stdout__ doco isn't discouraging enough"
updated_at = <Date 2009-03-31.19:10:48.610>
user = 'https://bugs.python.org/jvr'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-31.19:10:48.610>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2009-03-31.19:10:48.612>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2005-01-05.09:18:56.000>
creator = 'jvr'
dependencies = []
files = []
hgrepos = []
issue_num = 1096310
keywords = []
message_count = 4.0
messages = ['60627', '60628', '81512', '84869']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'jvr', 'kbk', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1096310'
versions = ['Python 2.7']
```
</p></details>
| sys.__stdout__ doco isn't discouraging enough | https://api.github.com/repos/python/cpython/issues/41402/comments | 4 | 2005-01-05T09:18:56Z | 2022-04-09T23:40:30Z | https://github.com/python/cpython/issues/41402 | 1,198,806,352 | 41,402 |
[
"python",
"cpython"
] | BPO | [1096244](https://bugs.python.org/issue1096244)
--- | :---
Nosy | @brettcannon
Files | <li>[ci.diffs](https://bugs.python.org/file6416/ci.diffs "Uploaded at 2005-01-07.00:56:30 by gnbond"): Diffs to configure.in</li><li>[ci.diffs2](https://bugs.python.org/file6417/ci.diffs2 "Uploaded at 2005-01-07.01:44:03 by gnbond"): More comprehensive diffs</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2005-02-10.22:47:06.000>
created_at = <Date 2005-01-05.05:26:56.000>
labels = ['build']
title = 'time.tzset() not built on Solaris'
updated_at = <Date 2005-02-10.22:47:06.000>
user = 'https://bugs.python.org/gnbond'
```
bugs.python.org fields:
```python
activity = <Date 2005-02-10.22:47:06.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-01-05.05:26:56.000>
creator = 'gnbond'
dependencies = []
files = ['6416', '6417']
hgrepos = []
issue_num = 1096244
keywords = ['patch']
message_count = 6.0
messages = ['47473', '47474', '47475', '47476', '47477', '47478']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'gnbond']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1096244'
versions = ['Python 2.4']
```
</p></details>
| time.tzset() not built on Solaris | https://api.github.com/repos/python/cpython/issues/41401/comments | 6 | 2005-01-05T05:26:56Z | 2022-04-09T23:40:29Z | https://github.com/python/cpython/issues/41401 | 1,198,806,350 | 41,401 |
[
"python",
"cpython"
] | BPO | [1096231](https://bugs.python.org/issue1096231)
--- | :---
Nosy | @loewis
Files | <li>[Tkinter.py.diff](https://bugs.python.org/file6415/Tkinter.py.diff "Uploaded as text/plain at 2005-01-05.04:09:56 by johnfouhy"): Tkinter.py diff.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2006-06-17.09:21:08.000>
created_at = <Date 2005-01-05.04:09:56.000>
labels = ['expert-tkinter']
title = 'Fix for wm_iconbitmap to allow .ico files under Windows.'
updated_at = <Date 2006-06-17.09:21:08.000>
user = 'https://bugs.python.org/johnfouhy'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-17.09:21:08.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2005-01-05.04:09:56.000>
creator = 'johnfouhy'
dependencies = []
files = ['6415']
hgrepos = []
issue_num = 1096231
keywords = ['patch']
message_count = 3.0
messages = ['47470', '47471', '47472']
nosy_count = 3.0
nosy_names = ['loewis', 'johnfouhy', 'janc13']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1096231'
versions = ['Python 2.3']
```
</p></details>
| Fix for wm_iconbitmap to allow .ico files under Windows. | https://api.github.com/repos/python/cpython/issues/41400/comments | 3 | 2005-01-05T04:09:56Z | 2022-04-09T23:40:28Z | https://github.com/python/cpython/issues/41400 | 1,198,806,348 | 41,400 |
[
"python",
"cpython"
] | BPO | [1095822](https://bugs.python.org/issue1095822)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2005-01-11.16:08:09.000>
created_at = <Date 2005-01-04.15:43:03.000>
labels = ['OS-mac']
title = 'Apple-installed Python fails to build extensions'
updated_at = <Date 2005-01-11.16:08:09.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-11.16:08:09.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-01-04.15:43:03.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 1095822
keywords = []
message_count = 2.0
messages = ['23874', '23875']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095822'
versions = []
```
</p></details>
| Apple-installed Python fails to build extensions | https://api.github.com/repos/python/cpython/issues/41399/comments | 2 | 2005-01-04T15:43:03Z | 2022-04-09T23:40:27Z | https://github.com/python/cpython/issues/41399 | 1,198,806,347 | 41,399 |
[
"python",
"cpython"
] | BPO | [1095821](https://bugs.python.org/issue1095821)
--- | :---
Nosy | @terryjreedy, @ashemedai
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-08-07.21:12:15.339>
created_at = <Date 2005-01-04.15:42:37.000>
labels = ['easy', 'type-feature', 'docs']
title = 'The doc for DictProxy is missing'
updated_at = <Date 2010-08-07.21:12:15.338>
user = 'https://bugs.python.org/cjwhrh'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-07.21:12:15.338>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-07.21:12:15.339>
closer = 'terry.reedy'
components = ['Documentation']
creation = <Date 2005-01-04.15:42:37.000>
creator = 'cjwhrh'
dependencies = []
files = []
hgrepos = []
issue_num = 1095821
keywords = ['easy']
message_count = 6.0
messages = ['60623', '60624', '60625', '60626', '86488', '113205']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'greg_ball', 'cjwhrh', 'asmodai']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1095821'
versions = ['Python 2.6']
```
</p></details>
| The doc for DictProxy is missing | https://api.github.com/repos/python/cpython/issues/41398/comments | 6 | 2005-01-04T15:42:37Z | 2022-04-09T23:40:25Z | https://github.com/python/cpython/issues/41398 | 1,198,806,343 | 41,398 |
[
"python",
"cpython"
] | BPO | [1095802](https://bugs.python.org/issue1095802)
--- | :---
Nosy | @brettcannon, @jackjansen
Files | <li>[@diff](https://bugs.python.org/file1551/%40diff "Uploaded at 2005-01-11.15:54:03 by @jackjansen"): Patches to documentation</li><li>[cvs_checkin.txt](https://bugs.python.org/file1552/cvs_checkin.txt "Uploaded at 2005-02-13.22:59:40 by @brettcannon"): Log of ``cvs commit`` for 2.4 and 2.5</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2005-02-13.22:59:40.000>
created_at = <Date 2005-01-04.15:14:49.000>
labels = ['docs']
title = '"Macintosh" references in the docs need to be checked.'
updated_at = <Date 2005-02-13.22:59:40.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2005-02-13.22:59:40.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-04.15:14:49.000>
creator = 'jackjansen'
dependencies = []
files = ['1551', '1552']
hgrepos = []
issue_num = 1095802
keywords = []
message_count = 7.0
messages = ['23867', '23868', '23869', '23870', '23871', '23872', '23873']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095802'
versions = []
```
</p></details>
| "Macintosh" references in the docs need to be checked. | https://api.github.com/repos/python/cpython/issues/41397/comments | 7 | 2005-01-04T15:14:49Z | 2022-04-09T23:40:24Z | https://github.com/python/cpython/issues/41397 | 1,198,806,339 | 41,397 |
[
"python",
"cpython"
] | BPO | [1095789](https://bugs.python.org/issue1095789)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-04.19:48:32.000>
created_at = <Date 2005-01-04.14:53:50.000>
labels = ['interpreter-core', 'invalid']
title = 'Bug In Python'
updated_at = <Date 2005-01-04.19:48:32.000>
user = 'https://bugs.python.org/jayse24'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-04.19:48:32.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-04.14:53:50.000>
creator = 'jayse24'
dependencies = []
files = []
hgrepos = []
issue_num = 1095789
keywords = []
message_count = 2.0
messages = ['23865', '23866']
nosy_count = 2.0
nosy_names = ['rhettinger', 'jayse24']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095789'
versions = ['Python 2.3']
```
</p></details>
| Bug In Python | https://api.github.com/repos/python/cpython/issues/41396/comments | 2 | 2005-01-04T14:53:50Z | 2022-04-09T23:40:23Z | https://github.com/python/cpython/issues/41396 | 1,198,806,335 | 41,396 |
[
"python",
"cpython"
] | BPO | [1095784](https://bugs.python.org/issue1095784)
--- | :---
Nosy | @birkenfeld
Files | <li>[distutils_sdist_cvsconflict.diff](https://bugs.python.org/file6414/distutils_sdist_cvsconflict.diff "Uploaded as text/plain at 2005-01-04.14:47:53 by calvin")</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 2008-03-08.09:57:33.373>
created_at = <Date 2005-01-04.14:47:49.000>
labels = ['library']
title = 'exclude CVS conflict files in sdist command'
updated_at = <Date 2008-03-08.09:57:33.367>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2008-03-08.09:57:33.367>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-03-08.09:57:33.373>
closer = 'georg.brandl'
components = ['Distutils']
creation = <Date 2005-01-04.14:47:49.000>
creator = 'calvin'
dependencies = []
files = ['6414']
hgrepos = []
issue_num = 1095784
keywords = ['patch']
message_count = 3.0
messages = ['47469', '63343', '63391']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'calvin', 'schmir']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095784'
versions = []
```
</p></details>
| exclude CVS conflict files in sdist command | https://api.github.com/repos/python/cpython/issues/41395/comments | 3 | 2005-01-04T14:47:49Z | 2022-04-09T23:40:22Z | https://github.com/python/cpython/issues/41395 | 1,198,806,333 | 41,395 |
[
"python",
"cpython"
] | BPO | [1095541](https://bugs.python.org/issue1095541)
--- | :---
Nosy | @brettcannon, @nascheme
Files | <li>[fixflat.patch](https://bugs.python.org/file6413/fixflat.patch "Uploaded as text/plain at 2005-01-04.08:15:28 by dsm001"): fix broken type is list check</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2005-06-02.05:55:46.000>
created_at = <Date 2005-01-04.08:15:28.000>
labels = ['interpreter-core']
title = 'fix for trivial flatten bug in astgen'
updated_at = <Date 2005-06-02.05:55:46.000>
user = 'https://bugs.python.org/dsm001'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-02.05:55:46.000>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-01-04.08:15:28.000>
creator = 'dsm001'
dependencies = []
files = ['6413']
hgrepos = []
issue_num = 1095541
keywords = ['patch']
message_count = 4.0
messages = ['47465', '47466', '47467', '47468']
nosy_count = 4.0
nosy_names = ['brett.cannon', 'nascheme', 'sonderblade', 'dsm001']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095541'
versions = ['Python 2.4']
```
</p></details>
| fix for trivial flatten bug in astgen | https://api.github.com/repos/python/cpython/issues/41394/comments | 4 | 2005-01-04T08:15:28Z | 2022-04-09T23:40:22Z | https://github.com/python/cpython/issues/41394 | 1,198,806,332 | 41,394 |
[
"python",
"cpython"
] | BPO | [1095362](https://bugs.python.org/issue1095362)
--- | :---
Files | <li>[method-digest.patch](https://bugs.python.org/file6412/method-digest.patch "Uploaded as text/plain at 2005-01-03.23:47:10 by rrttjj"): urllib2 patch to use get_method in digest handler</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-09.05:54:19.000>
created_at = <Date 2005-01-03.23:46:18.000>
labels = ['library']
title = 'fixes urllib2 digest to allow arbitrary methods'
updated_at = <Date 2005-01-09.05:54:19.000>
user = 'https://bugs.python.org/rrttjj'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-09.05:54:19.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-03.23:46:18.000>
creator = 'rrttjj'
dependencies = []
files = ['6412']
hgrepos = []
issue_num = 1095362
keywords = ['patch']
message_count = 2.0
messages = ['47463', '47464']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'rrttjj']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095362'
versions = []
```
</p></details>
| fixes urllib2 digest to allow arbitrary methods | https://api.github.com/repos/python/cpython/issues/41393/comments | 2 | 2005-01-03T23:46:18Z | 2022-04-09T23:40:19Z | https://github.com/python/cpython/issues/41393 | 1,198,806,328 | 41,393 |
[
"python",
"cpython"
] | BPO | [1095342](https://bugs.python.org/issue1095342)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-08.12:41:15.000>
created_at = <Date 2005-01-03.23:16:48.000>
labels = []
title = 'General FAQ: list.sort() out of date'
updated_at = <Date 2005-01-08.12:41:15.000>
user = 'https://bugs.python.org/tcdelaney'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-08.12:41:15.000>
actor = 'jlgijsbers'
assignee = 'jlgijsbers'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-01-03.23:16:48.000>
creator = 'tcdelaney'
dependencies = []
files = []
hgrepos = []
issue_num = 1095342
keywords = []
message_count = 4.0
messages = ['23861', '23862', '23863', '23864']
nosy_count = 2.0
nosy_names = ['jlgijsbers', 'tcdelaney']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095342'
versions = []
```
</p></details>
| General FAQ: list.sort() out of date | https://api.github.com/repos/python/cpython/issues/41392/comments | 4 | 2005-01-03T23:16:48Z | 2022-04-09T23:40:18Z | https://github.com/python/cpython/issues/41392 | 1,198,806,326 | 41,392 |
[
"python",
"cpython"
] | BPO | [1095328](https://bugs.python.org/issue1095328)
--- | :---
Nosy | @akuchling, @birkenfeld, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-08-23.20:59:44.659>
created_at = <Date 2005-01-03.23:02:37.000>
labels = ['docs']
title = "Add 'update FAQ' to release checklist"
updated_at = <Date 2007-08-23.20:59:44.658>
user = 'https://bugs.python.org/tcdelaney'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-23.20:59:44.658>
actor = 'georg.brandl'
assignee = 'anthonybaxter'
closed = True
closed_date = <Date 2007-08-23.20:59:44.659>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2005-01-03.23:02:37.000>
creator = 'tcdelaney'
dependencies = []
files = []
hgrepos = []
issue_num = 1095328
keywords = []
message_count = 4.0
messages = ['23858', '23859', '23860', '55212']
nosy_count = 5.0
nosy_names = ['akuchling', 'anthonybaxter', 'georg.brandl', 'rhettinger', 'tcdelaney']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1095328'
versions = ['Python 2.4']
```
</p></details>
| Add 'update FAQ' to release checklist | https://api.github.com/repos/python/cpython/issues/41391/comments | 4 | 2005-01-03T23:02:37Z | 2022-04-09T23:40:17Z | https://github.com/python/cpython/issues/41391 | 1,198,806,320 | 41,391 |
[
"python",
"cpython"
] | BPO | [1094960](https://bugs.python.org/issue1094960)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-03.14:45:27.000>
created_at = <Date 2005-01-03.13:09:17.000>
labels = ['library']
title = 'marshal.dumps(\'hello\',0) "Access violation"'
updated_at = <Date 2005-01-03.14:45:27.000>
user = 'https://bugs.python.org/mbrophy'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-03.14:45:27.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-03.13:09:17.000>
creator = 'mbrophy'
dependencies = []
files = []
hgrepos = []
issue_num = 1094960
keywords = []
message_count = 3.0
messages = ['23855', '23856', '23857']
nosy_count = 3.0
nosy_names = ['rhettinger', 'quiver', 'mbrophy']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094960'
versions = ['Python 2.4']
```
</p></details>
| marshal.dumps('hello',0) "Access violation" | https://api.github.com/repos/python/cpython/issues/41390/comments | 3 | 2005-01-03T13:09:17Z | 2022-04-09T23:40:16Z | https://github.com/python/cpython/issues/41390 | 1,198,806,317 | 41,390 |
[
"python",
"cpython"
] | BPO | [1094815](https://bugs.python.org/issue1094815)
--- | :---
Nosy | @freddrake
Files | <li>[tkinter.tex.patch](https://bugs.python.org/file6411/tkinter.tex.patch "Uploaded as text/plain at 2005-01-03.07:17:53 by ymasuda"): tkinter.tex.patch, deletes l.624: self.button.pack()</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 2005-01-19.03:27:37.000>
created_at = <Date 2005-01-03.07:17:52.000>
labels = ['docs']
title = 'self.button.pack() in tkinter.tex example'
updated_at = <Date 2005-01-19.03:27:37.000>
user = 'https://bugs.python.org/ymasuda'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-19.03:27:37.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-03.07:17:52.000>
creator = 'ymasuda'
dependencies = []
files = ['6411']
hgrepos = []
issue_num = 1094815
keywords = ['patch']
message_count = 2.0
messages = ['47461', '47462']
nosy_count = 2.0
nosy_names = ['fdrake', 'ymasuda']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094815'
versions = ['Python 2.4']
```
</p></details>
| self.button.pack() in tkinter.tex example | https://api.github.com/repos/python/cpython/issues/41389/comments | 2 | 2005-01-03T07:17:52Z | 2022-04-09T23:40:16Z | https://github.com/python/cpython/issues/41389 | 1,198,806,316 | 41,389 |
[
"python",
"cpython"
] | BPO | [1094542](https://bugs.python.org/issue1094542)
--- | :---
Nosy | @akuchling, @birkenfeld, @rhettinger
Files | <li>[bunch.diff](https://bugs.python.org/file6410/bunch.diff "Uploaded as text/plain at 2005-01-02.18:26:38 by bethard"): cvs diff, collections.py and test_bunch.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-12-22.22:51:22.000>
created_at = <Date 2005-01-02.18:26:38.000>
labels = ['extension-modules']
title = 'add Bunch type to collections module'
updated_at = <Date 2006-12-22.22:51:22.000>
user = 'https://bugs.python.org/bethard'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-22.22:51:22.000>
actor = 'bethard'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-01-02.18:26:38.000>
creator = 'bethard'
dependencies = []
files = ['6410']
hgrepos = []
issue_num = 1094542
keywords = ['patch']
message_count = 12.0
messages = ['47449', '47450', '47451', '47452', '47453', '47454', '47455', '47456', '47457', '47458', '47459', '47460']
nosy_count = 6.0
nosy_names = ['akuchling', 'georg.brandl', 'mcherm', 'rhettinger', 'alanvgreen', 'bethard']
pr_nums = []
priority = 'normal'
resolution = 'postponed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094542'
versions = ['Python 2.5']
```
</p></details>
| add Bunch type to collections module | https://api.github.com/repos/python/cpython/issues/41388/comments | 12 | 2005-01-02T18:26:38Z | 2022-04-09T23:40:14Z | https://github.com/python/cpython/issues/41388 | 1,198,806,312 | 41,388 |
[
"python",
"cpython"
] | BPO | [1094387](https://bugs.python.org/issue1094387)
--- | :---
Nosy | @loewis, @doko42
Files | <li>[udict.diff](https://bugs.python.org/file6409/udict.diff "Uploaded as text/plain at 2005-01-02.10:22:01 by @doko42"): patch for os.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-03-10.16:08:17.000>
created_at = <Date 2005-01-02.10:22:00.000>
labels = ['library']
title = 'os.py: base class _Environ on dict instead of UserDict'
updated_at = <Date 2007-03-10.16:08:17.000>
user = 'https://github.com/doko42'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-10.16:08:17.000>
actor = 'collinwinter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-02.10:22:00.000>
creator = 'doko'
dependencies = []
files = ['6409']
hgrepos = []
issue_num = 1094387
keywords = ['patch']
message_count = 3.0
messages = ['47446', '47447', '47448']
nosy_count = 3.0
nosy_names = ['loewis', 'collinwinter', 'doko']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094387'
versions = ['Python 2.5']
```
</p></details>
| os.py: base class _Environ on dict instead of UserDict | https://api.github.com/repos/python/cpython/issues/41387/comments | 3 | 2005-01-02T10:22:00Z | 2022-04-09T23:40:12Z | https://github.com/python/cpython/issues/41387 | 1,198,806,308 | 41,387 |
[
"python",
"cpython"
] | BPO | [1094164](https://bugs.python.org/issue1094164)
--- | :---
Nosy | @akuchling
Files | <li>[minidom.py.patch](https://bugs.python.org/file6408/minidom.py.patch "Uploaded as text/plain at 2005-01-01.19:43:57 by xitnalta")</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 2005-11-22.19:05:20.000>
created_at = <Date 2005-01-01.19:43:57.000>
labels = ['expert-XML']
title = 'xml.dom.minidom.Node.replaceChild(obj, x, x) removes child x'
updated_at = <Date 2005-11-22.19:05:20.000>
user = 'https://bugs.python.org/xitnalta'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.19:05:20.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['XML']
creation = <Date 2005-01-01.19:43:57.000>
creator = 'xitnalta'
dependencies = []
files = ['6408']
hgrepos = []
issue_num = 1094164
keywords = ['patch']
message_count = 3.0
messages = ['47443', '47444', '47445']
nosy_count = 2.0
nosy_names = ['akuchling', 'xitnalta']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094164'
versions = ['Python 2.4']
```
</p></details>
| xml.dom.minidom.Node.replaceChild(obj, x, x) removes child x | https://api.github.com/repos/python/cpython/issues/41386/comments | 3 | 2005-01-01T19:43:57Z | 2022-04-09T23:40:12Z | https://github.com/python/cpython/issues/41386 | 1,198,806,305 | 41,386 |
[
"python",
"cpython"
] | BPO | [1094015](https://bugs.python.org/issue1094015)
--- | :---
Nosy | @birkenfeld
Files | <li>[shutil.diff](https://bugs.python.org/file6407/shutil.diff "Uploaded as text/plain at 2005-01-01.08:26:42 by @birkenfeld"): Patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-23.12:21:15.000>
created_at = <Date 2005-01-01.08:26:42.000>
labels = ['library']
title = 'Improvements for shutil.copytree()'
updated_at = <Date 2005-01-23.12:21:15.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-23.12:21:15.000>
actor = 'jlgijsbers'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-01-01.08:26:42.000>
creator = 'georg.brandl'
dependencies = []
files = ['6407']
hgrepos = []
issue_num = 1094015
keywords = ['patch']
message_count = 4.0
messages = ['47439', '47440', '47441', '47442']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'jlgijsbers', 'thomaswaldmann']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094015'
versions = []
```
</p></details>
| Improvements for shutil.copytree() | https://api.github.com/repos/python/cpython/issues/41385/comments | 4 | 2005-01-01T08:26:42Z | 2022-04-09T23:40:10Z | https://github.com/python/cpython/issues/41385 | 1,198,806,303 | 41,385 |
[
"python",
"cpython"
] | BPO | [1094011](https://bugs.python.org/issue1094011)
--- | :---
Nosy | @birkenfeld, @rhettinger
Files | <li>[file-open-docs.diff](https://bugs.python.org/file6406/file-open-docs.diff "Uploaded as text/plain at 2005-01-01.07:50:52 by @birkenfeld"): Patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2005-01-01.07:50:52.000>
created_at = <Date 2005-01-01.07:50:52.000>
labels = ['docs']
title = 'Docs for file() vs open()'
updated_at = <Date 2005-01-01.07:50:52.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-01.07:50:52.000>
actor = 'georg.brandl'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-01.07:50:52.000>
creator = 'georg.brandl'
dependencies = []
files = ['6406']
hgrepos = []
issue_num = 1094011
keywords = ['patch']
message_count = 1.0
messages = ['47438']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094011'
versions = []
```
</p></details>
| Docs for file() vs open() | https://api.github.com/repos/python/cpython/issues/41384/comments | 1 | 2005-01-01T07:50:52Z | 2022-04-09T23:40:10Z | https://github.com/python/cpython/issues/41384 | 1,198,806,302 | 41,384 |
[
"python",
"cpython"
] | BPO | [1094007](https://bugs.python.org/issue1094007)
--- | :---
Nosy | @birkenfeld, @rhettinger
Files | <li>[pydoc-no-witty-comment.diff](https://bugs.python.org/file6405/pydoc-no-witty-comment.diff "Uploaded as text/plain at 2005-01-01.07:25:58 by @birkenfeld"): Patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2005-01-01.07:53:18.000>
created_at = <Date 2005-01-01.07:25:58.000>
labels = ['docs']
title = 'Remove witty comment in pydoc.py'
updated_at = <Date 2005-01-01.07:53:18.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-01.07:53:18.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-01-01.07:25:58.000>
creator = 'georg.brandl'
dependencies = []
files = ['6405']
hgrepos = []
issue_num = 1094007
keywords = ['patch']
message_count = 2.0
messages = ['47436', '47437']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1094007'
versions = []
```
</p></details>
| Remove witty comment in pydoc.py | https://api.github.com/repos/python/cpython/issues/41383/comments | 2 | 2005-01-01T07:25:58Z | 2022-04-09T23:40:09Z | https://github.com/python/cpython/issues/41383 | 1,198,806,297 | 41,383 |
[
"python",
"cpython"
] | BPO | [1093896](https://bugs.python.org/issue1093896)
--- | :---
Nosy | @rhettinger
Files | <li>[typos1.patch](https://bugs.python.org/file6403/typos1.patch "Uploaded as text/plain at 2004-12-31.21:01:44 by dsm001"): patch against head</li><li>[typos1.summary](https://bugs.python.org/file6404/typos1.summary "Uploaded at 2004-12-31.21:03:33 by dsm001"): briefer summary of diffs</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-01.00:29:32.000>
created_at = <Date 2004-12-31.21:01:44.000>
labels = ['docs']
title = 'miscellaneous doc typos'
updated_at = <Date 2005-01-01.00:29:32.000>
user = 'https://bugs.python.org/dsm001'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-01.00:29:32.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-31.21:01:44.000>
creator = 'dsm001'
dependencies = []
files = ['6403', '6404']
hgrepos = []
issue_num = 1093896
keywords = ['patch']
message_count = 2.0
messages = ['47434', '47435']
nosy_count = 2.0
nosy_names = ['rhettinger', 'dsm001']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093896'
versions = ['Python 2.4']
```
</p></details>
| miscellaneous doc typos | https://api.github.com/repos/python/cpython/issues/41382/comments | 2 | 2004-12-31T21:01:44Z | 2022-04-09T23:40:07Z | https://github.com/python/cpython/issues/41382 | 1,198,806,294 | 41,382 |
[
"python",
"cpython"
] | BPO | [1093585](https://bugs.python.org/issue1093585)
--- | :---
Nosy | @loewis
Files | <li>[fix_1086603.patch](https://bugs.python.org/file6402/fix_1086603.patch "Uploaded as text/plain at 2004-12-31.02:22:08 by dsm001"): patch against head</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-02-27.20:34:38.000>
created_at = <Date 2004-12-31.02:22:07.000>
labels = ['extension-modules']
title = 'sanity check for readline remove/replace'
updated_at = <Date 2005-02-27.20:34:38.000>
user = 'https://bugs.python.org/dsm001'
```
bugs.python.org fields:
```python
activity = <Date 2005-02-27.20:34:38.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2004-12-31.02:22:07.000>
creator = 'dsm001'
dependencies = []
files = ['6402']
hgrepos = []
issue_num = 1093585
keywords = ['patch']
message_count = 5.0
messages = ['47429', '47430', '47431', '47432', '47433']
nosy_count = 3.0
nosy_names = ['loewis', 'mdehoon', 'dsm001']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093585'
versions = []
```
</p></details>
| sanity check for readline remove/replace | https://api.github.com/repos/python/cpython/issues/41381/comments | 5 | 2004-12-31T02:22:07Z | 2022-04-09T23:40:06Z | https://github.com/python/cpython/issues/41381 | 1,198,806,292 | 41,381 |
[
"python",
"cpython"
] | BPO | [1093468](https://bugs.python.org/issue1093468)
--- | :---
Nosy | @loewis, @irmen
Files | <li>[patch](https://bugs.python.org/file6401/patch "Uploaded at 2004-12-30.20:57:32 by jjinux"): trivial patch to SocketServer</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-12-11.05:02:37.000>
created_at = <Date 2004-12-30.20:57:31.000>
labels = ['library']
title = 'socket leak in SocketServer'
updated_at = <Date 2006-12-11.05:02:37.000>
user = 'https://bugs.python.org/jjinux'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-11.05:02:37.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2004-12-30.20:57:31.000>
creator = 'jjinux'
dependencies = []
files = ['6401']
hgrepos = []
issue_num = 1093468
keywords = ['patch']
message_count = 7.0
messages = ['47422', '47423', '47424', '47425', '47426', '47427', '47428']
nosy_count = 3.0
nosy_names = ['loewis', 'irmen', 'jjinux']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093468'
versions = ['Python 2.5']
```
</p></details>
| socket leak in SocketServer | https://api.github.com/repos/python/cpython/issues/41380/comments | 7 | 2004-12-30T20:57:31Z | 2022-04-09T23:40:04Z | https://github.com/python/cpython/issues/41380 | 1,198,806,288 | 41,380 |
[
"python",
"cpython"
] | BPO | [1093389](https://bugs.python.org/issue1093389)
--- | :---
Nosy | @mhammond
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mhammond'
closed_at = <Date 2007-08-21.01:15:12.000>
created_at = <Date 2004-12-30.18:36:01.000>
labels = ['OS-windows']
title = "mapitags.PROP_TAG() doesn't account for new longs"
updated_at = <Date 2007-08-21.01:15:12.000>
user = 'https://bugs.python.org/hildjj'
```
bugs.python.org fields:
```python
activity = <Date 2007-08-21.01:15:12.000>
actor = 'mhammond'
assignee = 'mhammond'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2004-12-30.18:36:01.000>
creator = 'hildjj'
dependencies = []
files = []
hgrepos = []
issue_num = 1093389
keywords = []
message_count = 3.0
messages = ['23852', '23853', '23854']
nosy_count = 2.0
nosy_names = ['mhammond', 'hildjj']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093389'
versions = ['Python 2.4']
```
</p></details>
| mapitags.PROP_TAG() doesn't account for new longs | https://api.github.com/repos/python/cpython/issues/41379/comments | 3 | 2004-12-30T18:36:01Z | 2022-04-09T23:40:04Z | https://github.com/python/cpython/issues/41379 | 1,198,806,285 | 41,379 |
[
"python",
"cpython"
] | BPO | [1093253](https://bugs.python.org/issue1093253)
--- | :---
Nosy | @mwhudson, @theller
Files | <li>[import.c.patch](https://bugs.python.org/file6398/import.c.patch "Uploaded as text/plain at 2004-12-30.12:50:06 by @theller"): Refactoring of Python/import.c</li><li>[import.c.patch2](https://bugs.python.org/file6399/import.c.patch2 "Uploaded at 2005-01-04.19:20:55 by @theller"): Second patch</li><li>[import.c](https://bugs.python.org/file6400/import.c "Uploaded at 2005-01-06.20:17:40 by @theller"): Complete, patched Python/import.c</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-08-10.11:05:31.000>
created_at = <Date 2004-12-30.12:50:06.000>
labels = ['interpreter-core']
title = 'Refactoring Python/import.c'
updated_at = <Date 2005-08-10.11:05:31.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-10.11:05:31.000>
actor = 'theller'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-12-30.12:50:06.000>
creator = 'theller'
dependencies = []
files = ['6398', '6399', '6400']
hgrepos = []
issue_num = 1093253
keywords = ['patch']
message_count = 9.0
messages = ['47413', '47414', '47415', '47416', '47417', '47418', '47419', '47420', '47421']
nosy_count = 2.0
nosy_names = ['mwh', 'theller']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093253'
versions = ['Python 2.5']
```
</p></details>
| Refactoring Python/import.c | https://api.github.com/repos/python/cpython/issues/41378/comments | 9 | 2004-12-30T12:50:06Z | 2022-04-09T23:40:02Z | https://github.com/python/cpython/issues/41378 | 1,198,806,281 | 41,378 |
[
"python",
"cpython"
] | BPO | [1093173](https://bugs.python.org/issue1093173)
--- | :---
Nosy | @loewis, @freddrake, @arigo
Files | <li>[distutils-tests.diff](https://bugs.python.org/file1550/distutils-tests.diff "Uploaded as text/plain at 2005-01-09.14:03:34 by @arigo"): Patch, 2nd try</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 2005-01-19.06:25:21.000>
created_at = <Date 2004-12-30.09:43:47.000>
labels = ['library']
title = 'distutils/tests not installed'
updated_at = <Date 2005-01-19.06:25:21.000>
user = 'https://github.com/arigo'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-19.06:25:21.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2004-12-30.09:43:47.000>
creator = 'arigo'
dependencies = []
files = ['1550']
hgrepos = []
issue_num = 1093173
keywords = []
message_count = 6.0
messages = ['23846', '23847', '23848', '23849', '23850', '23851']
nosy_count = 3.0
nosy_names = ['loewis', 'fdrake', 'arigo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1093173'
versions = ['Python 2.5']
```
</p></details>
| distutils/tests not installed | https://api.github.com/repos/python/cpython/issues/41377/comments | 6 | 2004-12-30T09:43:47Z | 2022-04-09T23:40:02Z | https://github.com/python/cpython/issues/41377 | 1,198,806,278 | 41,377 |
[
"python",
"cpython"
] | BPO | [1092962](https://bugs.python.org/issue1092962)
--- | :---
Nosy | @loewis, @birkenfeld, @josiahcarlson, @tiran, @avassalotti
<sup>*Note: these values reflect the state of the issue at 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 2008-07-20.11:25:10.336>
created_at = <Date 2004-12-29.21:52:55.000>
labels = ['type-feature', 'library']
title = 'Make Generators Pickle-able'
updated_at = <Date 2008-07-20.11:25:10.335>
user = 'https://bugs.python.org/jaysonvantuyl'
```
bugs.python.org fields:
```python
activity = <Date 2008-07-20.11:25:10.335>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2008-07-20.11:25:10.336>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2004-12-29.21:52:55.000>
creator = 'jaysonvantuyl'
dependencies = []
files = []
hgrepos = []
issue_num = 1092962
keywords = []
message_count = 7.0
messages = ['54345', '54346', '54347', '54348', '59303', '67893', '70080']
nosy_count = 6.0
nosy_names = ['loewis', 'georg.brandl', 'josiahcarlson', 'christian.heimes', 'alexandre.vassalotti', 'jaysonvantuyl']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1092962'
versions = ['Python 2.6']
```
</p></details>
| Make Generators Pickle-able | https://api.github.com/repos/python/cpython/issues/41376/comments | 7 | 2004-12-29T21:52:55Z | 2022-04-09T23:40:00Z | https://github.com/python/cpython/issues/41376 | 1,198,806,277 | 41,376 |
[
"python",
"cpython"
] | BPO | [1092701](https://bugs.python.org/issue1092701)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-11-12.20:05:51.000>
created_at = <Date 2004-12-29.14:30:49.000>
labels = ['interpreter-core']
title = 'os.remove fails on win32 with read-only file'
updated_at = <Date 2005-11-12.20:05:51.000>
user = 'https://bugs.python.org/jpweage'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-12.20:05:51.000>
actor = 'effbot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-12-29.14:30:49.000>
creator = 'jpweage'
dependencies = []
files = []
hgrepos = []
issue_num = 1092701
keywords = []
message_count = 4.0
messages = ['23842', '23843', '23844', '23845']
nosy_count = 3.0
nosy_names = ['effbot', 'aminusfu', 'jpweage']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1092701'
versions = ['Python 2.4']
```
</p></details>
| os.remove fails on win32 with read-only file | https://api.github.com/repos/python/cpython/issues/41375/comments | 4 | 2004-12-29T14:30:49Z | 2022-04-09T23:39:59Z | https://github.com/python/cpython/issues/41375 | 1,198,806,273 | 41,375 |
[
"python",
"cpython"
] | BPO | [1092502](https://bugs.python.org/issue1092502)
--- | :---
Nosy | @mhammond, @akuchling, @gpshead, @etrepum, @tiran
Files | <li>[example.py](https://bugs.python.org/file1547/example.py "Uploaded as text/plain at 2004-12-29.02:09:35 by bacchusrx"): example.py</li><li>[example2.py](https://bugs.python.org/file1548/example2.py "Uploaded as text/plain at 2005-01-01.23:02:36 by bacchusrx"): example client</li><li>[server.pl](https://bugs.python.org/file1549/server.pl "Uploaded at 2005-01-01.23:03:25 by bacchusrx"): example server</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 2008-01-05.19:39:04.233>
created_at = <Date 2004-12-29.02:09:35.000>
labels = ['library']
title = 'Memory leak in socket.py on Mac OS X'
updated_at = <Date 2008-04-30.05:59:20.316>
user = 'https://bugs.python.org/bacchusrx'
```
bugs.python.org fields:
```python
activity = <Date 2008-04-30.05:59:20.316>
actor = 'mhammond'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-05.19:39:04.233>
closer = 'christian.heimes'
components = ['Library (Lib)']
creation = <Date 2004-12-29.02:09:35.000>
creator = 'bacchusrx'
dependencies = []
files = ['1547', '1548', '1549']
hgrepos = []
issue_num = 1092502
keywords = []
message_count = 17.0
messages = ['23834', '23835', '23836', '23837', '23838', '23839', '23840', '23841', '59313', '60130', '61341', '62797', '65467', '65468', '65481', '65482', '65991']
nosy_count = 10.0
nosy_names = ['mhammond', 'akuchling', 'gregory.p.smith', 'bob.ippolito', 'bacchusrx', 'a_lauer', 'christian.heimes', 'schmir', 'vila', 'martey']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1092502'
versions = []
```
</p></details>
| Memory leak in socket.py on Mac OS X | https://api.github.com/repos/python/cpython/issues/41374/comments | 17 | 2004-12-29T02:09:35Z | 2022-04-09T23:39:58Z | https://github.com/python/cpython/issues/41374 | 1,198,806,270 | 41,374 |
[
"python",
"cpython"
] | BPO | [1092365](https://bugs.python.org/issue1092365)
--- | :---
Nosy | @tarekziade, @merwok, @akitada
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/merwok'
closed_at = <Date 2011-09-23.16:57:12.392>
created_at = <Date 2004-12-28.19:38:15.000>
labels = ['type-feature', 'invalid']
title = 'Distutils needs a way *not* to install files'
updated_at = <Date 2011-09-23.16:57:12.390>
user = 'https://bugs.python.org/hierro'
```
bugs.python.org fields:
```python
activity = <Date 2011-09-23.16:57:12.390>
actor = 'eric.araujo'
assignee = 'eric.araujo'
closed = True
closed_date = <Date 2011-09-23.16:57:12.392>
closer = 'eric.araujo'
components = ['Distutils2']
creation = <Date 2004-12-28.19:38:15.000>
creator = 'hierro'
dependencies = []
files = []
hgrepos = []
issue_num = 1092365
keywords = []
message_count = 4.0
messages = ['61177', '81406', '114536', '144461']
nosy_count = 5.0
nosy_names = ['hierro', 'tarek', 'eric.araujo', 'akitada', 'alexis']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1092365'
versions = ['3rd party']
```
</p></details>
| Distutils needs a way *not* to install files | https://api.github.com/repos/python/cpython/issues/41373/comments | 4 | 2004-12-28T19:38:15Z | 2022-04-09T23:39:58Z | https://github.com/python/cpython/issues/41373 | 1,198,806,265 | 41,373 |
[
"python",
"cpython"
] | BPO | [1092240](https://bugs.python.org/issue1092240)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-28.16:17:23.000>
created_at = <Date 2004-12-28.15:59:19.000>
labels = ['invalid', 'docs']
title = 'slice [0:] default is len-1 not len'
updated_at = <Date 2004-12-28.16:17:23.000>
user = 'https://bugs.python.org/smoothpodengo'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-28.16:17:23.000>
actor = 'smoothpodengo'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-28.15:59:19.000>
creator = 'smoothpodengo'
dependencies = []
files = []
hgrepos = []
issue_num = 1092240
keywords = []
message_count = 2.0
messages = ['23832', '23833']
nosy_count = 1.0
nosy_names = ['smoothpodengo']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1092240'
versions = ['Python 2.3']
```
</p></details>
| slice [0:] default is len-1 not len | https://api.github.com/repos/python/cpython/issues/41372/comments | 2 | 2004-12-28T15:59:19Z | 2022-04-09T23:39:56Z | https://github.com/python/cpython/issues/41372 | 1,198,806,258 | 41,372 |
[
"python",
"cpython"
] | BPO | [1092225](https://bugs.python.org/issue1092225)
--- | :---
Nosy | @kbkaiser
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2005-01-30.04:25:12.000>
created_at = <Date 2004-12-28.15:31:51.000>
labels = ['expert-IDLE']
title = 'IDLE hangs due to subprocess'
updated_at = <Date 2005-01-30.04:25:12.000>
user = 'https://bugs.python.org/kitanek'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-30.04:25:12.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2004-12-28.15:31:51.000>
creator = 'kitanek'
dependencies = []
files = []
hgrepos = []
issue_num = 1092225
keywords = []
message_count = 4.0
messages = ['23828', '23829', '23830', '23831']
nosy_count = 2.0
nosy_names = ['kbk', 'kitanek']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1092225'
versions = ['Python 2.3']
```
</p></details>
| IDLE hangs due to subprocess | https://api.github.com/repos/python/cpython/issues/41371/comments | 4 | 2004-12-28T15:31:51Z | 2022-04-09T23:39:55Z | https://github.com/python/cpython/issues/41371 | 1,198,806,250 | 41,371 |
[
"python",
"cpython"
] | BPO | [1091740](https://bugs.python.org/issue1091740)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2005-01-07.00:51:37.000>
created_at = <Date 2004-12-27.15:38:16.000>
labels = ['docs']
title = 'garbage collector still documented as optional'
updated_at = <Date 2005-01-07.00:51:37.000>
user = 'https://bugs.python.org/gregball'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-07.00:51:37.000>
actor = 'rhettinger'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-27.15:38:16.000>
creator = 'greg_ball'
dependencies = []
files = []
hgrepos = []
issue_num = 1091740
keywords = []
message_count = 2.0
messages = ['23826', '23827']
nosy_count = 2.0
nosy_names = ['rhettinger', 'greg_ball']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091740'
versions = ['Python 2.4']
```
</p></details>
| garbage collector still documented as optional | https://api.github.com/repos/python/cpython/issues/41370/comments | 2 | 2004-12-27T15:38:16Z | 2022-04-09T23:39:54Z | https://github.com/python/cpython/issues/41370 | 1,198,806,244 | 41,370 |
[
"python",
"cpython"
] | BPO | [1091679](https://bugs.python.org/issue1091679)
--- | :---
Nosy | @loewis
Files | <li>[patch](https://bugs.python.org/file6397/patch "Uploaded at 2004-12-27.12:13:55 by thomasvs"): patch for py-compile</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-28.23:48:13.000>
created_at = <Date 2004-12-27.12:13:54.000>
labels = []
title = 'py-compile DESTDIR support to compile in correct paths'
updated_at = <Date 2004-12-28.23:48:13.000>
user = 'https://bugs.python.org/thomasvs'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-28.23:48:13.000>
actor = 'jafo'
assignee = 'jafo'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2004-12-27.12:13:54.000>
creator = 'thomasvs'
dependencies = []
files = ['6397']
hgrepos = []
issue_num = 1091679
keywords = ['patch']
message_count = 4.0
messages = ['47409', '47410', '47411', '47412']
nosy_count = 3.0
nosy_names = ['loewis', 'jafo', 'thomasvs']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091679'
versions = []
```
</p></details>
| py-compile DESTDIR support to compile in correct paths | https://api.github.com/repos/python/cpython/issues/41369/comments | 4 | 2004-12-27T12:13:54Z | 2022-04-09T23:39:52Z | https://github.com/python/cpython/issues/41369 | 1,198,806,240 | 41,369 |
[
"python",
"cpython"
] | BPO | [1091634](https://bugs.python.org/issue1091634)
--- | :---
Nosy | @mwhudson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-27.10:42:24.000>
created_at = <Date 2004-12-27.10:25:22.000>
labels = ['invalid']
title = 'No need to fix'
updated_at = <Date 2004-12-27.10:42:24.000>
user = 'https://bugs.python.org/bertramscharpf'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-27.10:42:24.000>
actor = 'mwh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2004-12-27.10:25:22.000>
creator = 'bertramscharpf'
dependencies = []
files = []
hgrepos = []
issue_num = 1091634
keywords = []
message_count = 3.0
messages = ['23823', '23824', '23825']
nosy_count = 2.0
nosy_names = ['mwh', 'bertramscharpf']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091634'
versions = []
```
</p></details>
| No need to fix | https://api.github.com/repos/python/cpython/issues/41368/comments | 3 | 2004-12-27T10:25:22Z | 2022-04-09T23:39:51Z | https://github.com/python/cpython/issues/41368 | 1,198,806,235 | 41,368 |
[
"python",
"cpython"
] | BPO | [1091468](https://bugs.python.org/issue1091468)
--- | :---
Nosy | @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2004-12-31.11:23:33.000>
created_at = <Date 2004-12-26.21:17:43.000>
labels = ['OS-mac']
title = 'DESTROOTed frameworkinstall fails'
updated_at = <Date 2004-12-31.11:23:33.000>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-31.11:23:33.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2004-12-26.21:17:43.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 1091468
keywords = []
message_count = 2.0
messages = ['23821', '23822']
nosy_count = 1.0
nosy_names = ['jackjansen']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091468'
versions = []
```
</p></details>
| DESTROOTed frameworkinstall fails | https://api.github.com/repos/python/cpython/issues/41367/comments | 2 | 2004-12-26T21:17:43Z | 2022-04-09T23:39:51Z | https://github.com/python/cpython/issues/41367 | 1,198,806,234 | 41,367 |
[
"python",
"cpython"
] | BPO | [1091302](https://bugs.python.org/issue1091302)
--- | :---
Nosy | @smontanaro
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2004-12-26.15:32:41.000>
created_at = <Date 2004-12-26.09:32:05.000>
labels = ['docs']
title = "minor bug in what's new > decorators"
updated_at = <Date 2004-12-26.15:32:41.000>
user = 'https://bugs.python.org/vinweh'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-26.15:32:41.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-26.09:32:05.000>
creator = 'vinweh'
dependencies = []
files = []
hgrepos = []
issue_num = 1091302
keywords = []
message_count = 3.0
messages = ['23818', '23819', '23820']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'vinweh']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1091302'
versions = ['Python 2.4']
```
</p></details>
| minor bug in what's new > decorators | https://api.github.com/repos/python/cpython/issues/41366/comments | 3 | 2004-12-26T09:32:05Z | 2022-04-09T23:39:49Z | https://github.com/python/cpython/issues/41366 | 1,198,806,232 | 41,366 |
[
"python",
"cpython"
] | BPO | [1090958](https://bugs.python.org/issue1090958)
--- | :---
Nosy | @jackjansen, @ronaldoussoren
Files | <li>[_CarbonAE.patch](https://bugs.python.org/file6396/_CarbonAE.patch "Uploaded as text/plain at 2004-12-25.00:12:11 by hhas")</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/jackjansen'
closed_at = <Date 2009-03-30.15:01:55.810>
created_at = <Date 2004-12-25.00:12:11.000>
labels = ['OS-mac']
title = '_AEModule.c patch'
updated_at = <Date 2009-03-30.15:01:55.808>
user = 'https://bugs.python.org/hhas'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-30.15:01:55.808>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = <Date 2009-03-30.15:01:55.810>
closer = 'ronaldoussoren'
components = ['macOS']
creation = <Date 2004-12-25.00:12:11.000>
creator = 'hhas'
dependencies = []
files = ['6396']
hgrepos = []
issue_num = 1090958
keywords = ['patch']
message_count = 4.0
messages = ['47406', '47407', '47408', '84559']
nosy_count = 3.0
nosy_names = ['jackjansen', 'ronaldoussoren', 'hhas']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1090958'
versions = []
```
</p></details>
| _AEModule.c patch | https://api.github.com/repos/python/cpython/issues/41365/comments | 4 | 2004-12-25T00:12:11Z | 2022-04-09T23:39:48Z | https://github.com/python/cpython/issues/41365 | 1,198,806,227 | 41,365 |
[
"python",
"cpython"
] | BPO | [1090482](https://bugs.python.org/issue1090482)
--- | :---
Nosy | @loewis, @nascheme
Files | <li>[pycodegen.patch](https://bugs.python.org/file6395/pycodegen.patch "Uploaded as text/plain at 2004-12-23.18:08:00 by dsuch"): Patch to make compiler module handle global statement correctly.</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2006-12-11.04:48:02.000>
created_at = <Date 2004-12-23.18:07:56.000>
labels = ['interpreter-core']
title = 'Patch for bug 999042.'
updated_at = <Date 2006-12-11.04:48:02.000>
user = 'https://bugs.python.org/dsuch'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-11.04:48:02.000>
actor = 'loewis'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-12-23.18:07:56.000>
creator = 'dsuch'
dependencies = []
files = ['6395']
hgrepos = []
issue_num = 1090482
keywords = ['patch']
message_count = 2.0
messages = ['47404', '47405']
nosy_count = 3.0
nosy_names = ['loewis', 'nascheme', 'dsuch']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1090482'
versions = ['Python 2.5']
```
</p></details>
| Patch for bug 999042. | https://api.github.com/repos/python/cpython/issues/41364/comments | 2 | 2004-12-23T18:07:56Z | 2022-04-09T23:39:47Z | https://github.com/python/cpython/issues/41364 | 1,198,806,223 | 41,364 |
[
"python",
"cpython"
] | BPO | [1090139](https://bugs.python.org/issue1090139)
--- | :---
Nosy | @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-17.02:30:51.000>
created_at = <Date 2004-12-23.01:00:20.000>
labels = ['docs']
title = 'presentation typo in lib: 6.21.4.2 How callbacks are called'
updated_at = <Date 2005-01-17.02:30:51.000>
user = 'https://bugs.python.org/weinsteinj'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-17.02:30:51.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2004-12-23.01:00:20.000>
creator = 'weinsteinj'
dependencies = []
files = []
hgrepos = []
issue_num = 1090139
keywords = []
message_count = 4.0
messages = ['23814', '23815', '23816', '23817']
nosy_count = 4.0
nosy_names = ['gward', 'rhettinger', 'jlgijsbers', 'weinsteinj']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1090139'
versions = []
```
</p></details>
| presentation typo in lib: 6.21.4.2 How callbacks are called | https://api.github.com/repos/python/cpython/issues/41363/comments | 4 | 2004-12-23T01:00:20Z | 2022-04-09T23:39:45Z | https://github.com/python/cpython/issues/41363 | 1,198,806,219 | 41,363 |
[
"python",
"cpython"
] | BPO | [1090076](https://bugs.python.org/issue1090076)
--- | :---
Nosy | @loewis, @birkenfeld
Files | <li>[cfgdoc.diff](https://bugs.python.org/file9354/cfgdoc.diff "Uploaded as text/plain at 2008-02-04.17:27:39 by draghuram")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-07-29.14:17:20.232>
created_at = <Date 2004-12-22.22:23:31.000>
labels = ['docs']
title = 'Defaults in ConfigParser.get overrides section values'
updated_at = <Date 2010-07-29.14:17:20.230>
user = 'https://bugs.python.org/ggenellina'
```
bugs.python.org fields:
```python
activity = <Date 2010-07-29.14:17:20.230>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2010-07-29.14:17:20.232>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2004-12-22.22:23:31.000>
creator = 'ggenellina'
dependencies = []
files = ['9354']
hgrepos = []
issue_num = 1090076
keywords = []
message_count = 6.0
messages = ['60620', '60621', '60622', '61968', '62045', '111933']
nosy_count = 5.0
nosy_names = ['loewis', 'georg.brandl', 'anadelonbrin', 'ggenellina', 'draghuram']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1090076'
versions = ['Python 2.6']
```
</p></details>
| Defaults in ConfigParser.get overrides section values | https://api.github.com/repos/python/cpython/issues/41362/comments | 6 | 2004-12-22T22:23:31Z | 2022-04-09T23:39:44Z | https://github.com/python/cpython/issues/41362 | 1,198,806,212 | 41,362 |
[
"python",
"cpython"
] | BPO | [1089978](https://bugs.python.org/issue1089978)
--- | :---
Nosy | @arigo
Files | <li>[execprob.py](https://bugs.python.org/file1545/execprob.py "Uploaded as text/plain at 2004-12-22.19:27:20 by kquick"): execprob.py</li><li>[submod.py](https://bugs.python.org/file1546/submod.py "Uploaded as text/plain at 2004-12-22.19:27:48 by kquick"): submod.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-23.22:35:35.000>
created_at = <Date 2004-12-22.19:27:19.000>
labels = ['interpreter-core', 'invalid']
title = 'exec scoping problem'
updated_at = <Date 2004-12-23.22:35:35.000>
user = 'https://bugs.python.org/kquick'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-23.22:35:35.000>
actor = 'arigo'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-12-22.19:27:19.000>
creator = 'kquick'
dependencies = []
files = ['1545', '1546']
hgrepos = []
issue_num = 1089978
keywords = []
message_count = 2.0
messages = ['23812', '23813']
nosy_count = 2.0
nosy_names = ['arigo', 'kquick']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089978'
versions = ['Python 2.3']
```
</p></details>
| exec scoping problem | https://api.github.com/repos/python/cpython/issues/41361/comments | 2 | 2004-12-22T19:27:19Z | 2022-04-09T23:39:43Z | https://github.com/python/cpython/issues/41361 | 1,198,806,204 | 41,361 |
[
"python",
"cpython"
] | BPO | [1089974](https://bugs.python.org/issue1089974)
--- | :---
Nosy | @akuchling, @josiahcarlson
Superseder | <li>bpo-708374: add offset to mmap</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 2007-10-23.06:59:52.586>
created_at = <Date 2004-12-22.19:22:30.000>
labels = ['type-feature', 'library']
title = 'mmap missing offset parameter'
updated_at = <Date 2007-10-23.06:59:52.585>
user = 'https://bugs.python.org/foom'
```
bugs.python.org fields:
```python
activity = <Date 2007-10-23.06:59:52.585>
actor = 'georg.brandl'
assignee = 'akuchling'
closed = True
closed_date = <Date 2007-10-23.06:59:52.586>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2004-12-22.19:22:30.000>
creator = 'foom'
dependencies = []
files = []
hgrepos = []
issue_num = 1089974
keywords = []
message_count = 9.0
messages = ['23804', '23805', '23806', '23807', '23808', '23809', '23810', '23811', '56665']
nosy_count = 8.0
nosy_names = ['akuchling', 'nnorwitz', 'teoliphant', 'josiahcarlson', 'quiver', 'foom', 'huangpeng', 'phuang']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = '708374'
type = 'enhancement'
url = 'https://bugs.python.org/issue1089974'
versions = []
```
</p></details>
| mmap missing offset parameter | https://api.github.com/repos/python/cpython/issues/41360/comments | 9 | 2004-12-22T19:22:30Z | 2022-04-09T23:39:43Z | https://github.com/python/cpython/issues/41360 | 1,198,806,200 | 41,360 |
[
"python",
"cpython"
] | BPO | [1089955](https://bugs.python.org/issue1089955)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-05.13:20:49.000>
created_at = <Date 2004-12-22.18:53:44.000>
labels = ['type-feature', 'library']
title = 'optparse .error() should print options list'
updated_at = <Date 2005-01-05.13:20:49.000>
user = 'https://bugs.python.org/hierro'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-05.13:20:49.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2004-12-22.18:53:44.000>
creator = 'hierro'
dependencies = []
files = []
hgrepos = []
issue_num = 1089955
keywords = []
message_count = 2.0
messages = ['54343', '54344']
nosy_count = 2.0
nosy_names = ['gward', 'hierro']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1089955'
versions = []
```
</p></details>
| optparse .error() should print options list | https://api.github.com/repos/python/cpython/issues/41359/comments | 2 | 2004-12-22T18:53:44Z | 2022-04-09T23:39:41Z | https://github.com/python/cpython/issues/41359 | 1,198,806,197 | 41,359 |
[
"python",
"cpython"
] | BPO | [1089643](https://bugs.python.org/issue1089643)
--- | :---
Nosy | @jackjansen, @ronaldoussoren
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2004-12-22.10:23:52.000>
created_at = <Date 2004-12-22.10:21:43.000>
labels = ['OS-mac']
title = 'Carbon.File.FSCatalogInfo.createDate implementation'
updated_at = <Date 2004-12-22.10:23:52.000>
user = 'https://github.com/ronaldoussoren'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-22.10:23:52.000>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2004-12-22.10:21:43.000>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 1089643
keywords = []
message_count = 2.0
messages = ['23802', '23803']
nosy_count = 2.0
nosy_names = ['jackjansen', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089643'
versions = ['Python 2.4']
```
</p></details>
| Carbon.File.FSCatalogInfo.createDate implementation | https://api.github.com/repos/python/cpython/issues/41358/comments | 2 | 2004-12-22T10:21:43Z | 2022-04-09T23:39:40Z | https://github.com/python/cpython/issues/41358 | 1,198,806,193 | 41,358 |
[
"python",
"cpython"
] | BPO | [1089632](https://bugs.python.org/issue1089632)
--- | :---
Nosy | @tim-one, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-01-08.02:47:36.000>
created_at = <Date 2004-12-22.10:07:52.000>
labels = ['interpreter-core']
title = '_DummyThread() objects not freed from threading._active map'
updated_at = <Date 2005-01-08.02:47:36.000>
user = 'https://bugs.python.org/saravanand'
```
bugs.python.org fields:
```python
activity = <Date 2005-01-08.02:47:36.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2004-12-22.10:07:52.000>
creator = 'saravanand'
dependencies = []
files = []
hgrepos = []
issue_num = 1089632
keywords = []
message_count = 9.0
messages = ['23793', '23794', '23795', '23796', '23797', '23798', '23799', '23800', '23801']
nosy_count = 3.0
nosy_names = ['tim.peters', 'brett.cannon', 'saravanand']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089632'
versions = ['Python 2.3']
```
</p></details>
| _DummyThread() objects not freed from threading._active map | https://api.github.com/repos/python/cpython/issues/41357/comments | 9 | 2004-12-22T10:07:52Z | 2022-04-09T23:39:38Z | https://github.com/python/cpython/issues/41357 | 1,198,806,184 | 41,357 |
[
"python",
"cpython"
] | BPO | [1089624](https://bugs.python.org/issue1089624)
--- | :---
Nosy | @jackjansen, @ronaldoussoren
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2009-03-30.22:52:08.148>
created_at = <Date 2004-12-22.09:51:03.000>
labels = ['OS-mac']
title = 'Carbon.File.FSCatalogInfo.createDate implementation'
updated_at = <Date 2009-03-30.22:52:08.147>
user = 'https://github.com/ronaldoussoren'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-30.22:52:08.147>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = <Date 2009-03-30.22:52:08.148>
closer = 'ronaldoussoren'
components = ['macOS']
creation = <Date 2004-12-22.09:51:03.000>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 1089624
keywords = []
message_count = 2.0
messages = ['60619', '84699']
nosy_count = 2.0
nosy_names = ['jackjansen', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089624'
versions = ['Python 2.4']
```
</p></details>
| Carbon.File.FSCatalogInfo.createDate implementation | https://api.github.com/repos/python/cpython/issues/41356/comments | 2 | 2004-12-22T09:51:03Z | 2022-04-09T23:39:38Z | https://github.com/python/cpython/issues/41356 | 1,198,806,182 | 41,356 |
[
"python",
"cpython"
] | BPO | [1089399](https://bugs.python.org/issue1089399)
--- | :---
Nosy | @jackjansen, @ronaldoussoren
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2009-03-30.14:59:55.717>
created_at = <Date 2004-12-21.22:10:05.000>
labels = ['OS-mac']
title = 'Carbon.Res misses GetIndString'
updated_at = <Date 2009-03-30.14:59:55.715>
user = 'https://github.com/jackjansen'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-30.14:59:55.715>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = <Date 2009-03-30.14:59:55.717>
closer = 'ronaldoussoren'
components = ['macOS']
creation = <Date 2004-12-21.22:10:05.000>
creator = 'jackjansen'
dependencies = []
files = []
hgrepos = []
issue_num = 1089399
keywords = []
message_count = 2.0
messages = ['60618', '84558']
nosy_count = 2.0
nosy_names = ['jackjansen', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089399'
versions = []
```
</p></details>
| Carbon.Res misses GetIndString | https://api.github.com/repos/python/cpython/issues/41355/comments | 2 | 2004-12-21T22:10:05Z | 2022-04-09T23:39:37Z | https://github.com/python/cpython/issues/41355 | 1,198,806,179 | 41,355 |
[
"python",
"cpython"
] | BPO | [1089395](https://bugs.python.org/issue1089395)
--- | :---
Nosy | @loewis, @doerwalter
Files | <li>[fail.py](https://bugs.python.org/file1543/fail.py "Uploaded as text/plain at 2004-12-21.22:02:09 by @doerwalter")</li><li>[evilascii.py](https://bugs.python.org/file1544/evilascii.py "Uploaded as text/plain at 2004-12-21.22:02:22 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2005-07-12.22:00:13.000>
created_at = <Date 2004-12-21.22:02:08.000>
labels = ['expert-unicode']
title = 'segfault/assert in tokenizer'
updated_at = <Date 2005-07-12.22:00:13.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-12.22:00:13.000>
actor = 'doerwalter'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2004-12-21.22:02:08.000>
creator = 'doerwalter'
dependencies = []
files = ['1543', '1544']
hgrepos = []
issue_num = 1089395
keywords = []
message_count = 3.0
messages = ['23790', '23791', '23792']
nosy_count = 3.0
nosy_names = ['loewis', 'doerwalter', 'glchapman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1089395'
versions = []
```
</p></details>
| segfault/assert in tokenizer | https://api.github.com/repos/python/cpython/issues/41354/comments | 3 | 2004-12-21T22:02:08Z | 2022-04-09T23:39:36Z | https://github.com/python/cpython/issues/41354 | 1,198,806,176 | 41,354 |
[
"python",
"cpython"
] | BPO | [1089358](https://bugs.python.org/issue1089358)
--- | :---
Nosy | @gvanrossum, @facundobatista, @tiran
Files | <li>[LookupSignal.py](https://bugs.python.org/file1540/LookupSignal.py "Uploaded as text/plain at 2004-12-21.21:02:41 by jvd66"): python timeout attempt using signal.alarm</li><li>[LookupThread.py](https://bugs.python.org/file1541/LookupThread.py "Uploaded as text/plain at 2004-12-21.21:04:03 by jvd66"): Python timeout attempt using thread timer</li><li>[no_eintr.c](https://bugs.python.org/file1542/no_eintr.c "Uploaded at 2004-12-21.21:09:47 by jvd66"): c program demonstrating that signals are not interrupted without a siginterrupt call</li><li>[patch](https://bugs.python.org/file8657/patch "Uploaded as application/octet-stream at 2007-10-29.20:27:59 by schmir")</li><li>[siginterrupt](https://bugs.python.org/file9072/siginterrupt "Uploaded as application/octet-stream at 2008-01-06.01:16:00 by schmir"): diff against trunk (svn r59759)</li><li>[siginterrupt+tests.txt](https://bugs.python.org/file9491/siginterrupt%2Btests.txt "Uploaded as text/plain at 2008-02-23.00:41:35 by schmir"): patch against current trunk, now also includes unittests</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 2008-02-23.15:09:12.545>
created_at = <Date 2004-12-21.21:02:40.000>
labels = ['interpreter-core', 'type-feature', 'library']
title = 'need siginterrupt() on Linux - impossible to do timeouts'
updated_at = <Date 2008-02-23.15:09:12.540>
user = 'https://bugs.python.org/jvd66'
```
bugs.python.org fields:
```python
activity = <Date 2008-02-23.15:09:12.540>
actor = 'facundobatista'
assignee = 'none'
closed = True
closed_date = <Date 2008-02-23.15:09:12.545>
closer = 'facundobatista'
components = ['Interpreter Core', 'Library (Lib)']
creation = <Date 2004-12-21.21:02:40.000>
creator = 'jvd66'
dependencies = []
files = ['1540', '1541', '1542', '8657', '9072', '9491']
hgrepos = []
issue_num = 1089358
keywords = ['patch']
message_count = 8.0
messages = ['23789', '56783', '56927', '59233', '59243', '59347', '62709', '62739']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'facundobatista', 'jvd66', 'christian.heimes', 'schmir']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1089358'
versions = ['Python 2.6']
```
</p></details>
| need siginterrupt() on Linux - impossible to do timeouts | https://api.github.com/repos/python/cpython/issues/41353/comments | 8 | 2004-12-21T21:02:40Z | 2022-04-09T23:39:34Z | https://github.com/python/cpython/issues/41353 | 1,198,806,172 | 41,353 |
[
"python",
"cpython"
] | BPO | [1088891](https://bugs.python.org/issue1088891)
--- | :---
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2004-12-21.12:37:58.000>
created_at = <Date 2004-12-21.08:10:54.000>
labels = ['expert-regex']
title = '_sre.c references uninitialised memory'
updated_at = <Date 2004-12-21.12:37:58.000>
user = 'https://bugs.python.org/andrewmcnamara'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-21.12:37:58.000>
actor = 'niemeyer'
assignee = 'niemeyer'
closed = True
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2004-12-21.08:10:54.000>
creator = 'andrewmcnamara'
dependencies = []
files = []
hgrepos = []
issue_num = 1088891
keywords = []
message_count = 2.0
messages = ['23787', '23788']
nosy_count = 2.0
nosy_names = ['niemeyer', 'andrewmcnamara']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1088891'
versions = ['Python 2.4']
```
</p></details>
| _sre.c references uninitialised memory | https://api.github.com/repos/python/cpython/issues/41352/comments | 2 | 2004-12-21T08:10:54Z | 2022-04-09T23:39:33Z | https://github.com/python/cpython/issues/41352 | 1,198,806,169 | 41,352 |
[
"python",
"cpython"
] | BPO | [1088832](https://bugs.python.org/issue1088832)
--- | :---
Nosy | @mwhudson, @loewis
Files | <li>[python.threadsignal.patch](https://bugs.python.org/file6394/python.threadsignal.patch "Uploaded as text/plain at 2004-12-21.05:15:48 by langmead"): accept signals to threads</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-12-11.04:38:36.000>
created_at = <Date 2004-12-21.05:15:48.000>
labels = ['extension-modules']
title = 'acknowledge signals in non-main threads'
updated_at = <Date 2006-12-11.04:38:36.000>
user = 'https://bugs.python.org/langmead'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-11.04:38:36.000>
actor = 'loewis'
assignee = 'anthonybaxter'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2004-12-21.05:15:48.000>
creator = 'langmead'
dependencies = []
files = ['6394']
hgrepos = []
issue_num = 1088832
keywords = ['patch']
message_count = 4.0
messages = ['47400', '47401', '47402', '47403']
nosy_count = 4.0
nosy_names = ['mwh', 'loewis', 'anthonybaxter', 'langmead']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1088832'
versions = ['Python 2.3']
```
</p></details>
| acknowledge signals in non-main threads | https://api.github.com/repos/python/cpython/issues/41351/comments | 4 | 2004-12-21T05:15:48Z | 2022-04-09T23:39:32Z | https://github.com/python/cpython/issues/41351 | 1,198,806,166 | 41,351 |
[
"python",
"cpython"
] | BPO | [1088716](https://bugs.python.org/issue1088716)
--- | :---
Nosy | @loewis, @pfmoore
Files | <li>[msi.patch](https://bugs.python.org/file6393/msi.patch "Uploaded as text/plain at 2004-12-20.23:01:54 by @pfmoore"): Patch file - apply in src\Tools\msi directory</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2004-12-22.20:58:05.000>
created_at = <Date 2004-12-20.23:01:50.000>
labels = ['build']
title = 'msi.py patch to build mingw library'
updated_at = <Date 2004-12-22.20:58:05.000>
user = 'https://github.com/pfmoore'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-22.20:58:05.000>
actor = 'paul.moore'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2004-12-20.23:01:50.000>
creator = 'paul.moore'
dependencies = []
files = ['6393']
hgrepos = []
issue_num = 1088716
keywords = ['patch']
message_count = 3.0
messages = ['47397', '47398', '47399']
nosy_count = 2.0
nosy_names = ['loewis', 'paul.moore']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1088716'
versions = ['Python 2.4']
```
</p></details>
| msi.py patch to build mingw library | https://api.github.com/repos/python/cpython/issues/41350/comments | 3 | 2004-12-20T23:01:50Z | 2022-04-09T23:39:31Z | https://github.com/python/cpython/issues/41350 | 1,198,806,157 | 41,350 |
[
"python",
"cpython"
] | BPO | [1088563](https://bugs.python.org/issue1088563)
--- | :---
Nosy | @tim-one, @jackjansen
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/jackjansen'
closed_at = <Date 2004-12-20.19:09:55.000>
created_at = <Date 2004-12-20.18:29:34.000>
labels = ['OS-mac', 'invalid']
title = 'calculation wrong rounding'
updated_at = <Date 2004-12-20.19:09:55.000>
user = 'https://bugs.python.org/buzz42'
```
bugs.python.org fields:
```python
activity = <Date 2004-12-20.19:09:55.000>
actor = 'tim.peters'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2004-12-20.18:29:34.000>
creator = 'buzz42'
dependencies = []
files = []
hgrepos = []
issue_num = 1088563
keywords = []
message_count = 2.0
messages = ['23785', '23786']
nosy_count = 3.0
nosy_names = ['tim.peters', 'jackjansen', 'buzz42']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1088563'
versions = []
```
</p></details>
| calculation wrong rounding | https://api.github.com/repos/python/cpython/issues/41349/comments | 2 | 2004-12-20T18:29:34Z | 2022-04-09T23:39:30Z | https://github.com/python/cpython/issues/41349 | 1,198,806,153 | 41,349 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.