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 | [1230540](https://bugs.python.org/issue1230540)
--- | :---
Nosy | @mwhudson, @tim-one, @ncoghlan, @pitrou, @vstinner, @merwok, @vlasovskikh, @serhiy-storchaka, @lazka, @AraHaan
PRs | <li>python/cpython#8610</li><li>python/cpython#13515</li>
Files | <li>[fork_thread.py](https://bugs.python.org/file48351/fork_thread.py "Uploaded as text/plain at 2019-05-23.12:46:25 by @vstinner")</li><li>[sys_threading_excepthook.py](https://bugs.python.org/file48354/sys_threading_excepthook.py "Uploaded as text/plain at 2019-05-25.00:30:51 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 = <Date 2019-05-27.22:53:59.194>
created_at = <Date 2005-06-30.19:06:10.000>
labels = ['interpreter-core', 'type-bug', '3.8']
title = 'Add threading.excepthook() to handle uncaught exceptions raised by Thread.run()'
updated_at = <Date 2019-05-28.10:20:57.279>
user = 'https://bugs.python.org/ellisj'
```
bugs.python.org fields:
```python
activity = <Date 2019-05-28.10:20:57.279>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2019-05-27.22:53:59.194>
closer = 'vstinner'
components = ['Interpreter Core']
creation = <Date 2005-06-30.19:06:10.000>
creator = 'ellisj'
dependencies = []
files = ['48351', '48354']
hgrepos = []
issue_num = 1230540
keywords = ['patch']
message_count = 42.0
messages = ['25694', '25695', '25696', '62933', '91243', '91244', '272002', '272003', '272006', '288513', '288514', '297221', '302320', '302645', '322892', '322895', '322932', '323111', '324422', '324436', '343252', '343258', '343260', '343261', '343276', '343280', '343293', '343443', '343444', '343474', '343494', '343510', '343512', '343515', '343516', '343522', '343523', '343524', '343692', '343694', '343748', '343758']
nosy_count = 15.0
nosy_names = ['mwh', 'tim.peters', 'ncoghlan', 'ellisj', 'pitrou', 'vstinner', 'tiagoaoa', 'eric.araujo', 'undercoveridiot', 'vlasovskikh', 'serhiy.storchaka', 'lazka', 'Decorater', 'CyberJacob', 'Matt Groth']
pr_nums = ['8610', '13515']
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1230540'
versions = ['Python 3.8']
```
</p></details>
| Add threading.excepthook() to handle uncaught exceptions raised by Thread.run() | https://api.github.com/repos/python/cpython/issues/42148/comments | 42 | 2005-06-30T19:06:10Z | 2022-04-09T23:54:43Z | https://github.com/python/cpython/issues/42148 | 1,198,809,082 | 42,148 |
[
"python",
"cpython"
] | BPO | [1230484](https://bugs.python.org/issue1230484)
--- | :---
Nosy | @tim-one, @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/tim-one'
closed_at = <Date 2010-08-21.17:06:34.798>
created_at = <Date 2005-06-30.17:35:21.000>
labels = ['type-bug', 'library']
title = 'tokenize bug'
updated_at = <Date 2010-08-21.17:06:34.795>
user = 'https://bugs.python.org/aguiar'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-21.17:06:34.795>
actor = 'BreamoreBoy'
assignee = 'tim.peters'
closed = True
closed_date = <Date 2010-08-21.17:06:34.798>
closer = 'BreamoreBoy'
components = ['Library (Lib)']
creation = <Date 2005-06-30.17:35:21.000>
creator = 'aguiar'
dependencies = []
files = []
hgrepos = []
issue_num = 1230484
keywords = ['patch']
message_count = 3.0
messages = ['25692', '25693', '114517']
nosy_count = 4.0
nosy_names = ['tim.peters', 'rhettinger', 'aguiar', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1230484'
versions = ['Python 2.6']
```
</p></details>
| tokenize bug | https://api.github.com/repos/python/cpython/issues/42147/comments | 3 | 2005-06-30T17:35:21Z | 2022-04-09T23:54:42Z | https://github.com/python/cpython/issues/42147 | 1,198,809,081 | 42,147 |
[
"python",
"cpython"
] | BPO | [1230446](https://bugs.python.org/issue1230446)
--- | :---
Nosy | @gustaebel
Files | <li>[tarfile-exfileobj.diff](https://bugs.python.org/file6717/tarfile-exfileobj.diff "Uploaded as text/plain at 2005-06-30.16:23:29 by @gustaebel"): patch to Lib/tarfile.py and Lib/test/test_tarfile.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gustaebel'
closed_at = <Date 2006-12-23.16:52:25.000>
created_at = <Date 2005-06-30.16:23:29.000>
labels = ['library']
title = "tarfile.py: ExFileObject\\'s tell() is wrong after readline()"
updated_at = <Date 2006-12-23.16:52:25.000>
user = 'https://github.com/gustaebel'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-23.16:52:25.000>
actor = 'lars.gustaebel'
assignee = 'lars.gustaebel'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-30.16:23:29.000>
creator = 'lars.gustaebel'
dependencies = []
files = ['6717']
hgrepos = []
issue_num = 1230446
keywords = ['patch']
message_count = 2.0
messages = ['48539', '48540']
nosy_count = 1.0
nosy_names = ['lars.gustaebel']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1230446'
versions = ['Python 2.4']
```
</p></details>
| tarfile.py: ExFileObject\'s tell() is wrong after readline() | https://api.github.com/repos/python/cpython/issues/42146/comments | 2 | 2005-06-30T16:23:29Z | 2022-04-09T23:54:41Z | https://github.com/python/cpython/issues/42146 | 1,198,809,077 | 42,146 |
[
"python",
"cpython"
] | BPO | [1230161](https://bugs.python.org/issue1230161)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-07-06.14:13:25.000>
created_at = <Date 2005-06-30.06:27:54.000>
labels = ['build']
title = 'Build failure'
updated_at = <Date 2005-07-06.14:13:25.000>
user = 'https://bugs.python.org/ceramond'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-06.14:13:25.000>
actor = 'ceramond'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-06-30.06:27:54.000>
creator = 'ceramond'
dependencies = []
files = []
hgrepos = []
issue_num = 1230161
keywords = []
message_count = 3.0
messages = ['25689', '25690', '25691']
nosy_count = 2.0
nosy_names = ['loewis', 'ceramond']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1230161'
versions = ['Python 2.4']
```
</p></details>
| Build failure | https://api.github.com/repos/python/cpython/issues/42145/comments | 3 | 2005-06-30T06:27:54Z | 2022-04-09T23:54:39Z | https://github.com/python/cpython/issues/42145 | 1,198,809,075 | 42,145 |
[
"python",
"cpython"
] | BPO | [1229935](https://bugs.python.org/issue1229935)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[1228904.patch](https://bugs.python.org/file6716/1228904.patch "Uploaded as text/plain at 2005-06-29.19:45:02 by pterk")</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/birkenfeld'
closed_at = <Date 2005-07-02.10:45:31.000>
created_at = <Date 2005-06-29.19:45:02.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#42134'
updated_at = <Date 2005-07-02.10:45:31.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-02.10:45:31.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-29.19:45:02.000>
creator = 'pterk'
dependencies = []
files = ['6716']
hgrepos = []
issue_num = 1229935
keywords = ['patch']
message_count = 2.0
messages = ['48537', '48538']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229935'
versions = []
```
</p></details>
| Patch for (Doc) bug #1228904 | https://api.github.com/repos/python/cpython/issues/42144/comments | 2 | 2005-06-29T19:45:02Z | 2022-04-09T23:54:39Z | https://github.com/python/cpython/issues/42144 | 1,198,809,073 | 42,144 |
[
"python",
"cpython"
] | BPO | [1229788](https://bugs.python.org/issue1229788)
--- | :---
Nosy | @terryjreedy
<sup>*Note: these values reflect the state of the issue at 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-11-21.09:52:51.000>
created_at = <Date 2005-06-29.15:43:12.000>
labels = ['extension-modules']
title = 'Bus error in extension with gcc 3.3'
updated_at = <Date 2006-11-21.09:52:51.000>
user = 'https://bugs.python.org/garyrob'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-21.09:52:51.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-06-29.15:43:12.000>
creator = 'garyrob'
dependencies = []
files = []
hgrepos = []
issue_num = 1229788
keywords = []
message_count = 7.0
messages = ['25682', '25683', '25684', '25685', '25686', '25687', '25688']
nosy_count = 4.0
nosy_names = ['nnorwitz', 'terry.reedy', 'esrever_otua', 'garyrob']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229788'
versions = ['Python 2.3']
```
</p></details>
| Bus error in extension with gcc 3.3 | https://api.github.com/repos/python/cpython/issues/42143/comments | 7 | 2005-06-29T15:43:12Z | 2022-04-09T23:54:37Z | https://github.com/python/cpython/issues/42143 | 1,198,809,070 | 42,143 |
[
"python",
"cpython"
] | BPO | [1229680](https://bugs.python.org/issue1229680)
--- | :---
Nosy | @mwhudson, @birkenfeld
Superseder | <li>bpo-5330: profile and cProfile do not report C functions called with keyword arguments</li>
Files | <li>[trace_call.c](https://bugs.python.org/file1731/trace_call.c "Uploaded as text/x-c at 2005-06-29.13:00:31 by fcieslok"): Test case for tracing c function calls with keyword arguments</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-04-05.17:35:57.480>
created_at = <Date 2005-06-29.13:00:31.000>
labels = ['interpreter-core', 'type-feature']
title = 'Tracing C function calls and keyword arguments'
updated_at = <Date 2009-04-05.17:35:57.478>
user = 'https://bugs.python.org/fcieslok'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-05.17:35:57.478>
actor = 'georg.brandl'
assignee = 'nbastin'
closed = True
closed_date = <Date 2009-04-05.17:35:57.480>
closer = 'georg.brandl'
components = ['Interpreter Core']
creation = <Date 2005-06-29.13:00:31.000>
creator = 'fcieslok'
dependencies = []
files = ['1731']
hgrepos = []
issue_num = 1229680
keywords = []
message_count = 4.0
messages = ['25679', '25680', '25681', '85536']
nosy_count = 4.0
nosy_names = ['mwh', 'georg.brandl', 'nbastin', 'fcieslok']
pr_nums = []
priority = 'low'
resolution = 'duplicate'
stage = 'test needed'
status = 'closed'
superseder = '5330'
type = 'enhancement'
url = 'https://bugs.python.org/issue1229680'
versions = ['Python 2.7']
```
</p></details>
| Tracing C function calls and keyword arguments | https://api.github.com/repos/python/cpython/issues/42142/comments | 4 | 2005-06-29T13:00:31Z | 2022-04-09T23:54:36Z | https://github.com/python/cpython/issues/42142 | 1,198,809,067 | 42,142 |
[
"python",
"cpython"
] | BPO | [1229646](https://bugs.python.org/issue1229646)
--- | :---
Nosy | @birkenfeld, @ezio-melotti
<sup>*Note: these values reflect the state of the issue at 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-21.16:50:29.406>
created_at = <Date 2005-06-29.11:39:26.000>
labels = ['type-bug', 'library']
title = 'httplib error checking.'
updated_at = <Date 2010-08-21.16:50:29.404>
user = 'https://bugs.python.org/cjohns'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-21.16:50:29.404>
actor = 'BreamoreBoy'
assignee = 'gward'
closed = True
closed_date = <Date 2010-08-21.16:50:29.406>
closer = 'BreamoreBoy'
components = ['Library (Lib)']
creation = <Date 2005-06-29.11:39:26.000>
creator = 'cjohns'
dependencies = []
files = []
hgrepos = []
issue_num = 1229646
keywords = []
message_count = 5.0
messages = ['25676', '25677', '25678', '90098', '114511']
nosy_count = 6.0
nosy_names = ['gward', 'georg.brandl', 'cjohns', 'vila', 'ezio.melotti', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1229646'
versions = ['Python 2.7']
```
</p></details>
| httplib error checking. | https://api.github.com/repos/python/cpython/issues/42141/comments | 5 | 2005-06-29T11:39:26Z | 2022-04-09T23:54:35Z | https://github.com/python/cpython/issues/42141 | 1,198,809,065 | 42,141 |
[
"python",
"cpython"
] | BPO | [1229511](https://bugs.python.org/issue1229511)
--- | :---
Nosy | @birkenfeld, @ronaldoussoren
Files | <li>[zipfile_create_system.patch](https://bugs.python.org/file6715/zipfile_create_system.patch "Uploaded as text/plain at 2005-06-29.07:47:31 by hendriktt"): patch for create_system information</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-04-01.03:20:58.000>
created_at = <Date 2005-06-29.07:47:31.000>
labels = []
title = 'Zipfile fix create_system information'
updated_at = <Date 2006-04-01.03:20:58.000>
user = 'https://bugs.python.org/hendriktt'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-01.03:20:58.000>
actor = 'sf-robot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-29.07:47:31.000>
creator = 'hendriktt'
dependencies = []
files = ['6715']
hgrepos = []
issue_num = 1229511
keywords = ['patch']
message_count = 4.0
messages = ['48533', '48534', '48535', '48536']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'sf-robot', 'ronaldoussoren', 'hendriktt']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229511'
versions = []
```
</p></details>
| Zipfile fix create_system information | https://api.github.com/repos/python/cpython/issues/42140/comments | 4 | 2005-06-29T07:47:31Z | 2022-04-09T23:54:34Z | https://github.com/python/cpython/issues/42140 | 1,198,809,059 | 42,140 |
[
"python",
"cpython"
] | BPO | [1229429](https://bugs.python.org/issue1229429)
--- | :---
Nosy | @mwhudson, @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/mwhudson'
closed_at = <Date 2005-07-12.10:31:42.000>
created_at = <Date 2005-06-29.02:18:03.000>
labels = ['interpreter-core']
title = 'missing Py_DECREF in PyObject_CallMethod'
updated_at = <Date 2005-07-12.10:31:42.000>
user = 'https://bugs.python.org/gdray-1'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-12.10:31:42.000>
actor = 'rhettinger'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-29.02:18:03.000>
creator = 'gdray-1'
dependencies = []
files = []
hgrepos = []
issue_num = 1229429
keywords = []
message_count = 4.0
messages = ['25672', '25673', '25674', '25675']
nosy_count = 3.0
nosy_names = ['mwh', 'rhettinger', 'gdray-1']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229429'
versions = ['Python 2.4']
```
</p></details>
| missing Py_DECREF in PyObject_CallMethod | https://api.github.com/repos/python/cpython/issues/42139/comments | 4 | 2005-06-29T02:18:03Z | 2022-04-09T23:54:33Z | https://github.com/python/cpython/issues/42139 | 1,198,809,054 | 42,139 |
[
"python",
"cpython"
] | BPO | [1229380](https://bugs.python.org/issue1229380)
--- | :---
Nosy | @birkenfeld, @etrepum
Files | <li>[struct-unsignedlong.diff](https://bugs.python.org/file1730/struct-unsignedlong.diff "Uploaded as text/plain at 2006-02-20.20:52:43 by @birkenfeld")</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/etrepum'
closed_at = <Date 2006-05-26.13:16:46.000>
created_at = <Date 2005-06-28.23:30:21.000>
labels = ['library']
title = 'No struct.pack exception for some out of range integers'
updated_at = <Date 2006-05-26.13:16:46.000>
user = 'https://bugs.python.org/moese'
```
bugs.python.org fields:
```python
activity = <Date 2006-05-26.13:16:46.000>
actor = 'bob.ippolito'
assignee = 'bob.ippolito'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-28.23:30:21.000>
creator = 'moese'
dependencies = []
files = ['1730']
hgrepos = []
issue_num = 1229380
keywords = []
message_count = 5.0
messages = ['25667', '25668', '25669', '25670', '25671']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'isandler', 'bob.ippolito', 'moese']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229380'
versions = ['Python 2.4']
```
</p></details>
| No struct.pack exception for some out of range integers | https://api.github.com/repos/python/cpython/issues/42138/comments | 5 | 2005-06-28T23:30:21Z | 2022-04-09T23:54:32Z | https://github.com/python/cpython/issues/42138 | 1,198,809,053 | 42,138 |
[
"python",
"cpython"
] | BPO | [1229280](https://bugs.python.org/issue1229280)
--- | :---
Files | <li>[Python-2.4-wrappy.patch](https://bugs.python.org/file6714/Python-2.4-wrappy.patch "Uploaded as text/plain at 2005-06-28.20:11:03 by gregcouch"): Patch for optional mutable builtin types</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-06-28.20:11:03.000>
created_at = <Date 2005-06-28.20:11:03.000>
labels = ['interpreter-core']
title = 'optionally allow mutable builtin types'
updated_at = <Date 2005-06-28.20:11:03.000>
user = 'https://bugs.python.org/gregcouch'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-28.20:11:03.000>
actor = 'gregcouch'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-28.20:11:03.000>
creator = 'gregcouch'
dependencies = []
files = ['6714']
hgrepos = []
issue_num = 1229280
keywords = ['patch']
message_count = 1.0
messages = ['48532']
nosy_count = 1.0
nosy_names = ['gregcouch']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229280'
versions = ['Python 2.4']
```
</p></details>
| optionally allow mutable builtin types | https://api.github.com/repos/python/cpython/issues/42137/comments | 1 | 2005-06-28T20:11:03Z | 2022-04-09T23:54:30Z | https://github.com/python/cpython/issues/42137 | 1,198,809,050 | 42,137 |
[
"python",
"cpython"
] | BPO | [1229264](https://bugs.python.org/issue1229264)
--- | :---
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 2005-06-28.20:01:37.000>
created_at = <Date 2005-06-28.19:47:14.000>
labels = ['invalid']
title = 'error whit dict working whith class'
updated_at = <Date 2005-06-28.20:01:37.000>
user = 'https://bugs.python.org/st2015'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-28.20:01:37.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-28.19:47:14.000>
creator = 'st2015'
dependencies = []
files = []
hgrepos = []
issue_num = 1229264
keywords = []
message_count = 4.0
messages = ['25663', '25664', '25665', '25666']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'st2015']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1229264'
versions = ['Python 2.3']
```
</p></details>
| error whit dict working whith class | https://api.github.com/repos/python/cpython/issues/42136/comments | 4 | 2005-06-28T19:47:14Z | 2022-04-09T23:54:29Z | https://github.com/python/cpython/issues/42136 | 1,198,809,047 | 42,136 |
[
"python",
"cpython"
] | BPO | [1229239](https://bugs.python.org/issue1229239)
--- | :---
Nosy | @loewis, @terryjreedy
Files | <li>[Python-2.4-wrappy.patch](https://bugs.python.org/file6713/Python-2.4-wrappy.patch "Uploaded as text/plain at 2005-06-28.18:57:26 by gregcouch"): Patch for optional mutable builtin types</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 2012-06-16.21:23:43.902>
created_at = <Date 2005-06-28.18:57:26.000>
labels = ['interpreter-core', 'type-feature']
title = 'optionally allow mutable builtin types'
updated_at = <Date 2012-06-16.21:23:43.901>
user = 'https://bugs.python.org/gregcouch'
```
bugs.python.org fields:
```python
activity = <Date 2012-06-16.21:23:43.901>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2012-06-16.21:23:43.902>
closer = 'terry.reedy'
components = ['Interpreter Core']
creation = <Date 2005-06-28.18:57:26.000>
creator = 'gregcouch'
dependencies = []
files = ['6713']
hgrepos = []
issue_num = 1229239
keywords = ['patch']
message_count = 5.0
messages = ['48529', '48530', '48531', '82391', '162994']
nosy_count = 3.0
nosy_names = ['loewis', 'terry.reedy', 'gregcouch']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1229239'
versions = ['Python 3.2']
```
</p></details>
| optionally allow mutable builtin types | https://api.github.com/repos/python/cpython/issues/42135/comments | 5 | 2005-06-28T18:57:26Z | 2022-04-09T23:54:28Z | https://github.com/python/cpython/issues/42135 | 1,198,809,043 | 42,135 |
[
"python",
"cpython"
] | BPO | [1228904](https://bugs.python.org/issue1228904)
--- | :---
Nosy | @birkenfeld, @birkenfeld, @rhettinger
Files | <li>[extref.py](https://bugs.python.org/file1729/extref.py "Uploaded as text/plain at 2005-06-28.10:32:36 by paolo_veronelli"): Working example</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/birkenfeld'
closed_at = <Date 2005-07-02.17:49:49.000>
created_at = <Date 2005-06-28.10:32:35.000>
labels = ['docs']
title = 'weakref example broken'
updated_at = <Date 2005-07-02.17:49:49.000>
user = 'https://bugs.python.org/paoloveronelli'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-02.17:49:49.000>
actor = 'rhettinger'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-28.10:32:35.000>
creator = 'paolo_veronelli'
dependencies = []
files = ['1729']
hgrepos = []
issue_num = 1228904
keywords = []
message_count = 4.0
messages = ['25659', '25660', '25661', '25662']
nosy_count = 5.0
nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'pterk', 'paolo_veronelli']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1228904'
versions = ['Python 2.4']
```
</p></details>
| weakref example broken | https://api.github.com/repos/python/cpython/issues/42134/comments | 4 | 2005-06-28T10:32:35Z | 2022-04-09T23:54:28Z | https://github.com/python/cpython/issues/42134 | 1,198,809,039 | 42,134 |
[
"python",
"cpython"
] | BPO | [1228830](https://bugs.python.org/issue1228830)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-06-28.15:24:24.000>
created_at = <Date 2005-06-28.07:53:09.000>
labels = ['invalid', 'docs']
title = 'update to 7.15 zlib & 7.18.1 ZipFile Objects docs'
updated_at = <Date 2005-06-28.15:24:24.000>
user = 'https://bugs.python.org/brianvanden'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-28.15:24:24.000>
actor = 'brianvanden'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-28.07:53:09.000>
creator = 'brianvanden'
dependencies = []
files = []
hgrepos = []
issue_num = 1228830
keywords = []
message_count = 2.0
messages = ['25657', '25658']
nosy_count = 1.0
nosy_names = ['brianvanden']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1228830'
versions = []
```
</p></details>
| update to 7.15 zlib & 7.18.1 ZipFile Objects docs | https://api.github.com/repos/python/cpython/issues/42133/comments | 2 | 2005-06-28T07:53:09Z | 2022-04-09T23:54:26Z | https://github.com/python/cpython/issues/42133 | 1,198,809,036 | 42,133 |
[
"python",
"cpython"
] | BPO | [1228112](https://bugs.python.org/issue1228112)
--- | :---
Nosy | @mwhudson, @tebeka, @ncoghlan, @Trundle
Files | <li>[code.patch](https://bugs.python.org/file6711/code.patch "Uploaded as text/plain at 2005-06-27.09:33:01 by @tebeka"): Patch for code.py</li><li>[code1.patch](https://bugs.python.org/file6712/code1.patch "Uploaded as text/plain at 2005-06-28.06:44:24 by @tebeka"): Patch 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 = None
closed_at = <Date 2012-08-21.01:19:16.036>
created_at = <Date 2005-06-27.09:33:01.000>
labels = ['easy', 'type-feature', 'library']
title = 'code.py use sys.excepthook to display exceptions'
updated_at = <Date 2012-08-21.01:19:16.035>
user = 'https://github.com/tebeka'
```
bugs.python.org fields:
```python
activity = <Date 2012-08-21.01:19:16.035>
actor = 'tebeka'
assignee = 'none'
closed = True
closed_date = <Date 2012-08-21.01:19:16.036>
closer = 'tebeka'
components = ['Library (Lib)']
creation = <Date 2005-06-27.09:33:01.000>
creator = 'tebeka'
dependencies = []
files = ['6711', '6712']
hgrepos = []
issue_num = 1228112
keywords = ['patch', 'easy']
message_count = 6.0
messages = ['48525', '48526', '48527', '48528', '168722', '168725']
nosy_count = 5.0
nosy_names = ['mwh', 'tebeka', 'ncoghlan', 'Trundle', 'aliles']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1228112'
versions = ['Python 3.2']
```
</p></details>
| code.py use sys.excepthook to display exceptions | https://api.github.com/repos/python/cpython/issues/42132/comments | 6 | 2005-06-27T09:33:01Z | 2022-04-09T23:54:25Z | https://github.com/python/cpython/issues/42132 | 1,198,809,033 | 42,132 |
[
"python",
"cpython"
] | BPO | [1228053](https://bugs.python.org/issue1228053)
--- | :---
Nosy | @tim-one, @terryjreedy
<sup>*Note: these values reflect the state of the issue at 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-06-30.21:54:57.000>
created_at = <Date 2005-06-27.06:54:42.000>
labels = ['build', 'invalid']
title = 'usage of type "char*" instead of "const char*"'
updated_at = <Date 2005-06-30.21:54:57.000>
user = 'https://bugs.python.org/ekholm'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-30.21:54:57.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-06-27.06:54:42.000>
creator = 'ekholm'
dependencies = []
files = []
hgrepos = []
issue_num = 1228053
keywords = []
message_count = 6.0
messages = ['25651', '25652', '25653', '25654', '25655', '25656']
nosy_count = 3.0
nosy_names = ['tim.peters', 'terry.reedy', 'ekholm']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1228053'
versions = ['Python 2.4']
```
</p></details>
| usage of type "char*" instead of "const char*" | https://api.github.com/repos/python/cpython/issues/42131/comments | 6 | 2005-06-27T06:54:42Z | 2022-04-09T23:54:23Z | https://github.com/python/cpython/issues/42131 | 1,198,809,030 | 42,131 |
[
"python",
"cpython"
] | BPO | [1228015](https://bugs.python.org/issue1228015)
--- | :---
Nosy | @mwhudson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2005-06-27.10:22:11.000>
created_at = <Date 2005-06-27.04:30:21.000>
labels = ['extension-modules']
title = 'cPickle and pickle dump bug (inf float)'
updated_at = <Date 2005-06-27.10:22:11.000>
user = 'https://bugs.python.org/bolzonella'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-27.10:22:11.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-06-27.04:30:21.000>
creator = 'bolzonella'
dependencies = []
files = []
hgrepos = []
issue_num = 1228015
keywords = []
message_count = 2.0
messages = ['25649', '25650']
nosy_count = 2.0
nosy_names = ['mwh', 'bolzonella']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1228015'
versions = []
```
</p></details>
| cPickle and pickle dump bug (inf float) | https://api.github.com/repos/python/cpython/issues/42130/comments | 2 | 2005-06-27T04:30:21Z | 2022-04-09T23:54:23Z | https://github.com/python/cpython/issues/42130 | 1,198,809,026 | 42,130 |
[
"python",
"cpython"
] | BPO | [1227966](https://bugs.python.org/issue1227966)
--- | :---
Nosy | @loewis
Files | <li>[pyconfigure.diff](https://bugs.python.org/file6710/pyconfigure.diff "Uploaded as text/plain at 2005-06-27.00:32:47 by slashlib"): patch for configure.in</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-11-26.11:39:38.000>
created_at = <Date 2005-06-27.00:32:46.000>
labels = ['build']
title = 'solaris 10 should not define _XOPEN_SOURCE_EXTENDED'
updated_at = <Date 2005-11-26.11:39:38.000>
user = 'https://bugs.python.org/slashlib'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-26.11:39:38.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-06-27.00:32:46.000>
creator = 'slashlib'
dependencies = []
files = ['6710']
hgrepos = []
issue_num = 1227966
keywords = ['patch']
message_count = 2.0
messages = ['48523', '48524']
nosy_count = 2.0
nosy_names = ['loewis', 'slashlib']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227966'
versions = ['Python 2.4']
```
</p></details>
| solaris 10 should not define _XOPEN_SOURCE_EXTENDED | https://api.github.com/repos/python/cpython/issues/42129/comments | 2 | 2005-06-27T00:32:46Z | 2022-04-09T23:54:21Z | https://github.com/python/cpython/issues/42129 | 1,198,809,025 | 42,129 |
[
"python",
"cpython"
] | BPO | [1227955](https://bugs.python.org/issue1227955)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-20.08:05:40.000>
created_at = <Date 2005-06-26.23:38:47.000>
labels = ['extension-modules']
title = 'shelve/bsddb crash on db close'
updated_at = <Date 2006-03-20.08:05:40.000>
user = 'https://bugs.python.org/ses4j'
```
bugs.python.org fields:
```python
activity = <Date 2006-03-20.08:05:40.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-06-26.23:38:47.000>
creator = 'ses4j'
dependencies = []
files = []
hgrepos = []
issue_num = 1227955
keywords = []
message_count = 4.0
messages = ['25645', '25646', '25647', '25648']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'ses4j']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227955'
versions = ['Python 2.4']
```
</p></details>
| shelve/bsddb crash on db close | https://api.github.com/repos/python/cpython/issues/42128/comments | 4 | 2005-06-26T23:38:47Z | 2022-04-09T23:54:20Z | https://github.com/python/cpython/issues/42128 | 1,198,809,024 | 42,128 |
[
"python",
"cpython"
] | BPO | [1227748](https://bugs.python.org/issue1227748)
--- | :---
Nosy | @ndparker, @eryksun, @iritkatriel
Files | <li>[1227748.patch](https://bugs.python.org/file20411/1227748.patch "Uploaded as text/plain at 2011-01-15.06:47:51 by rosslagerwall"): Doc 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 = None
created_at = <Date 2005-06-26.13:37:33.000>
labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'library', 'docs']
title = 'doc: subprocess: inheritance of std descriptors inconsistent'
updated_at = <Date 2021-04-29.11:14:57.614>
user = 'https://github.com/ndparker'
```
bugs.python.org fields:
```python
activity = <Date 2021-04-29.11:14:57.614>
actor = 'vstinner'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation', 'Library (Lib)']
creation = <Date 2005-06-26.13:37:33.000>
creator = 'ndparker'
dependencies = []
files = ['20411']
hgrepos = []
issue_num = 1227748
keywords = ['patch', 'easy']
message_count = 6.0
messages = ['25643', '25644', '63330', '126315', '392244', '392270']
nosy_count = 7.0
nosy_names = ['astrand', 'ndparker', 'kiilerix', 'docs@python', 'rosslagerwall', 'eryksun', 'iritkatriel']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1227748'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
```
</p></details>
<!-- gh-linked-prs -->
### Linked PRs
* gh-97614
<!-- /gh-linked-prs -->
| doc: subprocess: inheritance of std descriptors inconsistent | https://api.github.com/repos/python/cpython/issues/42127/comments | 8 | 2005-06-26T13:37:33Z | 2023-07-11T18:20:03Z | https://github.com/python/cpython/issues/42127 | 1,198,809,019 | 42,127 |
[
"python",
"cpython"
] | BPO | [1227568](https://bugs.python.org/issue1227568)
--- | :---
Files | <li>[1219273.patch](https://bugs.python.org/file6709/1219273.patch "Uploaded as text/plain at 2005-06-25.22:49:15 by pterk")</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-10-03.00:39:09.000>
created_at = <Date 2005-06-25.22:49:15.000>
labels = []
title = 'Patch for (Doc) bug python/cpython#42075'
updated_at = <Date 2005-10-03.00:39:09.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.00:39:09.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-25.22:49:15.000>
creator = 'pterk'
dependencies = []
files = ['6709']
hgrepos = []
issue_num = 1227568
keywords = ['patch']
message_count = 2.0
messages = ['48521', '48522']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227568'
versions = []
```
</p></details>
| Patch for (Doc) bug #1219273 | https://api.github.com/repos/python/cpython/issues/42126/comments | 2 | 2005-06-25T22:49:15Z | 2022-04-09T23:54:18Z | https://github.com/python/cpython/issues/42126 | 1,198,809,016 | 42,126 |
[
"python",
"cpython"
] | BPO | [1227545](https://bugs.python.org/issue1227545)
--- | :---
Nosy | @malemburg, @birkenfeld
Files | <li>[1212195.patch](https://bugs.python.org/file6708/1212195.patch "Uploaded as text/plain at 2005-06-25.22:03:54 by pterk")</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 2005-09-01.08:18:29.000>
created_at = <Date 2005-06-25.22:03:53.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#42036'
updated_at = <Date 2005-09-01.08:18:29.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-01.08:18:29.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.22:03:53.000>
creator = 'pterk'
dependencies = []
files = ['6708']
hgrepos = []
issue_num = 1227545
keywords = ['patch']
message_count = 5.0
messages = ['48516', '48517', '48518', '48519', '48520']
nosy_count = 3.0
nosy_names = ['lemburg', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227545'
versions = []
```
</p></details>
| Patch for (Doc) bug #1212195 | https://api.github.com/repos/python/cpython/issues/42125/comments | 5 | 2005-06-25T22:03:53Z | 2022-04-09T23:54:18Z | https://github.com/python/cpython/issues/42125 | 1,198,809,014 | 42,125 |
[
"python",
"cpython"
] | BPO | [1227513](https://bugs.python.org/issue1227513)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[iterableuserdict.patch](https://bugs.python.org/file6707/iterableuserdict.patch "Uploaded as text/plain at 2005-06-25.20:55:14 by pterk")</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/birkenfeld'
closed_at = <Date 2005-06-25.21:04:58.000>
created_at = <Date 2005-06-25.20:55:14.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#41718'
updated_at = <Date 2005-06-25.21:04:58.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.21:04:58.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.20:55:14.000>
creator = 'pterk'
dependencies = []
files = ['6707']
hgrepos = []
issue_num = 1227513
keywords = ['patch']
message_count = 2.0
messages = ['48514', '48515']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227513'
versions = []
```
</p></details>
| Patch for (Doc) bug #1166582 | https://api.github.com/repos/python/cpython/issues/42124/comments | 2 | 2005-06-25T20:55:14Z | 2022-04-09T23:54:16Z | https://github.com/python/cpython/issues/42124 | 1,198,809,012 | 42,124 |
[
"python",
"cpython"
] | BPO | [1227495](https://bugs.python.org/issue1227495)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[tmpfile.links.patch](https://bugs.python.org/file6706/tmpfile.links.patch "Uploaded as text/plain at 2005-06-25.20:36:41 by pterk")</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/birkenfeld'
closed_at = <Date 2005-06-25.20:45:03.000>
created_at = <Date 2005-06-25.20:21:42.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#41879'
updated_at = <Date 2005-06-25.20:45:03.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.20:45:03.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.20:21:42.000>
creator = 'pterk'
dependencies = []
files = ['6706']
hgrepos = []
issue_num = 1227495
keywords = ['patch']
message_count = 2.0
messages = ['48512', '48513']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227495'
versions = []
```
</p></details>
| Patch for (Doc) bug #1186072 | https://api.github.com/repos/python/cpython/issues/42123/comments | 2 | 2005-06-25T20:21:42Z | 2022-04-09T23:54:15Z | https://github.com/python/cpython/issues/42123 | 1,198,809,008 | 42,123 |
[
"python",
"cpython"
] | BPO | [1227489](https://bugs.python.org/issue1227489)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[property.example.patch](https://bugs.python.org/file6705/property.example.patch "Uploaded as text/plain at 2005-06-25.19:57:51 by pterk"): 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/birkenfeld'
closed_at = <Date 2005-06-25.20:08:40.000>
created_at = <Date 2005-06-25.19:57:51.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#41789'
updated_at = <Date 2005-06-25.20:08:40.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.20:08:40.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.19:57:51.000>
creator = 'pterk'
dependencies = []
files = ['6705']
hgrepos = []
issue_num = 1227489
keywords = ['patch']
message_count = 2.0
messages = ['48510', '48511']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227489'
versions = []
```
</p></details>
| Patch for (Doc) bug #1175022 | https://api.github.com/repos/python/cpython/issues/42122/comments | 2 | 2005-06-25T19:57:51Z | 2022-04-09T23:54:14Z | https://github.com/python/cpython/issues/42122 | 1,198,809,005 | 42,122 |
[
"python",
"cpython"
] | BPO | [1227480](https://bugs.python.org/issue1227480)
--- | :---
Nosy | @birkenfeld, @josiahcarlson
Files | <li>[test1.py](https://bugs.python.org/file1728/test1.py "Uploaded as text/plain at 2005-06-29.14:33:25 by mmf1987"): test1.py - the little CGI script written in Python</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-06-30.08:49:54.000>
created_at = <Date 2005-06-25.19:24:48.000>
labels = ['interpreter-core']
title = 'Two requests to one file are not done in parallel'
updated_at = <Date 2005-06-30.08:49:54.000>
user = 'https://bugs.python.org/mmf1987'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-30.08:49:54.000>
actor = 'jafo'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-25.19:24:48.000>
creator = 'mmf1987'
dependencies = []
files = ['1728']
hgrepos = []
issue_num = 1227480
keywords = []
message_count = 11.0
messages = ['25632', '25633', '25634', '25635', '25636', '25637', '25638', '25639', '25640', '25641', '25642']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'jafo', 'josiahcarlson', 'mmf1987']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227480'
versions = []
```
</p></details>
| Two requests to one file are not done in parallel | https://api.github.com/repos/python/cpython/issues/42121/comments | 11 | 2005-06-25T19:24:48Z | 2022-04-09T23:54:12Z | https://github.com/python/cpython/issues/42121 | 1,198,809,000 | 42,121 |
[
"python",
"cpython"
] | BPO | [1227444](https://bugs.python.org/issue1227444)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[unsetenv.patch](https://bugs.python.org/file6704/unsetenv.patch "Uploaded as text/plain at 2005-06-25.17:28:36 by pterk")</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/birkenfeld'
closed_at = <Date 2005-06-25.18:48:18.000>
created_at = <Date 2005-06-25.17:28:35.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#42111 '
updated_at = <Date 2005-06-25.18:48:18.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.18:48:18.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.17:28:35.000>
creator = 'pterk'
dependencies = []
files = ['6704']
hgrepos = []
issue_num = 1227444
keywords = ['patch']
message_count = 2.0
messages = ['48508', '48509']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227444'
versions = []
```
</p></details>
| Patch for (Doc) bug #1225705 | https://api.github.com/repos/python/cpython/issues/42120/comments | 2 | 2005-06-25T17:28:35Z | 2022-04-09T23:54:12Z | https://github.com/python/cpython/issues/42120 | 1,198,808,994 | 42,120 |
[
"python",
"cpython"
] | BPO | [1227442](https://bugs.python.org/issue1227442)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[address-to-string.patch](https://bugs.python.org/file6703/address-to-string.patch "Uploaded as text/plain at 2005-06-25.17:24:02 by pterk")</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/birkenfeld'
closed_at = <Date 2005-06-25.18:25:05.000>
created_at = <Date 2005-06-25.17:24:01.000>
labels = ['docs']
title = 'Patch for (Doc) bug python/cpython#42067'
updated_at = <Date 2005-06-25.18:25:05.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.18:25:05.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-25.17:24:01.000>
creator = 'pterk'
dependencies = []
files = ['6703']
hgrepos = []
issue_num = 1227442
keywords = ['patch']
message_count = 2.0
messages = ['48506', '48507']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227442'
versions = []
```
</p></details>
| Patch for (Doc) bug #1217513 | https://api.github.com/repos/python/cpython/issues/42119/comments | 2 | 2005-06-25T17:24:01Z | 2022-04-09T23:54:11Z | https://github.com/python/cpython/issues/42119 | 1,198,808,987 | 42,119 |
[
"python",
"cpython"
] | BPO | [1227181](https://bugs.python.org/issue1227181)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-06-24.20:57:32.000>
created_at = <Date 2005-06-24.18:23:01.000>
labels = ['docs']
title = 'CGIXMLRPCRequestHandler example uses nonexistant "div()"'
updated_at = <Date 2005-06-24.20:57:32.000>
user = 'https://bugs.python.org/dyoo'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-24.20:57:32.000>
actor = 'dyoo'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-24.18:23:01.000>
creator = 'dyoo'
dependencies = []
files = []
hgrepos = []
issue_num = 1227181
keywords = []
message_count = 2.0
messages = ['25630', '25631']
nosy_count = 1.0
nosy_names = ['dyoo']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227181'
versions = []
```
</p></details>
| CGIXMLRPCRequestHandler example uses nonexistant "div()" | https://api.github.com/repos/python/cpython/issues/42118/comments | 2 | 2005-06-24T18:23:01Z | 2022-04-09T23:54:09Z | https://github.com/python/cpython/issues/42118 | 1,198,808,985 | 42,118 |
[
"python",
"cpython"
] | BPO | [1227166](https://bugs.python.org/issue1227166)
--- | :---
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-06-29.20:15:09.000>
created_at = <Date 2005-06-24.18:01:42.000>
labels = ['library']
title = 'Queue class does not inherit object'
updated_at = <Date 2005-06-29.20:15:09.000>
user = 'https://bugs.python.org/jbabel'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-29.20:15:09.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-24.18:01:42.000>
creator = 'jbabel'
dependencies = []
files = []
hgrepos = []
issue_num = 1227166
keywords = []
message_count = 2.0
messages = ['25628', '25629']
nosy_count = 2.0
nosy_names = ['rhettinger', 'jbabel']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1227166'
versions = ['Python 2.4']
```
</p></details>
| Queue class does not inherit object | https://api.github.com/repos/python/cpython/issues/42117/comments | 2 | 2005-06-24T18:01:42Z | 2022-04-09T23:54:08Z | https://github.com/python/cpython/issues/42117 | 1,198,808,975 | 42,117 |
[
"python",
"cpython"
] | BPO | [1226969](https://bugs.python.org/issue1226969)
--- | :---
Nosy | @loewis, @birkenfeld
Files | <li>[python_crash.2](https://bugs.python.org/file1727/python_crash.2 "Uploaded as text/plain at 2005-06-24.13:05:07 by jacobo_es"): prove & gdb debugging</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-06.13:19:08.000>
created_at = <Date 2005-06-24.13:05:07.000>
labels = ['interpreter-core', 'invalid']
title = 'segfault in os module'
updated_at = <Date 2005-08-06.13:19:08.000>
user = 'https://bugs.python.org/jacoboes'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-06.13:19:08.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-24.13:05:07.000>
creator = 'jacobo_es'
dependencies = []
files = ['1727']
hgrepos = []
issue_num = 1226969
keywords = []
message_count = 5.0
messages = ['25623', '25624', '25625', '25626', '25627']
nosy_count = 3.0
nosy_names = ['loewis', 'georg.brandl', 'jacobo_es']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1226969'
versions = ['Python 2.4']
```
</p></details>
| segfault in os module | https://api.github.com/repos/python/cpython/issues/42116/comments | 5 | 2005-06-24T13:05:07Z | 2022-04-09T23:54:07Z | https://github.com/python/cpython/issues/42116 | 1,198,808,969 | 42,116 |
[
"python",
"cpython"
] | BPO | [1226955](https://bugs.python.org/issue1226955)
--- | :---
Nosy | @mwhudson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2005-06-24.13:19:36.000>
created_at = <Date 2005-06-24.12:35:18.000>
labels = ['extension-modules']
title = 'cPickle and pickle dump bug (inf float)'
updated_at = <Date 2005-06-24.13:19:36.000>
user = 'https://bugs.python.org/bolzonella'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-24.13:19:36.000>
actor = 'mwh'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-06-24.12:35:18.000>
creator = 'bolzonella'
dependencies = []
files = []
hgrepos = []
issue_num = 1226955
keywords = []
message_count = 2.0
messages = ['25621', '25622']
nosy_count = 2.0
nosy_names = ['mwh', 'bolzonella']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1226955'
versions = []
```
</p></details>
| cPickle and pickle dump bug (inf float) | https://api.github.com/repos/python/cpython/issues/42115/comments | 2 | 2005-06-24T12:35:18Z | 2022-04-09T23:54:07Z | https://github.com/python/cpython/issues/42115 | 1,198,808,966 | 42,115 |
[
"python",
"cpython"
] | BPO | [1226404](https://bugs.python.org/issue1226404)
--- | :---
Nosy | @mwhudson, @tim-one, @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-06-23.17:49:19.000>
created_at = <Date 2005-06-23.17:30:46.000>
labels = ['interpreter-core', 'invalid']
title = "Can't take sequence slice past 32K"
updated_at = <Date 2005-06-23.17:49:19.000>
user = 'https://bugs.python.org/gcash'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-23.17:49:19.000>
actor = 'mwh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-23.17:30:46.000>
creator = 'gcash'
dependencies = []
files = []
hgrepos = []
issue_num = 1226404
keywords = []
message_count = 4.0
messages = ['25617', '25618', '25619', '25620']
nosy_count = 4.0
nosy_names = ['mwh', 'tim.peters', 'georg.brandl', 'gcash']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1226404'
versions = ['Python 2.4']
```
</p></details>
| Can't take sequence slice past 32K | https://api.github.com/repos/python/cpython/issues/42114/comments | 4 | 2005-06-23T17:30:46Z | 2022-04-09T23:54:05Z | https://github.com/python/cpython/issues/42114 | 1,198,808,963 | 42,114 |
[
"python",
"cpython"
] | BPO | [1226256](https://bugs.python.org/issue1226256)
--- | :---
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-07-13.21:58:53.000>
created_at = <Date 2005-06-23.13:26:36.000>
labels = ['type-feature', 'library']
title = "Add Jason Orendorff's path module to stdlib"
updated_at = <Date 2005-07-13.21:58:53.000>
user = 'https://bugs.python.org/hoffman'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-13.21:58:53.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-23.13:26:36.000>
creator = 'hoffman'
dependencies = []
files = []
hgrepos = []
issue_num = 1226256
keywords = []
message_count = 3.0
messages = ['54576', '54577', '54578']
nosy_count = 2.0
nosy_names = ['rhettinger', 'hoffman']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1226256'
versions = []
```
</p></details>
| Add Jason Orendorff's path module to stdlib | https://api.github.com/repos/python/cpython/issues/42113/comments | 3 | 2005-06-23T13:26:36Z | 2022-04-09T23:54:04Z | https://github.com/python/cpython/issues/42113 | 1,198,808,959 | 42,113 |
[
"python",
"cpython"
] | BPO | [1225769](https://bugs.python.org/issue1225769)
--- | :---
Nosy | @smontanaro, @rhettinger, @amauryfa, @orsenthil, @pitrou, @merwok, @kynan
Files | <li>[csv.diff](https://bugs.python.org/file6701/csv.diff "Uploaded as text/plain at 2005-06-22.19:48:01 by iain_haslam"): Proposed diffs to implement commented records.</li><li>[csv_comment_doc_test.diff](https://bugs.python.org/file6702/csv_comment_doc_test.diff "Uploaded as text/plain at 2005-06-30.23:40:58 by iain_haslam"): Test and documentation diff</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-02-04.02:10:23.012>
created_at = <Date 2005-06-22.19:48:01.000>
labels = ['library']
title = 'Proposal to implement comment rows in csv module'
updated_at = <Date 2010-08-29.13:40:43.212>
user = 'https://bugs.python.org/iainhaslam'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-29.13:40:43.212>
actor = 'kynan'
assignee = 'andrewmcnamara'
closed = True
closed_date = <Date 2010-02-04.02:10:23.012>
closer = 'andrewmcnamara'
components = ['Library (Lib)']
creation = <Date 2005-06-22.19:48:01.000>
creator = 'iain_haslam'
dependencies = []
files = ['6701', '6702']
hgrepos = []
issue_num = 1225769
keywords = ['patch']
message_count = 20.0
messages = ['48499', '48500', '48501', '48502', '48503', '48504', '48505', '65434', '65505', '65506', '98415', '98421', '98422', '98426', '98436', '98438', '98447', '98807', '98808', '98812']
nosy_count = 10.0
nosy_names = ['skip.montanaro', 'rhettinger', 'amaury.forgeotdarc', 'andrewmcnamara', 'orsenthil', 'pitrou', 'iain_haslam', 'eric.araujo', 'Mario.Fasold', 'kynan']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225769'
versions = ['Python 2.5']
```
</p></details>
| Proposal to implement comment rows in csv module | https://api.github.com/repos/python/cpython/issues/42112/comments | 20 | 2005-06-22T19:48:01Z | 2022-04-09T23:54:03Z | https://github.com/python/cpython/issues/42112 | 1,198,808,956 | 42,112 |
[
"python",
"cpython"
] | BPO | [1225705](https://bugs.python.org/issue1225705)
--- | :---
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-25.18:47:49.000>
created_at = <Date 2005-06-22.18:09:06.000>
labels = ['docs']
title = 'os.environ documentation should mention unsetenv'
updated_at = <Date 2005-06-25.18:47:49.000>
user = 'https://bugs.python.org/bwelling'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.18:47:49.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-22.18:09:06.000>
creator = 'bwelling'
dependencies = []
files = []
hgrepos = []
issue_num = 1225705
keywords = []
message_count = 2.0
messages = ['25615', '25616']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'bwelling']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225705'
versions = ['Python 2.5']
```
</p></details>
| os.environ documentation should mention unsetenv | https://api.github.com/repos/python/cpython/issues/42111/comments | 2 | 2005-06-22T18:09:06Z | 2022-04-09T23:54:02Z | https://github.com/python/cpython/issues/42111 | 1,198,808,953 | 42,111 |
[
"python",
"cpython"
] | BPO | [1225584](https://bugs.python.org/issue1225584)
--- | :---
Nosy | @mwhudson, @nascheme, @terryjreedy, @ncoghlan, @pitrou
<sup>*Note: these values reflect the state of the issue at the time it 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 2014-12-07.23:00:58.218>
created_at = <Date 2005-06-22.14:43:27.000>
labels = ['interpreter-core', 'OS-windows', 'type-crash']
title = 'crash in gcmodule.c on python reinitialization'
updated_at = <Date 2014-12-07.23:00:58.216>
user = 'https://bugs.python.org/amiseler'
```
bugs.python.org fields:
```python
activity = <Date 2014-12-07.23:00:58.216>
actor = 'terry.reedy'
assignee = 'nascheme'
closed = True
closed_date = <Date 2014-12-07.23:00:58.218>
closer = 'terry.reedy'
components = ['Interpreter Core', 'Windows']
creation = <Date 2005-06-22.14:43:27.000>
creator = 'amiseler'
dependencies = []
files = []
hgrepos = []
issue_num = 1225584
keywords = []
message_count = 13.0
messages = ['25610', '25611', '25612', '25613', '25614', '57834', '58670', '214526', '214539', '214540', '214549', '214593', '232287']
nosy_count = 10.0
nosy_names = ['mwh', 'jhylton', 'nascheme', 'terry.reedy', 'amiseler', 'ncoghlan', 'Rhamphoryncus', 'pitrou', 'ita', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue1225584'
versions = ['Python 2.6', 'Python 2.5']
```
</p></details>
| crash in gcmodule.c on python reinitialization | https://api.github.com/repos/python/cpython/issues/42110/comments | 13 | 2005-06-22T14:43:27Z | 2022-04-09T23:54:01Z | https://github.com/python/cpython/issues/42110 | 1,198,808,950 | 42,110 |
[
"python",
"cpython"
] | BPO | [1225466](https://bugs.python.org/issue1225466)
--- | :---
Nosy | @birkenfeld
Files | <li>[bz2fileinput.patch](https://bugs.python.org/file6700/bz2fileinput.patch "Uploaded as text/plain at 2005-06-22.11:50:15 by sib4"): bz2fileinput 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-09-01.14:01:05.000>
created_at = <Date 2005-06-22.11:50:15.000>
labels = ['library']
title = 'fileinput openfile patch, bz2fileinput'
updated_at = <Date 2005-09-01.14:01:05.000>
user = 'https://bugs.python.org/sib4'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-01.14:01:05.000>
actor = 'sib4'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-22.11:50:15.000>
creator = 'sib4'
dependencies = []
files = ['6700']
hgrepos = []
issue_num = 1225466
keywords = ['patch']
message_count = 4.0
messages = ['48495', '48496', '48497', '48498']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'hoffman', 'sib4']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225466'
versions = ['Python 2.3']
```
</p></details>
| fileinput openfile patch, bz2fileinput | https://api.github.com/repos/python/cpython/issues/42109/comments | 4 | 2005-06-22T11:50:15Z | 2022-04-09T23:53:59Z | https://github.com/python/cpython/issues/42109 | 1,198,808,947 | 42,109 |
[
"python",
"cpython"
] | BPO | [1225212](https://bugs.python.org/issue1225212)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[hpux_ia64_port.patch](https://bugs.python.org/file6699/hpux_ia64_port.patch "Uploaded as text/plain at 2005-09-08.23:29:34 by @gvanrossum"): added Elemental copyright notice</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gvanrossum'
closed_at = <Date 2005-09-14.17:57:24.000>
created_at = <Date 2005-06-21.23:34:34.000>
labels = ['interpreter-core']
title = 'HP-UX ia64 64-bit Python executable'
updated_at = <Date 2005-09-14.17:57:24.000>
user = 'https://bugs.python.org/peterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-09-14.17:57:24.000>
actor = 'gvanrossum'
assignee = 'gvanrossum'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-21.23:34:34.000>
creator = 'peterk'
dependencies = []
files = ['6699']
hgrepos = []
issue_num = 1225212
keywords = ['patch']
message_count = 4.0
messages = ['48491', '48492', '48493', '48494']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'peterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225212'
versions = ['Python 2.4']
```
</p></details>
| HP-UX ia64 64-bit Python executable | https://api.github.com/repos/python/cpython/issues/42108/comments | 4 | 2005-06-21T23:34:34Z | 2022-04-09T23:53:59Z | https://github.com/python/cpython/issues/42108 | 1,198,808,943 | 42,108 |
[
"python",
"cpython"
] | BPO | [1225107](https://bugs.python.org/issue1225107)
--- | :---
Nosy | @benjaminp, @jkloth
<sup>*Note: these values reflect the state of the issue at 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-01-17.22:28:08.240>
created_at = <Date 2005-06-21.20:20:01.000>
labels = ['library']
title = 'inspect.isclass() fails with custom __getattr__'
updated_at = <Date 2009-01-17.22:28:08.232>
user = 'https://github.com/jkloth'
```
bugs.python.org fields:
```python
activity = <Date 2009-01-17.22:28:08.232>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-01-17.22:28:08.240>
closer = 'benjamin.peterson'
components = ['Library (Lib)']
creation = <Date 2005-06-21.20:20:01.000>
creator = 'jkloth'
dependencies = []
files = []
hgrepos = []
issue_num = 1225107
keywords = []
message_count = 2.0
messages = ['60765', '80054']
nosy_count = 2.0
nosy_names = ['benjamin.peterson', 'jkloth']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225107'
versions = []
```
</p></details>
| inspect.isclass() fails with custom __getattr__ | https://api.github.com/repos/python/cpython/issues/42107/comments | 2 | 2005-06-21T20:20:01Z | 2022-04-09T23:53:57Z | https://github.com/python/cpython/issues/42107 | 1,198,808,940 | 42,107 |
[
"python",
"cpython"
] | BPO | [1225059](https://bugs.python.org/issue1225059)
--- | :---
Nosy | @doerwalter
Files | <li>[util.py](https://bugs.python.org/file1726/util.py "Uploaded as text/plain at 2005-06-21.18:56:22 by nlehuen"): Test source 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/doerwalter'
closed_at = <Date 2005-06-22.12:22:57.000>
created_at = <Date 2005-06-21.18:56:22.000>
labels = ['interpreter-core']
title = 'Line endings problem with Python 2.4.1 cause imports to fail'
updated_at = <Date 2005-06-22.12:22:57.000>
user = 'https://bugs.python.org/nlehuen'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-22.12:22:57.000>
actor = 'doerwalter'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-21.18:56:22.000>
creator = 'nlehuen'
dependencies = []
files = ['1726']
hgrepos = []
issue_num = 1225059
keywords = []
message_count = 5.0
messages = ['25605', '25606', '25607', '25608', '25609']
nosy_count = 2.0
nosy_names = ['doerwalter', 'nlehuen']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1225059'
versions = ['Python 2.4']
```
</p></details>
| Line endings problem with Python 2.4.1 cause imports to fail | https://api.github.com/repos/python/cpython/issues/42106/comments | 5 | 2005-06-21T18:56:22Z | 2022-04-09T23:53:57Z | https://github.com/python/cpython/issues/42106 | 1,198,808,935 | 42,106 |
[
"python",
"cpython"
] | BPO | [1224672](https://bugs.python.org/issue1224672)
--- | :---
Nosy | @birkenfeld, @rhettinger
Files | <li>[crbug.txt](https://bugs.python.org/file1725/crbug.txt "Uploaded as text/plain at 2005-06-21.07:47:52 by rprosser"): Script portion with work-around</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-06-23.10:03:12.000>
created_at = <Date 2005-06-21.07:47:52.000>
labels = ['invalid']
title = 'rsplit introduces spurious CR'
updated_at = <Date 2005-06-23.10:03:12.000>
user = 'https://bugs.python.org/rprosser'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-23.10:03:12.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-21.07:47:52.000>
creator = 'rprosser'
dependencies = []
files = ['1725']
hgrepos = []
issue_num = 1224672
keywords = []
message_count = 4.0
messages = ['25601', '25602', '25603', '25604']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'rhettinger', 'rprosser']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1224672'
versions = []
```
</p></details>
| rsplit introduces spurious CR | https://api.github.com/repos/python/cpython/issues/42105/comments | 4 | 2005-06-21T07:47:52Z | 2022-04-09T23:53:55Z | https://github.com/python/cpython/issues/42105 | 1,198,808,932 | 42,105 |
[
"python",
"cpython"
] | BPO | [1224621](https://bugs.python.org/issue1224621)
--- | :---
Nosy | @arigo, @birkenfeld, @rhettinger, @kbkaiser
Files | <li>[tokenize.py.diff](https://bugs.python.org/file1721/tokenize.py.diff "Uploaded as text/plain at 2005-06-21.06:10:01 by dyoo"): Diff to correct non-detection of incorrect dedent bug</li><li>[testcase.py](https://bugs.python.org/file1722/testcase.py "Uploaded as text/plain at 2005-06-21.06:10:41 by dyoo"): test case to expose tokenize bug</li><li>[breaking-getsource.py](https://bugs.python.org/file1723/breaking-getsource.py "Uploaded as text/plain at 2005-09-02.12:10:51 by @arigo"): inspect.getsource() breaks now</li><li>[patch.tokenize](https://bugs.python.org/file1724/patch.tokenize "Uploaded as application/octet-stream at 2005-09-02.12:40:08 by @arigo"): diff with test to fix the inspect.getsource() case</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/rhettinger'
closed_at = <Date 2006-08-14.21:34:30.000>
created_at = <Date 2005-06-21.06:10:00.000>
labels = ['library']
title = 'tokenize module does not detect inconsistent dedents'
updated_at = <Date 2006-08-14.21:34:30.000>
user = 'https://bugs.python.org/dyoo'
```
bugs.python.org fields:
```python
activity = <Date 2006-08-14.21:34:30.000>
actor = 'georg.brandl'
assignee = 'rhettinger'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-21.06:10:00.000>
creator = 'dyoo'
dependencies = []
files = ['1721', '1722', '1723', '1724']
hgrepos = []
issue_num = 1224621
keywords = []
message_count = 6.0
messages = ['25595', '25596', '25597', '25598', '25599', '25600']
nosy_count = 5.0
nosy_names = ['arigo', 'georg.brandl', 'rhettinger', 'kbk', 'dyoo']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1224621'
versions = []
```
</p></details>
| tokenize module does not detect inconsistent dedents | https://api.github.com/repos/python/cpython/issues/42104/comments | 6 | 2005-06-21T06:10:00Z | 2022-04-09T23:53:55Z | https://github.com/python/cpython/issues/42104 | 1,198,808,928 | 42,104 |
[
"python",
"cpython"
] | BPO | [1224347](https://bugs.python.org/issue1224347)
--- | :---
Nosy | @rhettinger, @terryjreedy, @josiahcarlson
<sup>*Note: these values reflect the state of the issue at 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-06-29.23:30:53.000>
created_at = <Date 2005-06-20.19:22:41.000>
labels = ['interpreter-core']
title = 'int/long unification and hex()'
updated_at = <Date 2005-06-29.23:30:53.000>
user = 'https://github.com/josiahcarlson'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-29.23:30:53.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-20.19:22:41.000>
creator = 'josiahcarlson'
dependencies = []
files = []
hgrepos = []
issue_num = 1224347
keywords = []
message_count = 3.0
messages = ['25592', '25593', '25594']
nosy_count = 3.0
nosy_names = ['rhettinger', 'terry.reedy', 'josiahcarlson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1224347'
versions = ['Python 2.5']
```
</p></details>
| int/long unification and hex() | https://api.github.com/repos/python/cpython/issues/42103/comments | 3 | 2005-06-20T19:22:41Z | 2022-04-09T23:53:53Z | https://github.com/python/cpython/issues/42103 | 1,198,808,924 | 42,103 |
[
"python",
"cpython"
] | BPO | [1224047](https://bugs.python.org/issue1224047)
--- | :---
Nosy | @mwhudson
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/mwhudson'
closed_at = <Date 2005-06-20.13:41:37.000>
created_at = <Date 2005-06-20.10:52:50.000>
labels = ['invalid', 'library']
title = 'Len too large with national characters'
updated_at = <Date 2005-06-20.13:41:37.000>
user = 'https://bugs.python.org/henrikwj'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-20.13:41:37.000>
actor = 'henrikwj'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-20.10:52:50.000>
creator = 'henrikwj'
dependencies = []
files = []
hgrepos = []
issue_num = 1224047
keywords = []
message_count = 5.0
messages = ['25587', '25588', '25589', '25590', '25591']
nosy_count = 2.0
nosy_names = ['mwh', 'henrikwj']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1224047'
versions = ['Python 2.4']
```
</p></details>
| Len too large with national characters | https://api.github.com/repos/python/cpython/issues/42102/comments | 5 | 2005-06-20T10:52:50Z | 2022-04-09T23:53:53Z | https://github.com/python/cpython/issues/42102 | 1,198,808,917 | 42,102 |
[
"python",
"cpython"
] | BPO | [1223976](https://bugs.python.org/issue1223976)
--- | :---
Nosy | @malemburg, @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2010-08-26.17:24:36.458>
created_at = <Date 2005-06-20.08:40:04.000>
labels = ['type-bug', 'library']
title = 'error locale.getlocale() with LANGUAGE=eu_ES'
updated_at = <Date 2010-08-26.17:24:36.457>
user = 'https://bugs.python.org/zunbeltz'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-26.17:24:36.457>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = <Date 2010-08-26.17:24:36.458>
closer = 'lemburg'
components = ['Library (Lib)']
creation = <Date 2005-06-20.08:40:04.000>
creator = 'zunbeltz'
dependencies = []
files = []
hgrepos = []
issue_num = 1223976
keywords = []
message_count = 8.0
messages = ['60759', '60760', '60761', '60762', '60763', '60764', '114996', '115010']
nosy_count = 5.0
nosy_names = ['lemburg', 'loewis', 'zunbeltz', 'nkour', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1223976'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']
```
</p></details>
| error locale.getlocale() with LANGUAGE=eu_ES | https://api.github.com/repos/python/cpython/issues/42101/comments | 8 | 2005-06-20T08:40:04Z | 2022-04-09T23:53:51Z | https://github.com/python/cpython/issues/42101 | 1,198,808,912 | 42,101 |
[
"python",
"cpython"
] | BPO | [1223937](https://bugs.python.org/issue1223937)
--- | :---
Files | <li>[subprocess.patch](https://bugs.python.org/file1720/subprocess.patch "Uploaded as text/plain at 2006-07-10.22:53:38 by astrand"): Suggested fix for 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 = None
closed_at = <Date 2006-07-14.14:05:04.000>
created_at = <Date 2005-06-20.06:56:52.000>
labels = ['library']
title = 'subprocess.py abuse of errno'
updated_at = <Date 2006-07-14.14:05:04.000>
user = 'https://bugs.python.org/orenti'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-14.14:05:04.000>
actor = 'astrand'
assignee = 'astrand'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-20.06:56:52.000>
creator = 'orenti'
dependencies = []
files = ['1720']
hgrepos = []
issue_num = 1223937
keywords = []
message_count = 8.0
messages = ['25579', '25580', '25581', '25582', '25583', '25584', '25585', '25586']
nosy_count = 4.0
nosy_names = ['anthonybaxter', 'astrand', 'orenti', 'hoffman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1223937'
versions = ['Python 2.5']
```
</p></details>
| subprocess.py abuse of errno | https://api.github.com/repos/python/cpython/issues/42100/comments | 8 | 2005-06-20T06:56:52Z | 2022-04-09T23:53:50Z | https://github.com/python/cpython/issues/42100 | 1,198,808,905 | 42,100 |
[
"python",
"cpython"
] | BPO | [1223381](https://bugs.python.org/issue1223381)
--- | :---
Nosy | @mwhudson, @gvanrossum, @birkenfeld, @pjeby
Files | <li>[yield.patch](https://bugs.python.org/file6697/yield.patch "Uploaded as text/plain at 2005-06-18.23:18:52 by @pjeby"): PEP 342/343 generator enhancements</li><li>[yield2.diff](https://bugs.python.org/file6698/yield2.diff "Uploaded as text/plain at 2005-07-07.14:14:29 by @mwhudson"): mwh's fixed 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/pjeby'
closed_at = <Date 2005-08-02.00:48:55.000>
created_at = <Date 2005-06-18.23:08:41.000>
labels = ['interpreter-core']
title = 'PEP 342 Generator enhancements'
updated_at = <Date 2005-08-02.00:48:55.000>
user = 'https://github.com/pjeby'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-02.00:48:55.000>
actor = 'pje'
assignee = 'pje'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-18.23:08:41.000>
creator = 'pje'
dependencies = []
files = ['6697', '6698']
hgrepos = []
issue_num = 1223381
keywords = ['patch']
message_count = 13.0
messages = ['48478', '48479', '48480', '48481', '48482', '48483', '48484', '48485', '48486', '48487', '48488', '48489', '48490']
nosy_count = 4.0
nosy_names = ['mwh', 'gvanrossum', 'georg.brandl', 'pje']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1223381'
versions = ['Python 2.5']
```
</p></details>
| PEP 342 Generator enhancements | https://api.github.com/repos/python/cpython/issues/42099/comments | 13 | 2005-06-18T23:08:41Z | 2022-04-09T23:53:49Z | https://github.com/python/cpython/issues/42099 | 1,198,808,900 | 42,099 |
[
"python",
"cpython"
] | BPO | [1223238](https://bugs.python.org/issue1223238)
--- | :---
Nosy | @nascheme, @birkenfeld, @birkenfeld, @nirs
<sup>*Note: these values reflect the state of the issue at 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-09.09:25:06.000>
created_at = <Date 2005-06-18.16:37:07.000>
labels = ['library']
title = 'race in os.makedirs()'
updated_at = <Date 2006-12-09.09:25:06.000>
user = 'https://bugs.python.org/yorick'
```
bugs.python.org fields:
```python
activity = <Date 2006-12-09.09:25:06.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-18.16:37:07.000>
creator = 'yorick'
dependencies = []
files = []
hgrepos = []
issue_num = 1223238
keywords = []
message_count = 8.0
messages = ['25571', '25572', '25573', '25574', '25575', '25576', '25577', '25578']
nosy_count = 5.0
nosy_names = ['nascheme', 'georg.brandl', 'georg.brandl', 'nirs', 'yorick']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1223238'
versions = []
```
</p></details>
| race in os.makedirs() | https://api.github.com/repos/python/cpython/issues/42098/comments | 8 | 2005-06-18T16:37:07Z | 2022-04-09T23:53:47Z | https://github.com/python/cpython/issues/42098 | 1,198,808,894 | 42,098 |
[
"python",
"cpython"
] | BPO | [1222978](https://bugs.python.org/issue1222978)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-06-18.00:06:27.000>
created_at = <Date 2005-06-17.23:57:51.000>
labels = ['expert-installation']
title = "2.4.1 .msi file won't install to different disk"
updated_at = <Date 2005-06-18.00:06:27.000>
user = 'https://bugs.python.org/hacksoncode'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-18.00:06:27.000>
actor = 'hacksoncode'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2005-06-17.23:57:51.000>
creator = 'hacksoncode'
dependencies = []
files = []
hgrepos = []
issue_num = 1222978
keywords = []
message_count = 2.0
messages = ['25569', '25570']
nosy_count = 1.0
nosy_names = ['hacksoncode']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222978'
versions = ['Python 2.4']
```
</p></details>
| 2.4.1 .msi file won't install to different disk | https://api.github.com/repos/python/cpython/issues/42097/comments | 2 | 2005-06-17T23:57:51Z | 2022-04-09T23:53:46Z | https://github.com/python/cpython/issues/42097 | 1,198,808,892 | 42,097 |
[
"python",
"cpython"
] | BPO | [1222928](https://bugs.python.org/issue1222928)
--- | :---
Nosy | @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2005-06-17.21:57:49.000>
created_at = <Date 2005-06-17.21:57:49.000>
labels = ['docs']
title = "it's -> its"
updated_at = <Date 2005-06-17.21:57:49.000>
user = 'https://bugs.python.org/eswierk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-17.21:57:49.000>
actor = 'eswierk'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-17.21:57:49.000>
creator = 'eswierk'
dependencies = []
files = []
hgrepos = []
issue_num = 1222928
keywords = []
message_count = 1.0
messages = ['25568']
nosy_count = 2.0
nosy_names = ['nascheme', 'eswierk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222928'
versions = ['Python 2.3']
```
</p></details>
| it's -> its | https://api.github.com/repos/python/cpython/issues/42096/comments | 1 | 2005-06-17T21:57:49Z | 2022-04-09T23:53:46Z | https://github.com/python/cpython/issues/42096 | 1,198,808,890 | 42,096 |
[
"python",
"cpython"
] | BPO | [1222790](https://bugs.python.org/issue1222790)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-12-04.15:08:57.000>
created_at = <Date 2005-06-17.17:18:52.000>
labels = []
title = 'SimpleXMLRPCServer does not set FD_CLOEXEC'
updated_at = <Date 2005-12-04.15:08:57.000>
user = 'https://bugs.python.org/wharbecke'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-04.15:08:57.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2005-06-17.17:18:52.000>
creator = 'wharbecke'
dependencies = []
files = []
hgrepos = []
issue_num = 1222790
keywords = []
message_count = 5.0
messages = ['25563', '25564', '25565', '25566', '25567']
nosy_count = 3.0
nosy_names = ['akuchling', 'jafo', 'wharbecke']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222790'
versions = ['Python 2.5']
```
</p></details>
| SimpleXMLRPCServer does not set FD_CLOEXEC | https://api.github.com/repos/python/cpython/issues/42095/comments | 5 | 2005-06-17T17:18:52Z | 2022-04-09T23:53:45Z | https://github.com/python/cpython/issues/42095 | 1,198,808,887 | 42,095 |
[
"python",
"cpython"
] | BPO | [1222721](https://bugs.python.org/issue1222721)
--- | :---
Nosy | @loewis, @terryjreedy, @asvetlov
Files | <li>[bug.py](https://bugs.python.org/file1719/bug.py "Uploaded as text/plain at 2005-06-17.15:23:54 by alex_nanou"): code demonstrating the error...</li><li>[tksetlocalebug.py](https://bugs.python.org/file9869/tksetlocalebug.py "Uploaded as text/plain at 2008-03-26.16:51:41 by ghorvath"): Workaround for orginal bug.py</li><li>[nobug.py](https://bugs.python.org/file17771/nobug.py "Uploaded as text/plain at 2010-06-25.22:33:19 by @terryjreedy"): Running 3.1 version of 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 = 'https://github.com/loewis'
closed_at = <Date 2012-03-22.21:18:40.830>
created_at = <Date 2005-06-17.15:23:54.000>
labels = ['expert-tkinter']
title = 'tk + setlocale problems...'
updated_at = <Date 2012-03-22.21:18:40.828>
user = 'https://bugs.python.org/alexnanou'
```
bugs.python.org fields:
```python
activity = <Date 2012-03-22.21:18:40.828>
actor = 'terry.reedy'
assignee = 'loewis'
closed = True
closed_date = <Date 2012-03-22.21:18:40.830>
closer = 'terry.reedy'
components = ['Tkinter']
creation = <Date 2005-06-17.15:23:54.000>
creator = 'alex_nanou'
dependencies = []
files = ['1719', '9869', '17771']
hgrepos = []
issue_num = 1222721
keywords = []
message_count = 7.0
messages = ['25562', '64560', '64562', '79345', '108640', '156606', '156622']
nosy_count = 6.0
nosy_names = ['loewis', 'terry.reedy', 'alex_nanou', 'gpolo', 'ghorvath', 'asvetlov']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222721'
versions = ['Python 2.7']
```
</p></details>
| tk + setlocale problems... | https://api.github.com/repos/python/cpython/issues/42094/comments | 7 | 2005-06-17T15:23:54Z | 2022-04-09T23:53:44Z | https://github.com/python/cpython/issues/42094 | 1,198,808,884 | 42,094 |
[
"python",
"cpython"
] | BPO | [1222585](https://bugs.python.org/issue1222585)
--- | :---
Nosy | @vstinner, @tiran, @benjaminp, @tarekziade, @merwok, @dhduvall, @skrah, @jdemeyer, @grimreaper, @ryandesign
Files | <li>[python_distutils_c++_support.patch](https://bugs.python.org/file6696/python_distutils_c%2B%2B_support.patch "Uploaded as text/plain at 2005-06-17.12:29:06 by ahonkela"): Patch against CVS HEAD to add C++ compilation support to distutils.</li><li>[py26_cxx_compiler.patch](https://bugs.python.org/file15389/py26_cxx_compiler.patch "Uploaded as text/plain at 2009-11-23.18:05:26 by mdboom"): Patch against release26-maint</li><li>[py25_cxx_compiler.patch](https://bugs.python.org/file15390/py25_cxx_compiler.patch "Uploaded as text/plain at 2009-11-23.18:06:49 by mdboom"): Patch against release25-maint</li><li>[distutils2-C++.patch](https://bugs.python.org/file16742/distutils2-C%2B%2B.patch "Uploaded as text/plain at 2010-04-03.00:58:36 by Arfrever"): Patch for Distutils2</li><li>[python-2.7-distutils-C++.patch](https://bugs.python.org/file32218/python-2.7-distutils-C%2B%2B.patch "Uploaded as text/plain at 2013-10-19.07:29:37 by Arfrever")</li><li>[python-3.3-distutils-C++.patch](https://bugs.python.org/file32219/python-3.3-distutils-C%2B%2B.patch "Uploaded as text/plain at 2013-10-19.07:29:58 by Arfrever")</li><li>[python-3.4-distutils-C++.patch](https://bugs.python.org/file32220/python-3.4-distutils-C%2B%2B.patch "Uploaded as text/plain at 2013-10-19.07:30:13 by Arfrever")</li><li>[python-3.x-distutils-C++.patch](https://bugs.python.org/file47046/python-3.x-distutils-C%2B%2B.patch "Uploaded as text/plain at 2017-07-28.16:04:54 by Josef Kemetmüller")</li><li>[python-3.8-distutils-C++.patch](https://bugs.python.org/file47669/python-3.8-distutils-C%2B%2B.patch "Uploaded as text/plain at 2018-07-03.17:19:15 by veprbl")</li><li>[python-3.x-distutils-C++.patch](https://bugs.python.org/file48016/python-3.x-distutils-C%2B%2B.patch "Uploaded as text/plain at 2018-12-27.05:03:52 by marsam")</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 2020-10-22.21:08:31.465>
created_at = <Date 2005-06-17.12:29:06.000>
labels = ['3.7', 'type-feature', 'library']
title = 'C++ compilation support for distutils'
updated_at = <Date 2020-10-22.21:08:31.465>
user = 'https://bugs.python.org/ahonkela'
```
bugs.python.org fields:
```python
activity = <Date 2020-10-22.21:08:31.465>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = <Date 2020-10-22.21:08:31.465>
closer = 'eric.araujo'
components = ['Distutils']
creation = <Date 2005-06-17.12:29:06.000>
creator = 'ahonkela'
dependencies = []
files = ['6696', '15389', '15390', '16742', '32218', '32219', '32220', '47046', '47669', '48016']
hgrepos = []
issue_num = 1222585
keywords = ['patch', 'needs review']
message_count = 35.0
messages = ['48477', '59307', '93211', '95629', '95631', '95633', '95640', '95641', '100804', '100805', '100806', '100807', '101588', '101602', '101626', '101627', '102216', '102231', '115762', '144117', '144191', '158200', '158223', '178660', '213211', '242706', '299396', '299403', '314859', '337380', '371688', '371689', '371757', '371840', '379348']
nosy_count = 21.0
nosy_names = ['mdboom', 'vstinner', 'christian.heimes', 'ahonkela', 'benjamin.peterson', 'tarek', 'eric.araujo', 'rpetrov', 'Arfrever', 'dhduvall', 'skrah', 'drkirkby', 'jdemeyer', 'eitan.adler', 'barcc', 'Michael.Crusoe', 'ehvatum', 'Christian H', 'Josef Kemetm\xc3\xbcller', 'bje', 'ryandesign']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1222585'
versions = ['Python 3.6', 'Python 3.7']
```
</p></details>
| C++ compilation support for distutils | https://api.github.com/repos/python/cpython/issues/42093/comments | 35 | 2005-06-17T12:29:06Z | 2022-04-09T23:53:42Z | https://github.com/python/cpython/issues/42093 | 1,198,808,880 | 42,093 |
[
"python",
"cpython"
] | BPO | [1222459](https://bugs.python.org/issue1222459)
--- | :---
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-06-17.10:28:29.000>
created_at = <Date 2005-06-17.08:50:14.000>
labels = ['docs']
title = 'Typo in section 5.3 of tutorial'
updated_at = <Date 2005-06-17.10:28:29.000>
user = 'https://bugs.python.org/btvincent'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-17.10:28:29.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-17.08:50:14.000>
creator = 'btvincent'
dependencies = []
files = []
hgrepos = []
issue_num = 1222459
keywords = []
message_count = 2.0
messages = ['25560', '25561']
nosy_count = 2.0
nosy_names = ['rhettinger', 'btvincent']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222459'
versions = []
```
</p></details>
| Typo in section 5.3 of tutorial | https://api.github.com/repos/python/cpython/issues/42092/comments | 2 | 2005-06-17T08:50:14Z | 2022-04-09T23:53:40Z | https://github.com/python/cpython/issues/42092 | 1,198,808,876 | 42,092 |
[
"python",
"cpython"
] | BPO | [1222235](https://bugs.python.org/issue1222235)
--- | :---
Nosy | @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-03-16.06:27:11.000>
created_at = <Date 2005-06-16.22:18:10.000>
labels = ['invalid', 'type-feature', 'library']
title = 'Bad optparse help wrapping with multiple paragraphs'
updated_at = <Date 2007-03-16.06:27:11.000>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-16.06:27:11.000>
actor = 'nnorwitz'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-16.22:18:10.000>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 1222235
keywords = []
message_count = 3.0
messages = ['54573', '54574', '54575']
nosy_count = 3.0
nosy_names = ['barry', 'nnorwitz', 'gward']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1222235'
versions = []
```
</p></details>
| Bad optparse help wrapping with multiple paragraphs | https://api.github.com/repos/python/cpython/issues/42091/comments | 3 | 2005-06-16T22:18:10Z | 2022-04-09T23:53:39Z | https://github.com/python/cpython/issues/42091 | 1,198,808,872 | 42,091 |
[
"python",
"cpython"
] | BPO | [1222098](https://bugs.python.org/issue1222098)
--- | :---
Nosy | @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-06-16.18:27:12.000>
created_at = <Date 2005-06-16.18:00:52.000>
labels = ['interpreter-core', 'invalid']
title = 'float() not accurate'
updated_at = <Date 2005-06-16.18:27:12.000>
user = 'https://bugs.python.org/dols'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-16.18:27:12.000>
actor = 'nascheme'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-16.18:00:52.000>
creator = 'dols'
dependencies = []
files = []
hgrepos = []
issue_num = 1222098
keywords = []
message_count = 2.0
messages = ['25558', '25559']
nosy_count = 2.0
nosy_names = ['nascheme', 'dols']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1222098'
versions = ['Python 2.4']
```
</p></details>
| float() not accurate | https://api.github.com/repos/python/cpython/issues/42090/comments | 2 | 2005-06-16T18:00:52Z | 2022-04-09T23:53:38Z | https://github.com/python/cpython/issues/42090 | 1,198,808,867 | 42,090 |
[
"python",
"cpython"
] | BPO | [1221598](https://bugs.python.org/issue1221598)
--- | :---
Nosy | @birkenfeld, @gpshead, @giampaolo
Files | <li>[ftplib.py](https://bugs.python.org/file6694/ftplib.py "Uploaded as text/plain at 2005-06-15.23:15:45 by phil_schwartz"): ftplib.FTP storbinary and storlines accept a callback func parameter</li><li>[ftplib.py.patch](https://bugs.python.org/file6695/ftplib.py.patch "Uploaded as text/plain at 2006-07-03.18:09:41 by phil_schwartz"): ftplib.py patched (based on python 2.4.3-8 FC5 x86_64 rpm)</li><li>[unnamed](https://bugs.python.org/file9267/unnamed "Uploaded as text/plain at 2008-01-22.20:42:01 by @gpshead")</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/gpshead'
closed_at = <Date 2008-01-22.00:20:20.574>
created_at = <Date 2005-06-15.23:15:18.000>
labels = ['library']
title = 'ftplib storbinary/storlines callback function'
updated_at = <Date 2008-01-22.22:28:34.632>
user = 'https://bugs.python.org/philschwartz'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-22.22:28:34.632>
actor = 'giampaolo.rodola'
assignee = 'gregory.p.smith'
closed = True
closed_date = <Date 2008-01-22.00:20:20.574>
closer = 'gregory.p.smith'
components = ['Library (Lib)']
creation = <Date 2005-06-15.23:15:18.000>
creator = 'phil_schwartz'
dependencies = []
files = ['6694', '6695', '9267']
hgrepos = []
issue_num = 1221598
keywords = ['patch']
message_count = 9.0
messages = ['48472', '48473', '48474', '48475', '48476', '61470', '61529', '61537', '61542']
nosy_count = 6.0
nosy_names = ['nnorwitz', 'georg.brandl', 'gregory.p.smith', 'giampaolo.rodola', 'tcarroll', 'phil_schwartz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1221598'
versions = ['Python 2.5']
```
</p></details>
| ftplib storbinary/storlines callback function | https://api.github.com/repos/python/cpython/issues/42089/comments | 9 | 2005-06-15T23:15:18Z | 2022-04-09T23:53:38Z | https://github.com/python/cpython/issues/42089 | 1,198,808,862 | 42,089 |
[
"python",
"cpython"
] | BPO | [1221477](https://bugs.python.org/issue1221477)
--- | :---
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-06-15.21:29:43.000>
created_at = <Date 2005-06-15.19:46:46.000>
labels = ['invalid', 'docs']
title = 'Incorrect documentation for InPlace Number operators'
updated_at = <Date 2005-06-15.21:29:43.000>
user = 'https://bugs.python.org/agthorr'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-15.21:29:43.000>
actor = 'agthorr'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-15.19:46:46.000>
creator = 'agthorr'
dependencies = []
files = []
hgrepos = []
issue_num = 1221477
keywords = []
message_count = 3.0
messages = ['25555', '25556', '25557']
nosy_count = 2.0
nosy_names = ['rhettinger', 'agthorr']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1221477'
versions = []
```
</p></details>
| Incorrect documentation for InPlace Number operators | https://api.github.com/repos/python/cpython/issues/42088/comments | 3 | 2005-06-15T19:46:46Z | 2022-04-09T23:53:36Z | https://github.com/python/cpython/issues/42088 | 1,198,808,860 | 42,088 |
[
"python",
"cpython"
] | BPO | [1221424](https://bugs.python.org/issue1221424)
--- | :---
Nosy | @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2005-06-20.18:11:54.000>
created_at = <Date 2005-06-15.18:17:22.000>
labels = ['interpreter-core']
title = 'buffer() object broken.'
updated_at = <Date 2005-06-20.18:11:54.000>
user = 'https://bugs.python.org/rjsorg'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-20.18:11:54.000>
actor = 'rjs_org'
assignee = 'nascheme'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-15.18:17:22.000>
creator = 'rjs_org'
dependencies = []
files = []
hgrepos = []
issue_num = 1221424
keywords = []
message_count = 7.0
messages = ['25548', '25549', '25550', '25551', '25552', '25553', '25554']
nosy_count = 2.0
nosy_names = ['nascheme', 'rjs_org']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1221424'
versions = ['Python 2.4']
```
</p></details>
| buffer() object broken. | https://api.github.com/repos/python/cpython/issues/42087/comments | 7 | 2005-06-15T18:17:22Z | 2022-04-09T23:53:36Z | https://github.com/python/cpython/issues/42087 | 1,198,808,856 | 42,087 |
[
"python",
"cpython"
] | BPO | [1220874](https://bugs.python.org/issue1220874)
--- | :---
Nosy | @jackjansen, @etrepum, @ronaldoussoren
Files | <li>[binhex-2.5-1.diff](https://bugs.python.org/file6693/binhex-2.5-1.diff "Uploaded as text/plain at 2005-06-22.21:11:03 by @etrepum"): binhex-2.5-1.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/jackjansen'
closed_at = <Date 2006-07-15.16:53:40.000>
created_at = <Date 2005-06-15.01:27:43.000>
labels = ['OS-mac']
title = 'update the binhex module for Mach-O'
updated_at = <Date 2006-07-15.16:53:40.000>
user = 'https://github.com/etrepum'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-15.16:53:40.000>
actor = 'bob.ippolito'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-06-15.01:27:43.000>
creator = 'bob.ippolito'
dependencies = []
files = ['6693']
hgrepos = []
issue_num = 1220874
keywords = ['patch']
message_count = 5.0
messages = ['48467', '48468', '48469', '48470', '48471']
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/issue1220874'
versions = ['Python 2.5']
```
</p></details>
| update the binhex module for Mach-O | https://api.github.com/repos/python/cpython/issues/42086/comments | 5 | 2005-06-15T01:27:43Z | 2022-04-09T23:53:35Z | https://github.com/python/cpython/issues/42086 | 1,198,808,853 | 42,086 |
[
"python",
"cpython"
] | BPO | [1220756](https://bugs.python.org/issue1220756)
--- | :---
Nosy | @mwhudson, @brettcannon, @nascheme
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/nascheme'
closed_at = <Date 2010-01-22.21:37:17.669>
created_at = <Date 2005-06-14.21:16:47.000>
labels = ['interpreter-core']
title = 'Re-importing embedded thread dumps core'
updated_at = <Date 2010-01-22.21:37:17.667>
user = 'https://bugs.python.org/jaytmiller'
```
bugs.python.org fields:
```python
activity = <Date 2010-01-22.21:37:17.667>
actor = 'nascheme'
assignee = 'nascheme'
closed = True
closed_date = <Date 2010-01-22.21:37:17.669>
closer = 'nascheme'
components = ['Interpreter Core']
creation = <Date 2005-06-14.21:16:47.000>
creator = 'jaytmiller'
dependencies = []
files = []
hgrepos = []
issue_num = 1220756
keywords = []
message_count = 4.0
messages = ['25544', '25545', '25546', '25547']
nosy_count = 4.0
nosy_names = ['mwh', 'brett.cannon', 'nascheme', 'jaytmiller']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1220756'
versions = ['Python 2.4']
```
</p></details>
| Re-importing embedded thread dumps core | https://api.github.com/repos/python/cpython/issues/42085/comments | 4 | 2005-06-14T21:16:47Z | 2022-04-09T23:53:33Z | https://github.com/python/cpython/issues/42085 | 1,198,808,850 | 42,085 |
[
"python",
"cpython"
] | BPO | [1220242](https://bugs.python.org/issue1220242)
--- | :---
Nosy | @mwhudson, @smontanaro
Files | <li>[csv-leak-fix.diff](https://bugs.python.org/file6692/csv-leak-fix.diff "Uploaded as text/plain at 2005-06-14.10:04:30 by @mwhudson"): mwh's patch #1</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2005-06-15.01:34:20.000>
created_at = <Date 2005-06-14.10:04:30.000>
labels = ['extension-modules']
title = '_csv.c leaks when dialect creation fails'
updated_at = <Date 2005-06-15.01:34:20.000>
user = 'https://github.com/mwhudson'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-15.01:34:20.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-06-14.10:04:30.000>
creator = 'mwh'
dependencies = []
files = ['6692']
hgrepos = []
issue_num = 1220242
keywords = ['patch']
message_count = 2.0
messages = ['48465', '48466']
nosy_count = 2.0
nosy_names = ['mwh', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1220242'
versions = ['Python 2.4']
```
</p></details>
| _csv.c leaks when dialect creation fails | https://api.github.com/repos/python/cpython/issues/42084/comments | 2 | 2005-06-14T10:04:30Z | 2022-04-09T23:53:32Z | https://github.com/python/cpython/issues/42084 | 1,198,808,848 | 42,084 |
[
"python",
"cpython"
] | BPO | [1220212](https://bugs.python.org/issue1220212)
--- | :---
Nosy | @tim-one, @loewis, @tebeka, @tiran, @tpn, @DinoV, @voidspace, @briancurtin
Files | <li>[diff.zip](https://bugs.python.org/file6690/diff.zip "Uploaded as application/zip at 2005-06-14.09:11:53 by @tebeka"): Zip of source and documentation</li><li>[kill.diff](https://bugs.python.org/file6691/kill.diff "Uploaded as text/plain at 2005-07-11.16:30:52 by @loewis")</li><li>[issue1220212.patch](https://bugs.python.org/file16739/issue1220212.patch "Uploaded as text/plain at 2010-04-02.21:01:23 by @briancurtin")</li><li>[faq_update.diff](https://bugs.python.org/file16765/faq_update.diff "Uploaded as text/plain at 2010-04-05.15:38:27 by @briancurtin")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/briancurtin'
closed_at = <Date 2010-04-12.18:11:07.992>
created_at = <Date 2005-06-14.09:11:53.000>
labels = ['interpreter-core', 'type-feature']
title = 'os.kill on windows'
updated_at = <Date 2010-04-12.18:11:07.991>
user = 'https://github.com/tebeka'
```
bugs.python.org fields:
```python
activity = <Date 2010-04-12.18:11:07.991>
actor = 'brian.curtin'
assignee = 'brian.curtin'
closed = True
closed_date = <Date 2010-04-12.18:11:07.992>
closer = 'brian.curtin'
components = ['Interpreter Core']
creation = <Date 2005-06-14.09:11:53.000>
creator = 'tebeka'
dependencies = []
files = ['6690', '6691', '16739', '16765']
hgrepos = []
issue_num = 1220212
keywords = ['patch']
message_count = 30.0
messages = ['48455', '48456', '48457', '48458', '48459', '48460', '48461', '48462', '48463', '48464', '59787', '59800', '62468', '101774', '101775', '101777', '101828', '101846', '101847', '101851', '101970', '101973', '102184', '102200', '102202', '102213', '102375', '102379', '102385', '102965']
nosy_count = 13.0
nosy_names = ['tim.peters', 'loewis', 'nnorwitz', 'tebeka', 'andersjm', 'techtonik', 'christian.heimes', 'kap4020', 'Technologov', 'trent', 'dino.viehland', 'michael.foord', 'brian.curtin']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1220212'
versions = ['Python 2.7', 'Python 3.2']
```
</p></details>
| os.kill on windows | https://api.github.com/repos/python/cpython/issues/42083/comments | 30 | 2005-06-14T09:11:53Z | 2022-04-09T23:53:31Z | https://github.com/python/cpython/issues/42083 | 1,198,808,845 | 42,083 |
[
"python",
"cpython"
] | BPO | [1220113](https://bugs.python.org/issue1220113)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-06-22.08:45:21.000>
created_at = <Date 2005-06-14.05:04:02.000>
labels = []
title = 'subprocess call() helper should close stdin if PIPE'
updated_at = <Date 2005-06-22.08:45:21.000>
user = 'https://bugs.python.org/zenzen'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-22.08:45:21.000>
actor = 'astrand'
assignee = 'astrand'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-14.05:04:02.000>
creator = 'zenzen'
dependencies = []
files = []
hgrepos = []
issue_num = 1220113
keywords = []
message_count = 4.0
messages = ['25540', '25541', '25542', '25543']
nosy_count = 2.0
nosy_names = ['astrand', 'zenzen']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1220113'
versions = []
```
</p></details>
| subprocess call() helper should close stdin if PIPE | https://api.github.com/repos/python/cpython/issues/42082/comments | 4 | 2005-06-14T05:04:02Z | 2022-04-09T23:53:29Z | https://github.com/python/cpython/issues/42082 | 1,198,808,841 | 42,082 |
[
"python",
"cpython"
] | BPO | [1219903](https://bugs.python.org/issue1219903)
--- | :---
Nosy | @freddrake, @warsaw, @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 2008-01-20.19:48:47.688>
created_at = <Date 2005-06-13.19:10:29.000>
labels = ['docs']
title = 'tp_richcompare documentation wrong and incomplete'
updated_at = <Date 2008-01-20.19:48:47.687>
user = 'https://github.com/warsaw'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-20.19:48:47.687>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-01-20.19:48:47.688>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2005-06-13.19:10:29.000>
creator = 'barry'
dependencies = []
files = []
hgrepos = []
issue_num = 1219903
keywords = []
message_count = 2.0
messages = ['60758', '61355']
nosy_count = 3.0
nosy_names = ['fdrake', 'barry', 'georg.brandl']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219903'
versions = ['Python 2.4']
```
</p></details>
| tp_richcompare documentation wrong and incomplete | https://api.github.com/repos/python/cpython/issues/42081/comments | 2 | 2005-06-13T19:10:29Z | 2022-04-09T23:53:29Z | https://github.com/python/cpython/issues/42081 | 1,198,808,839 | 42,081 |
[
"python",
"cpython"
] | BPO | [1219862](https://bugs.python.org/issue1219862)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-06-14.14:48:23.000>
created_at = <Date 2005-06-13.18:25:29.000>
labels = ['docs']
title = 'misdocumented argument range for curses.pair_content'
updated_at = <Date 2005-06-14.14:48:23.000>
user = 'https://bugs.python.org/dcrosta'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-14.14:48:23.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-13.18:25:29.000>
creator = 'dcrosta'
dependencies = []
files = []
hgrepos = []
issue_num = 1219862
keywords = []
message_count = 2.0
messages = ['25538', '25539']
nosy_count = 2.0
nosy_names = ['akuchling', 'dcrosta']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219862'
versions = []
```
</p></details>
| misdocumented argument range for curses.pair_content | https://api.github.com/repos/python/cpython/issues/42080/comments | 2 | 2005-06-13T18:25:29Z | 2022-04-09T23:53:28Z | https://github.com/python/cpython/issues/42080 | 1,198,808,834 | 42,080 |
[
"python",
"cpython"
] | BPO | [1219840](https://bugs.python.org/issue1219840)
--- | :---
Nosy | @brettcannon, @rhettinger
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2005-07-11.03:10:09.000>
created_at = <Date 2005-06-13.17:32:02.000>
labels = ['invalid', 'library']
title = 'Need locale arg to strftime()'
updated_at = <Date 2005-07-11.03:10:09.000>
user = 'https://bugs.python.org/wsanchez'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-11.03:10:09.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-13.17:32:02.000>
creator = 'wsanchez'
dependencies = []
files = []
hgrepos = []
issue_num = 1219840
keywords = []
message_count = 4.0
messages = ['25534', '25535', '25536', '25537']
nosy_count = 3.0
nosy_names = ['brett.cannon', 'rhettinger', 'wsanchez']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219840'
versions = ['Python 2.4']
```
</p></details>
| Need locale arg to strftime() | https://api.github.com/repos/python/cpython/issues/42079/comments | 4 | 2005-06-13T17:32:02Z | 2022-04-09T23:53:27Z | https://github.com/python/cpython/issues/42079 | 1,198,808,827 | 42,079 |
[
"python",
"cpython"
] | BPO | [1219448](https://bugs.python.org/issue1219448)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-06-13.02:56:38.000>
created_at = <Date 2005-06-13.02:56:38.000>
labels = ['docs']
title = 'small output bug'
updated_at = <Date 2005-06-13.02:56:38.000>
user = 'https://bugs.python.org/alevchuk'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-13.02:56:38.000>
actor = 'alevchuk'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-13.02:56:38.000>
creator = 'alevchuk'
dependencies = []
files = []
hgrepos = []
issue_num = 1219448
keywords = []
message_count = 1.0
messages = ['25533']
nosy_count = 1.0
nosy_names = ['alevchuk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219448'
versions = []
```
</p></details>
| small output bug | https://api.github.com/repos/python/cpython/issues/42078/comments | 1 | 2005-06-13T02:56:38Z | 2022-04-09T23:53:25Z | https://github.com/python/cpython/issues/42078 | 1,198,808,824 | 42,078 |
[
"python",
"cpython"
] | BPO | [1219361](https://bugs.python.org/issue1219361)
--- | :---
Nosy | @rhettinger, @salty-horse
<sup>*Note: these values reflect the state of the issue at 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-06-13.01:14:53.000>
created_at = <Date 2005-06-12.22:06:12.000>
labels = ['docs']
title = 'copy.py typo'
updated_at = <Date 2005-06-13.01:14:53.000>
user = 'https://github.com/salty-horse'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-13.01:14:53.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-12.22:06:12.000>
creator = 'salty-horse'
dependencies = []
files = []
hgrepos = []
issue_num = 1219361
keywords = []
message_count = 2.0
messages = ['25531', '25532']
nosy_count = 2.0
nosy_names = ['rhettinger', 'salty-horse']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219361'
versions = []
```
</p></details>
| copy.py typo | https://api.github.com/repos/python/cpython/issues/42077/comments | 2 | 2005-06-12T22:06:12Z | 2022-04-09T23:53:24Z | https://github.com/python/cpython/issues/42077 | 1,198,808,818 | 42,077 |
[
"python",
"cpython"
] | BPO | [1219342](https://bugs.python.org/issue1219342)
--- | :---
Nosy | @rhettinger, @salty-horse
<sup>*Note: these values reflect the state of the issue at 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-06-13.01:17:06.000>
created_at = <Date 2005-06-12.21:25:08.000>
labels = ['docs']
title = 'copy.py typo'
updated_at = <Date 2005-06-13.01:17:06.000>
user = 'https://github.com/salty-horse'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-13.01:17:06.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-12.21:25:08.000>
creator = 'salty-horse'
dependencies = []
files = []
hgrepos = []
issue_num = 1219342
keywords = []
message_count = 2.0
messages = ['25529', '25530']
nosy_count = 2.0
nosy_names = ['rhettinger', 'salty-horse']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219342'
versions = []
```
</p></details>
| copy.py typo | https://api.github.com/repos/python/cpython/issues/42076/comments | 2 | 2005-06-12T21:25:08Z | 2022-04-09T23:53:23Z | https://github.com/python/cpython/issues/42076 | 1,198,808,813 | 42,076 |
[
"python",
"cpython"
] | BPO | [1219273](https://bugs.python.org/issue1219273)
--- | :---
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 2005-10-03.00:37:36.000>
created_at = <Date 2005-06-12.18:27:31.000>
labels = ['docs']
title = "'Expression' AST Node not documented"
updated_at = <Date 2005-10-03.00:37:36.000>
user = 'https://bugs.python.org/mrmiller'
```
bugs.python.org fields:
```python
activity = <Date 2005-10-03.00:37:36.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-12.18:27:31.000>
creator = 'mrmiller'
dependencies = []
files = []
hgrepos = []
issue_num = 1219273
keywords = []
message_count = 5.0
messages = ['25524', '25525', '25526', '25527', '25528']
nosy_count = 4.0
nosy_names = ['nnorwitz', 'georg.brandl', 'mrmiller', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1219273'
versions = []
```
</p></details>
| 'Expression' AST Node not documented | https://api.github.com/repos/python/cpython/issues/42075/comments | 5 | 2005-06-12T18:27:31Z | 2022-04-09T23:53:22Z | https://github.com/python/cpython/issues/42075 | 1,198,808,808 | 42,075 |
[
"python",
"cpython"
] | BPO | [1218930](https://bugs.python.org/issue1218930)
--- | :---
Nosy | @doerwalter
Files | <li>[__init__.py](https://bugs.python.org/file1718/__init__.py "Uploaded as text/plain at 2005-06-11.22:05:10 by alexanderweb")</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-06-13.20:05:56.000>
created_at = <Date 2005-06-11.21:59:15.000>
labels = ['interpreter-core']
title = 'Parser chokes on big files'
updated_at = <Date 2005-06-13.20:05:56.000>
user = 'https://bugs.python.org/alexanderweb'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-13.20:05:56.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-11.21:59:15.000>
creator = 'alexanderweb'
dependencies = []
files = ['1718']
hgrepos = []
issue_num = 1218930
keywords = []
message_count = 2.0
messages = ['25522', '25523']
nosy_count = 2.0
nosy_names = ['doerwalter', 'alexanderweb']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1218930'
versions = ['Python 2.4']
```
</p></details>
| Parser chokes on big files | https://api.github.com/repos/python/cpython/issues/42074/comments | 2 | 2005-06-11T21:59:15Z | 2022-04-09T23:53:20Z | https://github.com/python/cpython/issues/42074 | 1,198,808,805 | 42,074 |
[
"python",
"cpython"
] | BPO | [1218421](https://bugs.python.org/issue1218421)
--- | :---
Nosy | @jackjansen, @ronaldoussoren
Files | <li>[mactoolboxglue.diff](https://bugs.python.org/file6689/mactoolboxglue.diff "Uploaded as text/plain at 2005-06-10.18:59:03 by @ronaldoussoren")</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.13:41:44.000>
created_at = <Date 2005-06-10.18:59:03.000>
labels = ['OS-mac']
title = 'byteorder issue in PyMac_GetOSType'
updated_at = <Date 2006-04-17.13:41:44.000>
user = 'https://github.com/ronaldoussoren'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-17.13:41:44.000>
actor = 'ronaldoussoren'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-06-10.18:59:03.000>
creator = 'ronaldoussoren'
dependencies = []
files = ['6689']
hgrepos = []
issue_num = 1218421
keywords = ['patch']
message_count = 2.0
messages = ['48453', '48454']
nosy_count = 2.0
nosy_names = ['jackjansen', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1218421'
versions = ['Python 2.4']
```
</p></details>
| byteorder issue in PyMac_GetOSType | https://api.github.com/repos/python/cpython/issues/42073/comments | 2 | 2005-06-10T18:59:03Z | 2022-04-09T23:53:20Z | https://github.com/python/cpython/issues/42073 | 1,198,808,803 | 42,073 |
[
"python",
"cpython"
] | BPO | [1218333](https://bugs.python.org/issue1218333)
--- | :---
Nosy | @etrepum, @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 = None
closed_at = <Date 2006-05-25.10:58:05.000>
created_at = <Date 2005-06-10.16:34:06.000>
labels = ['type-feature', 'build']
title = 'Create a fat build on darwin'
updated_at = <Date 2006-05-25.10:58:05.000>
user = 'https://github.com/ronaldoussoren'
```
bugs.python.org fields:
```python
activity = <Date 2006-05-25.10:58:05.000>
actor = 'ronaldoussoren'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-06-10.16:34:06.000>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 1218333
keywords = []
message_count = 3.0
messages = ['54570', '54571', '54572']
nosy_count = 2.0
nosy_names = ['bob.ippolito', 'ronaldoussoren']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1218333'
versions = []
```
</p></details>
| Create a fat build on darwin | https://api.github.com/repos/python/cpython/issues/42072/comments | 3 | 2005-06-10T16:34:06Z | 2022-04-09T23:53:18Z | https://github.com/python/cpython/issues/42072 | 1,198,808,799 | 42,072 |
[
"python",
"cpython"
] | BPO | [1218234](https://bugs.python.org/issue1218234)
--- | :---
Nosy | @birkenfeld, @jaraco, @devdanzin, @bitdancer, @berkerpeksag, @1st1
Files | <li>[inspect.py.diff](https://bugs.python.org/file9382/inspect.py.diff "Uploaded as text/plain at 2008-02-07.19:42:24 by gpolo")</li><li>[test_inspect-trunk.diff](https://bugs.python.org/file13775/test_inspect-trunk.diff "Uploaded as text/plain at 2009-04-25.19:38:30 by @devdanzin"): Test source reloading with inspect.getsource</li><li>[test_inspect-py3k2.diff](https://bugs.python.org/file13778/test_inspect-py3k2.diff "Uploaded as text/plain at 2009-04-25.20:08:09 by @devdanzin"): Test source reloading with inspect.getsource in py3k</li><li>[issue1218234.diff](https://bugs.python.org/file28272/issue1218234.diff "Uploaded as text/plain at 2012-12-10.08:00:45 by @berkerpeksag")</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 2014-12-08.21:07:36.879>
created_at = <Date 2005-06-10.13:49:10.000>
labels = ['type-bug', 'library']
title = "inspect.getsource doesn't update when a module is reloaded"
updated_at = <Date 2014-12-08.23:10:15.628>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2014-12-08.23:10:15.628>
actor = 'yselivanov'
assignee = 'none'
closed = True
closed_date = <Date 2014-12-08.21:07:36.879>
closer = 'yselivanov'
components = ['Library (Lib)']
creation = <Date 2005-06-10.13:49:10.000>
creator = 'sonderblade'
dependencies = []
files = ['9382', '13775', '13778', '28272']
hgrepos = []
issue_num = 1218234
keywords = ['patch']
message_count = 16.0
messages = ['60756', '60757', '62174', '86540', '86544', '110435', '110436', '110438', '217951', '217990', '217991', '232328', '232329', '232332', '232335', '232336']
nosy_count = 9.0
nosy_names = ['georg.brandl', 'jaraco', 'sonderblade', 'ajaksu2', 'gpolo', 'r.david.murray', 'python-dev', 'berker.peksag', 'yselivanov']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1218234'
versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']
```
</p></details>
| inspect.getsource doesn't update when a module is reloaded | https://api.github.com/repos/python/cpython/issues/42071/comments | 16 | 2005-06-10T13:49:10Z | 2022-04-09T23:53:17Z | https://github.com/python/cpython/issues/42071 | 1,198,808,792 | 42,071 |
[
"python",
"cpython"
] | BPO | [1218081](https://bugs.python.org/issue1218081)
--- | :---
Nosy | @warsaw
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/warsaw'
closed_at = <Date 2006-07-17.23:08:38.000>
created_at = <Date 2005-06-10.10:07:39.000>
labels = ['library']
title = 'email.Utils.py: "\'" in RFC2231 header'
updated_at = <Date 2006-07-17.23:08:38.000>
user = 'https://bugs.python.org/tkikuchi'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-17.23:08:38.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-10.10:07:39.000>
creator = 'tkikuchi'
dependencies = []
files = []
hgrepos = []
issue_num = 1218081
keywords = []
message_count = 2.0
messages = ['25520', '25521']
nosy_count = 2.0
nosy_names = ['barry', 'tkikuchi']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1218081'
versions = ['Python 2.4']
```
</p></details>
| email.Utils.py: "'" in RFC2231 header | https://api.github.com/repos/python/cpython/issues/42070/comments | 2 | 2005-06-10T10:07:39Z | 2022-04-09T23:53:17Z | https://github.com/python/cpython/issues/42070 | 1,198,808,791 | 42,070 |
[
"python",
"cpython"
] | BPO | [1217881](https://bugs.python.org/issue1217881)
--- | :---
Nosy | @birkenfeld
Files | <li>[pydoc__all__.patch](https://bugs.python.org/file1717/pydoc__all__.patch "Uploaded as text/plain at 2005-06-10.02:18:14 by belyi"): Patch adding visiblename(modname, all) check for Package Contents</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2009-04-05.17:21:58.940>
created_at = <Date 2005-06-09.23:38:39.000>
labels = ['easy', 'type-feature', 'library']
title = 'pydoc includes unnecessary files for a package.'
updated_at = <Date 2009-04-05.17:21:58.916>
user = 'https://bugs.python.org/belyi'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-05.17:21:58.916>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-05.17:21:58.940>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2005-06-09.23:38:39.000>
creator = 'belyi'
dependencies = []
files = ['1717']
hgrepos = []
issue_num = 1217881
keywords = ['patch', 'easy']
message_count = 3.0
messages = ['25518', '25519', '85530']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'belyi']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1217881'
versions = ['Python 2.7']
```
</p></details>
| pydoc includes unnecessary files for a package. | https://api.github.com/repos/python/cpython/issues/42069/comments | 3 | 2005-06-09T23:38:39Z | 2022-04-09T23:53:15Z | https://github.com/python/cpython/issues/42069 | 1,198,808,787 | 42,069 |
[
"python",
"cpython"
] | BPO | [1217591](https://bugs.python.org/issue1217591)
--- | :---
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-07-17.21:57:41.000>
created_at = <Date 2005-06-09.14:54:39.000>
labels = ['OS-mac']
title = 'make frameworkinstall fails for non-default location'
updated_at = <Date 2005-07-17.21:57:41.000>
user = 'https://bugs.python.org/mitchchapman'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-17.21:57:41.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2005-06-09.14:54:39.000>
creator = 'mitchchapman'
dependencies = []
files = []
hgrepos = []
issue_num = 1217591
keywords = []
message_count = 2.0
messages = ['25516', '25517']
nosy_count = 2.0
nosy_names = ['jackjansen', 'mitchchapman']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1217591'
versions = []
```
</p></details>
| make frameworkinstall fails for non-default location | https://api.github.com/repos/python/cpython/issues/42068/comments | 2 | 2005-06-09T14:54:39Z | 2022-04-09T23:53:15Z | https://github.com/python/cpython/issues/42068 | 1,198,808,782 | 42,068 |
[
"python",
"cpython"
] | BPO | [1217513](https://bugs.python.org/issue1217513)
--- | :---
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-25.18:25:34.000>
created_at = <Date 2005-06-09.12:32:16.000>
labels = ['docs']
title = 'Omission in docs for smtplib.SMTP.sendmail()'
updated_at = <Date 2005-06-25.18:25:34.000>
user = 'https://bugs.python.org/kjohnson'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.18:25:34.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-09.12:32:16.000>
creator = 'kjohnson'
dependencies = []
files = []
hgrepos = []
issue_num = 1217513
keywords = []
message_count = 2.0
messages = ['25514', '25515']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'georg.brandl', 'kjohnson']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1217513'
versions = ['Python 2.4']
```
</p></details>
| Omission in docs for smtplib.SMTP.sendmail() | https://api.github.com/repos/python/cpython/issues/42067/comments | 2 | 2005-06-09T12:32:16Z | 2022-04-09T23:53:14Z | https://github.com/python/cpython/issues/42067 | 1,198,808,777 | 42,067 |
[
"python",
"cpython"
] | BPO | [1217246](https://bugs.python.org/issue1217246)
--- | :---
Nosy | @devdanzin
Dependencies | <li>bpo-1024: documentation for new SSL module</li>
Files | <li>[smtplib_sslwrapper_patch.doff](https://bugs.python.org/file6688/smtplib_sslwrapper_patch.doff "Uploaded as text/plain at 2005-06-08.21:16:14 by pgreenwell"): patch for adding full ssl (smtps) to tls connections</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-04-25.21:52:52.306>
created_at = <Date 2005-06-08.21:16:14.000>
labels = ['extension-modules', 'type-feature']
title = 'proposed patch for tls wrapped ssl support added to smtplib'
updated_at = <Date 2009-04-25.21:52:52.304>
user = 'https://bugs.python.org/pgreenwell'
```
bugs.python.org fields:
```python
activity = <Date 2009-04-25.21:52:52.304>
actor = 'ajaksu2'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-25.21:52:52.306>
closer = 'ajaksu2'
components = ['Extension Modules']
creation = <Date 2005-06-08.21:16:14.000>
creator = 'pgreenwell'
dependencies = ['1024']
files = ['6688']
hgrepos = []
issue_num = 1217246
keywords = ['patch']
message_count = 3.0
messages = ['48452', '55299', '86559']
nosy_count = 3.0
nosy_names = ['janssen', 'ajaksu2', 'pgreenwell']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1217246'
versions = ['Python 3.1', 'Python 2.7']
```
</p></details>
| proposed patch for tls wrapped ssl support added to smtplib | https://api.github.com/repos/python/cpython/issues/42066/comments | 3 | 2005-06-08T21:16:14Z | 2022-04-09T23:53:12Z | https://github.com/python/cpython/issues/42066 | 1,198,808,776 | 42,066 |
[
"python",
"cpython"
] | BPO | [1217152](https://bugs.python.org/issue1217152)
--- | :---
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 2005-06-25.16:46:34.000>
created_at = <Date 2005-06-08.18:22:28.000>
labels = ['type-feature', 'docs']
title = 'Info from man python not in docs'
updated_at = <Date 2005-06-25.16:46:34.000>
user = 'https://bugs.python.org/kjohnson'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-25.16:46:34.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-08.18:22:28.000>
creator = 'kjohnson'
dependencies = []
files = []
hgrepos = []
issue_num = 1217152
keywords = []
message_count = 2.0
messages = ['25512', '25513']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'kjohnson']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1217152'
versions = []
```
</p></details>
| Info from man python not in docs | https://api.github.com/repos/python/cpython/issues/42065/comments | 2 | 2005-06-08T18:22:28Z | 2022-04-09T23:53:11Z | https://github.com/python/cpython/issues/42065 | 1,198,808,774 | 42,065 |
[
"python",
"cpython"
] | BPO | [1216944](https://bugs.python.org/issue1216944)
--- | :---
Nosy | @birkenfeld, @birkenfeld, @rhettinger, @voidspace
<sup>*Note: these values reflect the state of the issue at the time it 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-07-14.06:41:28.000>
created_at = <Date 2005-06-08.09:45:27.000>
labels = ['type-feature', 'library']
title = 'Add Error Code Dictionary to urllib2'
updated_at = <Date 2005-07-14.06:41:28.000>
user = 'https://github.com/voidspace'
```
bugs.python.org fields:
```python
activity = <Date 2005-07-14.06:41:28.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-08.09:45:27.000>
creator = 'michael.foord'
dependencies = []
files = []
hgrepos = []
issue_num = 1216944
keywords = []
message_count = 4.0
messages = ['54566', '54567', '54568', '54569']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'michael.foord']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1216944'
versions = []
```
</p></details>
| Add Error Code Dictionary to urllib2 | https://api.github.com/repos/python/cpython/issues/42064/comments | 4 | 2005-06-08T09:45:27Z | 2022-04-09T23:53:10Z | https://github.com/python/cpython/issues/42064 | 1,198,808,769 | 42,064 |
[
"python",
"cpython"
] | BPO | [1216942](https://bugs.python.org/issue1216942)
--- | :---
Nosy | @freddrake, @voidspace
Files | <li>[urllib2.txt](https://bugs.python.org/file6687/urllib2.txt "Uploaded as text/plain at 2005-06-08.09:41:50 by @voidspace"): Suggested addition to urllib2 docs.</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 2006-06-10.20:21:12.000>
created_at = <Date 2005-06-08.09:41:49.000>
labels = ['docs']
title = 'Suggested Additional Material for urllib2 docs'
updated_at = <Date 2006-06-10.20:21:12.000>
user = 'https://github.com/voidspace'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-10.20:21:12.000>
actor = 'fdrake'
assignee = 'fdrake'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-08.09:41:49.000>
creator = 'michael.foord'
dependencies = []
files = ['6687']
hgrepos = []
issue_num = 1216942
keywords = ['patch']
message_count = 7.0
messages = ['48445', '48446', '48447', '48448', '48449', '48450', '48451']
nosy_count = 3.0
nosy_names = ['fdrake', 'jjlee', 'michael.foord']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1216942'
versions = []
```
</p></details>
| Suggested Additional Material for urllib2 docs | https://api.github.com/repos/python/cpython/issues/42063/comments | 7 | 2005-06-08T09:41:49Z | 2022-04-09T23:53:09Z | https://github.com/python/cpython/issues/42063 | 1,198,808,766 | 42,063 |
[
"python",
"cpython"
] | BPO | [1216923](https://bugs.python.org/issue1216923)
--- | :---
Nosy | @devdanzin
Files | <li>[python-2.4.1.nww.patch](https://bugs.python.org/file1716/python-2.4.1.nww.patch "Uploaded as text/plain at 2005-06-08.07:30:55 by nikiwaibel"): Makefile.pre.in: LINKCC->CXX; configure.in: -ltermcap->-lncurses</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.09:26:16.512>
created_at = <Date 2005-06-08.07:30:54.000>
labels = ['build']
title = 'LINKCC->CXX, -ltermcap->-lncurses'
updated_at = <Date 2009-02-16.09:26:16.511>
user = 'https://bugs.python.org/nikiwaibel'
```
bugs.python.org fields:
```python
activity = <Date 2009-02-16.09:26:16.511>
actor = 'ajaksu2'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-16.09:26:16.512>
closer = 'ajaksu2'
components = ['Build']
creation = <Date 2005-06-08.07:30:54.000>
creator = 'nikiwaibel'
dependencies = []
files = ['1716']
hgrepos = []
issue_num = 1216923
keywords = ['patch']
message_count = 4.0
messages = ['25511', '82206', '82226', '82227']
nosy_count = 2.0
nosy_names = ['nikiwaibel', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue1216923'
versions = ['Python 2.6']
```
</p></details>
| LINKCC->CXX, -ltermcap->-lncurses | https://api.github.com/repos/python/cpython/issues/42062/comments | 4 | 2005-06-08T07:30:54Z | 2022-04-09T23:53:07Z | https://github.com/python/cpython/issues/42062 | 1,198,808,764 | 42,062 |
[
"python",
"cpython"
] | BPO | [1216831](https://bugs.python.org/issue1216831)
--- | :---
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 = None
closed_at = <Date 2005-06-08.02:52:57.000>
created_at = <Date 2005-06-08.02:42:38.000>
labels = ['invalid', 'library']
title = 'csv module sometimes raises _csv.Error'
updated_at = <Date 2005-06-08.02:52:57.000>
user = 'https://bugs.python.org/hypatia'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-08.02:52:57.000>
actor = 'skip.montanaro'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-08.02:42:38.000>
creator = 'hypatia'
dependencies = []
files = []
hgrepos = []
issue_num = 1216831
keywords = []
message_count = 2.0
messages = ['25509', '25510']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'hypatia']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1216831'
versions = []
```
</p></details>
| csv module sometimes raises _csv.Error | https://api.github.com/repos/python/cpython/issues/42061/comments | 2 | 2005-06-08T02:42:38Z | 2022-04-09T23:53:06Z | https://github.com/python/cpython/issues/42061 | 1,198,808,758 | 42,061 |
[
"python",
"cpython"
] | BPO | [1216562](https://bugs.python.org/issue1216562)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-06-15.20:54:19.000>
created_at = <Date 2005-06-07.17:31:54.000>
labels = ['type-feature', 'OS-windows']
title = 'Replace MSVC memory allocator with ptmalloc2'
updated_at = <Date 2005-06-15.20:54:19.000>
user = 'https://bugs.python.org/ned14'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-15.20:54:19.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Windows']
creation = <Date 2005-06-07.17:31:54.000>
creator = 'ned14'
dependencies = []
files = []
hgrepos = []
issue_num = 1216562
keywords = []
message_count = 2.0
messages = ['25507', '25508']
nosy_count = 2.0
nosy_names = ['loewis', 'ned14']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1216562'
versions = []
```
</p></details>
| Replace MSVC memory allocator with ptmalloc2 | https://api.github.com/repos/python/cpython/issues/42060/comments | 2 | 2005-06-07T17:31:54Z | 2022-04-09T23:53:05Z | https://github.com/python/cpython/issues/42060 | 1,198,808,753 | 42,060 |
[
"python",
"cpython"
] | BPO | [1215928](https://bugs.python.org/issue1215928)
--- | :---
Nosy | @loewis, @birkenfeld, @birkenfeld, @rhettinger, @gustaebel
Files | <li>[bz2module-lfs-seek.diff](https://bugs.python.org/file1715/bz2module-lfs-seek.diff "Uploaded as text/plain at 2005-06-10.11:45:38 by @birkenfeld")</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/birkenfeld'
closed_at = <Date 2005-08-25.13:11:17.000>
created_at = <Date 2005-06-06.19:19:18.000>
labels = ['library']
title = 'Large tarfiles cause overflow'
updated_at = <Date 2005-08-25.13:11:17.000>
user = 'https://bugs.python.org/tree'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-25.13:11:17.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-06.19:19:18.000>
creator = 'tree'
dependencies = []
files = ['1715']
hgrepos = []
issue_num = 1215928
keywords = []
message_count = 10.0
messages = ['25497', '25498', '25499', '25500', '25501', '25502', '25503', '25504', '25505', '25506']
nosy_count = 7.0
nosy_names = ['loewis', 'georg.brandl', 'georg.brandl', 'rhettinger', 'complex', 'tree', 'lars.gustaebel']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1215928'
versions = ['Python 2.4']
```
</p></details>
| Large tarfiles cause overflow | https://api.github.com/repos/python/cpython/issues/42059/comments | 10 | 2005-06-06T19:19:18Z | 2022-04-09T23:53:05Z | https://github.com/python/cpython/issues/42059 | 1,198,808,751 | 42,059 |
[
"python",
"cpython"
] | BPO | [1215887](https://bugs.python.org/issue1215887)
--- | :---
Nosy | @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 2005-06-14.08:47:39.000>
created_at = <Date 2005-06-06.18:16:19.000>
labels = ['docs']
title = 'String and list methods documentation deeply hidden'
updated_at = <Date 2005-06-14.08:47:39.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-14.08:47:39.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-06-06.18:16:19.000>
creator = 'georg.brandl'
dependencies = []
files = []
hgrepos = []
issue_num = 1215887
keywords = []
message_count = 2.0
messages = ['25495', '25496']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'rhettinger']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1215887'
versions = ['Python 2.4']
```
</p></details>
| String and list methods documentation deeply hidden | https://api.github.com/repos/python/cpython/issues/42058/comments | 2 | 2005-06-06T18:16:19Z | 2022-04-09T23:53:03Z | https://github.com/python/cpython/issues/42058 | 1,198,808,748 | 42,058 |
[
"python",
"cpython"
] | BPO | [1215184](https://bugs.python.org/issue1215184)
--- | :---
Nosy | @birkenfeld
Files | <li>[fileinput-fileno.diff](https://bugs.python.org/file6685/fileinput-fileno.diff "Uploaded as text/plain at 2005-06-05.14:52:08 by @birkenfeld")</li><li>[fileinput-openhook.diff](https://bugs.python.org/file6686/fileinput-openhook.diff "Uploaded as text/plain at 2005-12-08.13:22:05 by @birkenfeld")</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-02-19.14:58:46.000>
created_at = <Date 2005-06-05.14:52:08.000>
labels = ['library']
title = 'two fileinput enhancements (fileno, openhook)'
updated_at = <Date 2006-02-19.14:58:46.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-19.14:58:46.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-05.14:52:08.000>
creator = 'georg.brandl'
dependencies = []
files = ['6685', '6686']
hgrepos = []
issue_num = 1215184
keywords = ['patch']
message_count = 5.0
messages = ['48440', '48441', '48442', '48443', '48444']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jjlee']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1215184'
versions = ['Python 2.5']
```
</p></details>
| two fileinput enhancements (fileno, openhook) | https://api.github.com/repos/python/cpython/issues/42057/comments | 5 | 2005-06-05T14:52:08Z | 2022-04-09T23:53:02Z | https://github.com/python/cpython/issues/42057 | 1,198,808,745 | 42,057 |
[
"python",
"cpython"
] | BPO | [1215146](https://bugs.python.org/issue1215146)
--- | :---
Nosy | @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 2005-06-05.21:52:40.000>
created_at = <Date 2005-06-05.13:11:51.000>
labels = ['invalid', 'library']
title = "int('x',radix) puzzle"
updated_at = <Date 2005-06-05.21:52:40.000>
user = 'https://bugs.python.org/azgordo'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-05.21:52:40.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-05.13:11:51.000>
creator = 'azgordo'
dependencies = []
files = []
hgrepos = []
issue_num = 1215146
keywords = []
message_count = 5.0
messages = ['25490', '25491', '25492', '25493', '25494']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'rhettinger', 'azgordo']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1215146'
versions = ['Python 2.4']
```
</p></details>
| int('x',radix) puzzle | https://api.github.com/repos/python/cpython/issues/42056/comments | 5 | 2005-06-05T13:11:51Z | 2022-04-09T23:53:01Z | https://github.com/python/cpython/issues/42056 | 1,198,808,744 | 42,056 |
[
"python",
"cpython"
] | BPO | [1215023](https://bugs.python.org/issue1215023)
--- | :---
Nosy | @gpshead, @jcea
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gpshead'
closed_at = <Date 2008-05-17.07:04:40.451>
created_at = <Date 2005-06-05.02:18:17.000>
labels = ['extension-modules']
title = "bsddb dbobj.DB.associate doesn't accept dbobj.DB param"
updated_at = <Date 2008-05-17.07:04:40.449>
user = 'https://github.com/gpshead'
```
bugs.python.org fields:
```python
activity = <Date 2008-05-17.07:04:40.449>
actor = 'gregory.p.smith'
assignee = 'gregory.p.smith'
closed = True
closed_date = <Date 2008-05-17.07:04:40.451>
closer = 'gregory.p.smith'
components = ['Extension Modules']
creation = <Date 2005-06-05.02:18:17.000>
creator = 'gregory.p.smith'
dependencies = []
files = []
hgrepos = []
issue_num = 1215023
keywords = []
message_count = 2.0
messages = ['25489', '66982']
nosy_count = 2.0
nosy_names = ['gregory.p.smith', 'jcea']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1215023'
versions = []
```
</p></details>
| bsddb dbobj.DB.associate doesn't accept dbobj.DB param | https://api.github.com/repos/python/cpython/issues/42055/comments | 2 | 2005-06-05T02:18:17Z | 2022-04-09T23:53:00Z | https://github.com/python/cpython/issues/42055 | 1,198,808,739 | 42,055 |
[
"python",
"cpython"
] | BPO | [1214889](https://bugs.python.org/issue1214889)
--- | :---
Nosy | @malemburg, @birkenfeld, @hyeshik, @pepr
Files | <li>[fileobject-unicodewrite.diff](https://bugs.python.org/file6682/fileobject-unicodewrite.diff "Uploaded as text/plain at 2005-06-05.02:26:28 by @hyeshik"): fixed styles, added test</li><li>[fileobject-unicodewrite-4.diff](https://bugs.python.org/file6683/fileobject-unicodewrite-4.diff "Uploaded as text/plain at 2005-06-05.12:17:03 by @birkenfeld")</li><li>[fileobject-unicodewrite-5.diff](https://bugs.python.org/file6684/fileobject-unicodewrite-5.diff "Uploaded as text/plain at 2005-06-05.16:31:59 by @birkenfeld")</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-08.06:49:50.000>
created_at = <Date 2005-06-04.17:45:09.000>
labels = ['interpreter-core']
title = 'file.encoding support for file.write and file.writelines'
updated_at = <Date 2005-08-08.06:49:50.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2005-08-08.06:49:50.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-06-04.17:45:09.000>
creator = 'georg.brandl'
dependencies = []
files = ['6682', '6683', '6684']
hgrepos = []
issue_num = 1214889
keywords = ['patch']
message_count = 12.0
messages = ['48428', '48429', '48430', '48431', '48432', '48433', '48434', '48435', '48436', '48437', '48438', '48439']
nosy_count = 5.0
nosy_names = ['lemburg', 'georg.brandl', 'quiver', 'hyeshik.chang', 'prikryl']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1214889'
versions = ['Python 2.5']
```
</p></details>
| file.encoding support for file.write and file.writelines | https://api.github.com/repos/python/cpython/issues/42054/comments | 12 | 2005-06-04T17:45:09Z | 2022-04-09T23:52:58Z | https://github.com/python/cpython/issues/42054 | 1,198,808,736 | 42,054 |
[
"python",
"cpython"
] | BPO | [1214879](https://bugs.python.org/issue1214879)
--- | :---
Nosy | @loewis
Files | <li>[marshal.diff](https://bugs.python.org/file6681/marshal.diff "Uploaded as text/plain at 2005-06-04.17:20:16 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 2010-07-19.22:24:56.488>
created_at = <Date 2005-06-04.17:20:16.000>
labels = ['interpreter-core', 'type-feature']
title = 'Support non-file source/dest in marshal'
updated_at = <Date 2010-07-19.22:24:56.487>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2010-07-19.22:24:56.487>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-07-19.22:24:56.488>
closer = 'BreamoreBoy'
components = ['Interpreter Core']
creation = <Date 2005-06-04.17:20:16.000>
creator = 'skip.montanaro'
dependencies = []
files = ['6681']
hgrepos = []
issue_num = 1214879
keywords = ['patch']
message_count = 4.0
messages = ['48426', '48427', '110433', '110816']
nosy_count = 2.0
nosy_names = ['loewis', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'patch review'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1214879'
versions = ['Python 2.7']
```
</p></details>
| Support non-file source/dest in marshal | https://api.github.com/repos/python/cpython/issues/42053/comments | 4 | 2005-06-04T17:20:16Z | 2022-04-09T23:52:57Z | https://github.com/python/cpython/issues/42053 | 1,198,808,733 | 42,053 |
[
"python",
"cpython"
] | BPO | [1214859](https://bugs.python.org/issue1214859)
--- | :---
Nosy | @loewis
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-04-10.16:04:35.000>
created_at = <Date 2005-06-04.16:42:25.000>
labels = []
title = 'subprocess auto-reaps children'
updated_at = <Date 2006-04-10.16:04:35.000>
user = 'https://bugs.python.org/yorick'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-10.16:04:35.000>
actor = 'loewis'
assignee = 'astrand'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-06-04.16:42:25.000>
creator = 'yorick'
dependencies = []
files = []
hgrepos = []
issue_num = 1214859
keywords = []
message_count = 3.0
messages = ['25486', '25487', '25488']
nosy_count = 4.0
nosy_names = ['loewis', 'astrand', 'yorick', 'awaters']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1214859'
versions = []
```
</p></details>
| subprocess auto-reaps children | https://api.github.com/repos/python/cpython/issues/42052/comments | 3 | 2005-06-04T16:42:25Z | 2022-04-09T23:52:56Z | https://github.com/python/cpython/issues/42052 | 1,198,808,730 | 42,052 |
[
"python",
"cpython"
] | BPO | [1214675](https://bugs.python.org/issue1214675)
--- | :---
Nosy | @mwhudson, @gvanrossum, @brettcannon, @birkenfeld, @rhettinger
Files | <li>[removefilter.py](https://bugs.python.org/file8254/removefilter.py "Uploaded as text/plain at 2005-06-04.07:37:37 by bronger")</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 2011-03-22.19:46:35.357>
created_at = <Date 2005-06-04.07:37:37.000>
labels = ['type-feature', 'library']
title = 'module warnings lacks a remove filter function'
updated_at = <Date 2011-03-22.19:46:35.334>
user = 'https://bugs.python.org/bronger'
```
bugs.python.org fields:
```python
activity = <Date 2011-03-22.19:46:35.334>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = <Date 2011-03-22.19:46:35.357>
closer = 'gvanrossum'
components = ['Library (Lib)']
creation = <Date 2005-06-04.07:37:37.000>
creator = 'bronger'
dependencies = []
files = ['8254']
hgrepos = []
issue_num = 1214675
keywords = []
message_count = 8.0
messages = ['54559', '54560', '54561', '54562', '54563', '54564', '54565', '131772']
nosy_count = 7.0
nosy_names = ['mwh', 'gvanrossum', 'brett.cannon', 'georg.brandl', 'rhettinger', 'bronger', 'cconnett']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1214675'
versions = ['Python 3.2']
```
</p></details>
| module warnings lacks a remove filter function | https://api.github.com/repos/python/cpython/issues/42051/comments | 8 | 2005-06-04T07:37:37Z | 2022-04-09T23:52:55Z | https://github.com/python/cpython/issues/42051 | 1,198,808,728 | 42,051 |
[
"python",
"cpython"
] | BPO | [1214662](https://bugs.python.org/issue1214662)
--- | :---
Nosy | @mwhudson, @smontanaro
Files | <li>[test_marshal.diff](https://bugs.python.org/file1714/test_marshal.diff "Uploaded as text/plain at 2005-06-04.05:52:16 by @smontanaro")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/smontanaro'
closed_at = <Date 2005-06-04.12:57:19.000>
created_at = <Date 2005-06-04.05:52:16.000>
labels = ['library']
title = 'test_marshal.py discards marshal.load val'
updated_at = <Date 2005-06-04.12:57:19.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-04.12:57:19.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-04.05:52:16.000>
creator = 'skip.montanaro'
dependencies = []
files = ['1714']
hgrepos = []
issue_num = 1214662
keywords = []
message_count = 3.0
messages = ['25483', '25484', '25485']
nosy_count = 2.0
nosy_names = ['mwh', 'skip.montanaro']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1214662'
versions = []
```
</p></details>
| test_marshal.py discards marshal.load val | https://api.github.com/repos/python/cpython/issues/42050/comments | 3 | 2005-06-04T05:52:16Z | 2022-04-09T23:52:55Z | https://github.com/python/cpython/issues/42050 | 1,198,808,719 | 42,050 |
[
"python",
"cpython"
] | BPO | [1213894](https://bugs.python.org/issue1213894)
--- | :---
Nosy | @birkenfeld, @birkenfeld, @rhettinger
Files | <li>[realpath-fix-diff](https://bugs.python.org/file1712/realpath-fix-diff "Uploaded as application/octet-stream at 2005-06-03.07:58:48 by @birkenfeld")</li><li>[realpath-testcase-diff](https://bugs.python.org/file1713/realpath-testcase-diff "Uploaded as application/octet-stream at 2005-06-03.08:17:44 by @birkenfeld")</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/birkenfeld'
closed_at = <Date 2005-06-03.14:32:44.000>
created_at = <Date 2005-06-03.00:33:46.000>
labels = ['library']
title = 'os.path.realpath() cannot handle symlinks'
updated_at = <Date 2005-06-03.14:32:44.000>
user = 'https://bugs.python.org/isandler'
```
bugs.python.org fields:
```python
activity = <Date 2005-06-03.14:32:44.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-06-03.00:33:46.000>
creator = 'isandler'
dependencies = []
files = ['1712', '1713']
hgrepos = []
issue_num = 1213894
keywords = []
message_count = 5.0
messages = ['25478', '25479', '25480', '25481', '25482']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'georg.brandl', 'rhettinger', 'isandler']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1213894'
versions = ['Python 2.4']
```
</p></details>
| os.path.realpath() cannot handle symlinks | https://api.github.com/repos/python/cpython/issues/42049/comments | 5 | 2005-06-03T00:33:46Z | 2022-04-09T23:52:53Z | https://github.com/python/cpython/issues/42049 | 1,198,808,717 | 42,049 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.