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 | [1370948](https://bugs.python.org/issue1370948)
--- | :---
Nosy | @rhettinger, @Cito
<sup>*Note: these values reflect the state of the issue at 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-12-16.17:27:42.000>
created_at = <Date 2005-12-01.15:12:33.000>
labels = ['interpreter-core', 'type-feature']
title = 'Start and end parameters for list.count()'
updated_at = <Date 2005-12-16.17:27:42.000>
user = 'https://github.com/Cito'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-16.17:27:42.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-12-01.15:12:33.000>
creator = 'cito'
dependencies = []
files = []
hgrepos = []
issue_num = 1370948
keywords = []
message_count = 2.0
messages = ['54688', '54689']
nosy_count = 2.0
nosy_names = ['rhettinger', 'cito']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1370948'
versions = []
```
</p></details>
| Start and end parameters for list.count() | https://api.github.com/repos/python/cpython/issues/42648/comments | 2 | 2005-12-01T15:12:33Z | 2022-04-10T00:04:34Z | https://github.com/python/cpython/issues/42648 | 1,198,811,317 | 42,648 |
[
"python",
"cpython"
] | BPO | [1370380](https://bugs.python.org/issue1370380)
--- | :---
Nosy | @josiahcarlson, @giampaolo, @intgr
<sup>*Note: these values reflect the state of the issue at 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-03-31.18:17:17.297>
created_at = <Date 2005-11-30.21:18:48.000>
labels = ['docs']
title = 'async_chat.push() can trigger handle_error(). undocumented.'
updated_at = <Date 2009-03-31.18:17:17.296>
user = 'https://bugs.python.org/jjdmol'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-31.18:17:17.296>
actor = 'josiahcarlson'
assignee = 'none'
closed = True
closed_date = <Date 2009-03-31.18:17:17.297>
closer = 'josiahcarlson'
components = ['Documentation']
creation = <Date 2005-11-30.21:18:48.000>
creator = 'jjdmol'
dependencies = []
files = []
hgrepos = []
issue_num = 1370380
keywords = []
message_count = 9.0
messages = ['26959', '26960', '26961', '26962', '26963', '26964', '26965', '26966', '62393']
nosy_count = 4.0
nosy_names = ['josiahcarlson', 'jjdmol', 'giampaolo.rodola', 'intgr']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1370380'
versions = ['Python 2.4']
```
</p></details>
| async_chat.push() can trigger handle_error(). undocumented. | https://api.github.com/repos/python/cpython/issues/42647/comments | 9 | 2005-11-30T21:18:48Z | 2022-04-10T00:04:33Z | https://github.com/python/cpython/issues/42647 | 1,198,811,309 | 42,647 |
[
"python",
"cpython"
] | BPO | [1370322](https://bugs.python.org/issue1370322)
--- | :---
Nosy | @mwhudson, @arigo, @birkenfeld
Files | <li>[colorsys.pyc.bad](https://bugs.python.org/file1839/colorsys.pyc.bad "Uploaded as application/octet-stream at 2005-11-30.19:49:02 by @birkenfeld"): "Bad" file (produced by make test)</li><li>[colorsys.pyc.good](https://bugs.python.org/file1840/colorsys.pyc.good "Uploaded as application/octet-stream at 2005-11-30.19:50:02 by @birkenfeld"): "Good" file (produced by direct call of test_colorsys)</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/mwhudson'
closed_at = <Date 2006-01-06.19:23:06.000>
created_at = <Date 2005-11-30.19:49:01.000>
labels = ['interpreter-core']
title = 'Float marshaling problems with test_colorsys'
updated_at = <Date 2006-01-06.19:23:06.000>
user = 'https://github.com/birkenfeld'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-06.19:23:06.000>
actor = 'georg.brandl'
assignee = 'mwh'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-30.19:49:01.000>
creator = 'georg.brandl'
dependencies = []
files = ['1839', '1840']
hgrepos = []
issue_num = 1370322
keywords = []
message_count = 10.0
messages = ['26949', '26950', '26951', '26952', '26953', '26954', '26955', '26956', '26957', '26958']
nosy_count = 4.0
nosy_names = ['mwh', 'nnorwitz', 'arigo', 'georg.brandl']
pr_nums = []
priority = 'high'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1370322'
versions = ['Python 2.5']
```
</p></details>
| Float marshaling problems with test_colorsys | https://api.github.com/repos/python/cpython/issues/42646/comments | 10 | 2005-11-30T19:49:01Z | 2022-04-10T00:04:32Z | https://github.com/python/cpython/issues/42646 | 1,198,811,305 | 42,646 |
[
"python",
"cpython"
] | BPO | [1370197](https://bugs.python.org/issue1370197)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-12-11.20:09:14.000>
created_at = <Date 2005-11-30.16:41:19.000>
labels = []
title = 'memory leak - ast_error_finish'
updated_at = <Date 2005-12-11.20:09:14.000>
user = 'https://bugs.python.org/jimjjewett'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-11.20:09:14.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-11-30.16:41:19.000>
creator = 'jimjjewett'
dependencies = []
files = []
hgrepos = []
issue_num = 1370197
keywords = []
message_count = 4.0
messages = ['26945', '26946', '26947', '26948']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jimjjewett']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1370197'
versions = []
```
</p></details>
| memory leak - ast_error_finish | https://api.github.com/repos/python/cpython/issues/42645/comments | 4 | 2005-11-30T16:41:19Z | 2022-04-10T00:04:30Z | https://github.com/python/cpython/issues/42645 | 1,198,811,298 | 42,645 |
[
"python",
"cpython"
] | BPO | [1370147](https://bugs.python.org/issue1370147)
--- | :---
Nosy | @birkenfeld, @vstinner
Files | <li>[python_bz2module_seek_v2.patch](https://bugs.python.org/file6901/python_bz2module_seek_v2.patch "Uploaded as text/plain at 2005-11-30.15:32:02 by @vstinner"): The patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-02-18.21:58:35.000>
created_at = <Date 2005-11-30.15:32:01.000>
labels = ['library']
title = 'Fix of bug 1366000'
updated_at = <Date 2006-02-18.21:58:35.000>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-18.21:58:35.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-30.15:32:01.000>
creator = 'vstinner'
dependencies = []
files = ['6901']
hgrepos = []
issue_num = 1370147
keywords = ['patch']
message_count = 2.0
messages = ['49156', '49157']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'vstinner']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1370147'
versions = ['Python 2.4']
```
</p></details>
| Fix of bug 1366000 | https://api.github.com/repos/python/cpython/issues/42644/comments | 2 | 2005-11-30T15:32:01Z | 2022-04-10T00:04:29Z | https://github.com/python/cpython/issues/42644 | 1,198,811,296 | 42,644 |
[
"python",
"cpython"
] | BPO | [1369116](https://bugs.python.org/issue1369116)
--- | :---
Nosy | @kbkaiser
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2005-12-15.00:27:51.000>
created_at = <Date 2005-11-29.12:37:25.000>
labels = ['expert-IDLE']
title = 'freeze idle-python2.3 on my debia n sarge'
updated_at = <Date 2005-12-15.00:27:51.000>
user = 'https://bugs.python.org/gsantonja'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-15.00:27:51.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2005-11-29.12:37:25.000>
creator = 'gsantonja'
dependencies = []
files = []
hgrepos = []
issue_num = 1369116
keywords = []
message_count = 4.0
messages = ['26941', '26942', '26943', '26944']
nosy_count = 2.0
nosy_names = ['kbk', 'gsantonja']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1369116'
versions = ['Python 2.3']
```
</p></details>
| freeze idle-python2.3 on my debia n sarge | https://api.github.com/repos/python/cpython/issues/42643/comments | 4 | 2005-11-29T12:37:25Z | 2022-04-10T00:04:29Z | https://github.com/python/cpython/issues/42643 | 1,198,811,293 | 42,643 |
[
"python",
"cpython"
] | BPO | [1369028](https://bugs.python.org/issue1369028)
--- | :---
Files | <li>[fixedlenfields.py](https://bugs.python.org/file6900/fixedlenfields.py "Uploaded as text/plain at 2007-03-11.22:20:15 by stroeder"): Module fixedlenfields for reading and splitting text files with fixed-length fields, updated for Python 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 2007-03-11.22:20:19.000>
created_at = <Date 2005-11-29.10:54:50.000>
labels = ['library']
title = 'Module fixedlenfields for standard lib'
updated_at = <Date 2007-03-11.22:20:19.000>
user = 'https://bugs.python.org/stroeder'
```
bugs.python.org fields:
```python
activity = <Date 2007-03-11.22:20:19.000>
actor = 'stroeder'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-29.10:54:50.000>
creator = 'stroeder'
dependencies = []
files = ['6900']
hgrepos = []
issue_num = 1369028
keywords = ['patch']
message_count = 3.0
messages = ['49153', '49154', '49155']
nosy_count = 2.0
nosy_names = ['collinwinter', 'stroeder']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1369028'
versions = []
```
</p></details>
| Module fixedlenfields for standard lib | https://api.github.com/repos/python/cpython/issues/42642/comments | 3 | 2005-11-29T10:54:50Z | 2022-04-10T00:04:27Z | https://github.com/python/cpython/issues/42642 | 1,198,811,289 | 42,642 |
[
"python",
"cpython"
] | BPO | [1368955](https://bugs.python.org/issue1368955)
--- | :---
Nosy | @tim-one, @birkenfeld
Files | <li>[uuid.py](https://bugs.python.org/file6899/uuid.py "Uploaded as text/plain at 2005-11-30.11:53:19 by ping"): UUID object and generator for v1, v3, v4, v5 UUIDs</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-03.13:32:12.000>
created_at = <Date 2005-11-29.08:58:44.000>
labels = ['library']
title = 'UUID module for Python'
updated_at = <Date 2006-07-03.13:32:12.000>
user = 'https://bugs.python.org/ping'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-03.13:32:12.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-29.08:58:44.000>
creator = 'ping'
dependencies = []
files = ['6899']
hgrepos = []
issue_num = 1368955
keywords = ['patch']
message_count = 14.0
messages = ['49139', '49140', '49141', '49142', '49143', '49144', '49145', '49146', '49147', '49148', '49149', '49150', '49151', '49152']
nosy_count = 7.0
nosy_names = ['tim.peters', 'ping', 'tmick', 'georg.brandl', 'ianbicking', 'quiver', 'stroeder']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1368955'
versions = ['Python 2.5']
```
</p></details>
| UUID module for Python | https://api.github.com/repos/python/cpython/issues/42641/comments | 14 | 2005-11-29T08:58:44Z | 2022-04-10T00:04:26Z | https://github.com/python/cpython/issues/42641 | 1,198,811,285 | 42,641 |
[
"python",
"cpython"
] | BPO | [1368827](https://bugs.python.org/issue1368827)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-29.11:25:14.000>
created_at = <Date 2005-11-29.04:38:37.000>
labels = ['docs']
title = 'bad external link in xmlrpc lib page'
updated_at = <Date 2005-11-29.11:25:14.000>
user = 'https://bugs.python.org/jeffbauer'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-29.11:25:14.000>
actor = 'effbot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-29.04:38:37.000>
creator = 'jeffbauer'
dependencies = []
files = []
hgrepos = []
issue_num = 1368827
keywords = []
message_count = 3.0
messages = ['26938', '26939', '26940']
nosy_count = 2.0
nosy_names = ['effbot', 'jeffbauer']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1368827'
versions = []
```
</p></details>
| bad external link in xmlrpc lib page | https://api.github.com/repos/python/cpython/issues/42640/comments | 3 | 2005-11-29T04:38:37Z | 2022-04-10T00:04:25Z | https://github.com/python/cpython/issues/42640 | 1,198,811,283 | 42,640 |
[
"python",
"cpython"
] | BPO | [1368768](https://bugs.python.org/issue1368768)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-04-04.17:11:28.000>
created_at = <Date 2005-11-29.01:40:08.000>
labels = ['type-feature', 'docs']
title = 'clearing up dictionary keys/set member docs'
updated_at = <Date 2007-04-04.17:11:28.000>
user = 'https://bugs.python.org/mwm'
```
bugs.python.org fields:
```python
activity = <Date 2007-04-04.17:11:28.000>
actor = 'sonderblade'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-29.01:40:08.000>
creator = 'mwm'
dependencies = []
files = []
hgrepos = []
issue_num = 1368768
keywords = []
message_count = 3.0
messages = ['26935', '26936', '26937']
nosy_count = 3.0
nosy_names = ['collinwinter', 'mwm', 'sonderblade']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1368768'
versions = []
```
</p></details>
| clearing up dictionary keys/set member docs | https://api.github.com/repos/python/cpython/issues/42639/comments | 3 | 2005-11-29T01:40:08Z | 2022-04-10T00:04:24Z | https://github.com/python/cpython/issues/42639 | 1,198,811,281 | 42,639 |
[
"python",
"cpython"
] | BPO | [1368515](https://bugs.python.org/issue1368515)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-29.11:11:13.000>
created_at = <Date 2005-11-28.19:10:28.000>
labels = ['invalid', 'library']
title = 'threading.Timer: Constructor does not handle args correctly'
updated_at = <Date 2005-11-29.11:11:13.000>
user = 'https://bugs.python.org/dominikush'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-29.11:11:13.000>
actor = 'effbot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-28.19:10:28.000>
creator = 'dominikush'
dependencies = []
files = []
hgrepos = []
issue_num = 1368515
keywords = []
message_count = 2.0
messages = ['26933', '26934']
nosy_count = 2.0
nosy_names = ['effbot', 'dominikush']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1368515'
versions = []
```
</p></details>
| threading.Timer: Constructor does not handle args correctly | https://api.github.com/repos/python/cpython/issues/42638/comments | 2 | 2005-11-28T19:10:28Z | 2022-04-10T00:04:22Z | https://github.com/python/cpython/issues/42638 | 1,198,811,275 | 42,638 |
[
"python",
"cpython"
] | BPO | [1368481](https://bugs.python.org/issue1368481)
--- | :---
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-12-02.13:43:41.000>
created_at = <Date 2005-11-28.18:33:12.000>
labels = ['docs']
title = 'python.dir still refers to python-whatsnew23'
updated_at = <Date 2005-12-02.13:43:41.000>
user = 'https://bugs.python.org/bernhard'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-02.13:43:41.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-28.18:33:12.000>
creator = 'bernhard'
dependencies = []
files = []
hgrepos = []
issue_num = 1368481
keywords = []
message_count = 2.0
messages = ['26931', '26932']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'bernhard']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1368481'
versions = ['Python 2.4']
```
</p></details>
| python.dir still refers to python-whatsnew23 | https://api.github.com/repos/python/cpython/issues/42637/comments | 2 | 2005-11-28T18:33:12Z | 2022-04-10T00:04:21Z | https://github.com/python/cpython/issues/42637 | 1,198,811,269 | 42,637 |
[
"python",
"cpython"
] | BPO | [1368368](https://bugs.python.org/issue1368368)
--- | :---
Nosy | @orsenthil, @pitrou
Files | <li>[Issue1368368.patch](https://bugs.python.org/file17679/Issue1368368.patch "Uploaded as text/plain at 2010-06-15.16:59:22 by @orsenthil")</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/orsenthil'
closed_at = <Date 2010-06-18.15:16:37.781>
created_at = <Date 2005-11-28.16:39:06.000>
labels = ['type-bug', 'library']
title = 'prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page'
updated_at = <Date 2010-06-18.15:16:37.779>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2010-06-18.15:16:37.779>
actor = 'orsenthil'
assignee = 'orsenthil'
closed = True
closed_date = <Date 2010-06-18.15:16:37.781>
closer = 'orsenthil'
components = ['Library (Lib)']
creation = <Date 2005-11-28.16:39:06.000>
creator = 'sonderblade'
dependencies = []
files = ['17679']
hgrepos = []
issue_num = 1368368
keywords = ['patch']
message_count = 5.0
messages = ['60841', '81797', '106343', '107883', '108114']
nosy_count = 5.0
nosy_names = ['sonderblade', 'orsenthil', 'pitrou', 'l0nwlf', 'ysj.ray']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1368368'
versions = ['Python 2.6', 'Python 3.0']
```
</p></details>
| prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page | https://api.github.com/repos/python/cpython/issues/42636/comments | 5 | 2005-11-28T16:39:06Z | 2022-04-10T00:04:21Z | https://github.com/python/cpython/issues/42636 | 1,198,811,266 | 42,636 |
[
"python",
"cpython"
] | BPO | [1368312](https://bugs.python.org/issue1368312)
--- | :---
Nosy | @orsenthil
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/orsenthil'
closed_at = <Date 2009-11-15.06:08:03.403>
created_at = <Date 2005-11-28.15:37:39.000>
labels = ['easy', 'invalid', 'type-bug', 'library']
title = 'fix for scheme identification in urllib2?'
updated_at = <Date 2009-11-15.06:08:03.354>
user = 'https://bugs.python.org/bboals'
```
bugs.python.org fields:
```python
activity = <Date 2009-11-15.06:08:03.354>
actor = 'orsenthil'
assignee = 'orsenthil'
closed = True
closed_date = <Date 2009-11-15.06:08:03.403>
closer = 'orsenthil'
components = ['Library (Lib)']
creation = <Date 2005-11-28.15:37:39.000>
creator = 'bboals'
dependencies = []
files = []
hgrepos = []
issue_num = 1368312
keywords = ['easy']
message_count = 3.0
messages = ['60840', '66239', '95274']
nosy_count = 4.0
nosy_names = ['jjlee', 'orsenthil', 'bboals', 'zathras']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1368312'
versions = ['Python 2.6']
```
</p></details>
| fix for scheme identification in urllib2? | https://api.github.com/repos/python/cpython/issues/42635/comments | 3 | 2005-11-28T15:37:39Z | 2022-04-10T00:04:20Z | https://github.com/python/cpython/issues/42635 | 1,198,811,261 | 42,635 |
[
"python",
"cpython"
] | BPO | [1368247](https://bugs.python.org/issue1368247)
--- | :---
Nosy | @loewis, @warsaw, @orsenthil, @vstinner, @bitdancer
Files | <li>[Charset.patch](https://bugs.python.org/file6898/Charset.patch "Uploaded as text/plain at 2005-11-28.14:15:41 by gdamjan")</li><li>[mimetext-unicode.patch](https://bugs.python.org/file12190/mimetext-unicode.patch "Uploaded as text/plain at 2008-12-02.13:10:54 by maxua"): unicode mimetext support</li><li>[mimetext_unicode_input.patch](https://bugs.python.org/file17513/mimetext_unicode_input.patch "Uploaded as text/plain at 2010-06-01.13:56:49 by @bitdancer")</li><li>[mimetext_unicode_input.patch](https://bugs.python.org/file17514/mimetext_unicode_input.patch "Uploaded as text/plain at 2010-06-01.14:05:42 by @bitdancer")</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/bitdancer'
closed_at = <Date 2010-06-03.02:06:49.885>
created_at = <Date 2005-11-28.14:15:40.000>
labels = ['type-bug', 'library']
title = 'unicode in email.MIMEText and email/Charset.py'
updated_at = <Date 2010-06-03.02:06:49.884>
user = 'https://bugs.python.org/gdamjan'
```
bugs.python.org fields:
```python
activity = <Date 2010-06-03.02:06:49.884>
actor = 'r.david.murray'
assignee = 'r.david.murray'
closed = True
closed_date = <Date 2010-06-03.02:06:49.885>
closer = 'r.david.murray'
components = ['Library (Lib)']
creation = <Date 2005-11-28.14:15:40.000>
creator = 'gdamjan'
dependencies = []
files = ['6898', '12190', '17513', '17514']
hgrepos = []
issue_num = 1368247
keywords = ['patch']
message_count = 13.0
messages = ['49137', '49138', '76737', '76740', '76741', '87253', '87292', '103008', '104416', '106835', '106837', '106924', '106930']
nosy_count = 9.0
nosy_names = ['loewis', 'barry', 'orsenthil', 'vstinner', 'gdamjan', 'maxua', 'r.david.murray', 'bgamari', 'l0nwlf']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1368247'
versions = ['Python 3.1', 'Python 3.2']
```
</p></details>
| unicode in email.MIMEText and email/Charset.py | https://api.github.com/repos/python/cpython/issues/42634/comments | 13 | 2005-11-28T14:15:40Z | 2022-04-10T00:04:19Z | https://github.com/python/cpython/issues/42634 | 1,198,811,258 | 42,634 |
[
"python",
"cpython"
] | BPO | [1368091](https://bugs.python.org/issue1368091)
--- | :---
Nosy | @devdanzin
Superseder | <li>bpo-1355826: shutil.move() does not preserve ownership</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-03-20.23:31:23.694>
created_at = <Date 2005-11-28.10:21:45.000>
labels = ['type-feature', 'library']
title = 'shutils cannot copy owner'
updated_at = <Date 2009-03-20.23:31:23.692>
user = 'https://bugs.python.org/dr7eus'
```
bugs.python.org fields:
```python
activity = <Date 2009-03-20.23:31:23.692>
actor = 'ajaksu2'
assignee = 'none'
closed = True
closed_date = <Date 2009-03-20.23:31:23.694>
closer = 'ajaksu2'
components = ['Library (Lib)']
creation = <Date 2005-11-28.10:21:45.000>
creator = 'dr7eus'
dependencies = []
files = []
hgrepos = []
issue_num = 1368091
keywords = []
message_count = 2.0
messages = ['61213', '83888']
nosy_count = 2.0
nosy_names = ['dr7eus', 'ajaksu2']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = '1355826'
type = 'enhancement'
url = 'https://bugs.python.org/issue1368091'
versions = []
```
</p></details>
| shutils cannot copy owner | https://api.github.com/repos/python/cpython/issues/42633/comments | 2 | 2005-11-28T10:21:45Z | 2022-04-10T00:04:17Z | https://github.com/python/cpython/issues/42633 | 1,198,811,249 | 42,633 |
[
"python",
"cpython"
] | BPO | [1367936](https://bugs.python.org/issue1367936)
--- | :---
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-12-28.15:55:57.000>
created_at = <Date 2005-11-28.05:13:00.000>
labels = ['type-feature']
title = 'split() string method has two splitting algorithms'
updated_at = <Date 2005-12-28.15:55:57.000>
user = 'https://bugs.python.org/crackwitz'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-28.15:55:57.000>
actor = 'mcherm'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-11-28.05:13:00.000>
creator = 'crackwitz'
dependencies = []
files = []
hgrepos = []
issue_num = 1367936
keywords = []
message_count = 3.0
messages = ['54685', '54686', '54687']
nosy_count = 3.0
nosy_names = ['mcherm', 'rhettinger', 'crackwitz']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1367936'
versions = []
```
</p></details>
| split() string method has two splitting algorithms | https://api.github.com/repos/python/cpython/issues/42632/comments | 3 | 2005-11-28T05:13:00Z | 2022-04-10T00:04:16Z | https://github.com/python/cpython/issues/42632 | 1,198,811,244 | 42,632 |
[
"python",
"cpython"
] | BPO | [1367814](https://bugs.python.org/issue1367814)
--- | :---
Nosy | @vsajip
<sup>*Note: these values reflect the state of the issue at 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-12-15.09:06:15.000>
created_at = <Date 2005-11-27.23:31:17.000>
labels = ['invalid', 'library']
title = 'loogger module locks'
updated_at = <Date 2005-12-15.09:06:15.000>
user = 'https://bugs.python.org/cfuller'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-15.09:06:15.000>
actor = 'vinay.sajip'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-27.23:31:17.000>
creator = 'cfuller'
dependencies = []
files = []
hgrepos = []
issue_num = 1367814
keywords = []
message_count = 2.0
messages = ['26929', '26930']
nosy_count = 2.0
nosy_names = ['vinay.sajip', 'cfuller']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1367814'
versions = ['Python 2.4']
```
</p></details>
| loogger module locks | https://api.github.com/repos/python/cpython/issues/42631/comments | 2 | 2005-11-27T23:31:17Z | 2022-04-10T00:04:14Z | https://github.com/python/cpython/issues/42631 | 1,198,811,240 | 42,631 |
[
"python",
"cpython"
] | BPO | [1367717](https://bugs.python.org/issue1367717)
--- | :---
Nosy | @rhettinger, @tds333
Files | <li>[cgi.diff](https://bugs.python.org/file6897/cgi.diff "Uploaded as text/plain at 2005-11-27.20:30:33 by @tds333"): patch cgi.py replace UserDict with dict class</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-12-04.14:46:12.000>
created_at = <Date 2005-11-27.20:30:32.000>
labels = ['library']
title = 'cgi: replace usage of UserDict with new dict class'
updated_at = <Date 2005-12-04.14:46:12.000>
user = 'https://github.com/tds333'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-04.14:46:12.000>
actor = 'tds333'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-27.20:30:32.000>
creator = 'tds333'
dependencies = []
files = ['6897']
hgrepos = []
issue_num = 1367717
keywords = ['patch']
message_count = 3.0
messages = ['49134', '49135', '49136']
nosy_count = 2.0
nosy_names = ['rhettinger', 'tds333']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1367717'
versions = ['Python 2.5']
```
</p></details>
| cgi: replace usage of UserDict with new dict class | https://api.github.com/repos/python/cpython/issues/42630/comments | 3 | 2005-11-27T20:30:32Z | 2022-04-10T00:04:13Z | https://github.com/python/cpython/issues/42630 | 1,198,811,236 | 42,630 |
[
"python",
"cpython"
] | BPO | [1367711](https://bugs.python.org/issue1367711)
--- | :---
Nosy | @loewis, @arigo, @rhettinger, @abalkin, @tds333, @tiran
Files | <li>[os.diff](https://bugs.python.org/file6896/os.diff "Uploaded as text/plain at 2005-11-27.20:18:38 by @tds333"): patch for os.py uses dict instead of UserDict</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2008-02-24.04:22:37.548>
created_at = <Date 2005-11-27.20:18:34.000>
labels = ['easy', 'type-feature', 'library']
title = 'Remove usage of UserDict from os.py'
updated_at = <Date 2008-02-24.04:22:37.547>
user = 'https://github.com/tds333'
```
bugs.python.org fields:
```python
activity = <Date 2008-02-24.04:22:37.547>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2008-02-24.04:22:37.548>
closer = 'loewis'
components = ['Library (Lib)']
creation = <Date 2005-11-27.20:18:34.000>
creator = 'tds333'
dependencies = []
files = ['6896']
hgrepos = []
issue_num = 1367711
keywords = ['patch', 'easy']
message_count = 15.0
messages = ['49130', '49131', '49132', '49133', '59804', '59814', '59815', '59822', '59853', '62841', '62850', '62862', '62867', '62868', '62874']
nosy_count = 7.0
nosy_names = ['loewis', 'arigo', 'rhettinger', 'dalke', 'belopolsky', 'tds333', 'christian.heimes']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1367711'
versions = ['Python 2.6']
```
</p></details>
| Remove usage of UserDict from os.py | https://api.github.com/repos/python/cpython/issues/42629/comments | 15 | 2005-11-27T20:18:34Z | 2022-04-10T00:04:12Z | https://github.com/python/cpython/issues/42629 | 1,198,811,225 | 42,629 |
[
"python",
"cpython"
] | BPO | [1367631](https://bugs.python.org/issue1367631)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-11-27.17:47:58.000>
labels = ['type-bug', 'library']
title = 'maximum length not enforced in cgi.parse()'
updated_at = <Date 2014-02-03.19:54:39.486>
user = 'https://bugs.python.org/adr26'
```
bugs.python.org fields:
```python
activity = <Date 2014-02-03.19:54:39.486>
actor = 'BreamoreBoy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-27.17:47:58.000>
creator = 'adr26'
dependencies = []
files = []
hgrepos = []
issue_num = 1367631
keywords = []
message_count = 3.0
messages = ['26928', '109880', '115231']
nosy_count = 1.0
nosy_names = ['adr26']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'test needed'
status = 'languishing'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1367631'
versions = ['Python 3.1', 'Python 2.7', 'Python 3.2']
```
</p></details>
| maximum length not enforced in cgi.parse() | https://api.github.com/repos/python/cpython/issues/42628/comments | 5 | 2005-11-27T17:47:58Z | 2022-04-12T14:01:01Z | https://github.com/python/cpython/issues/42628 | 1,198,811,218 | 42,628 |
[
"python",
"cpython"
] | BPO | [1367628](https://bugs.python.org/issue1367628)
--- | :---
Nosy | @amauryfa, @devdanzin
Files | <li>[readline.fullpatch](https://bugs.python.org/file6895/readline.fullpatch "Uploaded as application/octet-stream at 2005-11-27.17:34:31 by greglielens"): patch is relative to the current svn repository (modifs in Include/pythonrun.h, Parser/myreadline.c, Modules/readline.c and Python/bltinmodule.c)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2010-04-29.17:58:34.615>
created_at = <Date 2005-11-27.17:34:31.000>
labels = ['interpreter-core', 'type-feature']
title = 'use PyOS_ReadlineFunctionPointer in non-interractive input'
updated_at = <Date 2010-04-29.17:58:34.614>
user = 'https://bugs.python.org/greglielens'
```
bugs.python.org fields:
```python
activity = <Date 2010-04-29.17:58:34.614>
actor = 'terry.reedy'
assignee = 'none'
closed = True
closed_date = <Date 2010-04-29.17:58:34.615>
closer = 'terry.reedy'
components = ['Interpreter Core']
creation = <Date 2005-11-27.17:34:31.000>
creator = 'greglielens'
dependencies = []
files = ['6895']
hgrepos = []
issue_num = 1367628
keywords = ['patch']
message_count = 3.0
messages = ['49129', '83889', '89938']
nosy_count = 3.0
nosy_names = ['amaury.forgeotdarc', 'ajaksu2', 'greglielens']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1367628'
versions = ['Python 3.1', 'Python 2.7']
```
</p></details>
| use PyOS_ReadlineFunctionPointer in non-interractive input | https://api.github.com/repos/python/cpython/issues/42627/comments | 3 | 2005-11-27T17:34:31Z | 2022-04-10T00:04:10Z | https://github.com/python/cpython/issues/42627 | 1,198,811,212 | 42,627 |
[
"python",
"cpython"
] | BPO | [1367183](https://bugs.python.org/issue1367183)
--- | :---
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 = None
closed_at = <Date 2006-04-12.15:19:32.000>
created_at = <Date 2005-11-26.21:42:32.000>
labels = ['library']
title = 'inspect.getdoc fails on objs that use property for __doc__'
updated_at = <Date 2006-04-12.15:19:32.000>
user = 'https://bugs.python.org/drewp'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-12.15:19:32.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-26.21:42:32.000>
creator = 'drewp'
dependencies = []
files = []
hgrepos = []
issue_num = 1367183
keywords = []
message_count = 5.0
messages = ['26923', '26924', '26925', '26926', '26927']
nosy_count = 5.0
nosy_names = ['nnorwitz', 'georg.brandl', 'georg.brandl', 'collinwinter', 'drewp']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1367183'
versions = ['Python 2.4']
```
</p></details>
| inspect.getdoc fails on objs that use property for __doc__ | https://api.github.com/repos/python/cpython/issues/42626/comments | 5 | 2005-11-26T21:42:32Z | 2022-04-10T00:04:08Z | https://github.com/python/cpython/issues/42626 | 1,198,811,205 | 42,626 |
[
"python",
"cpython"
] | BPO | [1366311](https://bugs.python.org/issue1366311)
--- | :---
Nosy | @loewis, @warsaw, @birkenfeld, @serhiy-storchaka
Files | <li>[regex.diff](https://bugs.python.org/file6894/regex.diff "Uploaded as text/plain at 2005-11-28.14:11:10 by eric_noyau"): updated patch for _sre.c and sre.h</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/serhiy-storchaka'
closed_at = None
created_at = <Date 2005-11-25.13:57:15.000>
labels = ['extension-modules', 'type-feature', '3.8']
title = 'SRE engine should release the GIL when/if possible'
updated_at = <Date 2018-05-25.18:58:39.484>
user = 'https://bugs.python.org/ericnoyau'
```
bugs.python.org fields:
```python
activity = <Date 2018-05-25.18:58:39.484>
actor = 'barry'
assignee = 'serhiy.storchaka'
closed = False
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-25.13:57:15.000>
creator = 'eric_noyau'
dependencies = []
files = ['6894']
hgrepos = []
issue_num = 1366311
keywords = []
message_count = 10.0
messages = ['49122', '49123', '49124', '49125', '49126', '49127', '49128', '317692', '317700', '317701']
nosy_count = 6.0
nosy_names = ['loewis', 'effbot', 'barry', 'georg.brandl', 'eric_noyau', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1366311'
versions = ['Python 3.8']
```
</p></details>
| SRE engine should release the GIL when/if possible | https://api.github.com/repos/python/cpython/issues/42625/comments | 10 | 2005-11-25T13:57:15Z | 2022-04-19T13:47:29Z | https://github.com/python/cpython/issues/42625 | 1,198,811,201 | 42,625 |
[
"python",
"cpython"
] | BPO | [1366250](https://bugs.python.org/issue1366250)
--- | :---
Nosy | @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-06-11.14:43:03.000>
created_at = <Date 2005-11-25.12:22:29.000>
labels = ['docs']
title = 'incorrect documentation for optparse'
updated_at = <Date 2006-06-11.14:43:03.000>
user = 'https://bugs.python.org/popuptoaster'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-11.14:43:03.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-25.12:22:29.000>
creator = 'popuptoaster'
dependencies = []
files = []
hgrepos = []
issue_num = 1366250
keywords = []
message_count = 3.0
messages = ['26920', '26921', '26922']
nosy_count = 3.0
nosy_names = ['gward', 'georg.brandl', 'popuptoaster']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1366250'
versions = ['Python 2.5']
```
</p></details>
| incorrect documentation for optparse | https://api.github.com/repos/python/cpython/issues/42624/comments | 3 | 2005-11-25T12:22:29Z | 2022-04-10T00:04:06Z | https://github.com/python/cpython/issues/42624 | 1,198,811,195 | 42,624 |
[
"python",
"cpython"
] | BPO | [1366000](https://bugs.python.org/issue1366000)
--- | :---
Nosy | @birkenfeld, @vstinner
Files | <li>[python_bz2module_seek_v2.patch](https://bugs.python.org/file1838/python_bz2module_seek_v2.patch "Uploaded as text/plain at 2005-11-25.02:21:07 by @vstinner"): New patch to fix bz2.BZ2File(...).seek(0,2) ("version 2" :-))</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-18.21:57:45.000>
created_at = <Date 2005-11-25.02:14:39.000>
labels = ['library']
title = 'Bug bz2.BZ2File(...).seek(0,2)'
updated_at = <Date 2006-02-18.21:57:45.000>
user = 'https://github.com/vstinner'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-18.21:57:45.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-25.02:14:39.000>
creator = 'vstinner'
dependencies = []
files = ['1838']
hgrepos = []
issue_num = 1366000
keywords = []
message_count = 3.0
messages = ['26917', '26918', '26919']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'vstinner']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1366000'
versions = ['Python 2.4']
```
</p></details>
| Bug bz2.BZ2File(...).seek(0,2) | https://api.github.com/repos/python/cpython/issues/42623/comments | 3 | 2005-11-25T02:14:39Z | 2022-04-10T00:04:05Z | https://github.com/python/cpython/issues/42623 | 1,198,811,190 | 42,623 |
[
"python",
"cpython"
] | BPO | [1365984](https://bugs.python.org/issue1365984)
--- | :---
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-11-26.16:52:00.000>
created_at = <Date 2005-11-25.01:20:52.000>
labels = ['library']
title = 'urllib cannot open data: urls'
updated_at = <Date 2005-11-26.16:52:00.000>
user = 'https://bugs.python.org/grumpymole'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-26.16:52:00.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-25.01:20:52.000>
creator = 'grumpymole'
dependencies = []
files = []
hgrepos = []
issue_num = 1365984
keywords = []
message_count = 2.0
messages = ['26915', '26916']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'grumpymole']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1365984'
versions = ['Python 2.4']
```
</p></details>
| urllib cannot open data: urls | https://api.github.com/repos/python/cpython/issues/42622/comments | 2 | 2005-11-25T01:20:52Z | 2022-04-10T00:04:04Z | https://github.com/python/cpython/issues/42622 | 1,198,811,182 | 42,622 |
[
"python",
"cpython"
] | BPO | [1365916](https://bugs.python.org/issue1365916)
--- | :---
Nosy | @arigo
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-12-18.15:22:44.000>
created_at = <Date 2005-11-24.22:22:05.000>
labels = ['extension-modules']
title = '[PATCH] mmap fails on AMD64'
updated_at = <Date 2005-12-18.15:22:44.000>
user = 'https://bugs.python.org/piman'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-18.15:22:44.000>
actor = 'jepler'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-24.22:22:05.000>
creator = 'piman'
dependencies = []
files = []
hgrepos = []
issue_num = 1365916
keywords = ['patch']
message_count = 17.0
messages = ['49105', '49106', '49107', '49108', '49109', '49110', '49111', '49112', '49113', '49114', '49115', '49116', '49117', '49118', '49119', '49120', '49121']
nosy_count = 5.0
nosy_names = ['nnorwitz', 'arigo', 'jepler', 'piman', 'michaelurman']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1365916'
versions = ['Python 2.4']
```
</p></details>
| [PATCH] mmap fails on AMD64 | https://api.github.com/repos/python/cpython/issues/42621/comments | 17 | 2005-11-24T22:22:05Z | 2022-04-10T00:04:03Z | https://github.com/python/cpython/issues/42621 | 1,198,811,176 | 42,621 |
[
"python",
"cpython"
] | BPO | [1364946](https://bugs.python.org/issue1364946)
--- | :---
Nosy | @doerwalter
Files | <li>[error_handling_ref_doc.diff](https://bugs.python.org/file6893/error_handling_ref_doc.diff "Uploaded as text/plain at 2005-11-23.19:33:45 by calvin")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-11-25.17:19:35.000>
created_at = <Date 2005-11-23.19:33:45.000>
labels = ['docs']
title = 'Add reference for en/decode error types'
updated_at = <Date 2005-11-25.17:19:35.000>
user = 'https://bugs.python.org/calvin'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-25.17:19:35.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-23.19:33:45.000>
creator = 'calvin'
dependencies = []
files = ['6893']
hgrepos = []
issue_num = 1364946
keywords = ['patch']
message_count = 2.0
messages = ['49103', '49104']
nosy_count = 2.0
nosy_names = ['doerwalter', 'calvin']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1364946'
versions = []
```
</p></details>
| Add reference for en/decode error types | https://api.github.com/repos/python/cpython/issues/42620/comments | 2 | 2005-11-23T19:33:45Z | 2022-04-10T00:04:02Z | https://github.com/python/cpython/issues/42620 | 1,198,811,169 | 42,620 |
[
"python",
"cpython"
] | BPO | [1364545](https://bugs.python.org/issue1364545)
--- | :---
Nosy | @doerwalter
Files | <li>[test_cmd_line.diff.diff](https://bugs.python.org/file6891/test_cmd_line.diff.diff "Uploaded as text/plain at 2005-11-23.11:01:03 by abkhd"): Patch to use exit codes for testing</li><li>[test_cmd_line](https://bugs.python.org/file6892/test_cmd_line "Uploaded as application/octet-stream at 2005-11-23.16:53:16 by abkhd"): Patch No. 02, exitcodes are hardcoded.</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-25.17:02:54.000>
created_at = <Date 2005-11-23.11:01:01.000>
labels = ['tests']
title = 'test_cmd_line expecting English error messages '
updated_at = <Date 2005-11-25.17:02:54.000>
user = 'https://bugs.python.org/abkhd'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-25.17:02:54.000>
actor = 'doerwalter'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2005-11-23.11:01:01.000>
creator = 'abkhd'
dependencies = []
files = ['6891', '6892']
hgrepos = []
issue_num = 1364545
keywords = ['patch']
message_count = 5.0
messages = ['49098', '49099', '49100', '49101', '49102']
nosy_count = 2.0
nosy_names = ['doerwalter', 'abkhd']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1364545'
versions = ['Python 2.5']
```
</p></details>
| test_cmd_line expecting English error messages | https://api.github.com/repos/python/cpython/issues/42619/comments | 5 | 2005-11-23T11:01:01Z | 2022-04-10T00:04:01Z | https://github.com/python/cpython/issues/42619 | 1,198,811,166 | 42,619 |
[
"python",
"cpython"
] | BPO | [1363712](https://bugs.python.org/issue1363712)
--- | :---
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-11-22.19:16:46.000>
created_at = <Date 2005-11-22.12:32:17.000>
labels = ['docs']
title = 'A possible thinko in the description of os.chmod'
updated_at = <Date 2005-11-22.19:16:46.000>
user = 'https://bugs.python.org/zhenya1007'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.19:16:46.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-22.12:32:17.000>
creator = 'zhenya1007'
dependencies = []
files = []
hgrepos = []
issue_num = 1363712
keywords = []
message_count = 2.0
messages = ['26913', '26914']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'zhenya1007']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1363712'
versions = ['Python 2.4']
```
</p></details>
| A possible thinko in the description of os.chmod | https://api.github.com/repos/python/cpython/issues/42618/comments | 2 | 2005-11-22T12:32:17Z | 2022-04-10T00:04:00Z | https://github.com/python/cpython/issues/42618 | 1,198,811,165 | 42,618 |
[
"python",
"cpython"
] | BPO | [1363104](https://bugs.python.org/issue1363104)
--- | :---
Nosy | @akuchling
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-12-04.20:20:39.000>
created_at = <Date 2005-11-21.21:16:49.000>
labels = ['invalid', 'library']
title = 'spawnlp is missing'
updated_at = <Date 2005-12-04.20:20:39.000>
user = 'https://bugs.python.org/gtm256'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-04.20:20:39.000>
actor = 'akuchling'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-21.21:16:49.000>
creator = 'gtm256'
dependencies = []
files = []
hgrepos = []
issue_num = 1363104
keywords = []
message_count = 2.0
messages = ['26911', '26912']
nosy_count = 2.0
nosy_names = ['akuchling', 'gtm256']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1363104'
versions = []
```
</p></details>
| spawnlp is missing | https://api.github.com/repos/python/cpython/issues/42617/comments | 2 | 2005-11-21T21:16:49Z | 2022-04-10T00:03:58Z | https://github.com/python/cpython/issues/42617 | 1,198,811,161 | 42,617 |
[
"python",
"cpython"
] | BPO | [1362975](https://bugs.python.org/issue1362975)
--- | :---
Nosy | @loewis, @kbkaiser, @taleinat
Files | <li>[CodeContext.patch](https://bugs.python.org/file6888/CodeContext.patch "Uploaded as text/plain at 2005-11-21.18:06:46 by @taleinat"): Initial patch</li><li>[CodeContext.061120.patch](https://bugs.python.org/file6889/CodeContext.061120.patch "Uploaded as text/plain at 2006-11-20.19:47:58 by @taleinat"): Revised patch, also fixes bug in EditorWindow.py</li><li>[CodeContext.061217.patch](https://bugs.python.org/file6890/CodeContext.061217.patch "Uploaded as text/plain at 2006-12-16.23:40:37 by @taleinat"): Cleaner code at KBK's request</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2007-02-06.19:12:07.000>
created_at = <Date 2005-11-21.18:06:41.000>
labels = ['expert-IDLE']
title = 'CodeContext - Improved text indentation'
updated_at = <Date 2007-02-06.19:12:07.000>
user = 'https://github.com/taleinat'
```
bugs.python.org fields:
```python
activity = <Date 2007-02-06.19:12:07.000>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2005-11-21.18:06:41.000>
creator = 'taleinat'
dependencies = []
files = ['6888', '6889', '6890']
hgrepos = []
issue_num = 1362975
keywords = ['patch']
message_count = 12.0
messages = ['49086', '49087', '49088', '49089', '49090', '49091', '49092', '49093', '49094', '49095', '49096', '49097']
nosy_count = 3.0
nosy_names = ['loewis', 'kbk', 'taleinat']
pr_nums = []
priority = 'low'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1362975'
versions = ['Python 2.6']
```
</p></details>
| CodeContext - Improved text indentation | https://api.github.com/repos/python/cpython/issues/42616/comments | 12 | 2005-11-21T18:06:41Z | 2022-04-10T00:03:58Z | https://github.com/python/cpython/issues/42616 | 1,198,811,154 | 42,616 |
[
"python",
"cpython"
] | BPO | [1362587](https://bugs.python.org/issue1362587)
--- | :---
Nosy | @loewis, @gustaebel
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/gustaebel'
closed_at = <Date 2006-07-03.12:31:58.000>
created_at = <Date 2005-11-21.07:44:06.000>
labels = ['library']
title = 'Problem with tapedevices and the tarfile module'
updated_at = <Date 2006-07-03.12:31:58.000>
user = 'https://bugs.python.org/esshenrik'
```
bugs.python.org fields:
```python
activity = <Date 2006-07-03.12:31:58.000>
actor = 'loewis'
assignee = 'lars.gustaebel'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-21.07:44:06.000>
creator = 'esshenrik'
dependencies = []
files = []
hgrepos = []
issue_num = 1362587
keywords = []
message_count = 3.0
messages = ['26908', '26909', '26910']
nosy_count = 3.0
nosy_names = ['loewis', 'lars.gustaebel', 'esshenrik']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1362587'
versions = ['Python 2.4']
```
</p></details>
| Problem with tapedevices and the tarfile module | https://api.github.com/repos/python/cpython/issues/42615/comments | 3 | 2005-11-21T07:44:06Z | 2022-04-10T00:03:57Z | https://github.com/python/cpython/issues/42615 | 1,198,811,150 | 42,615 |
[
"python",
"cpython"
] | BPO | [1362475](https://bugs.python.org/issue1362475)
--- | :---
Nosy | @loewis, @mkiever
Superseder | <li>bpo-961805: Text.edit_modified() fails</li>
Files | <li>[edit_modified.diff](https://bugs.python.org/file10352/edit_modified.diff "Uploaded as text/plain at 2008-05-17.00:02:05 by gpolo")</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 2008-05-17.15:58:04.244>
created_at = <Date 2005-11-21.03:13:59.000>
labels = ['expert-tkinter']
title = "Text.edit_modified() doesn't work"
updated_at = <Date 2008-05-17.15:58:04.226>
user = 'https://bugs.python.org/ronprocoxnet'
```
bugs.python.org fields:
```python
activity = <Date 2008-05-17.15:58:04.226>
actor = 'gpolo'
assignee = 'loewis'
closed = True
closed_date = <Date 2008-05-17.15:58:04.244>
closer = 'gpolo'
components = ['Tkinter']
creation = <Date 2005-11-21.03:13:59.000>
creator = 'ronpro@cox.net'
dependencies = []
files = ['10352']
hgrepos = []
issue_num = 1362475
keywords = ['patch']
message_count = 5.0
messages = ['60838', '60839', '66974', '67001', '67002']
nosy_count = 4.0
nosy_names = ['loewis', 'mkiever', 'ronpro@cox.net', 'gpolo']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = '961805'
type = None
url = 'https://bugs.python.org/issue1362475'
versions = ['Python 2.4']
```
</p></details>
| Text.edit_modified() doesn't work | https://api.github.com/repos/python/cpython/issues/42614/comments | 5 | 2005-11-21T03:13:59Z | 2022-04-10T00:03:56Z | https://github.com/python/cpython/issues/42614 | 1,198,811,144 | 42,614 |
[
"python",
"cpython"
] | BPO | [1361643](https://bugs.python.org/issue1361643)
--- | :---
Nosy | @birkenfeld, @rhettinger
Files | <li>[textwrap.diff](https://bugs.python.org/file1837/textwrap.diff "Uploaded as text/plain at 2005-11-20.12:30:22 by @rhettinger"): Diff for textwrap.py and test_textwrap.py</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-06-11.00:41:01.000>
created_at = <Date 2005-11-19.19:02:09.000>
labels = ['library']
title = 'textwrap.dedent() expands tabs'
updated_at = <Date 2006-06-11.00:41:01.000>
user = 'https://bugs.python.org/bethard'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-11.00:41:01.000>
actor = 'gward'
assignee = 'gward'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-19.19:02:09.000>
creator = 'bethard'
dependencies = []
files = ['1837']
hgrepos = []
issue_num = 1361643
keywords = []
message_count = 6.0
messages = ['26902', '26903', '26904', '26905', '26906', '26907']
nosy_count = 4.0
nosy_names = ['gward', 'georg.brandl', 'rhettinger', 'bethard']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1361643'
versions = ['Python 2.5']
```
</p></details>
| textwrap.dedent() expands tabs | https://api.github.com/repos/python/cpython/issues/42613/comments | 6 | 2005-11-19T19:02:09Z | 2022-04-10T00:03:54Z | https://github.com/python/cpython/issues/42613 | 1,198,811,133 | 42,613 |
[
"python",
"cpython"
] | BPO | [1361016](https://bugs.python.org/issue1361016)
--- | :---
Nosy | @loewis, @kbkaiser, @taleinat
Files | <li>[AutoComplete.py](https://bugs.python.org/file6886/AutoComplete.py "Uploaded as text/plain at 2005-11-19.05:44:30 by jerrykingking")</li><li>[AutoComplete.py](https://bugs.python.org/file6887/AutoComplete.py "Uploaded as text/plain at 2005-11-21.11:28:39 by jerrykingking"): new version of patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-11-20.02:30:07.000>
created_at = <Date 2005-11-19.05:40:01.000>
labels = ['expert-IDLE']
title = 'Auto Complete module for IDLE'
updated_at = <Date 2006-11-20.02:30:07.000>
user = 'https://bugs.python.org/jerrykingking'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-20.02:30:07.000>
actor = 'kbk'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2005-11-19.05:40:01.000>
creator = 'jerrykingking'
dependencies = []
files = ['6886', '6887']
hgrepos = []
issue_num = 1361016
keywords = ['patch']
message_count = 7.0
messages = ['49079', '49080', '49081', '49082', '49083', '49084', '49085']
nosy_count = 4.0
nosy_names = ['loewis', 'kbk', 'taleinat', 'jerrykingking']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1361016'
versions = []
```
</p></details>
| Auto Complete module for IDLE | https://api.github.com/repos/python/cpython/issues/42612/comments | 7 | 2005-11-19T05:40:01Z | 2022-04-10T00:03:53Z | https://github.com/python/cpython/issues/42612 | 1,198,811,128 | 42,612 |
[
"python",
"cpython"
] | BPO | [1360443](https://bugs.python.org/issue1360443)
--- | :---
Nosy | @birkenfeld, @salty-horse
Files | <li>[SimpleHTTPServer-displaypath.patch](https://bugs.python.org/file6885/SimpleHTTPServer-displaypath.patch "Uploaded as text/plain at 2005-11-18.19:03:19 by @salty-horse")</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-12-16.19:37:32.000>
created_at = <Date 2005-11-18.19:03:19.000>
labels = ['library']
title = 'correct display of pathnames in SimpleHTTPServer'
updated_at = <Date 2005-12-16.19:37:32.000>
user = 'https://github.com/salty-horse'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-16.19:37:32.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-18.19:03:19.000>
creator = 'salty-horse'
dependencies = []
files = ['6885']
hgrepos = []
issue_num = 1360443
keywords = ['patch']
message_count = 2.0
messages = ['49077', '49078']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'salty-horse']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1360443'
versions = ['Python 2.4']
```
</p></details>
| correct display of pathnames in SimpleHTTPServer | https://api.github.com/repos/python/cpython/issues/42611/comments | 2 | 2005-11-18T19:03:19Z | 2022-04-10T00:03:52Z | https://github.com/python/cpython/issues/42611 | 1,198,811,123 | 42,611 |
[
"python",
"cpython"
] | BPO | [1360243](https://bugs.python.org/issue1360243)
--- | :---
Nosy | @loewis
Files | <li>[xmlrpc-fault-interop.20051118.patch](https://bugs.python.org/file6884/xmlrpc-fault-interop.20051118.patch "Uploaded as text/plain at 2005-11-18.16:22:12 by jaginsberg"): Ze patch, boss! Ze patch!</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2009-06-20.16:55:32.633>
created_at = <Date 2005-11-18.16:22:12.000>
labels = ['easy', 'type-feature', 'library']
title = 'Add XML-RPC Fault Interoperability to XMLRPC libraries'
updated_at = <Date 2009-06-20.16:55:32.631>
user = 'https://bugs.python.org/jaginsberg'
```
bugs.python.org fields:
```python
activity = <Date 2009-06-20.16:55:32.631>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = <Date 2009-06-20.16:55:32.633>
closer = 'loewis'
components = ['Library (Lib)']
creation = <Date 2005-11-18.16:22:12.000>
creator = 'jaginsberg'
dependencies = []
files = ['6884']
hgrepos = []
issue_num = 1360243
keywords = ['patch', 'easy']
message_count = 3.0
messages = ['49075', '49076', '89544']
nosy_count = 2.0
nosy_names = ['loewis', 'jaginsberg']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1360243'
versions = ['Python 3.1', 'Python 2.7']
```
</p></details>
| Add XML-RPC Fault Interoperability to XMLRPC libraries | https://api.github.com/repos/python/cpython/issues/42610/comments | 3 | 2005-11-18T16:22:12Z | 2022-04-10T00:03:51Z | https://github.com/python/cpython/issues/42610 | 1,198,811,115 | 42,610 |
[
"python",
"cpython"
] | BPO | [1360221](https://bugs.python.org/issue1360221)
--- | :---
Nosy | @dgrisby, @jackdied
Files | <li>[telnetlib.patch](https://bugs.python.org/file1836/telnetlib.patch "Uploaded as text/plain at 2005-11-18.15:58:28 by @dgrisby"): Patch to telnetlib</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/jackdied'
closed_at = <Date 2009-07-26.22:55:33.830>
created_at = <Date 2005-11-18.15:58:28.000>
labels = ['type-bug', 'library']
title = 'telnetlib expect() and read_until() do not time out properly'
updated_at = <Date 2009-07-26.22:55:33.828>
user = 'https://github.com/dgrisby'
```
bugs.python.org fields:
```python
activity = <Date 2009-07-26.22:55:33.828>
actor = 'jackdied'
assignee = 'jackdied'
closed = True
closed_date = <Date 2009-07-26.22:55:33.830>
closer = 'jackdied'
components = ['Library (Lib)']
creation = <Date 2005-11-18.15:58:28.000>
creator = 'dgrisby'
dependencies = []
files = ['1836']
hgrepos = []
issue_num = 1360221
keywords = ['patch']
message_count = 3.0
messages = ['26901', '85034', '90965']
nosy_count = 2.0
nosy_names = ['dgrisby', 'jackdied']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1360221'
versions = ['Python 2.6']
```
</p></details>
| telnetlib expect() and read_until() do not time out properly | https://api.github.com/repos/python/cpython/issues/42609/comments | 3 | 2005-11-18T15:58:28Z | 2022-04-10T00:03:51Z | https://github.com/python/cpython/issues/42609 | 1,198,811,107 | 42,609 |
[
"python",
"cpython"
] | BPO | [1360200](https://bugs.python.org/issue1360200)
--- | :---
Nosy | @loewis
Files | <li>[bdist_rpm-dashed-versions.patch](https://bugs.python.org/file6883/bdist_rpm-dashed-versions.patch "Uploaded as text/plain at 2005-11-18.15:41:43 by sarynx"): patch which fixes bdist_rpm to handle versions with dashes properly</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-11-12.18:56:52.000>
created_at = <Date 2005-11-18.15:41:43.000>
labels = ['library']
title = "bdist_rpm still can't handle dashes in versions"
updated_at = <Date 2006-11-12.18:56:52.000>
user = 'https://bugs.python.org/sarynx'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-12.18:56:52.000>
actor = 'loewis'
assignee = 'jafo'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2005-11-18.15:41:43.000>
creator = 'sarynx'
dependencies = []
files = ['6883']
hgrepos = []
issue_num = 1360200
keywords = ['patch']
message_count = 4.0
messages = ['49071', '49072', '49073', '49074']
nosy_count = 4.0
nosy_names = ['loewis', 'nnorwitz', 'jafo', 'sarynx']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1360200'
versions = ['Python 2.6']
```
</p></details>
| bdist_rpm still can't handle dashes in versions | https://api.github.com/repos/python/cpython/issues/42608/comments | 4 | 2005-11-18T15:41:43Z | 2022-04-10T00:03:48Z | https://github.com/python/cpython/issues/42608 | 1,198,811,099 | 42,608 |
[
"python",
"cpython"
] | BPO | [1359879](https://bugs.python.org/issue1359879)
--- | :---
Nosy | @birkenfeld
Files | <li>[1357604.patch](https://bugs.python.org/file6882/1357604.patch "Uploaded as text/plain at 2005-11-18.11:39:56 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-11-22.20:14:55.000>
created_at = <Date 2005-11-18.11:39:56.000>
labels = ['docs']
title = 'Patch for (Doc) python/cpython#42597'
updated_at = <Date 2005-11-22.20:14:55.000>
user = 'https://bugs.python.org/pterk'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.20:14:55.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-18.11:39:56.000>
creator = 'pterk'
dependencies = []
files = ['6882']
hgrepos = []
issue_num = 1359879
keywords = ['patch']
message_count = 2.0
messages = ['49069', '49070']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359879'
versions = []
```
</p></details>
| Patch for (Doc) #1357604 | https://api.github.com/repos/python/cpython/issues/42607/comments | 2 | 2005-11-18T11:39:56Z | 2022-04-10T00:03:47Z | https://github.com/python/cpython/issues/42607 | 1,198,811,093 | 42,607 |
[
"python",
"cpython"
] | BPO | [1359618](https://bugs.python.org/issue1359618)
--- | :---
Nosy | @malemburg, @loewis, @jackdied
Files | <li>[encode2.diff](https://bugs.python.org/file6881/encode2.diff "Uploaded as text/plain at 2005-11-18.08:00:19 by @loewis")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/malemburg'
closed_at = <Date 2006-06-04.19:37:45.000>
created_at = <Date 2005-11-18.08:00:17.000>
labels = ['interpreter-core']
title = 'Speed charmap encoder'
updated_at = <Date 2006-06-04.19:37:45.000>
user = 'https://github.com/loewis'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-04.19:37:45.000>
actor = 'loewis'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-18.08:00:17.000>
creator = 'loewis'
dependencies = []
files = ['6881']
hgrepos = []
issue_num = 1359618
keywords = ['patch']
message_count = 4.0
messages = ['49065', '49066', '49067', '49068']
nosy_count = 3.0
nosy_names = ['lemburg', 'loewis', 'jackdied']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359618'
versions = []
```
</p></details>
| Speed charmap encoder | https://api.github.com/repos/python/cpython/issues/42606/comments | 4 | 2005-11-18T08:00:17Z | 2022-04-10T00:03:47Z | https://github.com/python/cpython/issues/42606 | 1,198,811,083 | 42,606 |
[
"python",
"cpython"
] | BPO | [1359365](https://bugs.python.org/issue1359365)
--- | :---
Nosy | @gvanrossum, @loewis, @doerwalter, @birkenfeld
Files | <li>[StringIO.diff](https://bugs.python.org/file6880/StringIO.diff "Uploaded as text/plain at 2005-11-18.00:03:08 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/doerwalter'
closed_at = <Date 2006-11-19.10:45:13.000>
created_at = <Date 2005-11-18.00:03:07.000>
labels = ['library']
title = 'Iterating closed StringIO.StringIO'
updated_at = <Date 2006-11-19.10:45:13.000>
user = 'https://github.com/doerwalter'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-19.10:45:13.000>
actor = 'loewis'
assignee = 'doerwalter'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-18.00:03:07.000>
creator = 'doerwalter'
dependencies = []
files = ['6880']
hgrepos = []
issue_num = 1359365
keywords = ['patch']
message_count = 11.0
messages = ['49054', '49055', '49056', '49057', '49058', '49059', '49060', '49061', '49062', '49063', '49064']
nosy_count = 4.0
nosy_names = ['gvanrossum', 'loewis', 'doerwalter', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359365'
versions = []
```
</p></details>
| Iterating closed StringIO.StringIO | https://api.github.com/repos/python/cpython/issues/42605/comments | 11 | 2005-11-18T00:03:07Z | 2022-04-10T00:03:46Z | https://github.com/python/cpython/issues/42605 | 1,198,811,081 | 42,605 |
[
"python",
"cpython"
] | BPO | [1359217](https://bugs.python.org/issue1359217)
--- | :---
Nosy | @loewis
Files | <li>[ftplib.patch](https://bugs.python.org/file6879/ftplib.patch "Uploaded as text/plain at 2005-11-17.19:14:35 by customdesigned"): Handle 2xx before 1xx</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-11-12.18:49:28.000>
created_at = <Date 2005-11-17.19:14:31.000>
labels = ['library']
title = 'ftplib transfer problem with certain servers'
updated_at = <Date 2006-11-12.18:49:28.000>
user = 'https://bugs.python.org/customdesigned'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-12.18:49:28.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-17.19:14:31.000>
creator = 'customdesigned'
dependencies = []
files = ['6879']
hgrepos = []
issue_num = 1359217
keywords = ['patch']
message_count = 3.0
messages = ['49051', '49052', '49053']
nosy_count = 2.0
nosy_names = ['loewis', 'customdesigned']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359217'
versions = ['Python 2.4']
```
</p></details>
| ftplib transfer problem with certain servers | https://api.github.com/repos/python/cpython/issues/42604/comments | 3 | 2005-11-17T19:14:31Z | 2022-04-10T00:03:44Z | https://github.com/python/cpython/issues/42604 | 1,198,811,076 | 42,604 |
[
"python",
"cpython"
] | BPO | [1359150](https://bugs.python.org/issue1359150)
--- | :---
Nosy | @birkenfeld, @scop
<sup>*Note: these values reflect the state of the issue at 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-22.19:18:25.000>
created_at = <Date 2005-11-17.17:47:06.000>
labels = ['library']
title = 'Prefer configured browser over Mozilla and friends'
updated_at = <Date 2005-11-22.19:18:25.000>
user = 'https://github.com/scop'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.19:18:25.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-17.17:47:06.000>
creator = 'scop'
dependencies = []
files = []
hgrepos = []
issue_num = 1359150
keywords = []
message_count = 2.0
messages = ['26899', '26900']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'scop']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359150'
versions = []
```
</p></details>
| Prefer configured browser over Mozilla and friends | https://api.github.com/repos/python/cpython/issues/42603/comments | 2 | 2005-11-17T17:47:06Z | 2022-04-10T00:03:43Z | https://github.com/python/cpython/issues/42603 | 1,198,811,068 | 42,603 |
[
"python",
"cpython"
] | BPO | [1359053](https://bugs.python.org/issue1359053)
--- | :---
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-11-22.19:25:21.000>
created_at = <Date 2005-11-17.15:53:03.000>
labels = ['docs']
title = 'Incorrect documentation of raw unidaq string literals'
updated_at = <Date 2005-11-22.19:25:21.000>
user = 'https://bugs.python.org/mhagger'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.19:25:21.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-17.15:53:03.000>
creator = 'mhagger'
dependencies = []
files = []
hgrepos = []
issue_num = 1359053
keywords = []
message_count = 2.0
messages = ['26897', '26898']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'mhagger']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1359053'
versions = ['Python 2.5']
```
</p></details>
| Incorrect documentation of raw unidaq string literals | https://api.github.com/repos/python/cpython/issues/42602/comments | 2 | 2005-11-17T15:53:03Z | 2022-04-10T00:03:41Z | https://github.com/python/cpython/issues/42602 | 1,198,811,061 | 42,602 |
[
"python",
"cpython"
] | BPO | [1358527](https://bugs.python.org/issue1358527)
--- | :---
Files | <li>[bug.py](https://bugs.python.org/file1835/bug.py "Uploaded as text/plain at 2005-11-17.13:39:48 by blais"): example script</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2007-01-22.19:27:51.000>
created_at = <Date 2005-11-16.22:59:08.000>
labels = ['library']
title = 'subprocess.py fails on Windows when there is no console'
updated_at = <Date 2007-01-22.19:27:51.000>
user = 'https://bugs.python.org/blais'
```
bugs.python.org fields:
```python
activity = <Date 2007-01-22.19:27:51.000>
actor = 'astrand'
assignee = 'astrand'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-16.22:59:08.000>
creator = 'blais'
dependencies = []
files = ['1835']
hgrepos = []
issue_num = 1358527
keywords = []
message_count = 3.0
messages = ['26894', '26895', '26896']
nosy_count = 2.0
nosy_names = ['astrand', 'blais']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1358527'
versions = ['Python 2.4']
```
</p></details>
| subprocess.py fails on Windows when there is no console | https://api.github.com/repos/python/cpython/issues/42601/comments | 3 | 2005-11-16T22:59:08Z | 2022-04-10T00:03:40Z | https://github.com/python/cpython/issues/42601 | 1,198,811,052 | 42,601 |
[
"python",
"cpython"
] | BPO | [1358186](https://bugs.python.org/issue1358186)
--- | :---
Files | <li>[asynchat-py-2.4.diff](https://bugs.python.org/file1833/asynchat-py-2.4.diff "Uploaded as text/plain at 2005-11-16.15:36:15 by holle"): Patch for the asynchat.py Python version 2.4</li><li>[asynchat-py-2.3.diff](https://bugs.python.org/file1834/asynchat-py-2.3.diff "Uploaded as text/plain at 2005-11-16.15:37:03 by holle"): Patch for the asynchat.py Python version 2.3.3</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-16.23:27:09.000>
created_at = <Date 2005-11-16.15:28:19.000>
labels = ['library']
title = 'Incorrect handling of unicode "strings" in asynchat.py'
updated_at = <Date 2005-11-16.23:27:09.000>
user = 'https://bugs.python.org/holle'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-16.23:27:09.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-16.15:28:19.000>
creator = 'holle'
dependencies = []
files = ['1833', '1834']
hgrepos = []
issue_num = 1358186
keywords = []
message_count = 5.0
messages = ['26889', '26890', '26891', '26892', '26893']
nosy_count = 2.0
nosy_names = ['effbot', 'holle']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1358186'
versions = ['Python 2.5']
```
</p></details>
| Incorrect handling of unicode "strings" in asynchat.py | https://api.github.com/repos/python/cpython/issues/42600/comments | 5 | 2005-11-16T15:28:19Z | 2022-04-10T00:03:39Z | https://github.com/python/cpython/issues/42600 | 1,198,811,045 | 42,600 |
[
"python",
"cpython"
] | BPO | [1357915](https://bugs.python.org/issue1357915)
--- | :---
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 = 'https://github.com/birkenfeld'
closed_at = <Date 2006-10-29.09:05:19.000>
created_at = <Date 2005-11-16.08:23:41.000>
labels = ['library']
title = 'suprocess cannot handle shell arguments'
updated_at = <Date 2006-10-29.09:05:19.000>
user = 'https://bugs.python.org/dr7eus'
```
bugs.python.org fields:
```python
activity = <Date 2006-10-29.09:05:19.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-16.08:23:41.000>
creator = 'dr7eus'
dependencies = []
files = []
hgrepos = []
issue_num = 1357915
keywords = []
message_count = 2.0
messages = ['26887', '26888']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'dr7eus']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1357915'
versions = ['Python 2.4']
```
</p></details>
| suprocess cannot handle shell arguments | https://api.github.com/repos/python/cpython/issues/42599/comments | 2 | 2005-11-16T08:23:41Z | 2022-04-10T00:03:39Z | https://github.com/python/cpython/issues/42599 | 1,198,811,039 | 42,599 |
[
"python",
"cpython"
] | BPO | [1357836](https://bugs.python.org/issue1357836)
--- | :---
Nosy | @loewis
Files | <li>[tokenizer.patch](https://bugs.python.org/file6878/tokenizer.patch "Uploaded as text/plain at 2005-11-16.05:26:26 by nnorwitz"): fix attempt 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/loewis'
closed_at = <Date 2006-06-02.06:23:51.000>
created_at = <Date 2005-11-16.05:26:23.000>
labels = ['interpreter-core']
title = 'potential crash and free memory read'
updated_at = <Date 2006-06-02.06:23:51.000>
user = 'https://bugs.python.org/nnorwitz'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-02.06:23:51.000>
actor = 'nnorwitz'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-16.05:26:23.000>
creator = 'nnorwitz'
dependencies = []
files = ['6878']
hgrepos = []
issue_num = 1357836
keywords = ['patch']
message_count = 2.0
messages = ['49049', '49050']
nosy_count = 2.0
nosy_names = ['loewis', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1357836'
versions = ['Python 2.4']
```
</p></details>
| potential crash and free memory read | https://api.github.com/repos/python/cpython/issues/42598/comments | 2 | 2005-11-16T05:26:23Z | 2022-04-10T00:03:38Z | https://github.com/python/cpython/issues/42598 | 1,198,811,031 | 42,598 |
[
"python",
"cpython"
] | BPO | [1357604](https://bugs.python.org/issue1357604)
--- | :---
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-11-22.20:15:24.000>
created_at = <Date 2005-11-15.20:40:51.000>
labels = ['docs']
title = 'os.path.makedirs DOES handle UNC paths'
updated_at = <Date 2005-11-22.20:15:24.000>
user = 'https://bugs.python.org/jvickroy'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.20:15:24.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-15.20:40:51.000>
creator = 'jvickroy'
dependencies = []
files = []
hgrepos = []
issue_num = 1357604
keywords = []
message_count = 3.0
messages = ['26884', '26885', '26886']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'jvickroy', 'pterk']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1357604'
versions = []
```
</p></details>
| os.path.makedirs DOES handle UNC paths | https://api.github.com/repos/python/cpython/issues/42597/comments | 3 | 2005-11-15T20:40:51Z | 2022-04-10T00:03:36Z | https://github.com/python/cpython/issues/42597 | 1,198,811,026 | 42,597 |
[
"python",
"cpython"
] | BPO | [1357260](https://bugs.python.org/issue1357260)
--- | :---
Nosy | @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-04-30.09:28:58.000>
created_at = <Date 2005-11-15.10:35:32.000>
labels = ['library']
title = 'urllib/urllib2 cannot ftp files which are not listable.'
updated_at = <Date 2006-04-30.09:28:58.000>
user = 'https://bugs.python.org/mozbugbox'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-30.09:28:58.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-15.10:35:32.000>
creator = 'mozbugbox'
dependencies = []
files = []
hgrepos = []
issue_num = 1357260
keywords = []
message_count = 7.0
messages = ['26877', '26878', '26879', '26880', '26881', '26882', '26883']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'jjlee', 'mozbugbox', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1357260'
versions = []
```
</p></details>
| urllib/urllib2 cannot ftp files which are not listable. | https://api.github.com/repos/python/cpython/issues/42596/comments | 7 | 2005-11-15T10:35:32Z | 2022-04-10T00:03:35Z | https://github.com/python/cpython/issues/42596 | 1,198,811,021 | 42,596 |
[
"python",
"cpython"
] | BPO | [1356969](https://bugs.python.org/issue1356969)
--- | :---
Nosy | @loewis, @devdanzin
Files | <li>[missing_tixhlist_info_subcomands.diff](https://bugs.python.org/file14330/missing_tixhlist_info_subcomands.diff "Uploaded as text/plain at 2009-06-21.18:56:27 by gpolo")</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-08-18.14:47:25.841>
created_at = <Date 2005-11-15.00:26:26.000>
labels = ['easy', 'type-feature', 'expert-tkinter']
title = 'Tix.py class HList missing info_bbox, info_dragsite and info_dropsite'
updated_at = <Date 2009-08-18.15:38:49.636>
user = 'https://bugs.python.org/ronprocoxnet'
```
bugs.python.org fields:
```python
activity = <Date 2009-08-18.15:38:49.636>
actor = 'gpolo'
assignee = 'gpolo'
closed = True
closed_date = <Date 2009-08-18.14:47:25.841>
closer = 'gpolo'
components = ['Tkinter']
creation = <Date 2005-11-15.00:26:26.000>
creator = 'ronpro@cox.net'
dependencies = []
files = ['14330']
hgrepos = []
issue_num = 1356969
keywords = ['patch', 'easy']
message_count = 5.0
messages = ['60837', '89571', '89572', '91695', '91704']
nosy_count = 4.0
nosy_names = ['loewis', 'ajaksu2', 'ronpro@cox.net', 'gpolo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1356969'
versions = ['Python 3.1', 'Python 2.7']
```
</p></details>
| Tix.py class HList missing info_bbox, info_dragsite and info_dropsite | https://api.github.com/repos/python/cpython/issues/42595/comments | 5 | 2005-11-15T00:26:26Z | 2022-04-10T00:03:34Z | https://github.com/python/cpython/issues/42595 | 1,198,811,019 | 42,595 |
[
"python",
"cpython"
] | BPO | [1356720](https://bugs.python.org/issue1356720)
--- | :---
Nosy | @kbkaiser
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/kbkaiser'
closed_at = <Date 2007-10-28.19:30:58.210>
created_at = <Date 2005-11-14.17:20:18.000>
labels = ['expert-IDLE']
title = 'Ctrl+C for copy does not work when caps-lock is on'
updated_at = <Date 2007-10-28.19:30:58.209>
user = 'https://bugs.python.org/ldrhcp'
```
bugs.python.org fields:
```python
activity = <Date 2007-10-28.19:30:58.209>
actor = 'kbk'
assignee = 'kbk'
closed = True
closed_date = <Date 2007-10-28.19:30:58.210>
closer = 'kbk'
components = ['IDLE']
creation = <Date 2005-11-14.17:20:18.000>
creator = 'ldrhcp'
dependencies = []
files = []
hgrepos = []
issue_num = 1356720
keywords = []
message_count = 3.0
messages = ['26875', '26876', '56893']
nosy_count = 3.0
nosy_names = ['kbk', 'ldrhcp', 'noamr']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1356720'
versions = ['Python 2.4']
```
</p></details>
| Ctrl+C for copy does not work when caps-lock is on | https://api.github.com/repos/python/cpython/issues/42594/comments | 3 | 2005-11-14T17:20:18Z | 2022-04-10T00:03:33Z | https://github.com/python/cpython/issues/42594 | 1,198,811,014 | 42,594 |
[
"python",
"cpython"
] | BPO | [1356571](https://bugs.python.org/issue1356571)
--- | :---
Files | <li>[minidom.py.sort-patch](https://bugs.python.org/file6877/minidom.py.sort-patch "Uploaded as application/octet-stream at 2005-11-14.13:58:40 by jstrom"): Patch to sort XML Nodes when writing.</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-14.17:31:58.000>
created_at = <Date 2005-11-14.13:58:31.000>
labels = ['expert-XML']
title = 'Sort nodes when writing to file'
updated_at = <Date 2005-11-14.17:31:58.000>
user = 'https://bugs.python.org/jstrom'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-14.17:31:58.000>
actor = 'jstrom'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['XML']
creation = <Date 2005-11-14.13:58:31.000>
creator = 'jstrom'
dependencies = []
files = ['6877']
hgrepos = []
issue_num = 1356571
keywords = ['patch']
message_count = 3.0
messages = ['49046', '49047', '49048']
nosy_count = 2.0
nosy_names = ['effbot', 'jstrom']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1356571'
versions = ['Python 2.4']
```
</p></details>
| Sort nodes when writing to file | https://api.github.com/repos/python/cpython/issues/42593/comments | 3 | 2005-11-14T13:58:31Z | 2022-04-10T00:03:32Z | https://github.com/python/cpython/issues/42593 | 1,198,811,011 | 42,593 |
[
"python",
"cpython"
] | BPO | [1355971](https://bugs.python.org/issue1355971)
--- | :---
Nosy | @loewis, @smontanaro
Files | <li>[BUG-1355883-ASDL_C.patch](https://bugs.python.org/file6876/BUG-1355883-ASDL_C.patch "Uploaded as text/plain at 2005-11-13.16:54:53 by krumms"): Patch for the first half of bug python/cpython#42588</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 2006-04-14.15:04:18.000>
created_at = <Date 2005-11-13.16:54:51.000>
labels = ['build']
title = 'Python-ast.h & Python-ast.c generated twice (#1355883)'
updated_at = <Date 2006-04-14.15:04:18.000>
user = 'https://bugs.python.org/krumms'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-14.15:04:18.000>
actor = 'loewis'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-11-13.16:54:51.000>
creator = 'krumms'
dependencies = []
files = ['6876']
hgrepos = []
issue_num = 1355971
keywords = ['patch']
message_count = 2.0
messages = ['49044', '49045']
nosy_count = 3.0
nosy_names = ['loewis', 'skip.montanaro', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355971'
versions = ['Python 2.5']
```
</p></details>
| Python-ast.h & Python-ast.c generated twice (#1355883) | https://api.github.com/repos/python/cpython/issues/42592/comments | 2 | 2005-11-13T16:54:51Z | 2022-04-10T00:03:31Z | https://github.com/python/cpython/issues/42592 | 1,198,811,008 | 42,592 |
[
"python",
"cpython"
] | BPO | [1355940](https://bugs.python.org/issue1355940)
--- | :---
Nosy | @smontanaro
Files | <li>[BUG-1355883-AST.patch](https://bugs.python.org/file6875/BUG-1355883-AST.patch "Uploaded as text/plain at 2005-11-13.15:40:59 by krumms"): Partial fix for bug python/cpython#42588</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-11-13.15:55:13.000>
created_at = <Date 2005-11-13.15:40:57.000>
labels = ['build']
title = 'Delete Python-ast.[ch] during "make distclean" (#1355883)'
updated_at = <Date 2005-11-13.15:55:13.000>
user = 'https://bugs.python.org/krumms'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-13.15:55:13.000>
actor = 'skip.montanaro'
assignee = 'skip.montanaro'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-11-13.15:40:57.000>
creator = 'krumms'
dependencies = []
files = ['6875']
hgrepos = []
issue_num = 1355940
keywords = ['patch']
message_count = 3.0
messages = ['49041', '49042', '49043']
nosy_count = 2.0
nosy_names = ['skip.montanaro', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355940'
versions = ['Python 2.5']
```
</p></details>
| Delete Python-ast.[ch] during "make distclean" (#1355883) | https://api.github.com/repos/python/cpython/issues/42591/comments | 3 | 2005-11-13T15:40:57Z | 2022-04-10T00:03:30Z | https://github.com/python/cpython/issues/42591 | 1,198,811,000 | 42,591 |
[
"python",
"cpython"
] | BPO | [1355913](https://bugs.python.org/issue1355913)
--- | :---
Nosy | @gvanrossum, @birkenfeld, @ncoghlan
Files | <li>[PEP-341.patch](https://bugs.python.org/file6865/PEP-341.patch "Uploaded as text/plain at 2005-11-13.14:59:08 by krumms"): Patch implementing PEP 341</li><li>[test_exception_variations.py](https://bugs.python.org/file6866/test_exception_variations.py "Uploaded as text/plain at 2005-11-13.15:02:07 by krumms"): Unit test for new exception handling syntax</li><li>[pep-341.patch](https://bugs.python.org/file6867/pep-341.patch "Uploaded as text/plain at 2005-11-13.21:27:25 by nnorwitz"): v2 - contains code and test</li><li>[PEP-341.patch](https://bugs.python.org/file6868/PEP-341.patch "Uploaded as text/plain at 2005-11-13.23:12:26 by krumms"): v3 - fixes to a few memory leaks Neal missed</li><li>[PEP-341.patch](https://bugs.python.org/file6869/PEP-341.patch "Uploaded as text/plain at 2005-11-14.00:36:49 by krumms"): v4 - try-finally was causing memory leaks</li><li>[PEP-341.patch](https://bugs.python.org/file6870/PEP-341.patch "Uploaded as text/plain at 2005-11-14.05:18:22 by krumms"): v5 - fixes for bugs reported by Neal Norwitz, unit test updated</li><li>[PEP-341.patch](https://bugs.python.org/file6871/PEP-341.patch "Uploaded as text/plain at 2005-11-15.04:10:56 by krumms"): v6 - test-goto-cleanup. use asdl_stmt_seq_free to deallocate asdl_seq instances</li><li>[PEP-341.patch](https://bugs.python.org/file6872/PEP-341.patch "Uploaded as text/plain at 2005-11-15.13:15:57 by krumms"): v7 - fix for another bug spotted by Neal, do ... while try/except emulation instead of ugly gotos</li><li>[PEP-341.patch](https://bugs.python.org/file6873/PEP-341.patch "Uploaded as text/plain at 2005-11-16.09:40:43 by krumms"): v8 - fixes for still more leaks discovered by Neal, back to using goto :(</li><li>[PEP-341.patch](https://bugs.python.org/file6874/PEP-341.patch "Uploaded as text/plain at 2005-11-16.13:52:13 by krumms"): v9 - fixes for even more leaks discovered by Nick</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-12-17.21:34:20.000>
created_at = <Date 2005-11-13.14:59:08.000>
labels = ['interpreter-core']
title = 'PEP 341 - Unification of try/except and try/finally'
updated_at = <Date 2005-12-17.21:34:20.000>
user = 'https://bugs.python.org/krumms'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-17.21:34:20.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-13.14:59:08.000>
creator = 'krumms'
dependencies = []
files = ['6865', '6866', '6867', '6868', '6869', '6870', '6871', '6872', '6873', '6874']
hgrepos = []
issue_num = 1355913
keywords = ['patch']
message_count = 25.0
messages = ['49016', '49017', '49018', '49019', '49020', '49021', '49022', '49023', '49024', '49025', '49026', '49027', '49028', '49029', '49030', '49031', '49032', '49033', '49034', '49035', '49036', '49037', '49038', '49039', '49040']
nosy_count = 5.0
nosy_names = ['gvanrossum', 'nnorwitz', 'georg.brandl', 'ncoghlan', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355913'
versions = ['Python 2.5']
```
</p></details>
| PEP 341 - Unification of try/except and try/finally | https://api.github.com/repos/python/cpython/issues/42590/comments | 25 | 2005-11-13T14:59:08Z | 2022-04-10T00:03:28Z | https://github.com/python/cpython/issues/42590 | 1,198,810,996 | 42,590 |
[
"python",
"cpython"
] | BPO | [1355903](https://bugs.python.org/issue1355903)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-13.15:52:06.000>
created_at = <Date 2005-11-13.14:41:02.000>
labels = ['interpreter-core', 'invalid']
title = 'Division Error'
updated_at = <Date 2005-11-13.15:52:06.000>
user = 'https://bugs.python.org/azimuth84'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-13.15:52:06.000>
actor = 'effbot'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-13.14:41:02.000>
creator = 'azimuth84'
dependencies = []
files = []
hgrepos = []
issue_num = 1355903
keywords = []
message_count = 2.0
messages = ['26873', '26874']
nosy_count = 2.0
nosy_names = ['effbot', 'azimuth84']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355903'
versions = ['Python 2.4']
```
</p></details>
| Division Error | https://api.github.com/repos/python/cpython/issues/42589/comments | 2 | 2005-11-13T14:41:02Z | 2022-04-10T00:03:27Z | https://github.com/python/cpython/issues/42589 | 1,198,810,990 | 42,589 |
[
"python",
"cpython"
] | BPO | [1355883](https://bugs.python.org/issue1355883)
--- | :---
Nosy | @loewis, @smontanaro, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-04-14.15:04:29.000>
created_at = <Date 2005-11-13.13:27:10.000>
labels = ['build']
title = 'make depend/clean issues w/ ast'
updated_at = <Date 2006-04-14.15:04:29.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2006-04-14.15:04:29.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-11-13.13:27:10.000>
creator = 'skip.montanaro'
dependencies = []
files = []
hgrepos = []
issue_num = 1355883
keywords = []
message_count = 7.0
messages = ['26866', '26867', '26868', '26869', '26870', '26871', '26872']
nosy_count = 4.0
nosy_names = ['loewis', 'skip.montanaro', 'georg.brandl', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355883'
versions = []
```
</p></details>
| make depend/clean issues w/ ast | https://api.github.com/repos/python/cpython/issues/42588/comments | 7 | 2005-11-13T13:27:10Z | 2022-04-10T00:03:26Z | https://github.com/python/cpython/issues/42588 | 1,198,810,988 | 42,588 |
[
"python",
"cpython"
] | BPO | [1355842](https://bugs.python.org/issue1355842)
--- | :---
Nosy | @malemburg, @arigo, @birkenfeld, @facundobatista
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/arigo'
closed_at = <Date 2006-02-20.10:22:06.000>
created_at = <Date 2005-11-13.11:17:39.000>
labels = ['library']
title = 'Incorrect Decimal-float behavior for += and *='
updated_at = <Date 2006-02-20.10:22:06.000>
user = 'https://bugs.python.org/connelly'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-20.10:22:06.000>
actor = 'arigo'
assignee = 'arigo'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-13.11:17:39.000>
creator = 'connelly'
dependencies = []
files = []
hgrepos = []
issue_num = 1355842
keywords = []
message_count = 9.0
messages = ['26857', '26858', '26859', '26860', '26861', '26862', '26863', '26864', '26865']
nosy_count = 6.0
nosy_names = ['lemburg', 'nnorwitz', 'arigo', 'georg.brandl', 'facundobatista', 'connelly']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355842'
versions = []
```
</p></details>
| Incorrect Decimal-float behavior for += and *= | https://api.github.com/repos/python/cpython/issues/42587/comments | 9 | 2005-11-13T11:17:39Z | 2022-04-10T00:03:25Z | https://github.com/python/cpython/issues/42587 | 1,198,810,983 | 42,587 |
[
"python",
"cpython"
] | BPO | [1355826](https://bugs.python.org/issue1355826)
--- | :---
Nosy | @tarekziade, @mitsuhiko
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/tarekziade'
closed_at = <Date 2010-04-20.09:30:19.031>
created_at = <Date 2005-11-13.10:14:17.000>
labels = ['easy', 'type-feature', 'library']
title = 'shutil.move() does not preserve ownership'
updated_at = <Date 2010-04-20.09:30:19.029>
user = 'https://bugs.python.org/sprif'
```
bugs.python.org fields:
```python
activity = <Date 2010-04-20.09:30:19.029>
actor = 'tarek'
assignee = 'tarek'
closed = True
closed_date = <Date 2010-04-20.09:30:19.031>
closer = 'tarek'
components = ['Library (Lib)']
creation = <Date 2005-11-13.10:14:17.000>
creator = 'sprif'
dependencies = []
files = []
hgrepos = []
issue_num = 1355826
keywords = ['easy']
message_count = 3.0
messages = ['60836', '83019', '103688']
nosy_count = 3.0
nosy_names = ['tarek', 'sprif', 'aronacher']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1355826'
versions = ['Python 2.6', 'Python 3.0', 'Python 3.1', 'Python 2.7']
```
</p></details>
| shutil.move() does not preserve ownership | https://api.github.com/repos/python/cpython/issues/42586/comments | 3 | 2005-11-13T10:14:17Z | 2022-04-10T00:03:24Z | https://github.com/python/cpython/issues/42586 | 1,198,810,978 | 42,586 |
[
"python",
"cpython"
] | BPO | [1355023](https://bugs.python.org/issue1355023)
--- | :---
Nosy | @loewis, @birkenfeld
Files | <li>[patch-gzip.txt](https://bugs.python.org/file6864/patch-gzip.txt "Uploaded as text/plain at 2005-11-12.10:55:54 by effbot")</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-11-12.10:42:06.000>
created_at = <Date 2005-11-12.10:55:54.000>
labels = ['extension-modules']
title = 'support whence argument for GzipFile.seek (bug python/cpython#42458)'
updated_at = <Date 2006-11-12.10:42:06.000>
user = 'https://bugs.python.org/effbot'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-12.10:42:06.000>
actor = 'loewis'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-12.10:55:54.000>
creator = 'effbot'
dependencies = []
files = ['6864']
hgrepos = []
issue_num = 1355023
keywords = ['patch']
message_count = 5.0
messages = ['49011', '49012', '49013', '49014', '49015']
nosy_count = 3.0
nosy_names = ['loewis', 'effbot', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1355023'
versions = []
```
</p></details>
| support whence argument for GzipFile.seek (bug #1316069) | https://api.github.com/repos/python/cpython/issues/42585/comments | 5 | 2005-11-12T10:55:54Z | 2022-04-10T00:03:22Z | https://github.com/python/cpython/issues/42585 | 1,198,810,972 | 42,585 |
[
"python",
"cpython"
] | BPO | [1354265](https://bugs.python.org/issue1354265)
--- | :---
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-11-13.14:01:33.000>
created_at = <Date 2005-11-11.18:21:10.000>
labels = ['build', 'invalid']
title = 'Interactive help fails with Windows Installer'
updated_at = <Date 2005-11-13.14:01:33.000>
user = 'https://bugs.python.org/cjwhrh'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-13.14:01:33.000>
actor = 'cjwhrh'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Build']
creation = <Date 2005-11-11.18:21:10.000>
creator = 'cjwhrh'
dependencies = []
files = []
hgrepos = []
issue_num = 1354265
keywords = []
message_count = 3.0
messages = ['26854', '26855', '26856']
nosy_count = 2.0
nosy_names = ['loewis', 'cjwhrh']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1354265'
versions = ['Python 2.4']
```
</p></details>
| Interactive help fails with Windows Installer | https://api.github.com/repos/python/cpython/issues/42584/comments | 3 | 2005-11-11T18:21:10Z | 2022-04-10T00:03:21Z | https://github.com/python/cpython/issues/42584 | 1,198,810,967 | 42,584 |
[
"python",
"cpython"
] | BPO | [1354052](https://bugs.python.org/issue1354052)
--- | :---
Nosy | @vsajip
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/vsajip'
closed_at = <Date 2005-11-12.02:51:53.000>
created_at = <Date 2005-11-11.15:03:33.000>
labels = ['invalid', 'library']
title = 'logging: Default handlers broken'
updated_at = <Date 2005-11-12.02:51:53.000>
user = 'https://bugs.python.org/jsjoseph'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-12.02:51:53.000>
actor = 'vinay.sajip'
assignee = 'vinay.sajip'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-11.15:03:33.000>
creator = 'jsjoseph'
dependencies = []
files = []
hgrepos = []
issue_num = 1354052
keywords = []
message_count = 3.0
messages = ['26851', '26852', '26853']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'vinay.sajip', 'jsjoseph']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1354052'
versions = ['Python 2.4']
```
</p></details>
| logging: Default handlers broken | https://api.github.com/repos/python/cpython/issues/42583/comments | 3 | 2005-11-11T15:03:33Z | 2022-04-10T00:03:20Z | https://github.com/python/cpython/issues/42583 | 1,198,810,961 | 42,583 |
[
"python",
"cpython"
] | BPO | [1353872](https://bugs.python.org/issue1353872)
--- | :---
Nosy | @theller
Files | <li>[modulefinder.patch](https://bugs.python.org/file6863/modulefinder.patch "Uploaded as text/plain at 2005-11-11.11:51:36 by @theller"): Speedup patch</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-10-17.19:56:30.000>
created_at = <Date 2005-11-11.11:51:32.000>
labels = ['interpreter-core']
title = 'a faster Modulefinder'
updated_at = <Date 2006-10-17.19:56:30.000>
user = 'https://github.com/theller'
```
bugs.python.org fields:
```python
activity = <Date 2006-10-17.19:56:30.000>
actor = 'theller'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-11.11:51:32.000>
creator = 'theller'
dependencies = []
files = ['6863']
hgrepos = []
issue_num = 1353872
keywords = ['patch']
message_count = 3.0
messages = ['49008', '49009', '49010']
nosy_count = 1.0
nosy_names = ['theller']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1353872'
versions = ['Python 2.5']
```
</p></details>
| a faster Modulefinder | https://api.github.com/repos/python/cpython/issues/42582/comments | 3 | 2005-11-11T11:51:32Z | 2022-04-10T00:03:18Z | https://github.com/python/cpython/issues/42582 | 1,198,810,952 | 42,582 |
[
"python",
"cpython"
] | BPO | [1353793](https://bugs.python.org/issue1353793)
--- | :---
Nosy | @tim-one
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-11-11.23:41:27.000>
created_at = <Date 2005-11-11.09:28:34.000>
labels = ['invalid', 'docs']
title = 'Error in documentation for os.walk'
updated_at = <Date 2005-11-11.23:41:27.000>
user = 'https://bugs.python.org/mgeisler'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-11.23:41:27.000>
actor = 'mgeisler'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-11.09:28:34.000>
creator = 'mgeisler'
dependencies = []
files = []
hgrepos = []
issue_num = 1353793
keywords = []
message_count = 3.0
messages = ['26848', '26849', '26850']
nosy_count = 2.0
nosy_names = ['tim.peters', 'mgeisler']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1353793'
versions = []
```
</p></details>
| Error in documentation for os.walk | https://api.github.com/repos/python/cpython/issues/42581/comments | 3 | 2005-11-11T09:28:34Z | 2022-04-10T00:03:17Z | https://github.com/python/cpython/issues/42581 | 1,198,810,943 | 42,581 |
[
"python",
"cpython"
] | BPO | [1353504](https://bugs.python.org/issue1353504)
--- | :---
Nosy | @smontanaro, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-03-18.08:22:19.000>
created_at = <Date 2005-11-10.22:16:38.000>
labels = ['interpreter-core']
title = 'Python drops core when stdin is bogus'
updated_at = <Date 2006-03-18.08:22:19.000>
user = 'https://github.com/smontanaro'
```
bugs.python.org fields:
```python
activity = <Date 2006-03-18.08:22:19.000>
actor = 'georg.brandl'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-10.22:16:38.000>
creator = 'skip.montanaro'
dependencies = []
files = []
hgrepos = []
issue_num = 1353504
keywords = []
message_count = 9.0
messages = ['26839', '26840', '26841', '26842', '26843', '26844', '26845', '26846', '26847']
nosy_count = 3.0
nosy_names = ['skip.montanaro', 'nnorwitz', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1353504'
versions = []
```
</p></details>
| Python drops core when stdin is bogus | https://api.github.com/repos/python/cpython/issues/42580/comments | 9 | 2005-11-10T22:16:38Z | 2022-04-10T00:03:16Z | https://github.com/python/cpython/issues/42580 | 1,198,810,940 | 42,580 |
[
"python",
"cpython"
] | BPO | [1353433](https://bugs.python.org/issue1353433)
--- | :---
Nosy | @birkenfeld, @vstinner
Files | <li>[urllib2.py](https://bugs.python.org/file1832/urllib2.py "Uploaded as text/plain at 2005-11-10.20:25:56 by dehn"): Python library 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 = None
closed_at = <Date 2019-04-10.09:13:08.271>
created_at = <Date 2005-11-10.20:25:56.000>
labels = ['library']
title = 'Http redirection error in urllib2.py'
updated_at = <Date 2019-04-10.09:13:08.271>
user = 'https://bugs.python.org/dehn'
```
bugs.python.org fields:
```python
activity = <Date 2019-04-10.09:13:08.271>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-10.20:25:56.000>
creator = 'dehn'
dependencies = []
files = ['1832']
hgrepos = []
issue_num = 1353433
keywords = []
message_count = 4.0
messages = ['26836', '26837', '26838', '339838']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'jjlee', 'vstinner', 'dehn']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1353433'
versions = ['Python 2.4']
```
</p></details>
| Http redirection error in urllib2.py | https://api.github.com/repos/python/cpython/issues/42579/comments | 4 | 2005-11-10T20:25:56Z | 2022-04-10T00:03:15Z | https://github.com/python/cpython/issues/42579 | 1,198,810,935 | 42,579 |
[
"python",
"cpython"
] | BPO | [1353344](https://bugs.python.org/issue1353344)
--- | :---
Nosy | @loewis, @birkenfeld, @terryjreedy, @ncoghlan, @pitrou, @merwok, @davidmalcolm, @FFY00
Files | <li>[python.desktop](https://bugs.python.org/file8262/python.desktop "Uploaded as application/x-desktop at 2005-11-16.18:12:48 by sonderblade"): A freedesktop .desktop file for Python</li><li>[pycon.png](https://bugs.python.org/file8263/pycon.png "Uploaded as image/png at 2005-11-16.18:14:31 by sonderblade"): A desktop icon for python</li><li>[python.desktop](https://bugs.python.org/file8264/python.desktop "Uploaded as application/x-desktop at 2005-11-17.13:43:33 by @birkenfeld"): With German translation</li><li>[python.desktop](https://bugs.python.org/file9206/python.desktop "Uploaded as application/x-desktop at 2008-01-18.21:10:45 by @pitrou"): With French translation</li><li>[pycon.png](https://bugs.python.org/file9208/pycon.png "Uploaded as image/png at 2008-01-18.21:11:58 by @pitrou"): A PNG icon created from PC/pycon.ico</li><li>[python.desktop](https://bugs.python.org/file13689/python.desktop "Uploaded as application/octet-stream at 2009-04-15.09:04:12 by agb"): With Italian translation</li><li>[python.desktop](https://bugs.python.org/file14833/python.desktop "Uploaded as text/plain at 2009-09-04.20:35:27 by mribecky"): With spanish translation</li><li>[python.desktop](https://bugs.python.org/file40768/python.desktop "Uploaded as text/plain at 2015-10-13.14:50:11 by Shubham Dash")</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-11-10.18:22:43.000>
labels = ['easy', 'type-feature', 'expert-installation', '3.11']
title = 'python.desktop'
updated_at = <Date 2021-10-23.16:54:39.827>
user = 'https://bugs.python.org/sonderblade'
```
bugs.python.org fields:
```python
activity = <Date 2021-10-23.16:54:39.827>
actor = 'FFY00'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2005-11-10.18:22:43.000>
creator = 'sonderblade'
dependencies = []
files = ['8262', '8263', '8264', '9206', '9208', '13689', '14833', '40768']
hgrepos = []
issue_num = 1353344
keywords = ['easy']
message_count = 20.0
messages = ['54679', '54680', '54681', '54682', '54683', '54684', '60119', '85984', '92266', '113207', '115229', '115230', '115238', '121422', '121429', '121431', '123670', '154115', '209685', '287444']
nosy_count = 11.0
nosy_names = ['loewis', 'georg.brandl', 'terry.reedy', 'ncoghlan', 'sonderblade', 'pitrou', 'mribecky', 'eric.araujo', 'agb', 'dmalcolm', 'FFY00']
pr_nums = []
priority = 'low'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1353344'
versions = ['Python 3.11']
```
</p></details>
| python.desktop | https://api.github.com/repos/python/cpython/issues/42578/comments | 22 | 2005-11-10T18:22:43Z | 2024-02-26T13:23:16Z | https://github.com/python/cpython/issues/42578 | 1,198,810,925 | 42,578 |
[
"python",
"cpython"
] | BPO | [1353269](https://bugs.python.org/issue1353269)
--- | :---
Nosy | @birkenfeld, @arekm
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-03-31.18:02:40.000>
created_at = <Date 2005-11-10.16:34:29.000>
labels = ['library']
title = 'poplib.POP3_SSL() class incompatible with socket.timeout'
updated_at = <Date 2006-03-31.18:02:40.000>
user = 'https://bugs.python.org/melicertes'
```
bugs.python.org fields:
```python
activity = <Date 2006-03-31.18:02:40.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-10.16:34:29.000>
creator = 'melicertes'
dependencies = []
files = []
hgrepos = []
issue_num = 1353269
keywords = []
message_count = 4.0
messages = ['26832', '26833', '26834', '26835']
nosy_count = 3.0
nosy_names = ['georg.brandl', 'arekm', 'melicertes']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1353269'
versions = ['Python 2.4']
```
</p></details>
| poplib.POP3_SSL() class incompatible with socket.timeout | https://api.github.com/repos/python/cpython/issues/42577/comments | 4 | 2005-11-10T16:34:29Z | 2022-04-10T00:03:13Z | https://github.com/python/cpython/issues/42577 | 1,198,810,920 | 42,577 |
[
"python",
"cpython"
] | BPO | [1352731](https://bugs.python.org/issue1352731)
--- | :---
Nosy | @malemburg, @loewis
Files | <li>[platform.py.diff](https://bugs.python.org/file6862/platform.py.diff "Uploaded as text/plain at 2005-11-10.01:22:28 by daishiharada")</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 2007-01-13.20:50:27.000>
created_at = <Date 2005-11-10.01:19:42.000>
labels = ['library']
title = 'Small upgrades to platform.platform()'
updated_at = <Date 2007-01-13.20:50:27.000>
user = 'https://bugs.python.org/daishiharada'
```
bugs.python.org fields:
```python
activity = <Date 2007-01-13.20:50:27.000>
actor = 'lemburg'
assignee = 'lemburg'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-10.01:19:42.000>
creator = 'daishiharada'
dependencies = []
files = ['6862']
hgrepos = []
issue_num = 1352731
keywords = ['patch']
message_count = 7.0
messages = ['49001', '49002', '49003', '49004', '49005', '49006', '49007']
nosy_count = 3.0
nosy_names = ['lemburg', 'loewis', 'daishiharada']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1352731'
versions = []
```
</p></details>
| Small upgrades to platform.platform() | https://api.github.com/repos/python/cpython/issues/42576/comments | 7 | 2005-11-10T01:19:42Z | 2022-04-10T00:03:12Z | https://github.com/python/cpython/issues/42576 | 1,198,810,916 | 42,576 |
[
"python",
"cpython"
] | BPO | [1352711](https://bugs.python.org/issue1352711)
--- | :---
Nosy | @birkenfeld
Files | <li>[BUG-1351707.patch](https://bugs.python.org/file6861/BUG-1351707.patch "Uploaded as text/plain at 2005-11-10.00:49:47 by krumms"): Fix for bug python/cpython#42571</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.09:39:24.000>
created_at = <Date 2005-11-10.00:43:52.000>
labels = []
title = '[PATCH] Bug python/cpython#42571'
updated_at = <Date 2006-02-19.09:39:24.000>
user = 'https://bugs.python.org/krumms'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-19.09:39:24.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['None']
creation = <Date 2005-11-10.00:43:52.000>
creator = 'krumms'
dependencies = []
files = ['6861']
hgrepos = []
issue_num = 1352711
keywords = ['patch']
message_count = 2.0
messages = ['48999', '49000']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1352711'
versions = []
```
</p></details>
| [PATCH] Bug #1351707 | https://api.github.com/repos/python/cpython/issues/42575/comments | 2 | 2005-11-10T00:43:52Z | 2022-04-10T00:03:10Z | https://github.com/python/cpython/issues/42575 | 1,198,810,907 | 42,575 |
[
"python",
"cpython"
] | BPO | [1352621](https://bugs.python.org/issue1352621)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-12-03.02:08:17.000>
created_at = <Date 2005-11-09.22:26:06.000>
labels = ['library']
title = "SVN webbrowser.py fix 41419 didn't"
updated_at = <Date 2005-12-03.02:08:17.000>
user = 'https://bugs.python.org/gregcouch'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-03.02:08:17.000>
actor = 'gregcouch'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-09.22:26:06.000>
creator = 'gregcouch'
dependencies = []
files = []
hgrepos = []
issue_num = 1352621
keywords = []
message_count = 2.0
messages = ['26830', '26831']
nosy_count = 1.0
nosy_names = ['gregcouch']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1352621'
versions = []
```
</p></details>
| SVN webbrowser.py fix 41419 didn't | https://api.github.com/repos/python/cpython/issues/42574/comments | 2 | 2005-11-09T22:26:06Z | 2022-04-10T00:03:09Z | https://github.com/python/cpython/issues/42574 | 1,198,810,901 | 42,574 |
[
"python",
"cpython"
] | BPO | [1351997](https://bugs.python.org/issue1351997)
--- | :---
Files | <li>[patch-subprocess-2.txt](https://bugs.python.org/file6860/patch-subprocess-2.txt "Uploaded as text/plain at 2005-11-10.22:48:07 by effbot")</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-12.10:26:49.000>
created_at = <Date 2005-11-09.09:05:52.000>
labels = ['extension-modules']
title = 'fix for resource leak in _subprocess'
updated_at = <Date 2005-11-12.10:26:49.000>
user = 'https://bugs.python.org/effbot'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-12.10:26:49.000>
actor = 'effbot'
assignee = 'effbot'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-09.09:05:52.000>
creator = 'effbot'
dependencies = []
files = ['6860']
hgrepos = []
issue_num = 1351997
keywords = ['patch']
message_count = 4.0
messages = ['48995', '48996', '48997', '48998']
nosy_count = 2.0
nosy_names = ['effbot', 'nnorwitz']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1351997'
versions = []
```
</p></details>
| fix for resource leak in _subprocess | https://api.github.com/repos/python/cpython/issues/42573/comments | 4 | 2005-11-09T09:05:52Z | 2022-04-10T00:03:08Z | https://github.com/python/cpython/issues/42573 | 1,198,810,895 | 42,573 |
[
"python",
"cpython"
] | BPO | [1351744](https://bugs.python.org/issue1351744)
--- | :---
Nosy | @loewis
Files | <li>[patch-askyesnocancel.txt](https://bugs.python.org/file6859/patch-askyesnocancel.txt "Uploaded as text/plain at 2005-11-08.22:45:10 by effbot")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/loewis'
closed_at = <Date 2006-11-08.07:37:15.000>
created_at = <Date 2005-11-08.22:45:09.000>
labels = ['expert-tkinter']
title = 'askyesnocancel helper for tkMessageBox'
updated_at = <Date 2006-11-08.07:37:15.000>
user = 'https://bugs.python.org/effbot'
```
bugs.python.org fields:
```python
activity = <Date 2006-11-08.07:37:15.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Tkinter']
creation = <Date 2005-11-08.22:45:09.000>
creator = 'effbot'
dependencies = []
files = ['6859']
hgrepos = []
issue_num = 1351744
keywords = ['patch']
message_count = 2.0
messages = ['48993', '48994']
nosy_count = 2.0
nosy_names = ['loewis', 'effbot']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1351744'
versions = []
```
</p></details>
| askyesnocancel helper for tkMessageBox | https://api.github.com/repos/python/cpython/issues/42572/comments | 2 | 2005-11-08T22:45:09Z | 2022-04-10T00:03:07Z | https://github.com/python/cpython/issues/42572 | 1,198,810,891 | 42,572 |
[
"python",
"cpython"
] | BPO | [1351707](https://bugs.python.org/issue1351707)
--- | :---
Nosy | @freddrake, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-02-19.09:39:16.000>
created_at = <Date 2005-11-08.21:43:37.000>
labels = ['extension-modules']
title = 'zipimport produces incomplete IOError instances'
updated_at = <Date 2006-02-19.09:39:16.000>
user = 'https://github.com/freddrake'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-19.09:39:16.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-08.21:43:37.000>
creator = 'fdrake'
dependencies = []
files = []
hgrepos = []
issue_num = 1351707
keywords = []
message_count = 3.0
messages = ['26827', '26828', '26829']
nosy_count = 3.0
nosy_names = ['fdrake', 'georg.brandl', 'krumms']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1351707'
versions = ['Python 2.5']
```
</p></details>
| zipimport produces incomplete IOError instances | https://api.github.com/repos/python/cpython/issues/42571/comments | 3 | 2005-11-08T21:43:37Z | 2022-04-10T00:03:02Z | https://github.com/python/cpython/issues/42571 | 1,198,810,876 | 42,571 |
[
"python",
"cpython"
] | BPO | [1351692](https://bugs.python.org/issue1351692)
--- | :---
Nosy | @gvanrossum, @doerwalter, @birkenfeld, @birkenfeld, @rhettinger
Files | <li>[pprintmod.py](https://bugs.python.org/file8260/pprintmod.py "Uploaded as text/plain at 2005-11-14.19:20:11 by markhirota"): Modified pprint.py</li><li>[pprint.diff](https://bugs.python.org/file8261/pprint.diff "Uploaded as text/plain at 2005-11-16.18:29:23 by @doerwalter")</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2008-01-20.11:13:42.995>
created_at = <Date 2005-11-08.21:29:22.000>
labels = ['type-feature', 'library']
title = 'Switch to make pprint.pprint display ints and longs in hex'
updated_at = <Date 2008-01-20.11:13:42.990>
user = 'https://bugs.python.org/markhirota'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-20.11:13:42.990>
actor = 'georg.brandl'
assignee = 'anthonybaxter'
closed = True
closed_date = <Date 2008-01-20.11:13:42.995>
closer = 'georg.brandl'
components = ['Library (Lib)']
creation = <Date 2005-11-08.21:29:22.000>
creator = 'markhirota'
dependencies = []
files = ['8260', '8261']
hgrepos = []
issue_num = 1351692
keywords = []
message_count = 17.0
messages = ['54663', '54664', '54665', '54666', '54667', '54668', '54669', '54670', '54671', '54672', '54673', '54674', '54675', '54676', '54677', '54678', '61269']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'doerwalter', 'anthonybaxter', 'georg.brandl', 'georg.brandl', 'rhettinger', 'markhirota']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1351692'
versions = []
```
</p></details>
| Switch to make pprint.pprint display ints and longs in hex | https://api.github.com/repos/python/cpython/issues/42570/comments | 17 | 2005-11-08T21:29:22Z | 2022-04-10T00:03:00Z | https://github.com/python/cpython/issues/42570 | 1,198,810,873 | 42,570 |
[
"python",
"cpython"
] | BPO | [1351545](https://bugs.python.org/issue1351545)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-09.06:44:23.000>
created_at = <Date 2005-11-08.17:52:11.000>
labels = ['invalid', 'library']
title = 'win32serviceutil bug'
updated_at = <Date 2005-11-09.06:44:23.000>
user = 'https://bugs.python.org/tgraberus'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-09.06:44:23.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-08.17:52:11.000>
creator = 'tgraber_us'
dependencies = []
files = []
hgrepos = []
issue_num = 1351545
keywords = []
message_count = 2.0
messages = ['26825', '26826']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'tgraber_us']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1351545'
versions = []
```
</p></details>
| win32serviceutil bug | https://api.github.com/repos/python/cpython/issues/42569/comments | 2 | 2005-11-08T17:52:11Z | 2022-04-10T00:02:59Z | https://github.com/python/cpython/issues/42569 | 1,198,810,868 | 42,569 |
[
"python",
"cpython"
] | BPO | [1351036](https://bugs.python.org/issue1351036)
--- | :---
Nosy | @tiran
Files | <li>[djstat.py](https://bugs.python.org/file6858/djstat.py "Uploaded as text/plain at 2005-11-08.08:32:17 by bdeck"): Platform specific file stat values for plat-ms-dos5 (DJGPP)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2008-01-05.19:39:42.997>
created_at = <Date 2005-11-08.08:32:17.000>
labels = ['library']
title = 'PythonD new file: python2.4/plat-ms-dos5/djstat.py'
updated_at = <Date 2008-01-05.19:39:42.995>
user = 'https://bugs.python.org/bdeck'
```
bugs.python.org fields:
```python
activity = <Date 2008-01-05.19:39:42.995>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2008-01-05.19:39:42.997>
closer = 'christian.heimes'
components = ['Library (Lib)']
creation = <Date 2005-11-08.08:32:17.000>
creator = 'bdeck'
dependencies = []
files = ['6858']
hgrepos = []
issue_num = 1351036
keywords = ['patch']
message_count = 2.0
messages = ['48992', '59314']
nosy_count = 2.0
nosy_names = ['christian.heimes', 'bdeck']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1351036'
versions = []
```
</p></details>
| PythonD new file: python2.4/plat-ms-dos5/djstat.py | https://api.github.com/repos/python/cpython/issues/42568/comments | 2 | 2005-11-08T08:32:17Z | 2022-04-10T00:02:58Z | https://github.com/python/cpython/issues/42568 | 1,198,810,862 | 42,568 |
[
"python",
"cpython"
] | BPO | [1351020](https://bugs.python.org/issue1351020)
--- | :---
Nosy | @loewis, @pitrou, @devdanzin
Files | <li>[pythond.diff](https://bugs.python.org/file6857/pythond.diff "Uploaded as text/plain at 2005-11-08.08:08:26 by bdeck"): Diff for C and PY files, Makefiles and Setup script not attached.</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-08-30.17:34:54.553>
created_at = <Date 2005-11-08.08:08:26.000>
labels = ['interpreter-core', 'type-feature']
title = 'PythonD DJGPP-specific patch set for porting to DOS.'
updated_at = <Date 2010-08-31.04:32:18.289>
user = 'https://bugs.python.org/bdeck'
```
bugs.python.org fields:
```python
activity = <Date 2010-08-31.04:32:18.289>
actor = 'bdeck'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-30.17:34:54.553>
closer = 'pitrou'
components = ['Interpreter Core']
creation = <Date 2005-11-08.08:08:26.000>
creator = 'bdeck'
dependencies = []
files = ['6857']
hgrepos = []
issue_num = 1351020
keywords = ['patch']
message_count = 8.0
messages = ['48990', '48991', '83883', '83886', '84455', '115228', '115234', '115251']
nosy_count = 5.0
nosy_names = ['loewis', 'pitrou', 'ajaksu2', 'bdeck', 'BreamoreBoy']
pr_nums = []
priority = 'low'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1351020'
versions = ['Python 3.2']
```
</p></details>
| PythonD DJGPP-specific patch set for porting to DOS. | https://api.github.com/repos/python/cpython/issues/42567/comments | 8 | 2005-11-08T08:08:26Z | 2022-04-10T00:02:57Z | https://github.com/python/cpython/issues/42567 | 1,198,810,860 | 42,567 |
[
"python",
"cpython"
] | BPO | [1350658](https://bugs.python.org/issue1350658)
--- | :---
Nosy | @vsajip
Files | <li>[patch.txt](https://bugs.python.org/file6856/patch.txt "Uploaded as text/plain at 2005-11-07.20:14:49 by kenlalonde"): Patch to Lib/logging/handlers.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/vsajip'
closed_at = <Date 2005-11-09.13:59:31.000>
created_at = <Date 2005-11-07.20:14:49.000>
labels = ['library']
title = 'Redundant connect() call in logging.handlers.SysLogHandler'
updated_at = <Date 2005-11-09.13:59:31.000>
user = 'https://bugs.python.org/kenlalonde'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-09.13:59:31.000>
actor = 'vinay.sajip'
assignee = 'vinay.sajip'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-07.20:14:49.000>
creator = 'kenlalonde'
dependencies = []
files = ['6856']
hgrepos = []
issue_num = 1350658
keywords = ['patch']
message_count = 4.0
messages = ['48986', '48987', '48988', '48989']
nosy_count = 2.0
nosy_names = ['vinay.sajip', 'kenlalonde']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350658'
versions = []
```
</p></details>
| Redundant connect() call in logging.handlers.SysLogHandler | https://api.github.com/repos/python/cpython/issues/42566/comments | 4 | 2005-11-07T20:14:49Z | 2022-04-10T00:02:57Z | https://github.com/python/cpython/issues/42566 | 1,198,810,855 | 42,566 |
[
"python",
"cpython"
] | BPO | [1350573](https://bugs.python.org/issue1350573)
--- | :---
Nosy | @akuchling
Files | <li>[zlibmodule.c.diff](https://bugs.python.org/file6855/zlibmodule.c.diff "Uploaded as text/plain at 2005-11-07.18:25:04 by dyoo"): patch to zlibmodule.c to handle unsigned long seed</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/akuchling'
closed_at = <Date 2005-11-22.15:39:47.000>
created_at = <Date 2005-11-07.18:25:02.000>
labels = ['extension-modules']
title = "zlib.crc32 doesn't handle 0xffffffff seed"
updated_at = <Date 2005-11-22.15:39:47.000>
user = 'https://bugs.python.org/dyoo'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-22.15:39:47.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2005-11-07.18:25:02.000>
creator = 'dyoo'
dependencies = []
files = ['6855']
hgrepos = []
issue_num = 1350573
keywords = ['patch']
message_count = 2.0
messages = ['48984', '48985']
nosy_count = 2.0
nosy_names = ['akuchling', 'dyoo']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350573'
versions = ['Python 2.5']
```
</p></details>
| zlib.crc32 doesn't handle 0xffffffff seed | https://api.github.com/repos/python/cpython/issues/42565/comments | 2 | 2005-11-07T18:25:02Z | 2022-04-10T00:02:56Z | https://github.com/python/cpython/issues/42565 | 1,198,810,850 | 42,565 |
[
"python",
"cpython"
] | BPO | [1350498](https://bugs.python.org/issue1350498)
--- | :---
Nosy | @loewis, @brettcannon, @birkenfeld
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/brettcannon'
closed_at = <Date 2006-03-31.20:03:27.000>
created_at = <Date 2005-11-07.16:52:04.000>
labels = ['docs']
title = 'CVS migration not in www.python.org docs'
updated_at = <Date 2006-03-31.20:03:27.000>
user = 'https://bugs.python.org/jimjjewett'
```
bugs.python.org fields:
```python
activity = <Date 2006-03-31.20:03:27.000>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2005-11-07.16:52:04.000>
creator = 'jimjjewett'
dependencies = []
files = []
hgrepos = []
issue_num = 1350498
keywords = []
message_count = 7.0
messages = ['26818', '26819', '26820', '26821', '26822', '26823', '26824']
nosy_count = 5.0
nosy_names = ['loewis', 'nnorwitz', 'brett.cannon', 'georg.brandl', 'jimjjewett']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350498'
versions = ['Python 2.5']
```
</p></details>
| CVS migration not in www.python.org docs | https://api.github.com/repos/python/cpython/issues/42564/comments | 7 | 2005-11-07T16:52:04Z | 2022-04-10T00:02:55Z | https://github.com/python/cpython/issues/42564 | 1,198,810,844 | 42,564 |
[
"python",
"cpython"
] | BPO | [1350409](https://bugs.python.org/issue1350409)
--- | :---
Nosy | @loewis
Files | <li>[pythonrun.diff](https://bugs.python.org/file6854/pythonrun.diff "Uploaded as text/plain at 2005-11-07.15:33:19 by moese")</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-28.17:36:26.000>
created_at = <Date 2005-11-07.15:31:52.000>
labels = ['interpreter-core']
title = 'Fix for signal related abort in Visual Studio 2005'
updated_at = <Date 2005-11-28.17:36:26.000>
user = 'https://bugs.python.org/moese'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-28.17:36:26.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-07.15:31:52.000>
creator = 'moese'
dependencies = []
files = ['6854']
hgrepos = []
issue_num = 1350409
keywords = ['patch']
message_count = 5.0
messages = ['48979', '48980', '48981', '48982', '48983']
nosy_count = 3.0
nosy_names = ['loewis', 'moese', 'cculver']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350409'
versions = ['Python 2.4']
```
</p></details>
| Fix for signal related abort in Visual Studio 2005 | https://api.github.com/repos/python/cpython/issues/42563/comments | 5 | 2005-11-07T15:31:52Z | 2022-04-10T00:02:53Z | https://github.com/python/cpython/issues/42563 | 1,198,810,841 | 42,563 |
[
"python",
"cpython"
] | BPO | [1350188](https://bugs.python.org/issue1350188)
--- | :---
<sup>*Note: these values reflect the state of the issue at 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-09.09:14:50.000>
created_at = <Date 2005-11-07.11:26:34.000>
labels = ['interpreter-core']
title = '"setdlopenflags" leads to crash upon "import"'
updated_at = <Date 2005-11-09.09:14:50.000>
user = 'https://bugs.python.org/jdpipe'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-09.09:14:50.000>
actor = 'jdpipe'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-07.11:26:34.000>
creator = 'jdpipe'
dependencies = []
files = []
hgrepos = []
issue_num = 1350188
keywords = []
message_count = 3.0
messages = ['26815', '26816', '26817']
nosy_count = 2.0
nosy_names = ['nnorwitz', 'jdpipe']
pr_nums = []
priority = 'high'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350188'
versions = ['Python 2.4']
```
</p></details>
| "setdlopenflags" leads to crash upon "import" | https://api.github.com/repos/python/cpython/issues/42562/comments | 3 | 2005-11-07T11:26:34Z | 2022-04-10T00:02:52Z | https://github.com/python/cpython/issues/42562 | 1,198,810,833 | 42,562 |
[
"python",
"cpython"
] | BPO | [1350060](https://bugs.python.org/issue1350060)
--- | :---
Nosy | @arigo
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = 'https://github.com/arigo'
closed_at = <Date 2006-06-08.10:57:16.000>
created_at = <Date 2005-11-07.08:55:31.000>
labels = ['interpreter-core']
title = 'built-in method .__cmp__'
updated_at = <Date 2006-06-08.10:57:16.000>
user = 'https://github.com/arigo'
```
bugs.python.org fields:
```python
activity = <Date 2006-06-08.10:57:16.000>
actor = 'arigo'
assignee = 'arigo'
closed = True
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2005-11-07.08:55:31.000>
creator = 'arigo'
dependencies = []
files = []
hgrepos = []
issue_num = 1350060
keywords = []
message_count = 4.0
messages = ['26811', '26812', '26813', '26814']
nosy_count = 1.0
nosy_names = ['arigo']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1350060'
versions = []
```
</p></details>
| built-in method .__cmp__ | https://api.github.com/repos/python/cpython/issues/42561/comments | 4 | 2005-11-07T08:55:31Z | 2022-04-10T00:02:51Z | https://github.com/python/cpython/issues/42561 | 1,198,810,826 | 42,561 |
[
"python",
"cpython"
] | BPO | [1349977](https://bugs.python.org/issue1349977)
--- | :---
Nosy | @mwhudson, @brettcannon
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-11-07.21:20:10.000>
created_at = <Date 2005-11-07.06:31:01.000>
labels = ['library']
title = 'urllib2 blocked from news.google.com'
updated_at = <Date 2005-11-07.21:20:10.000>
user = 'https://bugs.python.org/asyncster'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-07.21:20:10.000>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-07.06:31:01.000>
creator = 'asyncster'
dependencies = []
files = []
hgrepos = []
issue_num = 1349977
keywords = []
message_count = 4.0
messages = ['26807', '26808', '26809', '26810']
nosy_count = 3.0
nosy_names = ['mwh', 'brett.cannon', 'asyncster']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349977'
versions = ['Python 2.4']
```
</p></details>
| urllib2 blocked from news.google.com | https://api.github.com/repos/python/cpython/issues/42560/comments | 4 | 2005-11-07T06:31:01Z | 2022-04-10T00:02:49Z | https://github.com/python/cpython/issues/42560 | 1,198,810,822 | 42,560 |
[
"python",
"cpython"
] | BPO | [1349732](https://bugs.python.org/issue1349732)
--- | :---
Nosy | @birkenfeld, @terryjreedy, @orsenthil, @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 2010-07-14.18:53:56.607>
created_at = <Date 2005-11-06.21:58:35.000>
labels = ['easy', 'type-feature', 'library', 'docs']
title = 'urllib.urlencode provides two features in one param'
updated_at = <Date 2016-07-01.04:42:23.022>
user = 'https://github.com/salty-horse'
```
bugs.python.org fields:
```python
activity = <Date 2016-07-01.04:42:23.022>
actor = 'terry.reedy'
assignee = 'docs@python'
closed = True
closed_date = <Date 2010-07-14.18:53:56.607>
closer = 'orsenthil'
components = ['Documentation', 'Library (Lib)']
creation = <Date 2005-11-06.21:58:35.000>
creator = 'salty-horse'
dependencies = []
files = []
hgrepos = []
issue_num = 1349732
keywords = ['easy']
message_count = 7.0
messages = ['60833', '60834', '60835', '109824', '110311', '269642', '269644']
nosy_count = 7.0
nosy_names = ['mike_j_brown', 'georg.brandl', 'terry.reedy', 'orsenthil', 'salty-horse', 'slinkp', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1349732'
versions = ['Python 2.7']
```
</p></details>
| urllib.urlencode provides two features in one param | https://api.github.com/repos/python/cpython/issues/42559/comments | 7 | 2005-11-06T21:58:35Z | 2022-04-10T00:02:47Z | https://github.com/python/cpython/issues/42559 | 1,198,810,813 | 42,559 |
[
"python",
"cpython"
] | BPO | [1349316](https://bugs.python.org/issue1349316)
--- | :---
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-08.14:55:01.000>
created_at = <Date 2005-11-06.02:07:15.000>
labels = ['library']
title = 'xmlrpclib does not use http proxy'
updated_at = <Date 2005-12-08.14:55:01.000>
user = 'https://bugs.python.org/greatred'
```
bugs.python.org fields:
```python
activity = <Date 2005-12-08.14:55:01.000>
actor = 'akuchling'
assignee = 'akuchling'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-06.02:07:15.000>
creator = 'greatred'
dependencies = []
files = []
hgrepos = []
issue_num = 1349316
keywords = []
message_count = 4.0
messages = ['26803', '26804', '26805', '26806']
nosy_count = 3.0
nosy_names = ['effbot', 'akuchling', 'greatred']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349316'
versions = ['Python 2.4']
```
</p></details>
| xmlrpclib does not use http proxy | https://api.github.com/repos/python/cpython/issues/42558/comments | 4 | 2005-11-06T02:07:15Z | 2022-04-10T00:02:48Z | https://github.com/python/cpython/issues/42558 | 1,198,810,808 | 42,558 |
[
"python",
"cpython"
] | BPO | [1349274](https://bugs.python.org/issue1349274)
--- | :---
Nosy | @birkenfeld, @birkenfeld
Files | <li>[ngettext-opt.diff](https://bugs.python.org/file6853/ngettext-opt.diff "Uploaded as text/plain at 2005-11-06.00:18:03 by piman"): Patch against Python 2.4's gettext.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/birkenfeld'
closed_at = <Date 2006-02-19.13:27:25.000>
created_at = <Date 2005-11-06.00:18:03.000>
labels = ['library']
title = '[PATCH] 100x optimization for ngettext'
updated_at = <Date 2006-02-19.13:27:25.000>
user = 'https://bugs.python.org/piman'
```
bugs.python.org fields:
```python
activity = <Date 2006-02-19.13:27:25.000>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-06.00:18:03.000>
creator = 'piman'
dependencies = []
files = ['6853']
hgrepos = []
issue_num = 1349274
keywords = ['patch']
message_count = 8.0
messages = ['48971', '48972', '48973', '48974', '48975', '48976', '48977', '48978']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'georg.brandl', 'piman', 'michaelurman']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349274'
versions = ['Python 2.4']
```
</p></details>
| [PATCH] 100x optimization for ngettext | https://api.github.com/repos/python/cpython/issues/42557/comments | 8 | 2005-11-06T00:18:03Z | 2022-04-10T00:02:49Z | https://github.com/python/cpython/issues/42557 | 1,198,810,801 | 42,557 |
[
"python",
"cpython"
] | BPO | [1349118](https://bugs.python.org/issue1349118)
--- | :---
Nosy | @gvanrossum, @loewis
Files | <li>[urllib.py.patch2](https://bugs.python.org/file6852/urllib.py.patch2 "Uploaded as text/x-diff at 2005-12-13.17:37:03 by jonico"): second version of the patch (now also solves the traceback and the https retry problem)</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2006-01-24.15:52:14.000>
created_at = <Date 2005-11-05.17:05:57.000>
labels = ['library']
title = 'Patch f. bug 495682 cannot handle http_proxy with user:pass@'
updated_at = <Date 2006-01-24.15:52:14.000>
user = 'https://bugs.python.org/jonico'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-24.15:52:14.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-05.17:05:57.000>
creator = 'jonico'
dependencies = []
files = ['6852']
hgrepos = []
issue_num = 1349118
keywords = ['patch']
message_count = 5.0
messages = ['48966', '48967', '48968', '48969', '48970']
nosy_count = 3.0
nosy_names = ['gvanrossum', 'loewis', 'jonico']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349118'
versions = ['Python 2.5']
```
</p></details>
| Patch f. bug 495682 cannot handle http_proxy with user:pass@ | https://api.github.com/repos/python/cpython/issues/42556/comments | 5 | 2005-11-05T17:05:57Z | 2022-04-10T00:02:31Z | https://github.com/python/cpython/issues/42556 | 1,198,810,757 | 42,556 |
[
"python",
"cpython"
] | BPO | [1349117](https://bugs.python.org/issue1349117)
--- | :---
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-11-05.22:30:36.000>
created_at = <Date 2005-11-05.17:05:10.000>
labels = ['library']
title = 'Patch f. bug 495682 cannot handle http_proxy with user:pass@'
updated_at = <Date 2005-11-05.22:30:36.000>
user = 'https://bugs.python.org/jonico'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-05.22:30:36.000>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-05.17:05:10.000>
creator = 'jonico'
dependencies = []
files = []
hgrepos = []
issue_num = 1349117
keywords = ['patch']
message_count = 2.0
messages = ['48964', '48965']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'jonico']
pr_nums = []
priority = 'normal'
resolution = 'duplicate'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1349117'
versions = ['Python 2.5']
```
</p></details>
| Patch f. bug 495682 cannot handle http_proxy with user:pass@ | https://api.github.com/repos/python/cpython/issues/42555/comments | 2 | 2005-11-05T17:05:10Z | 2022-04-10T00:02:30Z | https://github.com/python/cpython/issues/42555 | 1,198,810,753 | 42,555 |
[
"python",
"cpython"
] | BPO | [1349106](https://bugs.python.org/issue1349106)
--- | :---
Nosy | @warsaw, @bitdancer
Files | <li>[email_linesep.patch](https://bugs.python.org/file19319/email_linesep.patch "Uploaded as text/plain at 2010-10-21.11:59:58 by @bitdancer")</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/bitdancer'
closed_at = <Date 2010-10-23.22:22:46.851>
created_at = <Date 2005-11-05.16:50:14.000>
labels = ['easy', 'type-feature', 'library']
title = 'email.Generator does not separate headers with "\\r\\n"'
updated_at = <Date 2010-10-23.22:22:46.849>
user = 'https://bugs.python.org/manlioperillo'
```
bugs.python.org fields:
```python
activity = <Date 2010-10-23.22:22:46.849>
actor = 'r.david.murray'
assignee = 'r.david.murray'
closed = True
closed_date = <Date 2010-10-23.22:22:46.851>
closer = 'r.david.murray'
components = ['Library (Lib)']
creation = <Date 2005-11-05.16:50:14.000>
creator = 'manlioperillo'
dependencies = []
files = ['19319']
hgrepos = []
issue_num = 1349106
keywords = ['patch', 'easy']
message_count = 16.0
messages = ['54654', '54655', '54656', '54657', '54658', '54659', '54660', '54661', '54662', '97592', '108373', '119183', '119200', '119277', '119278', '119478']
nosy_count = 6.0
nosy_names = ['barry', 't-v', 'manlioperillo', 'r.david.murray', 'l0nwlf', 'Malcolm.Box']
pr_nums = []
priority = 'normal'
resolution = 'accepted'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1349106'
versions = ['Python 3.2']
```
</p></details>
| email.Generator does not separate headers with "\r\n" | https://api.github.com/repos/python/cpython/issues/42554/comments | 16 | 2005-11-05T16:50:14Z | 2022-04-10T00:02:30Z | https://github.com/python/cpython/issues/42554 | 1,198,810,750 | 42,554 |
[
"python",
"cpython"
] | BPO | [1348719](https://bugs.python.org/issue1348719)
--- | :---
Nosy | @loewis, @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-11-08.18:51:04.000>
created_at = <Date 2005-11-04.23:58:01.000>
labels = ['type-feature', 'library']
title = 'please support the free visual studio sdk compiler'
updated_at = <Date 2005-11-08.18:51:04.000>
user = 'https://bugs.python.org/davidmcnab'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-08.18:51:04.000>
actor = 'loewis'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2005-11-04.23:58:01.000>
creator = 'davidmcnab'
dependencies = []
files = []
hgrepos = []
issue_num = 1348719
keywords = []
message_count = 7.0
messages = ['54647', '54648', '54649', '54650', '54651', '54652', '54653']
nosy_count = 4.0
nosy_names = ['loewis', 'josiahcarlson', 'kylotan', 'davidmcnab']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1348719'
versions = []
```
</p></details>
| please support the free visual studio sdk compiler | https://api.github.com/repos/python/cpython/issues/42553/comments | 7 | 2005-11-04T23:58:01Z | 2022-04-10T00:02:28Z | https://github.com/python/cpython/issues/42553 | 1,198,810,745 | 42,553 |
[
"python",
"cpython"
] | BPO | [1348477](https://bugs.python.org/issue1348477)
--- | :---
Nosy | @etrepum
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summary>Show more details</summary><p>
GitHub fields:
```python
assignee = None
closed_at = <Date 2005-11-09.07:09:28.000>
created_at = <Date 2005-11-04.17:10:42.000>
labels = []
title = 'pydoc seems to run some scripts!'
updated_at = <Date 2005-11-09.07:09:28.000>
user = 'https://bugs.python.org/olly'
```
bugs.python.org fields:
```python
activity = <Date 2005-11-09.07:09:28.000>
actor = 'nnorwitz'
assignee = 'nnorwitz'
closed = True
closed_date = None
closer = None
components = ['Demos and Tools']
creation = <Date 2005-11-04.17:10:42.000>
creator = 'olly'
dependencies = []
files = []
hgrepos = []
issue_num = 1348477
keywords = []
message_count = 5.0
messages = ['26798', '26799', '26800', '26801', '26802']
nosy_count = 3.0
nosy_names = ['nnorwitz', 'bob.ippolito', 'olly']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1348477'
versions = ['Python 2.4']
```
</p></details>
| pydoc seems to run some scripts! | https://api.github.com/repos/python/cpython/issues/42552/comments | 5 | 2005-11-04T17:10:42Z | 2022-04-10T00:02:27Z | https://github.com/python/cpython/issues/42552 | 1,198,810,740 | 42,552 |
[
"python",
"cpython"
] | BPO | [1347874](https://bugs.python.org/issue1347874)
--- | :---
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-01-17.06:00:10.000>
created_at = <Date 2005-11-04.02:58:48.000>
labels = ['library']
title = 'FeedParser does not comply with RFC2822'
updated_at = <Date 2006-01-17.06:00:10.000>
user = 'https://bugs.python.org/quantumfyre'
```
bugs.python.org fields:
```python
activity = <Date 2006-01-17.06:00:10.000>
actor = 'barry'
assignee = 'barry'
closed = True
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-04.02:58:48.000>
creator = 'quantumfyre'
dependencies = []
files = []
hgrepos = []
issue_num = 1347874
keywords = []
message_count = 2.0
messages = ['26796', '26797']
nosy_count = 2.0
nosy_names = ['barry', 'quantumfyre']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1347874'
versions = ['Python 2.4']
```
</p></details>
| FeedParser does not comply with RFC2822 | https://api.github.com/repos/python/cpython/issues/42551/comments | 2 | 2005-11-04T02:58:48Z | 2022-04-10T00:02:27Z | https://github.com/python/cpython/issues/42551 | 1,198,810,732 | 42,551 |
[
"python",
"cpython"
] | BPO | [1346874](https://bugs.python.org/issue1346874)
--- | :---
Nosy | @orsenthil, @vadmium, @gsauthof, @tbartlett0
PRs | <li>python/cpython#14880</li>
Files | <li>[issue1346874.patch](https://bugs.python.org/file11073/issue1346874.patch "Uploaded as text/plain at 2008-08-07.18:38:31 by rharris"): adding 100-continue to httplib</li><li>[issue1346874-273.patch](https://bugs.python.org/file26357/issue1346874-273.patch "Uploaded as text/plain at 2012-07-11.11:32:49 by edevil"): Updated patch against 2.7.3</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/orsenthil'
closed_at = None
created_at = <Date 2005-11-03.12:23:56.000>
labels = ['type-bug', 'library', '3.9']
title = 'httplib simply ignores CONTINUE'
updated_at = <Date 2020-11-04.17:34:38.738>
user = 'https://bugs.python.org/cdwave'
```
bugs.python.org fields:
```python
activity = <Date 2020-11-04.17:34:38.738>
actor = 'Mattias Amnefelt'
assignee = 'orsenthil'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2005-11-03.12:23:56.000>
creator = 'cdwave'
dependencies = []
files = ['11073', '26357']
hgrepos = []
issue_num = 1346874
keywords = ['patch']
message_count = 21.0
messages = ['60830', '60831', '60832', '70848', '134337', '134403', '165195', '165196', '165205', '165207', '165209', '165211', '165220', '165252', '241188', '262236', '262801', '262818', '262827', '262832', '348250']
nosy_count = 13.0
nosy_names = ['nnorwitz', 'jjlee', 'orsenthil', 'cdwave', 'rharris', 'edevil', 'nikratio', 'Carl.Nobile', 'martin.panter', 'gms', 'IcicleSpider', 'Mattias Amnefelt', 'tbartlett0']
pr_nums = ['14880']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1346874'
versions = ['Python 3.9']
```
</p></details>
| httplib simply ignores CONTINUE | https://api.github.com/repos/python/cpython/issues/42550/comments | 21 | 2005-11-03T12:23:56Z | 2022-04-10T00:02:26Z | https://github.com/python/cpython/issues/42550 | 1,198,810,728 | 42,550 |
[
"python",
"cpython"
] | BPO | [1346572](https://bugs.python.org/issue1346572)
--- | :---
Nosy | @loewis, @brettcannon, @ncoghlan, @merwok
Files | <li>[patch_import.diff](https://bugs.python.org/file6851/patch_import.diff "Uploaded as text/plain at 2005-11-03.03:43:17 by acidbase"): Patch to 'fix' this inconsitent behavior import/zipimport</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-04-22.17:14:45.016>
created_at = <Date 2005-11-03.03:43:17.000>
labels = ['interpreter-core']
title = 'Remove inconsistent behavior between import and zipimport'
updated_at = <Date 2012-04-22.17:14:45.012>
user = 'https://bugs.python.org/acidbase'
```
bugs.python.org fields:
```python
activity = <Date 2012-04-22.17:14:45.012>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = <Date 2012-04-22.17:14:45.016>
closer = 'eric.araujo'
components = ['Interpreter Core']
creation = <Date 2005-11-03.03:43:17.000>
creator = 'acidbase'
dependencies = []
files = ['6851']
hgrepos = []
issue_num = 1346572
keywords = ['patch']
message_count = 11.0
messages = ['48962', '48963', '154681', '154682', '154698', '154703', '154711', '154733', '154738', '154739', '154741']
nosy_count = 5.0
nosy_names = ['loewis', 'brett.cannon', 'ncoghlan', 'acidbase', 'eric.araujo']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1346572'
versions = []
```
</p></details>
| Remove inconsistent behavior between import and zipimport | https://api.github.com/repos/python/cpython/issues/42549/comments | 11 | 2005-11-03T03:43:17Z | 2022-04-10T00:02:24Z | https://github.com/python/cpython/issues/42549 | 1,198,810,719 | 42,549 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.